/*
#3a5664 groen
#e48346 oranje


*/


body{
	background-color: #ffffff; 
	margin: 0px 0px 0px 0px;
	height:100%;
}


body.detail{
	background-color: #ffffff; 
	color:#000000;
	font: 13px Arial; 
	padding: 0px;
}


#cont{
	width:822px; 
	height:100%;
	border:0px solid yellow; 
	background: url('../images/shade.png') repeat-y;
	text-align:left;
	padding: 0px 11px 0px 11px;
}
.header{
	width:800px; 
	border:0px solid yellow; 
	margin-bottom:2px;
}

#content{
	width:799px; 
	border:0px solid yellow;
	background-color: #e1e1e1; 

}

#content #body{
	width:540px; 
	border:0px solid red;
	float:left;
	background-color: #ffffff; 
	font: 13px Arial; 
	padding: 8px 10px 10px 15px;
	
}

#content #body .kop{
	color:#b08b66;
	font: bold 16px/26px Arial; 
	
}
body.detail .kop{
	color:#b08b66;
	font: bold 16px/26px Arial; 
	
}

#content #context{
	width:234px; 
	border:0px solid yellow;
	float:left;
	background-color: #e1e1e1; 
	font: 13px Arial; 	
}

#content #context .kop{
	width:228px;
	background: url('../images/kop_fade.jpg') repeat-x;
	color:#ffffff;
	font: bold 13px/26px Arial; 
	padding-left: 6px;
	
}
#content #context .body{
	width:222px;
	color:#000000;
	font: 11px Arial; 
	margin: 2px;
	background-color: #ffffff; 
	padding: 4px;
}


#bottom{
	width:799px; 
	height:20px;
	border:0px solid yellow;
	background-color: #9c9c9c; 
}
#bottom #body{
	width:540px; 
	float:left;
	margin-top:1px;
	height:19px;
	background-color: #ffffff; 
	color:#9c9c9c;
	font: 10px/20px Arial;
	padding: 0px 10px 0px 15px;
}
#bottom #body a{
	color:#9c9c9c;
	text-decoration:none;
}
#bottom #body a:hover{
	color:#e1e1e1;
	text-decoration:underline;
}



/* Begin CSS Popout Menu */

#menu{
width:799px;
/*background:#3a5664;*/
background:#fff;
}



#menu h2{
font:bold 11px/26px arial;
display:block;
border-width:1px;
border-style:solid;
/*border-color:#ccc #888 #555 #bbb;*/
border-color:#fff #fff #fff #fff;
white-space:nowrap;
margin:0;
padding:0 5px;
}

#menu h2{
color:#fff;
/*background:#3a5664 url(../images/expand.gif) no-repeat 100% 100%;*/
text-transform:uppercase
}

#menu h2 a{
	font:bold 11px/26px arial;
	display:block;
	border-width:0px;
	white-space:nowrap;
	margin:0;
	padding:0 5px;
	background:none;
	text-decoration:none;
}

#menu h2 a, #menu h2 a:visited, #menu h2 a:active{
	color:#3a5664;
	background:none;
}
#menu h2 a:hover{
	color:#fff;
	background:none;
}

#menu a{
font:normal 11px/23px arial;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 5px;
}



#menu a{
background:#eee;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
color:#e48346;
background:#ddd;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:132px;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#e48346 url(../images/expand.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#000;
background:#eee url(../images/expand.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#e48346;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

