@charset "utf-8";
/* CSS Document */
body
{
	background-image: url(new_images/achtergrond.jpg);
	background-color: #102f0b;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin: 0;
	font-family: verdana;
	font-color: #2d2811;
	line-height: 1.8;
	font-size: 12px;
}

img
{
	border: 0;
}

#container
{
	background: #FFF;
	width: 930px;
	margin: auto auto;
}

#header
{
	background: url(new_images/header.jpg);
	height: 321px;
}

#language
{
	height: 38px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 11px;
	color: #84827d;
}

#menu
{
	padding-top: 225px;
	height: 39px;
}

#menu a
{
	font-size: 14px;
	font-family: helvetica;
	color: #fff;
	font-weight: bold;
	width: 182px;
	text-align: center;
	display: inline-block;
	margin-top: 6px;
	text-decoration: none;
}

#menu a.active
{
	color: #ffd500;
}

#submenu a
{
	font-size: 12px;
	font-family: helvetica;
	color: #a59696;
	display: block;
	height: 21px;
	width: 159px;
	padding-left: 10px;
	padding-top: 1px;
	text-decoration: none;
}

#submenu a.active
{
	background: url(new_images/submenu.jpg);
	font-size: 12px;
	font-family: helvetica;
	color: #2d2d2d;
}

#submenu a:hover
{
	color: #2d2d2d;
}

a
{
	color: #010f77;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#content
{
	padding-left: 20px;
}

#content_left
{
	float: left;
	width: 169px;
	height: 100%;
	margin-bottom: 20px;
	padding-top: 40px;
}

#content_text
{
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	width: 481px;
}

#content_wrapper
{
	background: url(new_images/content_bg.png);
}

#content_right
{
	padding-top: 20px;
	background: #fff;
	float: left;
	width: 220px;
}

#content_right div
{
	background: url(new_images/logo_div.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 14px;
	padding-top: 10px;
	text-align: center;
	
}

h1
{
	color: #2d2811;
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
}

p
{
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer
{
	text-decoration: none;
	text-align: center;
	width: 930px;
	padding-top: 10px;
	margin: auto auto;
	padding-bottom: 20px;
	font-size: 11px;
	color: #84827d;
}

#footer a, #language a
{
	color: #84827d;
	text-decoration: none;
	font-size: 11px;
}