BODY {
	font-family: tahoma;
	font-size:14px;
	color: #000;
	background-color : #fff;
	font-weight : bold;
	text-align:center;
}

div#wrap {
	background: #fff;
	margin:0 auto auto;
	width:900px;
	border : 1px solid #000;
	text-align:left;
}

#header {
	background: #fff;
	width:900px;
	height:180px;
	background-image : url(../img/header.gif);
}

#menu {
   background: #fff;
   width:900px;
   height:61px;
}

#main {
	width:900px;
	height:290px;
}

#tekst {
	margin : 2px 5px 5px 5px;
	float: left;
	display: inline;
}

.plaatje {
	float: right;
	padding: 4px;
	clear: both;
	margin-right: 20px;
}



H1 {
   font-size:16px;	
}

.formulier {
   font-size:10px;	
}

INPUT {
	border : 1px solid #000;
}

.veld {
	border : 1px solid #000;
}


