/* CSS document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#bg {
	width: 100%;
	height: 100%;
	position: fixed;
}

#bg img {
	position: absolute;
}

#container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#header {
	width: 410px;
	height: 90px;
	margin-bottom: 0px;
	margin-top: 15px;
	text-align: left;
	padding-top: 15px;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	padding-bottom: 10px;
}
.menubar {
	height: 200px;
	margin-top: 55px;
	width: 100%;
	background-image: url(images/header_bg_blokje.png);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-left: 25px;
}

#footer {
	background-color: #fff;
	width: 840px;
	height: 20px;
	margin-top: 0px;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 15px;
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}
.logo {
	height: 148px;
	width: 900px;
	background-image: url(images/logo.png);
background-repeat: no-repeat;
	
	
}
.naw {
	margin-left: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-left: 5px;
}
a, h2 a:hover, h3 a:hover {
color: #FFF;
text-decoration: none;
}

a:hover {
color: #FFF;
text-decoration: underline;
} 