/* CSS Document */
#haupttable {
	width: 404px;
}
#haupttable td {
	padding: 4px 7px 4px 7px;
	vertical-align: top;
	color: #666666;
}
#haupttable .bg {
	background-color: #F0F0F0;
}
#haupttable .br {
	background-color: #FAF0F0;
}
#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;
}
#haupttable .red {
background-image: url(../layout/red.gif);
color: #FFFFFF;
font-weight: bold;
}
#haupttable th.top {
text-align: left;
font-weight: bold;
font-style:italic;
padding: 5px 7px 5px 7px;
border-top: 5px solid #FFFFFF;
border-bottom: 5px solid #FFFFFF;
color: #444444;
background-image: url(../layout/blue.gif);
font-size: .9em;
}
#haupttable th.top em {
display: block;
font-size: 87%;
font-weight: bold;
}
#haupttable th {
background-color: #999999;
text-align: left;
font-weight: normal;
padding: 5px 7px 5px 7px;
color: #FFFFFF;
font-weight: bold;
border-top: 5px solid #FFFFFF;
border-bottom: 5px solid #FFFFFF;
}
#haupttable tr.rosa {
color: #000000;
font-weight: normal;
background-image: url(../layout/back.gif);
}
