body,html {
	background-color: #00000a;
	font-size: 12px;
	font-family: Arial,Verdana,SunSans-Regular, Sans-Serif;
	color:#fff;
	padding:0px;
	margin:0px;
}

a:link {color: #C7AF6E;}
a:visited {color:#C7AF6E;}
a:hover {color: #C7AF6E; text-decoration:none;}
a:active { color:#C7AF6E;
}

h1 {
color:#C7AF6E;
clear:both;
font-size: 14px;
text-transform:uppercase;
font-family:"Trebuchet MS",verdana;
font-size:14px;
background-color: #2a2a2c;
padding:2px 5px;
margin-bottom:5px;
margin-top:0px;
}

h2 {
clear:both;
font-size: 14px;
text-transform:uppercase;
font-family:"Trebuchet MS",verdana;
font-size:14px;
background-color: #2a2a2c;
padding:2px 5px;
margin-bottom:5px;
margin-top:0px;
}

h3 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}

p, pre{
padding: 0px;
padding-bottom:18px;
margin:0px;
}

img {vertical-align:top; border:none;
}

ul, ol{
	margin-top:0px;
	padding-top:5px;
	padding-bottom:15px;
}

/* ----------container header-------------- */
#header_container {
background-image:url(../img/bg_header.gif);
background-position:center;
background-repeat:no-repeat;
background-color: #504e53;
height:250px;
}

/* ----------container content-------------- */
#content_container {
width:912px;
height:300px;
vertical-align:top;
background-image:url(../img/bg_content.gif);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

/* ----------header-------------- */
#header {
width:900px;
margin-left:auto;
margin-right:auto;
background-color:#00000a;
height:250px;
}

/* ----------navigatie-------------- */
#nav{
padding: 37px 20px 10px 0px;
margin-right: 6px;
width:200px;
text-align:right;
float:left;
}

/* ----------buttons-------------- */

#button ul {
	list-style : none;
	margin : 0;
	padding : 0;
	border : none;
}
#button li {
	margin : 0;
}
#button li a {
	display : block;
	padding : 3px 3px 8px 0.5em;
	color : #fff;
	text-decoration : none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:right;
	line-height:16px;
	
}
#button li a {
	width : auto;
}
#button li a:hover {
	color : #c7af6e;
}
#button .active {
	color : #c7af6e;
}

/* -----------------content--------------------- */

#content {
	padding: 0px 20px 0px 50px;
	margin-top:37px;
	margin-bottom:40px;
	width:580px;
	float:left;
	border-left:1px solid #FFFFFF;
	line-height:24px;
}

/* -----------------nieuwsitems--------------------- */


.headlines {
	background-color:#d1d3d4;
	color:#6d6e71;
	font-size:10px;
	padding:4px;
	width:169px;
	margin-bottom:4px;
}
.headlines_bold {
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
}
.headlines_bold a, .headlines_bold a:visited, .headlines_bold a:active {
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}







