body{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	
	background-image: url(../images/design_vergeer_02.jpg);

	background-position: 50% 137px;
	background-repeat:repeat-y;
	background-attachment:fixed;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:76%;
}

  
#header{
	position:fixed;
	top: 50px;
	left: 50%;
	margin-top: -50px;
	margin-left: -800px;

	height:138px;
	width:1600px;
  	
	
	background-position:center;
	background-position:top;
	background-image: url(../images/banner.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat; 
} 


#wrapper{
	*z-index:-50;
	*position:relative;
	margin: 150px auto ;
	*top:160px;
	width:750px;
}

#text{
	float:left;
	width:49%;
	height:500px;
	padding: 1px;
	clear:both;
}

#image{
	float:right;
	width:49%;	
}



#menu {
	position:fixed;

	top: 137px;	
	left: 50%;
	margin-top: -50px;
	*margin-top: -36px;
	margin-left: -370px;
	*margin-left: -330px;

	width:700px;
}


#menu ul{
	margin-left:-40px;	
	font-size:14px;
}
#menu li{
	list-style: none;
	display: inline;
	
}
#menu li a{
	text-decoration: none;
	color: #FFF;
	padding: 3px 0.5em;
	margin-right: 3px;
	
}
#menu li a:hover{
	color:black;
	padding-bottom: 14px;
	background: url(../images/navigate_open.png);
	background-repeat: no-repeat;
	background-position: 50% 20px;
}

p.message {
	color:red;
}

#myform .textarea{
	float:left;
	width:400px;
	height:100px;
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-size:100%;	
}

h1.heading1{
	color:#00C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	background: url(../images/gear.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left:22px;
	padding-top:16px;
	padding-bottom:15px;
	font-weight: 100px;
	
}

#myform br{
clear: left;
}



#myform label {
	float:left; 
	width:120px;
	margin: 0 1em 10px 0;
	padding:2px; 
	font-size:100%;
	clear: both;

}

#myform .txt {
	float:left; 
	width:290px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-size:100%;
}


#myform .button {
	float:left; 
	background:rgb(230,230,230); 
	border:solid 1px rgb(150,150,150); 
	text-align:center; 
	color:rgb(150,150,150); 
	font-size:120%;
}
#myform .button:hover {
	cursor:pointer; 
	border:solid 1px rgb(80,80,80); 
	background:rgb(220,220,220); 
	color:rgb(80,80,80);
}


#wrapper .tekstentable td {
	border-bottom: solid 1px rgb(80,80,80); 
}

#wrapper table tr{
background-color:#FFFFFF; 
}
#wrapper table td#even{
background-color:#C1CDCD; 
}
#wrapper table td#oneven{
background-color:#E0EEEE; 
}

