@charset "UTF-8";
/* CSS Document */

<style type="text/css">



body{
	margin:0px;
	padding:0px;
}
	
#container{
	position:relative;
	background-image:url(beelden/kurkbeeldtest.jpg);
	background-repeat:no-repeat;
	width:805px;
	height:520px;
	margin:0 auto;
	margin-top:-8px;
	overflow:visible;
}	


#nav{
	position:relative;
	width:155px;
	margin-top:220px;
	float:left;
}

.navbut{
	position:relative;
	width:155px;
	margin-top:20px;
	float:left;

}	
#content{
	position:relative;
	width:435px;
	margin-top:180px;
	float:left;
	}
.btwn{
	position:relative;
	width:10px;
	float:left;

}
#contentright{
	position:relative;
	width:164px;
	margin-top:230px;
	float:left;

}
#footer{
    position:relative;
	clear:both;
	text-align:center;
	float:left;
	width:435px;
		border-top:1px solid #CC6600;

}


.head {font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: regular; color:#CC6600; font-size: 30px;}
.sub {font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: regular; color:#CC6600; font-size: 15px;}
.plat {font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: regular; color:#333333; font-size: 12px;}
.subsub {font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: regular; color:#CC6600; font-size: 12px;}

.subright {font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: regular; color:#CC6600; font-size: 11px;}
.platright {font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: regular; color:#666666; font-size: 11px;}

.footer {font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: regular; color:#999999; font-size: 9px;}



a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
</style>