/*****************************/
/* benutzerdefinierte styles */

div#rechts{
			float:left;
			margin: 0px auto;
			text-align: left;
			height: 320px;
			width:510px;
			overflow:hidden;
			}

/* navigation */
.hauptnavi a, .hauptnavi a:hover, .hauptnavi_selected a, .hauptnavi_selected a:hover {
	color: #58595B;
	position: relative;
	display: block;
	padding-left: 18px;
	padding-right: 20px;
	height: 18px;
}
.hauptnavi a:hover {
	color: #000000;
}
.navi_strich {
	border-top: #8b8c8e solid 1px;
	margin-right: 20px;
	height: 20px;
}

#unternavi_div_home {
	position: relative;
	top: 30px;
	left: 30px;
}
#unternavi_div {
	position: relative;
	top: 30px;
	left: 290px;
}
.unternavi a, .unternavi a:hover, .unternavi_selected a, .unternavi_selected a:hover {
	color: #FFFFFF;
	position : relative;
	display: block;
}
.unternavi a:hover {
	color: #000000;
}
.navi_beschreibung {
	background-color: #F6A800;
	padding: 16px 4px 16px 7px;
	color: #000000;
	width: 210px;
}
.navi_auflistung {
	background-color: #A52956;
	padding: 16px 4px 16px 7px;
	width: 210px;
	color: #FFFFFF;
}
.subnavi_layer, .subsubnavi_layer {
	visibility: hidden;
	position: absolute;
	top: 0;
	filter: Alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.subnavi_layer {
	left: 0px;
}
.subsubnavi_layer {
	left: 230px;
}

a.servicenavi, td.servicenavi {
	color: #58595B;
}
a.servicenavi:hover {
	color: #FFFFFF;
}

#textblock {
	background-color: #FFFFFF;
	width: 100%;
}
#drucken {
	height: 30px;
	clear: both;
	text-align: right;
}
.feineLinieUntenRechts {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.feineLinieObenUntenRechts {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.feineLinieUntenLinksRechts {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.feineLinieGeschlossen {
	border: 1px solid #999999;
}
div.mitarbeiter {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	text-align: right;
}
#alleMitarbeiter {
	position: relative;
}
#adresse {
	padding: 10px;
	padding-left: 18px;
}
#textfeld {
	line-height: 17px;
}





body {
	background-color: #DCDDDE;
	margin: 0px;
	padding: 0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #A62A57;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #A62A57;
	text-decoration: none;
}

input.button, input.submit, a.a_buttons{
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 

p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
h1 {
	font-size: 120%;
	padding-bottom: 20px;
}
h2 {
	font-size: 115%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 95%;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}