body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #313131;
	margin: 0px;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#logo {
	width: 270px;
	height: 280px;
	float: left;
}

#logo h1 {
	display: none;
}

#nav-boven {
	width: 480px;
	height: 50px;
	background-image: url(../gfx/nav_boven.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 41px;
}

#nav-bottom {
	width: 480px;
	height: 30px;
	background-image: url(../gfx/nav_bottom.gif);
	background-repeat: no-repeat;
	float: right;
}

#main-title {
	width: 680px;
	height: 50px; 
	float: right;
}

#links-bg {
	width: 270px;
	height: 399px;
	background-image: url(../gfx/links_bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: Opx !important;
	margin-top: -3px;	
}

#links-bottom {
	width: 270px;
	height: 130px;
	background-image: url(../gfx/left_bottom.gif);
	background-repeat: no-repeat;
	float: left;
}

#spacer {
	width: 270px;
	height: 10px;
	background-image: url(../gfx/links_bg_spacer.gif);
	background-repeat: repeat-y;
	float: left;
}

#main {
	width: 640px;
	height: auto !important;
	height: 618px;
	min-height: 615px;
	background-image: url(../gfx/main_bg.gif);
	background-repeat: repeat-y;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	width: 950px;
	height: 35px;
	background-image: url(../gfx/footer.gif);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 10px;
}

#footer-txt {
	width: 950px;
	height: 35px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}	

.input {
	border: 1px solid #cfcfcf;
	background-color: #313131;
	color: #ffffff;
}

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


/* NAVIGATIE ROLL OVERS */
#navigation {
	margin-top: 41px;
	height: 110px;
	width: 680px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

