/* CSS Document */
#haupttable {
	width: 404px;
}
#haupttable td {
	padding: 5px 7px 5px 7px;
	vertical-align: top;
	color: #666666;
}
#haupttable .bg {
	background-color: #F0F0F0;
}
#haupttable .eingabefeld {
	width: 210px;
	height: 15px;
	color:#CC0000;
	border: 1px solid #666666;
}
#haupttable .eingabefeld_alter {
	height: 15px;
	width: 30px;
	color:#CC0000;
	border: 1px solid #666666;
}
#haupttable .eingabefeld_plz {
	height: 15px;
	width: 60px;
	color:#CC0000;
	border: 1px solid #666666;
}
#haupttable textarea {
	width: 210px;
	height: 80px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #666666;
}
#haupttable h3 {
	margin: 30px 0 10px 0;
}
#haupttable b {
	display: block;
	padding: 10px 0 5px 0;
	color: #CC3300;
}