body {
margin-bottom:10px;
}

.headline {
	
	font-family:verdana;
	font-size:17px;
	color:#000000;	
	font-weight:none;
	
}

.border {
	
	border:1px;
	border-style:none solid none solid;
	border-color:#CCD6E3;

}

.text {
	
	font-family:verdana;
	font-size:11px;
	color:#000000;
		
}

a.menu:link {
	
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#F8A500;
	text-align:center;
	
}

a.menu:visited {

	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#F8A500;
	text-align:center;

}

a.menu:active {

	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#F17100;
	text-align:center;
	
}

a.menu:hover {

	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#F17100;
	text-align:center;

}

.input {
	
	font-family:verdana;
	width:250px;
	height:21px;
	font-size:11px;
	color:#000000;
	border:1px;
	border-style:solid;
	border-color:#E78E02;
	padding:3px; 
	background-color:#ffffff;
	
}

.textarea {
	
	font-family:verdana;
	width:250px;
	height:120px;
	font-size:11px;
	color:#000000;
	border:1px;
	border-style: solid;
	border-color:#E78E02;
	padding:3px; 
	background-color:#ffffff;
	
}

.send {
	
	width:89px;
	height:34px;
	background-image:url(../images/senden.gif);
	display:block;
	border:none;
	
}

.delete {
	
	width:89px;
	height:34px;
	background-image:url(../images/delete.gif);
	display:block;
	border:none;
	
}