h5 {
color:#000000;
}

body { 
	background-color: #4D0803;
	font-family: Trebuchet MS, verdana, arial; 
	font-size: 8px; 
	font-weight: normal; 
	color: #FFFFFF; 
	margin:0px;
	padding:0px;
	text-align: left;
	height:100%;
	}
	
#bg_pic { 
	background: url('pics/bg.jpg') top left;
	background-repeat: no-repeat;
	position: absolute;
	height: 700px;
	width: 1000px;
	left: 50%;
	top: 0px;
	margin-left: -500px;
	}
	
#bg_pic2 { 
	background: url('pics/bg2.jpg') top left;
	background-repeat: no-repeat;
	position: absolute;
	height: 700px;
	width: 1000px;
	left: 50%;
	top: 0px;
	margin-left: -500px;
	}
	
#contentvlak { 
	background-color: #FFFFFF;
	font-family: Trebuchet MS, verdana, arial; 
	font-size: 8px; 
	font-weight: normal; 
	color: #333333; 
	position: absolute;
	top: 134px;
	width: 564px;
	height: 433px;
	left: 50%;
	margin-left: -282px;
	}
	
#stuk_bloem { 
	background: url('pics/bloem.png') top left;
	background-repeat: no-repeat; 
	position: absolute;
	top: 114px;
	width: 42px;
	height: 126px;
	}
	
#content {
	background: url('pics/shadow_menu.jpg') top left;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	position: absolute;
	top: 1px;
	width: 465px;
	height: 412px;
	left: 0px;
	padding: 30px 0 10px 50px;
	}
	
#top { 
	background: url('pics/bg_top.jpg') top left;
	background-repeat: no-repeat; 
	position: absolute;
	top: 42px;
	width: 574px;
	height: 92px;
	left: 50%;
	margin-left: -287px;
	}
	
#balk_bottom { 
	background: url('pics/balk_bottom.png') top left;
	background-repeat: no-repeat; 
	position: absolute;
	top: 574px;
	width: 572px;
	height: 92px;
	left: 50%;
	margin-left: -286px;
	padding: 5px; text-align: center;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	}
	
@charset "utf-8";
/* CSS Document */

div#menu{
	position: absolute;
	top: 113px;
	left: 50%;
	margin-left: -282px;
}

div#menubalk{
	background-color:#f59e13;
	color:#d0f90f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
div#menubalk a{
	background:inherit;
	color:#d0f90f;
	display:block;
	padding:3px 6px 4px 6px;
	text-decoration:none;
}
div#menubalk a:hover{
	background-color:#FFCC33;
	color:#fff;
}
div#menubalk ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
div#menubalk li{
	background-color:#f59e13;
	color:#d0f90f;
	float:left;
	min-width:7.3em;
}
div#menubalk ul li ul{
	display:none;
}
div#menubalk ul li ul li{
	float:none;
}
div#menubalk ul li:hover ul{
	display:block;
}
