/* Stylesheet */

html, body 
{
  margin 						: 0px; 
  padding           : 0px;
  overflow          : hidden;
  height:100%;
}

body 
{

  background : #FFFFFF;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  color: rgb(22,19,79);
}

img 
{
   border : none;
}

a
{
  color :  #a06e20;
  font-size : 11px;
}


a.readon
{
  color : rgb(160,110,32);
  font-size : 11px;
	text-decoration:none;
}

a.readon:hover
{
  text-decoration : underline;
}

a.extra_nav {
	color : rgb(160,110,32);
  font-size : 10px;
	text-decoration:none;
	font-weight:bold;
}

a.extra_nav:hover
{
  text-decoration : underline;
}

#container 
{	
	 position:absolute;
	 width : 990px;
   height:600px;
	 left:50%;
   margin : 10px auto;
	 margin-left: -495px;	
   background-color:#ffffff;
   color : #333;
   /* [hcd] 26-3-2007 border : 1px solid #808080;  */
}
#blauw
{
  background-color  : #100A50;
  position:absolute;
  left:0px;
  right:50%;
  bottom:0px;
  top:0px;
  height:expression(( document.body.offsetHeight - 0 ) + "px" );
  width:expression(( document.body.offsetWidth / 2 ) + "px" );
  
}
#leftnav
{
	 position:absolute;
	 left:0px;
	 top:0px;	
	 width : 495px;
   margin : 0;
   padding : 0;
	 height:600px;
	 color:#FFFFFF;
}

#content 
{
	position:absolute;
	left:495px;
  background-color:#FFFFFF;
	height:585px;
	width:495px;
	
}

#logoContainer{
	position:absolute;
	height:228px; 
	width:495px; 
	top:10px; 
	left:0px;
  border-bottom: 2px solid white;
}

#Level3Nav {
	position:absolute; 
	left:10px; 
	top:580px; 
	width:468px;
}

#news
{
	position:absolute;
	top:255px;
	left:15px;
	width:200px;
	font-size:12px;
}

.Navigation
{
	position:absolute;
	top:230px;
	right:0px;
	width:200px;
	font-size:12px;

}

.title {
	font-size:18px;
	color:rgb(160,110,32);
	font-weight:bold;
	padding-bottom:5px;
}

.intro { 	
	font-weight:bold;
	color:#1b1155;
}

.body 
{
  color: rgb(22,19,79);
}