body
{
	background: #f2f2f2;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Arial';
	padding-top: 15px;
	width: 900px;
}

*
{
	margin: 0;
	padding: 0;
}

a img
{
	border: 0;
}

#content
{
	width: 900px;
	padding-top: 10px;
	background: #fff url('images/content_top.jpg') no-repeat top;
}

#header
{
	width: 880px;
	height: 42px;
	padding: 0 0 7px 20px;
	background-color: #fff;
}

#header_left
{
	float: left;
}

#header_right
{
	float: right;
	margin: 10px 15px 0 0;
	letter-spacing: 5px;
}

#header_img
{
	width: 860px;
	height: 170px;
	background: #fdc006;
	padding-left: 40px;
}

#navigatie
{
	width: 900px;
	height: 30px;
	padding-top: 8px;
	background-color: #b2afa5;
	text-align: center;
	color: #8d6c08;
}

#navigatie a:link.navigatie, #navigatie a:active.navigatie, #navigatie a:visited.navigatie
{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigatie a:hover.navigatie
{
	text-decoration: underline;
}

#content_bottom
{
	width: 900px;
	background: url('images/background_content_right.jpg') repeat-y top right;
}

#content_bottom_left
{
	width: 589px;
	float: left;
	padding: 30px 30px 0 30px;
}

#content_bottom_left h1
{
	font-size: 16px;
	font-family: Tahoma;
	color: #f9ae00;
	margin-bottom: 20px;
}

#content_bottom_left h2
{
	font-size: 15px;
	font-family: Tahoma;
	color: #f9ae00;
	margin-bottom: 20px;
}

#content_bottom_right h3
{
	font-size: 12px;
	font-family: Tahoma;
	color: #f9ae00;
	margin-bottom: 20px;
}

#content_bottom_left p, #content_bottom_right p
{
	font-size: 12px;
	font-family: Arial;
	color: #786F63;
	margin-bottom: 20px;
}

#content_bottom_right
{
	width: 221px;
	float: left;
	padding: 15px;
}

#content_bottom_right h1
{
	font-size: 12px;
	font-family: Tahoma;
	color: #f9ae00;
	margin-bottom: 10px;
}

#content_bottom_right table
{
	font-size: 11px;
	color: #5c5959;
}

#content_bottom_right td
{
	padding-bottom: 3px;
}

#clear
{
	clear: both;
}

#footer
{
	width: 900px;
	height: 4px;
	background: url('images/content_bottom.jpg') no-repeat top;
	margin-bottom: 10px;
}

#nav, #nav ul {
	width: 900px;
	height: 20px;
	padding-top: 8px;
	background-color: #b2afa5;
	text-align: center;
	color: #8d6c08;
	list-style: none;
}

#nav a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display:block;
	width:15em;
}

#nav li {
	float: left;
	width: 9em;
}
#nav li ul {
	position: absolute;
	height:auto;
	width: 10em;
	left: -999em;
	background-color: #b2afa5;
	padding-bottom:5px;
	text-align:left;
	overflow:hidden;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a
{
	color: #fff;
	padding:5px;
}

#nav li ul li a:hover
{
	background: #fafafa;
	color: #000;
	padding:5px;
}

#content_bottom_left ul 
{	
	margin-left:30px;	
}