/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(Bilder/HG_vertikal.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#HauptInhalt .DickeListe {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}



#Container {
	background-image: url(Bilder/HG_Welle.gif);
	background-repeat: no-repeat;
	display: block;
	width: 800px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	height: 550px;
}


/* Menü xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#SeitenMenue {
	font-size: 12px;
	display: block;
	float: left;
	width: 200px;
	padding-top: 180px;
}
#SeitenMenue a {
	background-image: url(Bilder/button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 110px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 22px;
	float: left;
	padding-bottom: 18px;
	clear: right;
}
#SeitenMenue a:hover {
	background-image: url(Bilder/button_over.gif);
	color: #CCCCCC;
}
#SeitenMenue img {
	float: left;
	clear: left;
}




/* Hauptinhalt xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#HauptInhalt {
	display: block;
	float: left;
	width: 600px;
}
#HauptInhalt h1 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 10px;
	margin: 0px;
	font-style: italic;
}
#HauptInhalt h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}
#HauptInhalt h3 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding-top: 10px;
}
#HauptInhalt h4 {
	font-size: 16px;
	color: #2A5FAA;
	padding-left: 50px;
	font-style: italic;
	font-weight: bold;
}


#HauptInhalt p {
	font-size: 12px;
	line-height: 16px;
	padding-left: 50px;
}
#HauptInhalt li {
	font-size: 12px;
	line-height: 16px;
	list-style-position: outside;
	margin-left: 30px;
}

#HauptInhalt a {
	text-decoration: none;
	font-weight: bold;
	color: #2A5FAA;
}
#HauptInhalt a:hover {
	text-decoration: underline;
	color: #333333;
}
.FloatRechts {
	display: block;
	float: right;
	padding-left: 10px;
	width: 210px;
}
.KLtext {
	font-size: 12px;
	line-height: 16px;
	width: 200px;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.FloatLinks {
	display: block;
	float: left;
	margin-right: 20px;
}
.KeinFloat {
	display: block;
	clear: both;
}

#HauptInhalt label {
	font-size: 10px;
	float: left;
	width: 110px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 50px;
}
#HauptInhalt input {
	display: block;
	float: left;
}
#HauptInhalt fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/* Footer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#FussMenue {
	font-size: 10px;
	display: block;
	clear: both;
	text-align: right;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 790px;
	color: #333333;
}


#FussMenue a {
	color: #333333;
	text-decoration: none;
}
#FussMenue a:hover {
	color: #2A5FAA;
	text-decoration: underline;
}



/* Querbalken xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#Querbalken {
	display: block;
	height: 96px;
	background-image: url(Bilder/HG_horizontal.gif);
	background-repeat: repeat-x;
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
.FloatIMGFliesstext {
	display: block;
	float: right;
}
