@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html, body{
	height:100%;
	background:#F9F9F9 url(../afbeeldingen/body_bg.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

/* lijsten */
ul{
	list-style-type:none;
	text-align:center;
}

/* tekst */
h1{
	font-size:24px;
	margin-bottom:10px;
	color:#666;
}

h2{
	font-size:20px;
	margin-bottom:10px;
	color:#6291d6;
	font-weight:normal;
}

h3{
	font-size:17px;
	margin-bottom:10px;
	color:#FFF;
	font-weight:normal;
}
h4{
	font-size:17px;
	font-weight:normal;
}

h5{
	font-size:13px;
}

a{
	color:#6291d6;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
	text-decoration:underline;
}

/* postioning */

div#container{
	position: relative;
	margin:0 auto;
	width:970px;
	height:90%;
	min-height:90%;
}

div#logo{
	float:left;
	margin-top:0;
	margin-left:0;
	width:272px;
	height:106px;
}

div.clearfix{
	clear:both;
}

/* topnavigatie */
div#navigatie{
	float:right;
	margin-right:0;
	margin-top:45px;
	height:40px;
	width:670px;
}

	div#navigatie ul li{
		float:left;
	}
	
		div#navigatie ul li  a{
			display:block;
			width:90px;
			color:#FFF;
			margin-left:5px;
			text-align:center;
			line-height:40px;
			text-decoration:none;
		}
		
			div#navigatie ul li a:hover{
				background:url(../afbeeldingen/navigatie_hover.png) top left no-repeat;
				text-decoration:none;
				font-weight:normal;
			}
			
			div#navigatie ul li a.active{
				background:url(../afbeeldingen/navigatie_hover.png) top left no-repeat;
				text-decoration:none;
				font-weight:normal;
			}

/* inhoud */
div#content{
	float:left;
	margin-top:10px;
	margin-left:0;
	width:970px;
	background:#FFF;
	border:#CCC Solid 1px;
}

/* promo */
div.promo{
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:930px;
	height:300px;
	border:#333 solid 1px;
}

div.promo_foto{
	float:left;
	margin-top:5px;
	margin-left:5px;
	height:290px;
	width:480px;
	text-align:center;
}
	div.promo_foto a img{
		border:none;
	}

div.promo_rechts{
	float:right;
	margin-right:0;
	margin-top:0;
	height:300px;
	width:440px;
	background:#333;
	color:#CCC;
}

div.promo_tekst{
	float:left;
	margin-left:30px;
	margin-top:30px;
	height:220px;
	width:380px;
	color:#CCC;
}

div.promo_knop{
	float:left;
	margin-bottom:0;
	margin-left:30px;
	height:29px;
	width:132px;
	text-align:center;
	background:url(../afbeeldingen/knop_detail.png) top left no-repeat;
}

	div.promo_knop a{
		color:#FFF;
		line-height:29px;
		text-decoration:none;
		text-transform:uppercase;
	}
	
		div.promo_knop a:hover{
			color:#CCC;
			text-decoration:none;
			font-weight:normal;
		}

div#promo_nrs{
	float:right;
	margin-top:10px;
	margin-right:20px;
	height:20px;
	width:400px;
	text-align:right;
}

	div#promo_nrs ul li{
		float:right;
	}
	
		div#promo_nrs ul li a{
			display:block;
			width:20px;
			height:20px;
			border:#666 solid 1px;
			text-align:center;
			line-height:20px;
			font-size:10px;
			color:#666;
			background:#EEE;
			text-decoration:none;
			margin-left:5px;
		}
		
			div#promo_nrs ul li a:hover{
				background:#666;
				color:#FFF;
				text-decoration:none;
				font-weight:normal;
			}
			
			div#promo_nrs ul li a.activeSlide{  				/*De naam van het active navigatieknopje bij zo'n slider moet activeSlide heten.*/
				background:#666;
				color:#FFF;
				text-decoration:none;
				font-weight:normal;
			}

div#bladwijzer{
	float:left;
	margin-top:10px;
	margin-left:20px;
	height:20px;
	width:500px;
	line-height:20px;
}

	div#bladwijzer ul li{
		float:left;
	}
		div#bladwijzer ul li a.active{
			text-decoration:underline;
		}

div.splitter{
	float:left;
	margin-top:5px;
	margin-left:20px;
	height:1px;
	width:930px;
	border-bottom:#666 solid 1px;
}

div#maincontent_links{
	float:left;
	margin-top:30px;
	margin-left:20px;
	width:600px;
	margin-bottom:30px;
}

	div#maincontent_links p{
		text-align:justify;
	}

div#maincontent_rechts{
	float:right;
	margin-top:30px;
	margin-right:20px;
	width:250px;
	margin-bottom:30px;
}

/* --------------ALLES IN DE FOOTER-------------- */

div#footer{
	float:left;
	margin-bottom:0;
	margin-left:0;
	width:100%;
	height:79px;
}

	div#footer_content{
		margin: 0 auto;
		width:970px;
		height:79px;
	}
	
		div#footer_content_left{
			float:left;
			margin-top:25px;
			margin-left:0;
			width:450px;
		}
		
		div#footer_content_right{
			float:right;
			margin-top:25px;
			margin-right:0;
		}
	
		div#footer_content p{
			color:#929292;
			line-height:17px;
			font-size:11px;
		}
		
		div#footer_content a{
			font-family:Arial, Helvetica, sans-serif;
			color:#929292;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
		}
	
			div#footer_content a:hover, div#footer_content a:active{
				text-decoration:underline;
			}
	
	div#footer_content ul {
		list-style-type:none;
	}
	
		div#footer_content ul li{
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			color:#929292;
			font-size:11px;
		}
	
			div#footer_content ul li a{
				font-family:Arial, Helvetica, sans-serif;
				color:#929292;
				font-size:11px;
				text-decoration:none;
				font-weight:normal;
			}
	
				div#footer_content ul li a:hover, div#footer_content ul li a:active{
					text-decoration:underline;
				}


/*afbeeldingen*/
.ImageLeft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.ImageRight{
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}

div.blok{
	margin-top:10px;
	border-bottom:1px #999 dotted;
	padding-bottom:10px;
}

/*alt tekst bij merken*/
.replace_merk{
	display:block;
	width:200px;
	height:35px;
	text-align:center;
	font-size:15px;
	border:#036 solid 1px;
}

div.lijn{
	border-bottom:dotted 1px #666;
	width:100%;
}

.googlemap{
	border: 1px solid #6291d6;
}

	


