@charset "utf-8";
/* CSS Document */

.lang_menu
{
	width: 210px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.lang_menu.nl
{
	width: 220px;
	margin-right: 20px;
	background: url(images/stippellijn_verticaal.png) right repeat-y;
}

.lang_menu a
{
	color: #847f85;
	margin-bottom: 5px;
	font-weight: bold;
}

.lang_menu h2
{
	padding-left: 55px;
	height: 25px;
	color: #7e7863;
	font-size: 13px;
	padding-top: 7px;
}

.lang_menu.nl h2
{
	background: url(images/vlag_nl.png) no-repeat;
}

.lang_menu.en h2
{
	background: url(images/vlag_en.png) no-repeat;
}

body
{
	background: url(images/achtergrond2.jpg);
	font-family: helvetica;
	font-size: 12px;
	line-height: 14pt;
	color: #847f85;
	margin: 0;
}

a
{
		color: #847f85;
}

#container
{
	width: 900px;
	padding: 1px;
	padding-bottom: 0;
	padding-top: 0;
	margin: auto auto;
	background-image: url(images/schaduw.png);
}
#extraordinaryones
{
	position: absolute;
	left: auto;
	right: -18px;
	top: 50px;
	height: 90px;
	width: 94px;
	background: URL(Assets/img/eoo.png) top left no-repeat;
}
#menu2 *
{
	float: left;
}

#menu
{
	height: 430px;
	background-image: url(images/header_foto_01.png);
	position: relative;
}

#content
{
	padding: 50px;
	background-color: #FFF;
}

h1
{
	font-family: helvetica;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #7e7863;
}

#menu2 div
{
	float: left;
}

#footer
{
	background-image: url(images/schaduw_onder.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	font-size: 10px;
	color: #847f85;
	font-family: helvetica;
	width: 800px;
	margin: auto auto;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

#footer a
{
		color: #847f85;

}
.lang_menu a:hover
{
	color: #3e3a3f;
}


