/* CSS Document */

.Tabellenkopf1{
	background-repeat: repeat-y;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 30px;
}
#Liste td, #Liste th{
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 4px;
	padding-right: 2px;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
	padding-left: 4px;
}
#Liste .altZeile {
	background-color: #ECF6E6;
}

.Angebot {
	font-weight: bold;
	background-color: #B0D899;
	border-top-color: #3A9C00;
	border-top-style: solid;
	border-top-width: 1px;
}
.Adresse {
	background-color: #D8ECCC;
}
.online {
	background-color: #ECF6E6;
	padding-bottom: 6px;
}

.online p{
margin-bottom: -4px;
}

.Leitung {
	background-color: #ECF6E6;
	border-left-color: #D8ECCC;
	border-left-style: solid;
	border-left-width: 1px;
}
th {
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	padding-left: 4px;
}
.Kosten {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8ECCC;
}
#Liste .Telefon {
	background-color: #C4E2B3;
}
#Liste .Telefax {
	background-color: #D8ECCC;
}
#Liste th {
	color: #FFFFFF;
	background-color: #3A9C00;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}
#Header{

}