/*******************************************************
TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:3em;
padding:0;

text-align:center;
}

img { 
border: none; 
} 



#centerColumn { 	
margin:0 auto;
width:800px;
text-align:left;
vertical-align: middle;	
color: #333333;
z-index:0;


}






#layer2 {
	position:relative;
	margin-left: 70px;
	margin-top: -320px;
	Width: 450px;
	height:259px;
	padding:5px;
	border: 1px solid #666666;
	z-index:1;
	}








#layer3 {
	position:relative;	
	margin-left: 68px;
	margin-top: -360px;
	Width: 400px;
	height: 300px;
	background-color:#FFFFFF;
	text-align: left;
	padding: 15px;
	z-index:1;

	
	}

#contactform {
	z-index:10;
	}




#formregel{
height: 30px;}

#formregel2{
height: 90px;}

#naam{
	float:left;
	width: 80px;
}
	
#input{
float:right;
width: 200px;
}


#close {
	position: relative;
	width: 15px;
	float: right;
}

#Imap{z-index: -1;}
