html,body{
	margin:0;
	padding:0;
	background:#0f0a00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC; 
}
#container{
	width:750px;
	margin:0 auto;
}
.head{
	height:120px;
	background:url(/gfx/head.jpg) no-repeat top left;
}
.head a span{
	display:none;
}
.menu{
	text-align:right;
}
.menu {
	margin:0;
	padding:45px 0 0 0;
}
.menu li {

	padding:0 6px;
	display:inline;
	list-style:none;
}
.menu li a{
	color:#FFF;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:8px;
	letter-spacing:2px;
}
.menu li a:hover, .menu li a.active{
	color:#a5a33f;
}

.bottom{
	background:#635403;
	color:#FFF;
	line-height:20px;
	text-align:center;
}
.main_inhoud{
	overflow:auto;
	height:1%;
}
.text{
	float:left;
	padding:20px;
	width:400px;
	height:1%;
	line-height:150%;
}
.images{
	padding-top:50px;
	float:left;
	width:250px;
	text-align:center;
}
.text h1, .menutext h2, legend{
	font-size:10px;
	color:#8c7700;
}
legend{
	margin:0 0 5px -5px;
	padding:0;
	font-weight:bold;
}
.main_inhoud a{
	color:#8c7700;
}
.menutext{
	text-align:center;
}

form fieldset{
	border:0;
}
form label{
	display:block;
	width:140px;
	float:left;
}
form input, form select, form textarea{
	background:#DDD;
	border:0;
	width:200px;
	margin:1px 0;
}
form input.btssubmit{
	width:auto;
}


.gb{
	border-bottom:1px solid #8c7700;
}