/* standaard paddind, margin en border op 0 */
*{
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #FFFFFF;
}

/* alles omvattende klasse */
#content{
	padding-top: 20px;
	background: url(images/image/back.png) no-repeat;
	background-color: #999999;
	text-align: center;
	font-family: tahoma, geneva, helvetica, sans-serif;
	font-variant: small-caps;
	height: 1000px;
}

/* div voor alle inhoud */
#container{
	margin: auto;
	width: 820px;
	height: 667px;
	background-color: #000000;	
}

/* logo en plaatje rechts van het logo */
#head{
}

/* div voor het logo */
#logo{
	float: left;
}

/*plaatje rechts van het logo */
#righthead{	
	padding-top: 7px;
	padding-right: 4px;
}

#links{
	position: absolute;
	left: -408px;
	top: -8px;
	height: 25px;
	clear: both;
}

html>body #links{
	left: 0px;
	top: -7px;
}

#link{
	min-width: 48px;
	font-family: tahoma, geneva;
	float: left;
	padding-left: 5px;
}

#content_wrapper{
	position: relative;
	clear: both;
}

#leftcontent_home{
	display: block;
	position: absolute;
	top: 20px;
	left: -403px;
}

html>body #leftcontent_home{
	left: 7px;
}

#left_under{
	position: relative;
	z-index: 3;
	width: 573px;
}

#left_over{
	position: relative;
	z-index: 4;
	width: 573px;
	height: 100%;
	text-align: left;
}

#left_over div{
	position:absolute;
	bottom:0;
	left:0;
	
}

/* 3 h elementen voor de tekst over het plaatje */
h1{
	font-size: 22pt;	
	line-height: 1;
	margin: 0px;
}

h2{
	font-size: 28pt;
	line-height: 0.9;
	margin: 0px;
}

h3{
	font-size: 16pt;
	line-height: 1;
	margin: 0px;
}

/*content balk rechts op de home pagina */
#rightcontent_home{
	position: absolute;
	right: 7px;
	top: 20px;
	width: 226px;
}

#right_first{
	padding: 0px;
}


#right_second{
	padding-top: 7px;
}

#right_third{
	position: relative;
	top: 0px;
	margin-top: 7px;;
}

html>body #right_third{
	height: 144px;
}

#right_third_img{
	position: relative;
	top: -146px;
	float: left;
	padding-top:10px;
	padding-left: 10px;
	z-index: 2;
	padding-bottom: 7px;
}

#right_third_txt{
	z-index: 1;
}

#right_fourth{
	position: relative;
	top: 0px;
	margin-top: 7px;
	height: 36px;
}

html>body #right_fourth{
	top: 0px;
	height: 56px;	
}

#right_fourth_txt{
	float: bottom;
	z-index: 1;
}

html>body #right_fourth_txt{
	position: relative;
	top: 0px;
}

#right_fourth_input{
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 2;
}	

html>body #right_fourth_input{
	position: relative;
	top: -30px;
	left: 0px;
}


input{
	color: #000000;
	border: solid #000 1px;
	font-size: 8pt;
}


#contentfooter{
	position: absolute;
	right: -115px;
	top: 240px;
	line-height: 1.2;
	width: 799px;	
	height: 40px;
}   

html>body #contentfooter{
	right: -110px;
}

#contentfooter_visual{
	float: right;
	right: 7px;
}

#contentfooter_txt{
	position: absolute;
	text-align: left;
	left: 7px;
	top: -5px;
}

html>body #contentfooter_txt{
	position: absolute;
	padding-left: 10px;
	top: -5px;
}


#bottomfooter{
	position: absolute;
	right: 580px;
	top: 524px;
}

html>body #bottomfooter{
	top: 527px;
}


#footerlabel{
	position: absolute;
	left: 1px;	
}

html>body #footerlabel{
	left: 0px;	
}

#footerafzender{
	position: absolute;
	left: 500px;	
}

html>body #footerafzender{
	position: absolute;
	left: 500px;
}

a{
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
	
}

a.black_link{
	color: #000000;	
}

#mailformbox {
	position:absolute;
	text-align:left;
	font-size:12px;
	padding-left:15px;
	padding-top:4px;
	width:285px;
	height:196px;
	z-index:40;
	background-image:url(img/mailform_bg.png);
	top:200px;
	left:50%;
	margin-left:-150px;
}
