body
{ 
	background:#FFF;
	font-family:Tahoma;
	color:#000;
}
form {
	background:#000;
}
#wrap			
{ 
	width: 1000px; 
	margin: 0 auto; 
	min-height: 100%;
	position: relative; 
	background: url(images/content_bg.gif) repeat-y center top
}
iframe html body img {
	width:272px !important;
	height:auto;
}
/*------------------------------ Header -----------------------*/
#header			
{ 
	background: url(images/header_bg.gif) no-repeat center top; 
	height: 238px; 
	padding: 77px 50px 0 50px
}

/*------------------ loog ----------------------*/
#logoBox
{
	/* background: url(images/top_img.jpg) no-repeat center top; */
	position: relative;
	float: left;
	height: 206px;
	width: 900px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.logo
{
	position: absolute;
	left: 303px;
	z-index:200;
	top: 6px;
	text-indent: -9999px;
	display: block;
	width: 291px;
	height: 194px;
}
.logo img
{
	float: left
}

/*------------------ Content --------------------------------------*/
#content
{
	padding: 0 50px 88px 50px
}
#content a:hover			
{ 
	text-decoration: underline 
}
#content h1
{
	border-bottom: 1px solid #000;
}
#content h2
{
	border-bottom: 1px solid #000;
}
#textString
{
	height: 29px;
	float: left;
	background: #000;
	padding: 0 5px;
	width: 890px;
	overflow:hidden;
}

#textString p
{
	margin: 0;
	font-size: 17px;
	line-height: 29px;
	color: #e4f0f0;
}

#textString a:link,
#textString a:hover,
#textString a:visited,
#textString a:active
{
	color: #e4f0f0;
	padding: 0 8px;
}

#linkBox
{
	float: left;
}

.contentPadding
{
	
	padding: 4px 12px 0 12px;
}
.imgList
{
	float: left;
	margin: 0;
	list-style: none;
}
.imgList li
{
	margin: 0;
	float: left;
	width: 280px;
	padding-right: 18px;
}

.imgList li a:link,
.imgList li a:hover,
.imgList li a:active,
.imgList li a:visited
{
	float: left;
	display: block
}

.imgList li a img
{
	 float: left
}

/*============================ Vervolg =========================*/

#leftBox
{
	float: left;
	width: 292px;
	padding-right: 15px;
	padding-bottom: 15px
}

#rightBox
{
	float: none
}

#rightBox a:link,
#rightBox a:hover,
#rightBox a:active,
#rightBox a:visited
{
	font: normal 12px/15px Arial, Helvetica, sans-serif
}

.moreInfo
{
	float: left;
	display: block;
}
/*--------------------------- Footer -----------------------*/
#footer
{
	height: 76px;
	background: url(images/footer_bg.gif) no-repeat center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1000px;
}

#footer p {
	text-align:center;
	margin-top:25px;
	color:#FFFFFF;
	}
#footer p  a{
	color:#FFFFFF;
	}	
