/* FRONTPAGE 1   */
body{
 	margin:0;
 	padding:0;
	line-height: 1.5em;
	font-size:xx-small; /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:x-small /* for other IE versions */
	}
 
 html>body{
	font-size: small;  	
	}
	
#body_top{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	z-index: 1;	
	}
 
#pagina{
 	position: relative;
 	margin: 0px auto;
 	width:780px;
 	z-index:10;
 	}
	 
/*---[ main nav ]-------------------------------- */
#nav {
	width:180px;
 	}

 

  
/*---[ title ]----------------------------------- */
 #title {
 	clear:both;
 	margin:0;
	padding:0;
 	width:780px;
	height:50px;
	}
/* title */

#container {
	
	} 

#head{
	}

#head-content{
	float:left;
	width:528px;
	border-top:1px solid #FFFFFF;
	}

#head-sidebar{
	margin:0;
	padding:0;	
	float:left;
	width:250px;
	}

#content{
	margin-top:1px;
	float:right;
	width:580px;
	}
	
#sidebar{
	margin:0;
	padding:0;	
	float:left;
	width:180px;
	}

#header{	
	height:123px;	
	}

#submenu{	

	}

/* nav */
 #submenu {
 float:left;
 border-top: 1px solid #64A6F3;
 border-bottom: 3px solid #134783;
 margin:0;
 font-size:80%;
 height:33px;
 width:528px;
 background: #235C9D url('nav-bg-blue.gif') repeat-x top left;
 }
 
 #submenu ul{ 
 margin:0;
 padding:0;
 width:528px;
 float:left;
 background: #235C9D url('nav-bg-blue.gif') repeat-x top left;; list-style-type:none
 }
 
 #submenu li{
 float:left;
 margin:0;
 background: url('nav-li-bg-blu.gif') no-repeat top right;; list-style-type:none; padding-left:0; padding-right:1px; padding-top:0; padding-bottom:0
 }
 
 #submenu a{
 	float:left;
	padding: 7px 13px;
	text-decoration:none;
	color:#FFFFFF;
	}
	
  #submenu a:hover, #submenu a.active {
  	color:#FFFFFF;
	background:#204686;
	}
  #submenu a.active{
  font-weight:bold;
  background: #538620 url('nav-on-bg.gif') repeat-x bottom left;
  }

#field-one{
	margin: 10px 12px;
	text-align:left;
	min-height: 150px;
	height:expression(document.body.clientHeight < 150? "150px": "auto" );
	font-size:85%;
	line-height:1,5em;
	}



#field-one a:hover {
text-decoration:underline;
color:#000000;	}

	/* FOOTER LINKS */	
	#footer a{
	color:#FFFFFF;
	font-weight:bold;		
	}
	
	#footer a:hover{
	color:#CCCCCC;		
	}
	
	/* COPERIGHT TEXT */	
	#footer #copyright {
	color:#000000;
	}			


	.clear{
	clear:both;
	}
	
/*---[ footer ]-------------------------------- */	

#footer {
	background:#FFCC00;
	position: relative;
 	margin: 0px auto;
 	width:780px;
 	z-index:10;
	text-align:left;
	}
	
#footer p{
	padding:18px;
	margin:0;
	}

/*---[ footer ]-------------------------------- */	

#nav	ul, li {
		list-style: none;
		margin:0;
		padding:0;
		display:block;
		z-index:999;
	}		

#nav	ul {
		width:174px;
		padding:2px;
		background:#000000;
		border:1px solid #000000;
	}	

#nav	li {
		position:relative;
		padding:4px;
		border:1px solid #000000;
		z-index:9;
		text-align:left;
		
	}

		/* decoratieve hover */

#nav		li:hover {
			background:#FFCC00;
			z-index:15;
		}

	/* Alle subnavigatie hiden */
		
#nav ul ul {
		position:absolute;
		display:none;
		right:-175px;
		top:4px;
	}
		
		/* :hover, met specificity */
		
#nav		li:hover ul ul {
			display:none;
		}

#nav	li:hover ul, #nav li:hover li:hover ul {
			display:block;
		}
		
#nav a {color:#FFFFFF; text-decoration:none; font-weight:bold;	}		

