/* CSS Document */
body {

background-color:#DDDDDD;

font-family: Verdana, Times, "Times New Roman", serif;
margin: 0;
padding-top: 8px;
padding-bottom: 4px;
width: 100%;
height: 100%;
}

#achtergrond {
clear: both;
text-align: left;
margin: 0 auto;
width: 820px;
height: 530px;
background-image: url("images/Achtergrond.png");
background-repeat: repeat-y;
border: solid 1px black;
}

#hoofd{
clear: both;
background-image: url("images/banner.png");
margin: 0 auto;
height: 80px;
}

#navigatie 
{
	padding-left: 7px;
	float: left;
	width: 150px;
	
}
ul#navigatie 
{
	padding-top: 1em;
	position: absolute;
	margin-top: 10px;
}
ul#navigatie li {height: 15px; width: 150px;}
ul#navigatie li a {
	display:list-item;
	color:#FF9933;
	padding: 0 4px 0 5px;
	text-decoration:none;
	font-size: 10px;
}
ul#navigatie li a:hover {color: white; text-decoration:none; }

/* Fix IE. Hide from IE Mac \*/
* html ul#navigatie  li { float: left; }
* html ul#navigatie  li a { height: 1%; }
/* End */

#cdenvnvalogo{
position: absolute;
left: 118px;
top: 500px;
}

#inhoud {
clear: both;
height: 450px;
width: 630px;
overflow: auto;
font-size: 11px;
padding-left: 190px;
}


h1 {color:#000000; font-weight: bold; font-family: Trebuchet MS; font-size: 24px}
h2 {
	color:#FF9900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 span {
padding-bottom: 8px;
padding-right: 50px;
background: url("images/lijn.png") bottom right repeat-x;
}
#inhoud a {text-decoration:underline;color:#990000;font-weight: bold;}



#footer {
clear: both;
height: 12px;
text-align:right;
font-size: 10px;
background-color: #CCCCCC;
border-left: 10px solid white;
border-right: 10px solid white;
border-bottom: 10px solid white;
border-top: 2px solid white;
padding-top:2px;
/*padding-left: 180px;*/
}
