body {
	/*background: #5F0F03 url('../resource/etc/body_bg.jpg');*/
	background: #5F0F03 url('../pic/main.php') no-repeat center center fixed;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Courier New;
	font-size:10pt;
	color:white;
	min-height:100%;
}

img {
	border:0px;
}

#reclame {
	float: left;
	margin-left: 0px;
	margin-right:20px;
}

#reclame a .img {
	clear:left;
	margin-bottom:20px;
	border:0px;
}

#page {
	margin: 0 auto;
	margin-top:20px;
	padding: 0px;
	width: 950px;
	border:2px solid #5F0F03;
	background: #BA250F;
	margin-bottom:50px;
}

#header {
	float:left;
	height: 200px;
	width: 950px;
	background: #FFF url('../resource/etc/banner.jpg') no-repeat;
}

#footer {
	float:left;
	width:950px;
	height:50px;
	background: #BA250F;
}

#main {
	float:left;
	background: #BA250F url('../resource/etc/page_bg_upper.jpg') repeat-x;
	padding-left:20px;
	min-height:100%;
}

#content {
	float:left;
	margin:20px;
	padding:10px;
	width:530px;
	min-height:150px;
	background: #447DB7 url('../resource/etc/page_bg_kaart.jpg');
}

#menu {
	float:left;
	padding-left:20px;
	background-color: #006633;
	height:500px;
	width:180px;
	margin-bottom:20px;
}

#kaart-bg {
	background-color: #447DB7;
}

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

li {
	list-style: none;
}

#menu li a {
	color: white;
	text-decoration: none;
	font-weight:bold;
}
	
