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

#clear {
	clear: both;
	}
	
body {
	background-image: url(../images/beekwilder010.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	background-color:#000;
	} 
	
#wrapper { 
	width: 100%;
 	text-align: left;  
 	margin-left: auto; 
 	margin-right: auto;
	margin-top: 12%;
 	background-color: #000;
 	height: 360px;
	min-width: 920px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	} 

#content { 
	width: 100%;
 	text-align: left;  
 	height: 360px;
	min-width: 920px;
	padding-top: 40px;
	} 

#content_text {
	margin: 0 3% 0 3%;
	overflow: auto;
	height: 300px;
	}
	
#content_text * {
	color:#FFF;
}

#pagetitle {
	float: left;
	margin-left: 400px;
	margin-top: 9%;
	width: 520px;
	height: 40px;
	background-color: #000000;
	opacity: .7;
	filter: alpha(opacity=70);
	padding: 20px 10px 10px 20px;
	text-align: left;
	}
	
#content h1 {
	font-family: "High Tower Text",Georgia,"Times New Roman",Times,serif;
	font-size: 1,8em;
	color: #FFF;
	margin: 0;
	padding: 0;
	}

#logo {
	width: 361px;
	height: 600px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-right: 40px;
	}

#hoofdmenu {
	float: right;
	width: 215px;
	height: 300px;
	text-align: left;
	}

#hoofdmenu ul {
	list-style-image: none;
	list-style-type: none;
	
	}

#hoofdmenu li, a {
	color:#FFF;
	font-size: 1,7em;
	font-family: "High Tower Text",Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	padding-bottom: 6px;
	display: block;
	text-decoration: none;
	}
	
#hoofdmenu li, a:hover {
	color:#663366;
	font-size: 1,7em;
	font-family: "High Tower Text",Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	padding-bottom: 6px;
	display: block;
	}
#content p {
	color: #FFF;
	font-family: "High Tower Text",Georgia,"Times New Roman",Times,serif;
	font-size: 1,2em;
	line-height: 150%;
	}
