
html, html body {
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}
body {
	margin: 0px;
	padding: 0px;
	width:100%;
	background-color:#FFF;
	color:#222528;
	font-size:10pt;
}
#achtergrond {
	background-image: url(../img/repeat_back.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	position:absolute;
	width:100%;
	min-height:100%;
}
#huis {
	background-image: url(../img/homepage_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment:fixed;
	position:absolute;
	bottom:0%;
	width:100%;
	min-height:100%;
}
#blok {
}
#pascale {
	background-image: url(../img/pascale.png);
	background-repeat: no-repeat;
	background-position: right top;
	position:absolute;
	width: 100%;
	min-height:100%;
}
#logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	width: 269px;
	height: 94px;
	float:right;
	margin-right:30%;
	margin-top:2%;
}
#content {
	/*background-color:#FFF;
	opacity: 0.6; 
	filter: alpha(opacity=60); */
	background-image:url(../img/white_transparent_bck_pixel.png);
	background-repeat: repeat;
	/*font-weight:700;*/
	z-index:3;
	position:relative;
	width:55%;			
	padding:20px;
	margin-left:5%;
	height:80%;
	overflow:auto;
	min-height:485px;
	min-width:600px;
}
/*navigation*/
.navigation{
		/*width: 100%;*/
		font-family:Arial, Helvetica, sans-serif;
		margin:10px;
}
.subnav{
		/*width: 100%;*/
		margin-left:10px;
		color: #10778A;
}
.navigation a, .subnav a {
		color: #005D69;
		text-decoration: none;
		text-align: center;
		padding-right: 10px;
		padding-left: 10px;
	}
.navigation a:hover, .subnav a:hover {
		text-decoration: underline;
	}
.navigation a.selected, .subnava a.selected {
		color: #005D69;
		text-decoration: underline;
	}

		/*width: 100%;*/
.titles{
	margin-left:40px;
	margin-top:15px;
	margin-bottom:25px;}	
/* --- links --- */
a { 
	color:#129CAA;
	text-decoration:underline;}
a:hover { 
	color:#129CAA;
	text-decoration:none;}	
/* --- Titles --- */
h3 {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color:#006E83;
}
h4 {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #006E83;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h5 {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: italic;
	color: #006E83;
	}
h6 {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style:normal;
}