html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Verdana, Arial;
	font-size: 10pt;
  color: black;
}


#flashcontent {
	width: 100%;
	height: 100%;
	background-color: #000000;
}

#navigatie {
    margin: 0px;
	padding: 20px;
    width: 100px;
    background-color: #cccccc;
}

#sub_navigatie {
    position: absolute;
    left: 150px;
    top: 40px;
    padding: 10px;
    background-color: #cccccc;
}

#kruimelpad {
    position: absolute;
    left: 150px;
    top: 0px;
    padding: 10px;
    background-color: #cccccc;
}

#zoekform {
    position: absolute;
    left: 150px;
    top: 90px;
}

#home, #content, #nieuws, #sitemap, #zoeken {
	position: absolute;
    left: 150px;
    top: 150px;
}

#sitemap { margin: 0 15px; }
#sitemap * { font-size: 11px; color: #3c3c3c;  }
#sitemap a { color: #3c3c3c; text-decoration: none; } 
#sitemap a:hover { text-decoration: underline; }
#sitemap a.bold { font-weight: bold; }
#sitemap a.titel { font-size: 12px; }
#sitemap li { padding: 0 0 0 24px; margin: 0; list-style-type: none; line-height: 20px; }
#sitemap li { background: url(../img/extm.gif) no-repeat 0% 0%; }
#sitemap li.last { background: url(../img/exlm.gif) no-repeat 0% 0%; }
#sitemap ul { padding: 0 0 0 35px; margin: 0 0 0 -24px; list-style-type: none; }
#sitemap ul { background: url(../img/exim.gif) repeat-y 0% 0%; }
#sitemap ul.last { background-image: none; }

* .inline_form { margin-bottom: 5px; }
* .inline_form table { width: auto; }
* .inline_form td { padding: 3px; white-space: nowrap; }
* .inline_form .spacer { width: 10px; }
* .inline_form .field { width: 200px; }
* .inline_form .txtfield { width: 150px; }
* .inline_form textarea { width: 150px; height: 50px; }

* .form_link { display: block; }
* .form_link a { text-decoration: none; }
* .form_error { color: #ED1C24; margin: 0; padding: 0 0 10px 0; display: block; clear: both; }

#flashcontent {
	width: 100%;
	text-align: center;
}

#flashcontent #noscripttekst {
	margin-top: 10px;
	display: block;
	color: #FFF;
}

#flashcontent a, #flash_content a:hover {
	color: #DDF;
}