/* mac hide\*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	}
/* end hide */

h1 {
	font-size: 18px;
	color: #355a90;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #355a90;
}
h3 {
	font-size: 16px;
	color: #355a90;
}
h4 {
	font-size: 14px;
	font-weight:bold;	
	color: #cf0000;	
}
h5 {
	font-size: 14px;
	color: #cf0000;
}
h6 {
	font-size: 12px;
	color: #cf0000;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background: url(/images/bg.gif) repeat-x;
}

a:link, a:visited, a:active {
    color: #053c0c;
	text-decoration:underline;
}

a:hover {
	color:#4a9cc6;
}

img {
	border:0px;
}

#bottom {
	width: 100%;
	height: 32px;
	*height: 32px;
	_height: 31px;
	background:url(/images/footer.gif) bottom no-repeat;
	margin: 0;
	margin-top: -32px;
}

#outer{
	height:100%;
	min-height:100%;
	width:800px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(/images/blauwstreep.gif) repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:800px;
	background:url(/images/midback_2.gif) no-repeat;	
}

#header{
	position:absolute;
	top:0px;
	width:800px;
	height:189px;
	background: url('/images/header.gif') no-repeat top left; /* Voor IE6 browser */	
	overflow:hidden;
	color: #000000;
}

#left_banner {
	position: absolute;
	top:189px;
	height: 101px;
	width: 252px;
	overflow: hidden;
	background: url(/images/left_banner.gif) no-repeat;
}

#banner {
	width: 548px;
	height: 100px;
	background: url(/images/groen_back.gif) top no-repeat;
	position: absolute;
	top: 189px;
	margin-left: 252px;
}

#banner.cf_wrapper
{
	position: relative;
	height: 100px;
}

#left {
	position:relative;
	width: 250px;
	float:left;
}

#footer {
	width:800px;
	clear:both;
	height:32px;
	left:0;
	bottom:0;
	background: url(/images/footer.gif) top left no-repeat; 	
	position: absolute;
}

#footertxt {
	width: 400px;
	height: 32px;
}

* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:540px;
	float:left;
	padding-top:260px;
	*padding-top:270px;	
	_padding-top:270px;		
	padding-bottom:32px;/* needed to make room for footer */
}

#titel {
	width:530px;
	height: 15px;
	padding-top:40px;
	padding-left:20px;	
	color: #9d9d9d;
	font-size: 16px;
	font-weight:bold;
	}

#content {
	width:500px;
	padding-left: 20px;
	padding-top: 20px;
			
	}

#content p, table, td {
	font-size: 11px;
	font-family: verdana;
	
	}

#centrecontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 18px;
}

#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */


#nav ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 290px;
	_margin-top: 290px;
	*margin-top: 290px;
}

#nav li {
	height: 1%;
	border-bottom: 1px solid #0078ae;
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #0078ae;
}

#nav li a {
	text-decoration: none;
}

#nav li li {
	margin-left: 20px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-size: 13px;
}

#nav li li a{
	text-decoration: none;
}

#nav li li a:hover{
	color: #0078ae;
}

#nav ul li ul {
	display: none;
	border-top: 1px solid white;
	margin-top: 10px;
	margin-bottom: -5px;
	border-top: none;
	display:none;
}

#nav li a {

}

#nav ul li.selected ul {
	display:block;
}

#nav li.selected a {
	color: #6db43f;
}