body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #666;
	margin-top:0px;
}
body {
	background-color: #fff;
	background-image:url(img/achtergr.jpg); background-repeat:repeat;
	margin: 10px;
}

.header_container {
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -420px;
	width:450px;
	height:250px;
	background-image:url(img/logo.png);
	background-color:#FFFFFF;
	z-index:1;
}

.content_container {
	position: absolute;
    top: 260px;
    left: 50%;
    margin-left: -400px;
	width:450px;
	height:auto;
	z-index:2;
	padding:10px;
}

.nieuwsbrief_container {
	position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 70px;
	width:300px;
	height:auto;
	z-index:3;
	padding:10px;
}

.nieuws_container {
	position: absolute;
    top: 240px;
    left: 50%;
    margin-left: 70px;
	width:300px;
	height:auto;
	z-index:4;
	padding:10px;
}

.film_container {
	position: absolute;
    top: 400px;
    left: 50%;
    margin-left: 70px;
	width:300px;
	height:auto;
	z-index:6;
	padding:10px;
}

.menu_container {
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -420px;
	width:430px;
	height:20px;
	z-index:5;
	padding:5px;
}

a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}


img { border:0px;}

.menu {
	margin: 0;
	font-family: "verdana";
	font-size: 10px;
	font-weight:bold;
	clip: rect(0px,0px,0px,0px);
}



.menu a {
	text-decoration: none;
	display:block;
	width:71px;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	margin: 0;
	padding: 0;
	display:block;
	float:left;
}

.menu ul li a {
	margin-top: 0px;
	margin-bottom:0px;
	padding: 5px 5px;
	line-height: 16px;
	color:#000;
	border-top: 0px solid #999999;
	border-right: 1px dashed #999;
}

.menu a:hover {
display:block;
	margin-top: 0px;
	margin-bottom:0px;
	padding: 5 5px;
	line-height: 16px;
	color:fff;
	border-right: 1px dashed #999;
	background-color:#ffea00;
}

li.menu-current { background:#ffea00; }; 
 
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}

