@charset "utf-8";
body {
	padding: 0;
	color: #2A2A2A;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 15px;
	width: 100%;
	line-height: 140%;
	background-image: url(../Layout/HG-Verlauf.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: rgba(217,225,242,1);
	background-position-x: center;
	background-position-y: 0px;
	
}

a:active, a:focus {
	outline: none;
}

a, a:visited {
	text-decoration: none;
	color: rgba(0,90,185,1);
}

a:hover {
	text-decoration: none;
	color: rgba(0,90,185,0.7);
}

a:focus { outline: none; }

a:hover, a:active { outline: 0; }

img {
   border:0;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 0px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */
	color: #005AB9;
	font-size: 23px;
	margin-bottom: 12px;
	font-weight: normal;
}

h2 {
	margin-top: 0;
	color: #005AB9;
	font-size: 15px;
	margin-bottom: 6px;
	padding: 0px;
	font-weight: normal;
}

p {
	margin-top: 0;
	margin-bottom: 12px;
	padding: 0px;
}
.fliesstext-klein {
	font-size: 11px;
}

.Bildunterschrift {
	color: #005AB9;
	padding-bottom: 12px;
	display: block;
	padding-top: 1px;
}
.text-blau {
	color: rgba(1,89,186,1);
}


ul.punkte {
	margin-bottom: 7px;
	list-style-position: outside;
	margin-top: 3px;
	font-weight: bold;
}

ul.punkte li {
	padding-bottom: 15px;
	list-style-type: disc;
	line-height: 21px;
	color: #000;
	margin-left: 15px;
	list-style-image: url(../Layout/Li-Punkt.png);

}
.link-inhalt {
	color: #005AB9;
	text-decoration: underline;
}


.link-inhalt:hover {
	color: #CC0000;
	text-decoration: none;
	
}

.punkte-start {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 38px;
	padding-left: 260px;
}



a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}


.container-kopf {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 125px;
	z-index: 2;
	background-image: url(../Layout/HG-Kopf-neu.png);
	background-repeat: repeat-x;
	background-position: top;
}


/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
#Kopf {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#K {
	margin-left: 15px;
	z-index: 1000;
	left: 0px;
	overflow: visible;
	position: relative;
	top: 0px;
	margin-top: 0px;
	bottom: 0px;
	padding-top: 10px;
	width: 165px;
}
#Logo {
	padding-top: 30px;
	float: right;
	padding-right: 15px;
}

#Claim {
	float: right;
	margin-top: 44px;
	margin-right: 15px;
}

.container-kopfbild {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(51,51,51,1);
	margin-bottom: 0px;
	display: block;
	clear: both;
	background-image: url(../Layout/HG-Kopfbild.png);
	background-repeat: repeat-x;
	background-position: top;
}

#Kopfbild {
	height: 220px;
	display: block;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.container-navi {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Layout/HG-BU.png);
	display: block;
	height: 31px;
	clear: both;
	z-index: 3;
}

#navi-neu {
	height: 31px;
	/* [disabled]background-image: url(../layout/HG-BU-hellblau.png); */
	background-repeat: repeat-x;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
}

.container-mitte {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

#inhalt-und-subnavi {
	display: block;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	min-height: 450px;

}



#Subnavi {
	float: left;
	width: 183px;
	margin-top: 25px;
	margin-right: 30px;
	font-size: 13px;
	display: block;
}
.content {
	width: 763px;
	float: left;
	color: #333;
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	margin-bottom: 120px;
}

.Spalte {
	width: 72%;
	float: left;
}
.Spalte-Bilder {
	width: 240px;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.container-fuss {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
	background-color: rgba(0,90,185,1);
	position: fixed;
	bottom: 0px;
	height: 110px;
	z-index: 1000;
	clear: both;
}

/* ~~ Fußzeile ~~ */
#Fuss {
	width: 980px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.Fusspalte-links {
	width: 198px;
	float: left;
	display: block;
	padding-left: 15px;
}
.Fusspalte-mitte {
	width: 240px;
	float: left;
}
.Fusspalte-mitte2 {
	width: 280px;
	float: left;
}

.Fusspalte-rechts {
	width: 240px;
	float: left;
}

.fusstext {
	color: rgba(255,255,255,1);
	font-size: 13px;
	line-height: 21px;
	padding-top: 0px;
	display: block;
}

.fusstext a {
	color: rgba(255,255,255,1);
	font-size: 13px;
	display: block;
}

.fusstext a:hover {
	color: rgba(255,255,255,0.7);
	font-size: 13px;
}

.home a:before {
	content: url(../Layout/fuss-symbole/Home.png);
}

.e-mail a:before {
	content: url(../Layout/fuss-symbole/E-Mail.png);
}

.fax a:before {
	content: url(../Layout/fuss-symbole/Fax.png);
}

.tel a:before {
	content: url(../Layout/fuss-symbole/Tel.png);
}

.login a:before {
	content: url(../Layout/fuss-symbole/login.png);
}

.home a, .e-mail a, .fax a, .tel a, .login a {
	color: rgba(255,255,255,1);
	padding-left: 0px;
	font-size: 13px;
	margin: 0px;
	opacity: 1;
	display: block;
	padding-bottom: 7px;
}
.home a:hover, .e-mail a:hover, .fax a:hover, .tel a:hover, .login a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
