html{
height:100%;	
}

body
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	line-height: 18px;
	color: #000;
	margin: 0;
	padding: 0;
	height:100%;
	background-color: #e9e8e6;
	text-align: center;
}
td
{
	font-size: 11px;
}
img
{
	border: none;
}
a
{
	color: #000;
	text-decoration: underline;
}
a.red
{
	color: #e7243b;
}
a:hover
{
	text-decoration: none;
}
p {
	margin-bottom: 5px;
}
h1, h2, h3, h4
{
	margin-top: 0;
	padding-top: 0;
}
h1, h2, h3, h4
{
	color: #e7243b;
	line-height: normal;	
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}
.contentBox
{
	overflow: auto;
	border-bottom: 1px dotted #b3b3b3;
}
.header
{
	overflow: auto;
	padding-bottom: 1px;
}
.header .headerLine
{
	font-size: 11px;
	color: #000;
	font-weight: normal;
	font-style: none;
	text-align: right;
	border-bottom: 4px solid #f7d62f;
	vertical-align: middle;
	padding: 2px 0;
}
.header h1, .header h2, .header h3, .header h4
{
	float: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 8px 4px 0px 0;
}
.header h1 a, .header h2 a, .header h3 a, .header h4 a
{
	color: #e7243b;
}

/***************************************** TOP - MIDDLE - BOTTOM ***********************/
#top{
	height:141px;
	background-image:url(../images/top_back.jpg);
	background-repeat:repeat-x;
}
#middle{
	background-color:#FFFFFF;
	background-image:url(../images/middle_top_logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height : 400px;
	height : auto !important;
	height : 400px;
	overflow:auto;
}

#bottom{
	background-image:url(../images/bottom_back_x.jpg);
	background-repeat:repeat-x;
	height : 255px;
}
/***************************************** TOP ******************************/

#top #wrapper{
	width:980px;
	height:141px;
	background-color:#CCC;
	margin:0 auto;
}
#top #menu{
	padding:115px 10px 0px 10px;
	color:#FFF;
	text-align:right;
}
#top #menu a{
	color:#FFF;	
}
/***************************************** MIDDLE ***************************/

#middle #wrapper{
	position:relative;
	width:980px;
	background-image:url(../images/middle_bottom_logo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height : 400px;
	height : auto !important;
	height : 400px;
	overflow:auto;
	margin:0 auto;
}
/*
#middle #wrapper #menu{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	float:left;
	width:205px;
	background-color:#999999;
	text-align:left;
	color:#FFF;
	margin: 10px 0px 10px 0px;
}
*/
#middle #wrapper #main{
	text-align:left;
	color:#000;
	margin: 10px 0px 10px 0px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:#CCC 1px solid;
}
#middle #wrapper #main .eenvandrie{
	height:138px;
	margin-left:10px;
	margin-bottom:10px;	
	border-bottom:#999 1px dashed;
}
#middle #wrapper #main .eenvandrie .tekst{
	float:left;
	width:600px;
	padding-top:8px;
}
#middle #wrapper #main .eenvandrie .tekst p {
	display:inline;
	margin:0;
	padding:0;
}
#middle #wrapper #main .eenvandrie .tekst a {
	color: #e7243b;
}
#middle #wrapper #main .eenvandrie .foto{
	float:right;
}



#middle #wrapper #more{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	float:right;
	width:330px;
	text-align:left;
	color:#000;
	/*border-left:1px dashed #999;*/
	margin: 10px 0px 10px 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	
}

/***************************************** BOTTOM ***********************/

#bottom #wrapper{
	width:980px;
	height : 255px;
	background-image:url(../images/bottom_back.jpg);
	margin:0 auto;
}
#bottom #wrapper #adres{
	float:right;
	width:320px;
	text-align:left;
	color:#666666;
	margin: 40px 0px 10px 10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
	




