	@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding:0px; 
	overflow:hidden; 
}
html, body {
	background-color: #e32118;
	/*height: 100%;*/
  font-family: "Trebuchet MS", Arial,Verdana,Helvetica,Sans-serif;
	font-size: 12px;
	color: white;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.mailto{
	text-decoration: underline; color: #fff;
}
h1 { 
	margin:0px;	
	font-size:14px; font-weight: bold; color: white; 
	padding: 30px 0px 30px 0px;
} 


#bg1 {
	position: absolute; left: 0; top: 0; 
	width: 100%; height: 138px; 
	background: transparent url('../images/bg_header_top.jpg') repeat-x top left;	
}

#bg2 {
	position: absolute; left: 0; top: 138px; 
	width: 100%; height: 250px; 
	background-color: black;
}



#container {
	position: relative;
	width: 1024px; 
	margin: 0px auto;
}


#header { width: 1024px; height: 138px; }
#headerfoto { width: 1024px; height: 228px; }
#menubalk { position: relative; }



#contenttitelcontainer {
	position: absolute;
	top: 309px;
	left: 312px;
	width: 200%; height: 59px;	
	background: #e32118 url('../images/bg_contenttitel_container.jpg') repeat-x;		
	z-index: 5;
}

#contenttitel {
	background: #e32118 url('../images/bg_contenttitel.jpg') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 685px;
	height: 59px;
	z-index: 9;
	padding-left: 20px;
}

#contentcontainer {
	position: relative;
	left: -100%;
	width: 400%;	
	background: #e32118 url('../images/bg_content.jpg') repeat-x;
}

#content {
	position: relative;
	left: 25%;	
	width: 1024px;  
	z-index: 3000;
}





#titellinks {
	position: absolute; width: 300px;
}
#content div.maintekst {
	position: relative;
	padding: 18px 120px 0px 332px;
	width: 530px;	
	color: white;
	font-size: 12px;
	line-height: 19px;
} 
#leesverder {
	font-size: 11px;
	color: black;
	line-height: 11px;
}


#welkom { 
	padding: 1px 0px 0px 0px; 
	width: 975px;
	height: 160px; 
}
#welkom img {
	padding: 0;
	margin: 0;
}

#footer {
	position: relative; bottom: 0px;
	background: #e32118 url('../images/bg_footer.jpg') no-repeat;
	width: 975px; height: 75px;
	margin: 0px auto;
}
#footer div.left{
	position: absolute;
	left: -100%;
	width: 200%; height: 75px;
	background: #e32118 url('../images/bg_footer_left.jpg') repeat-x;	
	z-index: 1000;	
}
#footer div.right {
	position: absolute;
	right: -100%; 
	width: 200%; height: 75px;
	background: black url('../images/bg_footer_right.jpg') repeat-x;
	z-index: 20;	
}
#footer div.center{
	position: absolute; left: 0px;
	background: #e32118 url('../images/bg_footer.jpg') no-repeat;
	width: 975px; height: 75px;
	z-index: 3000;
}


#footer2 {
	position: relative; bottom: 0px;
	background: #e32118 url('../images/bg_footer.jpg') no-repeat;
	width: 975px; height: 75px;
}
#footer2 div.left{
	position: absolute;
	left: -100%;
	width: 200%; height: 75px;
	background: #e32118 url('../images/bg_footer_left.jpg') repeat-x;	
	z-index: 1000;	
}
#footer2 div.right {
	position: absolute;
	right: -100%; 
	width: 200%; height: 75px;
	background: black url('../images/bg_footer_right.jpg') repeat-x;
	z-index: 2000;	
}
#footer2 div.center{
	position: absolute; left: 0px;
	background: #e32118 url('../images/bg_footer.jpg') no-repeat;
	width: 975px; height: 75px;
	z-index: 3000;
}


#footer3 {
	position: absolute; bottom: 0px;
	background: #e32118 url('../images/bg_footer.jpg') no-repeat;
	width: 975px; height: 75px;
	margin: 0px auto;		
}
#footer3 div.left{
	position: absolute;
	left: -100%;
	width: 200%; height: 75px;
	background: #e32118 url('../images/bg_footer_left.jpg') repeat-x;	
	z-index: 1000;	
}
#footer3 div.right {
	position: absolute;
	right: -100%; 
	width: 200%; height: 75px;
	background: black url('../images/bg_footer_right.jpg') repeat-x;
	z-index: 2000;	
}
#footer3 div.center{
	position: absolute; left: 0px;
	background: #e32118 url('../images/bg_footer.jpg') no-repeat;
	width: 975px; height: 75px;
	z-index: 3000;
}