body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	border:0px;
	width:100%;
	color:#01662C;
	background-color:#01662C;
	height:1px;
    text-align:center;
}

.ueberschrift{
	font-size:14px;
	color:#000000;
	font-weight: bold;
}

.fliesstext{
	font-size:12px;
	color: #000000;
}

.table_headline {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
}

#detail_anfrage{ /*  */ 
	margin-top: 10px;
	width: 296px;
	padding: 5px;
	background-color: #7EB796;
	border: 1px solid #00662B;
}


#detail_anfrage_headline{ /*  */ 
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}


#detail_anfrage_spalte_1{ /*  */ 
	float: left;
	width: 148px;
}


#detail_anfrage_spalte_2{ /*  */ 
	width: 140px;
	float: left;
}


#detail_anfrage input{ /* input felder des Anfrage Formulars */ 
	font-size: 11px;
	width: 139px;
}


#detail_anfrage select{ /*  */ 
	font-size: 11px;
	width: 144px;
}


#detail_anfrage textarea{ /*  */ 
	font-family: Arial;
	font-size: 11px;
	width: 286px;
	height: 80px;
}


#detail_anfrage_info{ /* Zeile "Kopie an meine Emailadresse"  */ 
	clear: both;
	text-align: left;
}


#detail_anfrage_info input{ /* Checkbox "Kopie an meine Emailadresse" */ 
	width: 35px;
}


#detail_anfrage_senden{ /* zeile mit submit button */ 
	text-align: right;
}


#detail_anfrage_senden input{ /* submit button */ 
	text-align: center;
	font-size: 11px;
	background: #003176;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
}


#erfolgreich{ /*  */ 
	display: block;
	background: #CDFDA6;
	color: #236900;
	padding: 5px;
	border-width: 1px;
	border-color: #236900;
	border-style: solid;
}


#error{ /*  */ 
	display: block;
	background: #ffffff;
	color: #ff0000;
	padding: 5px;
	border-width: 1px;
	border-color: #ff0000;
	border-style: solid;
}

