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


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#container #header {
	background-image: url(background/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 1000px;
	position: relative;
}
#container #main #content #content_inner {
	margin: 15px;
	padding: 0px;
}

#container #top {
	background-image: url(background/boven.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 1000px;
}

#container #header #header_title {
	height: 60px;
	width: 1000px;
	top: 45px;
	text-align:center;
	position: absolute;
}

#container #header #header_title h1 {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container #header #header_title h2 {
	font-family: "Monotype Corsiva";
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container #header #header_title h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container #main #menu {
	float: left;
	width: 200px;
	margin-right: 0px;
	margin-left: 20px;
	background-image: url(background/nav-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	height: 400px;
	margin-bottom: 10px;
}

#container #main #content {
	width: 740px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	background-color: #666666;
}

.content_p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
}

.content_h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #AAAAAA;
	font-weight: normal;
}

.content_h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 1em;
	font-weight: normal;
}

.content_h3{
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	height: 1em;
	margin:0px;
	padding:0px;
}

.content_h4{
	font-family: "Monotype Corsiva";
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	height: 1em;
}

#container #main #content a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#container #main #content a:hover{
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}

#container #main {
	background-image: url(background/MIDDEN.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#container #main #menu #menu_items {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#container #main #menu #menu_items ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#container #main #menu #menu_items a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#container #main #menu #menu_items a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;	
}

#container #main #clear {
	clear: both;
	float: none;
}
#container #main #menu #logos {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}
#container #main #menu #logos img {
	margin-bottom: 10px;
}
#container #bottom {
	background-image: url(background/ONDER.png);
	height: 35px;
	width: 1000px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color:#000000;
}
#container #main #content #content_inner p a em {
	font-family: "Monotype Corsiva";
	text-align: center;
	color: #F00;
}
#container #main #content #content_inner p {
	font-family: "Monotype Corsiva";
	text-align: center;
	font-size: xx-large;
	color: #FFF;
}
#container #main #content #content_inner {
	font-family: Verdana, Geneva, sans-serif;
}

