body{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#333333;
scrollbar-base-color: White;
scrollbar-face-color: White;
scrollbar-track-color: White;
scrollbar-arrow-color: #193696;
scrollbar-3dlight-color: White;
scrollbar-darkshadow-color: White;
scrollbar-highlight-color: White;
scrollbar-shadow-color: White; 
}

a:link, a:visited {
text-decoration:none;
color:#333333;
}

a:hover{
text-decoration:underline;
color:#000;
}

.titel {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
font-weight:bold;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:1px dotted #CCC;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background-color:#FFF;
	color:#333;
	width:100%;
	line-height:15px;
	height:19px;
}

.submit{
	border:0px;
	border-top:1px dotted #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	background-color:EEE;
	width:100%;

}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	background-color:#FFF;
	width:100%;
	border:0px;
	padding:10px;
}