/* MAC HIDE\*/
html, body {height:100%}
/* END HIDE */

/* ///////////////////////////////////////////////////////////// */

/* BODY */

body {
	font-family: Verdana, Arial;
	font-size: 62.5%; /* fontgroote is 10 (62,5% van 16); standaard fontgrote in browsers is 16 pixels */
	font-weight: normal;
	font-style: normal;
	padding:0;
	margin:0;
	text-align:center;
	min-width:1000px; /* for mozilla*/
	background-color:#FDF5ED;
}

/* ///////////////////////////////////////////////////////////// */

/* ALGEMEEN */

h1 {
    font-family: Arial;
	font-size:1.2em; /* x 10 is de fontgrote in pixels */
	font-weight: bold;
	color: white;
	margin: 0px;
	padding-bottom:5px;
}

h2 {
    font-family: Arial;
	font-size:1.6em; /* x 10 is de fontgrote in pixels */
	font-weight: bold;
	color: black;
	margin: 0px;
	padding-bottom:5px;
}

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

a:hover {
    color:black;
	text-decoration: none;
}

img {
	border: 0px;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

a:focus {outline-style: none;} /* verberg annoying dotted border die om links staan in FF*/

/* ///////////////////////////////////////////////////////////// */

/* DIV OUTER */

html>body #outer{height:auto;}

#outer{
	min-height:100%;
	width:875px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(/images/site/test.gif) repeat-y; 	

}

/* ///////////////////////////////////////////////////////////// */

/* DIV INNERWRAP */

#innerwrap {/* enables content first */
	position: relative;
	float:left;
	width:875px;
}

/* ///////////////////////////////////////////////////////////// */

/* DIV CONTENT */

#title {
	width:650px;
	margin-bottom:5px;
	overflow:hidden;
	font-weight:bold;
	font-size:14px;
	background-color:#00a0b0;
	color:white;
	padding:5px;
}

#centrecontent {
	width:650px;
	float:right;
	margin-top:180px;
	margin-bottom:52px;
	overflow:hidden;
}

.contentblok
{
	font-size:12px;
	line-height:20px;
		color: #404040;
}

.contentblok table
{
	font-size:12px;
}

/* ///////////////////////////////////////////////////////////// */

/* DIV LEFT */


#left p {padding-left:3px;padding-right:2px}

#left {
	position:absolute;
	width:200px;
	float:left;
	margin-top:180px;
	margin-bottom:52px;
}

/* DIV SUBMENU */

#left_menu {
	font-size:1.3em;
	font-family:Arial;
	font-weight:bold;
}

#left_menu ul {
    list-style-type: none;
    padding:0px 0px 0px 0px;
    width:200px;
    margin:0px;

}

#left_menu li {
    list-style-type: none;
    text-decoration:none;    
    padding:5px 5px 5px 10px;  
    width:180px;
    border-bottom:solid 1px #000000;
}

#left_menu li a {
    list-style-type: none;
    color:white;
    text-decoration:none;  

}

#left_menu a:hover {
    color:black;
    text-decoration:none;
}

#left_menu li ul {
    color:#fac17b;
    text-decoration:none;    

}

#left_menu li li {
    color:#fac17b;
    text-decoration:none;  
    border-bottom:solid 0px black;
    border-top:solid 0px #fac17b;
    width:150px;
    font-size:0.8em;   
    font-weight:normal; 
    
}

#left_menu li li a:hover {
    color:#FFFFFF;
    text-decoration:none;  
}

#left_menu li li ul {
    color:#fac17b;
    text-decoration:none; 
}

#left_menu li li li {
    color:green;
}

#left_menu li li a{
    color:#FFFFFF;
    text-decoration:none; 
}

#left_menu ul li ul {
    color:green;
}

#left_menu li.selected {
    color:#fac17b;
    text-decoration:none;  
}

#left_menu li.selected a {
    color:#FFFFFF;
    text-decoration:none; 
}

#left_menu ul li.selected ul {
    color:green;
}

#left_menu ul li.selected li li {
    color:#fac17b;
    text-decoration:none; 
}

#left_menu li ul li.selected ul li {
    color:#fac17b;
    text-decoration:none; 
}


/* ///////////////////////////////////////////////////////////// */

/* CLEARFOOTER */

#clearfooter {width:100%;height:150px;clear:both}

/* ///////////////////////////////////////////////////////////// */

/* HEADER */


#extra
{
float:right;
font-family:helvetica;
font-size:21px;
font-weight:bold;
margin-right:100px;
_margin-right:90px;
margin-top:53px;
}

#header{
	position:absolute;
	top:0;
	left:0px;
	width:875px;
	height:131px;
	background-color: white;
	color: #000000;
	z-index:100;
	vertical-align:top;
}

#banner
{
 	position:absolute;
	top:0;
	left:0px;
	height:100px;
	width:875px;
}

#header_bar
{
 	position:absolute;
 	width:875px;
	top:117px;
	*top:116px;
	
	left:0px;
	border-bottom:groove 5px #00989b;
	*border-bottom:ridge 5px #4DFCFF;
	height:10px;

	    
}

/* DIV HOOFDMENU */

#menu {
	position: absolute;
	top:131px;
	left: 0px;
	width:875px;
	color: #fff;	
	font-size:1.4em;
	font-family:tahoma,verdana;
	font-weight:500;
	height:40px;
	*height:33px;
	border-bottom:groove 5px #00989b;
	*border-bottom:ridge 5px #4DFCFF;	
	background-color:white;
}

#menu ul {
    list-style-type: none;
    padding:0px 0px 0px 0px;
    margin:0px;
}

#menu li {
    float:left;
    padding:12px;
    list-style-type: none;
    padding-top:10px;

}

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

#menu li:hover{
	color:black;
}

#menu li:hover a{
	color:black;
}

#menu li.selected {
    text-decoration: underline;
}

#menu li.selected a {
    text-decoration: underline;
}

#menu li ul {
    display:none;
}

/* ///////////////////////////////////////////////////////////// */

/* FOOTER */

* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 & ie6 */
}
#footer {
	width:875px;
	min-height: 30px;
	clear:both;
	color: gray;
	left:0;
	bottom:0;
	position: absolute;
	background-color:#FDF5ED;
	border-top:solid 2px #7fa4cc;
	text-align:center;
	
}

#footer ul {
    list-style-type: inline;
    padding:0px 0px 0px 0px;
    margin:0px;
}

#footer li {
    float:left;
    padding:0px 10px 0px 0px;
    list-style-type: none;
    padding-top:10px;

}

#footer li a {
    text-decoration:none;
	color: gray; 
}

#footer li:hover{
	color:#f28c00;
}

#footer li:hover a{
	color:#f28c00;
}

#footer li.selected {
    color:#fac17b;
    text-decoration:none; 
}

#footer li.selected a {
    color:#fac17b;
    text-decoration:none; 
}

#footer li ul {
    display:none;
}

#contact
{
	font-family: Verdana, Arial;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	color: white;
}

#contact p
{
	padding:3px;
}

#bekendvantv
{
float:right;
margin-top:-40px;
*margin-top:-45px;
_display:none;
}

#bekendvantv_left
{
display:none;
_display:block;
}
