@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Dynalight|'Port Lligat Sans'|Short+Stack);
body {
	font-family: ''Port Lligat Sans'', Arial, sans-serif;
	font-size: 11pt;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: #7C6C6C;
	}
#banner {
	background-image: url(banner_3.jpg);
	background-repeat: repeat-x;
	height: 120px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: 'Merriweather', serif;
	}
#contact {
	background-color: #FFC;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 40px;
	height: 575px;
}

#informatie {
	background-color: #999;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
img
 {
 opacity:0.9;
 filter:alpha(opacity=90); /* For IE8 and earlier */
 	}

.woningen {
	background-color: #999;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	padding: 10px;
	height: 475px;
	border: thin solid #755874;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: Verdana, Geneva, sans-serif;
	;
	font-weight: bold;
	
}
.titel {
	font-size: 18px;
	font-weight: bolder;
}


.tekstblok {
	background-color: #FFF;
	padding: 10px;
}
.subtitel {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	background-color: #999;
	padding-right: 20px;
	padding-left: 375px;
	font-family: Shojumaru;
	font-size: 18px;
	text-align: left;
}

#navigatie {
	background-color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity:1.3;
 	filter:alpha(opacity=90); /* For IE8 and earlier */
}
#navigatie a:visited {
	text-decoration: none;
	color:#FFF;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}

#navigatie a:link {
	text-decoration: none;
	color:#FFF;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
#navigatie a:active {
	text-decoration: none;
	color:#FFF;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
#navigatie a:hover {
	text-decoration: none;
	color:#000;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}


.woningen a:visited {
	color: #000;
	text-decoration: underline;
}
.woningen a:link {
	text-decoration: underline;
	color: #000;
}
.woningen a:active {
	text-decoration: underline;
	color: #000;
}
.woningen a:hover {
	text-decoration: underline;
	color:#755874;
}

a:visited {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
#groenebalk {
	background-color: #FFF;
}
