html{
	overflow-y:scroll;
}
html, body{
	width: 100%;

    background-color: #a8a8a8;
    font-family: verdana,sans-serif;
    font-size: 11px;
    line-height: 1.5em;    
}
img{
	border: 0px;
}
body{
	margin: 0px;
}
a{
	color: #000000;	
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;
}

h1{	font-size: 16px;}
h2{	font-size: 14px;}
h3{	font-size: 13px;}
h4{	font-size: 11px;}

h1{color:#F7403A;}
h2,h3,.kop{ color: #a8a8a8;}

#main{
	width: 980px;	
	background-color: #ffffff;
	margin: 0 auto;	
}
#left{
	width: 226px;
	
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #ffffff;
}
#footer{
	text-align: center;
	height: 20px;
	padding-top: 10px;	
	width: 100%;
	background-color: #a8a8a8;
}
#footer a{
	padding-right: 20px;
}
#bottom{
	background-color: #ffffff;
	padding: 0px;	
	height: 70px;	
	clear: both;
}
#center{
	width: 754px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header{
	margin: 0px;
	padding: 0px;
	height: 209px; 
}
#content{
	margin: 0px;
	padding: 15px;
	background-color: #ffffff;
	
}
#navigation{		
	clear: both;
	margin: 0px 15px 10px 15px;	
	
}
#hoofdnav{
	width: 100%;
	clear: both;	
	height: 20px;	
	
}
div.tabblad{
	float: left;
	width: 100px;
	height: 18px;
	text-align: center;
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('/images/tabblad.gif');
	background-repeat:no-repeat;	
	background-position:top left;	
}
#navigation .active{
	color: #ff0000;
}
#nieuws{
	width: 455px;
	margin: 0px;
	float: left;
}
#nieuwsOverzicht{
	width: 201px;
	margin: 0px;
	border: 1px solid #009de0;
	float: right;
	background-color:#d1d5d8;
	padding: 5px;
}
#nieuwsOverzicht h3, #nieuwsOverzicht h3 a{
	color: #009de0;	
	text-transform: uppercase;
	margin: 0px;
	
}
#nieuwsOverzicht a:hover{
	color: #ff0000;
}

div.subinactive{
	visibility:hidden;	
	position: absolute;
	z-index: 2;
}
div.subactive{
	visibility:visible;
	position: absolute;
	z-index: 2;
}
#subnav{
	background-image: url('/images/subnavigatie.gif');
	background-repeat:no-repeat;	
	background-position:top left;	
	height: 22px;
	width: 100%;
	clear: both;
	
}
ul.subnavigatie{	
	list-style-type:none;
	margin:0;
	padding:5px 0px 0px 5px;
	list-style-position:outside;
	list-style-image:none;
}
ul.subnavigatie li{	
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 20px 0px 0px;
	
}
ul.subnavigatie li a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul.subnavigatie li a:hover{
	color: #ff0000;
}
ul.subnavigatie li:hover{
	position:static;
}
ul.subnavigatie li ul{
	background-color: #a8a8a8;	
	position:absolute;
	visibility: hidden;
	width:120px;
	z-index:1;
	
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:0;
	list-style-position:outside;
	list-style-image:none;
	
}
ul.subnavigatie li:hover ul{	
	visibility: visible;
}
ul.subnavigatie li ul li{
	width:110px;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	
}
ul.subnavigatie li ul li:hover{
	background-color: #ff0000;
}
ul.subnavigatie li ul li a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul.subnavigatie li ul li a:hover{	
	/*color: #05b0fe;*/
	color: #000000;
}
.project{
	float: right;
	margin: 5px;
	width: 226px;
	
}
#project{
	width: 500px;
	margin: 0px;
	float: left;
}
#printknop{
	float: right;	
	width: 280px;
	clear: both;
}
.project span{
	white-space: nowrap;
	text-align: center;
	margin: auto;
	padding: 0px 5px 0px 5px;
}
table{
	border: 1px solid #d1d5d8;
	border-collapse: collapse;

}
table td, table th{
	border: 1px solid #d1d5d8;
	vertical-align: top;
	padding: 2px;
}