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

/* navigation */
/*
.hauptnavi a, .hauptnavi a:hover, .hauptnavi_selected a, .hauptnavi_selected a:hover {
	color: #FFFFFF;
	position: relative;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}
.hauptnavi a:hover {
	color: #000000;
}
*/

.unternaviLayer {
	border-top: #f8f0b9 1px solid;
}
.unternaviLayer a {
	padding: 8px 10px;
	position: relative;
	display: block;
	color: #75a8e1;
}
.unternaviLayer a:hover {
	color: #2067bd;
}

.unternavi a, .unternavi a:hover, .unternavi_selected a, .unternavi_selected a:hover {
	position: relative;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
}
.unternavi_selected a, .unternavi_selected a:hover {
	font-weight: bold;
}
a.servicenavi_selected{
	font-weight: bold;
}

.texthintergrund {
	background-color: #D0D0D0;
}
.textzelle {
	padding: 13px;
	padding-top: 18px;
	background-color: #D0D0D0;
}
.adresse {
	font-size: 11px;
}
.hg_rechts {
	background: url(images/template/hg_rechts.gif) left top repeat-y;
}
.hg_links {
	background: url(images/template/hg_links.gif) left top repeat-y;
}
.hg_unternavi {
	background: url(images/template/hg_unternavi.gif) left top repeat-x;
}
.hg_hauptnavi {
	background: url(images/template/hg_hauptnavi.gif) left top repeat-x;
}
.news {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.newsUeberschrift {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
}
.newsText {
	font-size: 11px;
}
a.newsLink {
	color: #5b82d0;
	font-size: 11px;
}
td.servicenavi {
	padding-top: 4px;
}
input.formular {
	font-size: 10px;
	width: 155px;
}

/*********************************************/




body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #636262;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #636262;
	text-decoration: none;
}
input.button, input.submit {
	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 {
	color: #5B82D0;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 95%;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}