a {
	color:#1575B1;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
p.form {
   display: block;
   float: left;
   width: 410px;
   margin: 0;
   padding:2px;
   border-bottom:1px #999999 dotted;
}

span.name {
	display: block;
	float: left;
	width: 100px;
	margin: 1px 0;
	padding-left:1px;
}

span.value {
	display: block;
   float: left;
   width: 300px;
   margin: 1px 0;
   	padding-left:1px;
}
input {
	width:200px;
	font-size:10px;
	color:#000000;
	border:0;
	background-color:#cccccc;
}

input.senden {
	width:60px;
	border:0;
	background-color:#FFFFFF;
}
textarea {
	width:280px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:130px;
	font-size:10px;
	color:#000000;
	border:0;
	background-color:#CCCCCC;
}
.tdrahmen {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
