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

body{
	height: 97%;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	background: url(../images/grijs_boven.gif) 0 65px repeat-x;
}
HTML {
	height: 100%;
}
a:link, a:visited, a:active{
	color: #002a66;
}
a:hover{
	color: #005caa;
}

#container {
	width: 960px;
	margin: 20px auto 0;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%;/* voor IE */
}
#top_menu{
	position: absolute;
	text-align: right;
	height: 30px;
	width: 960px;
	margin: 10px auto 0;
	text-transform: uppercase;
	font-size: 90%;
}
#top_menu UL{
	list-style: none;
}
#top_menu LI{
	display: inline;
	margin-right: 10px;
}
#top_menu a:link, #top_menu a:active, #top_menu a:visited{
	text-decoration: none;
	color: #002a66;
}
#top_menu a:hover{
	color: #005caa;
	text-decoration: none;
}

#inhoud {
	height: 100%;
	width: 960px;
	margin: 0 auto;
	line-height: 19px;
}

#Tabel_01 {
	height: 100%;
	left:0px;
	top:0px;
	width:960px;
	
}

#header_ {
	
	float:left;
	width:960px;
	height:92px;
}

#flashdeel_ {
	float:left;
	width:960px;
	height:232px;
}
#flashdeel_2 {
	float:left;
	width:960px;
	height:130px;
	border-bottom: 1px solid #ffffff;
}

#navigatie {
	float:left;
	width:960px;
	height:35px;
	background: url(../images/navigatie.jpg) #a5bed2;
} 
	#navigatie UL{
		list-style: none;
	}
	#navigatie UL LI {
		display:block;
		height: 30px;
		width: 200px;
		text-align: center;
		margin-top: -5px;
		font-weight: bold;
	}
	#navigatie UL LI.left{
		float: left;
	}
	#navigatie UL LI.right{
		float: right;	
	}
	#navigatie UL LI.first{
		margin-left: -40px;
	}
	#navigatie A:link, #navigatie A:visited, #navigatie A:active{
		
		width: 200px;
		height: 20px;
		color: #002a66;
		text-decoration: none;
		font-size: 11px;
		text-transform: uppercase;
	}
		#navigatie A:hover{
		color: #ffffff;
	}

#content {
	width:960px;
}
#content_blog{
	width: 960px;
}
#inhoud2{
	float: left;
	padding: 40px;
}
#linkscontent_3deel ul li{
	list-style: none;
	line-height: 25px;
	padding-left: 40px;
	margin-left: -39px;
	background: url(../images/li.png);
}
#rechtscontent_3deel ul li{
	list-style: none;
	line-height: 20px;
	padding-left: 10px;
	margin-left: -39px;
	background: url(../images/bullet.png) no-repeat 0 3px;
}
	#links {width: 480px;float:left;
	}
		#linkscontent {width: 400px; margin: 28px 0 50px 40px; }
			#linkscontent H3 {text-transform: uppercase;font-size: 100%;}
		
	#rechts { float: left; width: 480px; background-color: #e5e9f0;}
		#rechtscontent {width: 400px; margin: 28px 0 50px 40px;color: #002a66;}
			#rechtscontent H3 {text-transform: uppercase;font-size: 100%; margin-bottom: -15px;}
	
	#links_3deel{
		width: 210px;
		float: left;
	}
		#linkscontent_3deel {width: 210px; margin: 28px 0 50px 0px;color: #002a66;}
			#linkscontent_3deel H3 {text-transform: uppercase;font-size: 100%;}
			#linkscontent_3deel a:link, #linkscontent_3deel a:visited, #linkscontent_3deel a:active{
				text-decoration: none;
			}
			#linkscontent_3deel a:hover{
				text-decoration: underline;
			}
			
	#midden_3deel{
		width: 540px;
		float: left;
		background-color: #e5e9f0;
	}
		#middencontent_3deel {width: 460px; margin: 28px 0 50px 40px;color: #002a66;}
			#middencontent_3deel H3 {font-size: 100%;}
			
	#rechts_3deel{
		width: 210px;
		float: left;
		background-color: #e5e9f0;
	}
		#rechtscontent_3deel {width: 170px; margin: 28px 0 50px 0px;color: #002a66;}
			#rechtscontent_3deel H3 {text-transform: uppercase;font-size: 100%; margin-bottom: -15px;}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width:100%;
	height:30px;
	background:url(../images/footer_back.gif) repeat-x;
	position: relative;
	color:#FFFFFF;
	bottom: 0;
	margin: -30px auto 0;
}

#footercontent {
	width: 960px;
	margin: 0 auto;
	font-size: 70%;
	height: 30px;
	background: url(../images/footer_logo.png) top right no-repeat;
}
#footertekst{
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
}

#footercontent A:link, #footercontent A:active, #footercontent A:visited{
	color: #ffffff;
	text-decoration: none;
}
#footercontent A:hover{
	color: #005caa;
	text-decoration: none;
}
/* formulier css */
input{
	background: #ffffff;
}
textarea{
	background: #ffffff;
}


.required, .invalid{
	background: #ff9999;
}
.errors{
	font-style: italic;
}
.button{
	background: none;
}