html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e9e2d1;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	color: #e3a21f;	
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-size: 16px;
	color: #e9e2d1;	
	margin: 0px;
	padding: 0px;	
}

h3 {
	font-size: 12px;
	color: #e3a21f;	
	margin: 0px;
	padding: 0px;	
}

p {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 960px;
	margin: auto;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;		
}

#header {
	width: 960px;
	height: 140px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	width: 960px;
	height: 40px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;		
}

#menu ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-left: -5px; 
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 0px solid #000;
}

#menu li a:hover{	
	background-color:#000;
	color: #eeab27;	
	padding-top: 2px;
	padding-bottom: 2px;	
}

#main {
	position:relative;
	padding-top: 30px;
	padding-left: 20px;
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#inhoud{
	position:relative;
	margin-top: 0px;
	margin-right: 373px;
	margin-left: 0px;	
	margin-bottom: 0px;
	z-index:1;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

#nieuws{
	position: absolute;
	right: 0px;
	width: 293px;
	margin-top: 10px;	
	margin-right: 20px;	
	padding: 20px;
	background-image: url(../images/submenu_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;	
	border: 1px solid #808080;	
}

#footer{
	font-size: 10px;
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	clear: both;
	height: 20px;
}

#footer a{
	text-decoration: none;
	color: #e3a21f;
}

#footer a:hover{
	text-decoration: underline;
}

#footerleft{
	float: left;
	text-align: left;
	padding-left: 20px;	
	padding-top: 3px;			
}

#footerright{
	float: right;
	text-align: right;	
	padding-right: 20px;		
	padding-top: 3px;					
}
/*
 * Hyperlinks
 */
a { color: #e3a21f; text-decoration: underline; overflow: hidden; }
a:hover, a:focus { text-decoration: none; }
