@CHARSET "ISO-8859-1";
body{
	margin: 0;
	color: white;
	font-family: Verdana;
}

.boekenlijst{
	font-size: 12px;	
}

#container{
	position:relative;
	margin: 0 auto;
	width:1200px;
}

#header {
	position:absolute;
	left:192px;
	top:0px;
	background-image: url("../images/index_02.jpg");
	width:816px;
	height:186px;
}

#top_menu {
	position:absolute;
	left:192px;
	top:186px;
	background-image: url("../images/index_04.jpg");
	width:816px;
	height:105px;
	font-size: 90%;
}

#top_menu ul li{
	position: relative;
	left: 180px;
	top: 35px;
	list-style-type: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px;
	color: white;
	font-family: 'Algerian', 'Georgia', serif;
	font-size: 110%;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-shadow: #000 2px 3px 2px;
}

#top_menu a{
	color: white;
	text-decoration: none;
}

#top_menu a:hover{
	text-decoration: underline;
}


#image_eindtijd {
	position:absolute;
	left:12px;
	top:471px;
	background-image: url("../images/index_07.jpg");
	width:415px;
	height:316px;
}

#content{
	position:absolute;
	left: 192px;
	top: 291px;
	width: 816px;
	background-color: #457ECD;
	min-height: 1000px;
}

#page{
	position: relative;
	float:left;
	width: 550px;
}

#purpose{
	position: absolute;
	top: 500px;
	left:10px;
	width: 200px;
}

#sub-menu{
	float:left;
}

#sub-menu ul li{
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-family: 'Algerian', 'Georgia', serif;
	font-size: 110%;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	width: 200px;
	text-shadow: #000 2px 3px 2px;

	
	
}

#sub-menu a{
	color: white;
	text-decoration: none;
}

#sub-menu a:hover{
	color: white;
	text-decoration: underline;
}
