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

html { overflow: -moz-scrollbars-vertical; } /* always show vertical scrollbar */
html { overflow-x: auto; } /* avoid hiding horizontal scrollbar */
html { overflow: scroll; }

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

hr {
	color:#333333;
	width: 250px;
	margin-right: 25px;
}

.kopje {
	font-size: 24px;
	color: #999999;
}
h1 {
	font-size: 30px;
	color: #cddd07;
	font-weight: normal;
	margin:0;
	padding:0px;
}
h3 {
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	margin:0;
}

.kopje_groen {
	font-size: 24px;
	color: #cddd07;
}

h2 {
	font-size: 36px;
	color: #2861ba;
	font-weight:normal;
	margin: 0;
}

.bold {
	font-weight:bold;
}

.clear {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	font-size: 0;
}
.intro {
	font-size: 14px;	
	line-height: 18px;
}

a {
	color: #2861ba;
}
a:hover {
	color: #cddd07;
}
a:visited {
	color: #999999;
}

img {
	border: 0;
}



div#wrapper {
background: url(images/background_wolken.jpg) #FFFFFF top left no-repeat;
width: 875px;
margin: 0px auto;
padding: 0px;

}

	div#linkerkolom {
		float: left;
		width: 125px;
		margin-top: 100px;
		text-align: right;
	}
	
			div#linkerkolom div#menu ul { 
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
				div#linkerkolom div#menu ul li {
					position: relative; 
					margin-bottom: 10px;
					float: left;
					width: 115px; 
				}
				
				div#linkerkolom div#menu ul li a {
						padding: 5px 9px 3px 9px;
						font-size: 18px;
						display: block;
						text-decoration: none;
						color: #ffffff;					
						width: 115px;

				}
				
				div#linkerkolom div#menu ul li.active a{
					background: #c4d50b;
					font-weight: bold;
					width: 110px;
				}
				
				div#linkerkolom div#menu ul li a:hover {
					color: #999999;
				}
	
	div#container_middenblok {
		width: 750px;
		overflow: hidden;
	}
	
		div#header {
			background: url(images/header.png) top left no-repeat;
			width: 750px;
			height: 140px;
			margin-top: 25px;
		}
		div#social {
			width:730px;
			padding-right:20px;	
		}
			div.icon {
				width:45px;	
				padding-left:5px;
				float:right;display:inline;
			}
		
		div#container {
			width: 750px;
			background:url(images/background_2px.png);
			overflow: hidden;
		}
			
			div#content_links {
				width: 450px;
				min-height:500px;
				float: left;
				margin-left: 25px;
			}
			
				div#carroussel {
					width: 450px;
					margin-bottom: 25px;
				}
				
				div#specialHeader {
					width: 420px;
					margin-bottom: 25px;
				}
				div#specialTekst {
					width:420px;	
				}
				
				div.container_content {
					width:450px;
					overflow: hidden;
					margin-bottom: 25px;
				}
				
					div.image {
						width: 101px;
						height: 71px;
						border:#999999 solid 1px;
						float: left;
					}
					
					div.tekst {
						float: left;
						width: 300px;
						margin-left: 10px;
					}
					
					div.lijn {
						width: 420px;
						border-bottom: solid 1px #cddd07;
						margin-bottom: 25px;
					}
					
			
			div#content_rechts {
				width: 275px;
				float: left;
			}	
			
				div#overons {
					width: 250px;
					margin-top:5px;
					margin-right: 25px;
					margin-bottom: 25px;
				}
				
				div#kopje_vroegeduiven {
					width: 246px;
					margin-bottom: 0px;
				}
				
				div#vroegeduiven {
					width: 244px;
					font-size:10px;
					color: #999999;
					border-right: #2861ba 1px solid;
					border-bottom: #2861ba 1px solid;
					border-left: #2861ba 1px solid;
					margin-bottom: 25px;
				}

					 div.vroeg {
					 	width: 224px;
						padding: 5px 10px;
					 }
					 
					 div.vroeg_raster {
						background-color: #e9e9e9;
						width: 224px;
						padding: 5px 10px;
					 }
					 
					 div.lijn_rechts {
						width: 250px;
						border-bottom: solid 1px #cddd07;
						margin-bottom: 25px;
						margin-top: 25px;
						float: left;
					}
					 
				div#adres {
					color: #999999;
				}
				
				div#googleads {
					float: left;
					display: block;
				}
				div#GoogleAdsBreed {
					width: 450px;
				}
	
	div#wrapper_footer {
		width: 875px;
		margin: 0px auto;
		padding: 0px;
	}
				
	div#footer {
		width: 875px;
		height: 30px;
		background: url(images/footer.png) no-repeat;
		color: #999999;
		size: 10px;
		padding-top: 45px;
		text-align: center;
	}
	
	div.image_groot {
		margin-bottom: 25px;
	}

				
				
				
				
