body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	background:#2D2F35;
}

a
{
	color: #000000;
	text-decoration: none;
}

#content a
{
	color:#46A328;
	text-decoration:underline;
}

img
{
	border:0;
}

p
{
	margin: 0;
	padding: 0;
}

h1
{
	font:bold 18px Arial;
	color:#FF8A2C;
	padding:0;
	margin:0;
}

h2
{
	font:bold 14px Arial;
	color:#FF8A2C;
	padding:0;
	margin:0;
}

#container
{
	margin: 0 auto;
	width: 990px;
	margin-top:35px;
	position: relative;
	height:auto;
}

/* Menu */

#menu
{
	width:990px;
	position:relative;
	background:url(../images/topbalk.png);
	height:43px;
}

.menubutton
{
	height:auto;
	width:auto;
	padding:15px;
	float:left;
}

.menubutton a
{
	font:bold 13px Arial;
	color:#FFF;
}

.zoeken
{
	width:auto;
	height:auto;
	right:0;
	top:8px;
	position:absolute;
	font:12px Arial;
	color:#FFF;
	padding-right:5px;
	background:url(../images/zoekbalk.png) 90px 3px no-repeat;
}

.zoeken_input
{
	border:0;
	height:13px;
	width:124px;
	background: none;
	padding:8px 5px 0px 24px;
	font:12px Arial;
	margin-left:4px;
}

.zoeken_button
{
	border:0;
	height:22px;
	width:67px;
	background:url(../images/zoeken.png) no-repeat;
	margin-left:4px;
	margin-top:2px;
}

/* Header */

#header
{
	background:url(../images/background.png) no-repeat;
	height:285px;
	width:990px;
	position:relative;
}

.header_bottom
{
	background-image:url(../images/background_2.png);
	height:46px;
	width:990px;
	bottom:0;
	position:absolute;
}

.header_bottom_2
{
	background-image:url(../images/background_4.png);
	height:46px;
	width:990px;
	bottom:0;
	position:absolute;
}

#header_laag
{
	background:#30332E;
	height:46px;
	width:990px;
	bottom:0;
	position:absolute;
}

.header_page
{
	height:auto;
	width:auto;
	bottom:0;
	position:absolute;
	font:23px Impact;
	color:#FFF;
	padding:0 0 10px 20px;
	z-index:2;
}

.header_page_tekens
{
	font-size:13px;
	float:left;
	margin-right:5px;
	padding-top:5px;
	letter-spacing:-1px;
}

.logo
{
	height:73px;
	width:262px;
	position:absolute;
	top:10px;
	left:16px;
	z-index: 0;
}

.logolink {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 45px;
	display: block;
	z-index: 1;
}

#header_2
{
	background:url(../images/background.png) no-repeat;
	height:208px;
	width:990px;
	position:relative;
}

/* People+tekstareas header */

.header_people_1
{
	height:200px;
	width:150px;
	position:absolute;
	bottom:0;
	left:30px;
	z-index:2;
}

.orange_box
{
	position:absolute;
	left:143px;
	top:145px;
	z-index:1;
}

.header_tekst_1
{
	height:86px;
	width:180px;
	position:absolute;
	left:143px;
	top:145px;
	z-index:1;
	font:16px Arial;
	color:#FFF;
	padding:8px 8px 8px 13px;
}

.header_people_2
{
	height:200px;
	width:150px;
	position:absolute;
	bottom:0;
	left:370px;
	z-index:2;
}

.green_box
{
	position:absolute;
	left:465px;
	top:40px;
	z-index:1;
}

.header_tekst_2
{
	height:86px;
	width:180px;
	position:absolute;
	left:465px;
	top:40px;
	z-index:1;
	font:16px Arial;
	color:#FFF;
	padding:8px 8px 8px 13px;
}

.header_people_3
{
	height:200px;
	width:150px;
	position:absolute;
	bottom:0;
	left:860px;
	z-index:2;
}

.header_tekst_1 a, .header_tekst_2 a, .header_tekst_3 a {
	color: #FFFFFF;
}

.blue_box
{
	position:absolute;
	left:700px;
	top:125px;
	z-index:1;
}

.header_tekst_3
{
	height:86px;
	width:180px;
	position:absolute;
	left:700px;
	top:125px;
	z-index:1;
	font:16px Arial;
	color:#FFF;
	padding:8px 8px 8px 13px;
}

.header_people_4
{
	height:200px;
	width:150px;
	position:absolute;
	bottom:0;
	left:800px;
	z-index:2;
}

.orange_box_1
{
	position:absolute;
	left:483px;
	top:20px;
	z-index:1;
}

.header_tekst_4
{
	height:86px;
	width:180px;
	position:absolute;
	left:483px;
	top:20px;
	z-index:1;
	font:19px Impact;
	color:#FFF;
	padding:8px 8px 8px 13px;
}

.people_img
{
	position:absolute;
	bottom:0;
	left:0;
}

/* Content */

#content
{
	height:auto;
	width:990px;
	color:#FFF;
	position:relative;
	font-size: 14px;
}

#content a {
	color: #0177BD;
}

#content_normal
{
	height:auto;
	width:950px;
	margin:10px 0 0 20px;
	font-size: 14px;
}

.left_content
{
	height:auto;
	width:500px;
	float:left;
}

.right_content
{
	height:auto;
	width:396px;
	float:right;
	margin-left:15px;
}

.subcontent
{
	width:189px;
	height:auto;
	float:left;
	margin:24px 8px 0 0;
	margin-right:8px;
	display: inline;
}

.submenu
{
	float:left;
	margin-top:10px;
}

.foto_right
{
	width:400px;
	float:left;
	position:relative;
	margin:35px 0 10px 10px;
}


.foto_right_in
{
	width:400px;
}

.foto_right_in img {
	border:3px solid #FFF;
}

.imgmargin
{
	margin-bottom:15px;
}

table
{
	color:#FFF;
}

#choosepeople
{
	height:200px;
	width:150px;
	float:right;
	display:none;
}

#balloncms
{
	height:200px;
	width:150px;
	float:right;
	display:block;
	margin-right:60px;
	margin-top:10px;
	position:relative;
}

#chooseballon
{
	height:200px;
	width:150px;
	display:block;
	position:relative;
	display:none;
}

#choosetekst
{
	height:86px;
	width:180px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	font:19px Impact;
	color:#FFF;
	padding:8px 8px 8px 13px;
	display:none;
}

.submenublok {
	width: 400px; 
	margin-bottom: 15px; 
	border: 1px solid white; 
	padding: 10px;
}

.backbutton {
    height:auto;
    width:auto;
    bottom:0;
    right:5px;
    position:absolute;
    font:23px Impact;
    padding:0 0 10px 20px;
    z-index:2;
}

.backbutton a {
    color:#FFF;
}