/* CSS Document */
html {
	background: transparent url(../afbeelding/main_fade.gif) repeat-x top;		margin: 0px;	padding: 0px;	background-color: #c7ccd0;	}
body, table { 
	font-family:  "Helvetical", Arial, Verdana;
	text-align: justify;
	font-size: 11px; 
	word-spacing: 0px;
	line-height: 14px;
	color: #000000; 
	margin: 10px; 

	}
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #342E79;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #686B89;
	}
h1{
    	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 3px; 
	color: #FFFFFF;
}
h2{
	font-size: 11px;
	color: #342E79;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}
img{
	border: 0px;
}


/* Kleuren
donker blauw: #342E79
licht blauw: #686B89
*/

/*  DIV  */

#container{	border: 1px solid #342E79;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 620px;
	background-color: #FFFFFF;
}
#content{
	margin-top: 10px;
	width: 100%;
	height:325px;
	}


#headerLogo{ 
	background: transparent url(../afbeelding/header_logo.gif) no-repeat top right; 
	width: 800px; 
	height: 86px; 
	}
#headerLogo span{
	display:none
	} 

#lijn{
	width: 800px; 
	height: 2px; 
	background-color:#342E79;
	clear: both; 
	}

#titelBack{
	background: transparent url(../afbeelding/header_1.gif) no-repeat top right;
	margin-top: 8px;
	width: 800px;
	height: 25px; 
	}
#titel{
	float:right;
	margin-top: 2px;
	width:130px;	
	}
#illustratie{
	background: transparent url(../afbeelding/menu_illustratie.gif) no-repeat top right;
	width:800px;
	height:52px;
	clear: both; 
	}
#illustratie span{
	display:none
	}


#menuBack{
	height: 30px;
	margin-top: 8px;
	background: transparent url(../afbeelding/menu_achter.gif) no-repeat top left;
	background-color: #342E79;
	width: 800px;
	}
#menu{
	font-size: 12px;
	width: 685px;
	height: 30px;
	padding-top: 8px; 
	}
#menu ul , #adres ul{
	text-align: right;
	margin: 0px 0px 0px 0px;
	}
#menu li {
	display: block; 
	padding: 5px 20px 0px 20px; 
	display: inline;
	}
#menu li a:link, #menu li a:visited { 
	color: #FFFFFF;
	}
#menu li a:hover,  #menu li a:active{
	color: #FFFFFF;
	}


#adresBack{
	height: 15px;
	margin-top: 8px;
		width: 800px;
	}
#adres{
	position: relative;
	left: 0;
	width:800px;
	height: 15px;
	}

#adres ul{
	background: url(../afbeelding/adres_achter.gif) no-repeat left;
	position: absolute;
	text-align: center;
	margin: 0;
	width: 800px;
	height: 18px;
	padding: 4px 0 0;
}

#adres li{
	font-size: 10px;
	color: #FFFFFF;
	list-style: none;
	padding: 0px 12px 0px 12px; 
	margin: 0px;
	display: inline;
	}
#adres span{
	color: #f60000;
}

