@charset "utf-8";

/* HTML, Body, Ränder */

html, body {
	height: 100%;
}


body {		
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-image: url(../img/hg_body.png);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* Webseite */

#webseite {	
	position: relative;
	width: 940px;
	margin-left: auto; /* zentriert Block */
	margin-right: auto; /* zentriert Block */
	margin-top:0px;
	margin-bottom:0px;
}

/* Inhalt */

#kopf {
	height: auto;
}

#logo {
	text-align: right;
}

#navigation_oben {
	height: auto; /* Layout-Höhe abzgl. padding-top*/
	padding-top: 15px;
	padding-left: 35px;
}

#inhalt_oben {
	background-image: url(../img/hg_inhalt_oben.png);
	background-repeat: no-repeat;
	height: 32px; /* Layout-Höhe abzgl. padding-top*/
	padding: 0px;
	margin: 0px;
}

#inhalt_mitte {
	background-image: url(../img/hg_inhalt_mitte.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	min-height:195px;
	height:auto !important;  /* für moderne Browser */
	height:195px;  /*für den IE */
	border-width: 0px 2px 0px 2px;
	border-color:#fbd179;
	border-style: solid;
	background-color: #f8af00;
}

#inhalt_unten {
	background-image: url(../img/hg_inhalt_unten.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height:12px;  /*für den IE */
}

#navigation_unten {
	padding: 10px 15px 15px 0px;
	text-align: right;
	color: #ffffff;
}

#spalte1 { /* Bilder links*/
	float: left;
	width: 172px;
	height: auto;
	padding-left: 20px;
	padding-top: 40px;
}

#spalte2 {
	float: left;
	width:557px;
	padding-top:17px;
}

#spalte3 { /* Bilder rechts*/
	float: left;
	height: auto;
	width: 167px;
	padding-left: 10px;
	padding-top: 40px;
}


#spalte4 { /* zum Beenden des floats nötig*/
	clear: left;
}


#spalte2_oben {
	background-image: url(../img/hg_spalte2_oben.png);
	background-repeat: no-repeat;
	height: 20px; /* Layout-Höhe abzgl. padding-top*/
	padding: 0px;
	margin: 0px;
}

#spalte2_mitte {
	background-image: url(../img/hg_spalte2_mitte.png);
	background-repeat: repeat-y;
	padding: 10px 25px 10px 20px;
	margin: 0px;
}

#spalte2_unten {
	background-image: url(../img/hg_spalte2_unten.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height:12px;  /*für den IE */
}

.element_bild {
	width: 160px;
	float:left;
	padding: 0px 10px 10px 0px;
}

.element_li {
	float:left;
	padding: 0px 10px 10px 0px;
}

.element_text {
	width: 300px;
	float:left;
	padding: 0px 10px 10px 0px;
}

.element_clear {
	clear:left
}


#spalte3 img {display:block;}

/* Navigation 1. Ebene */

ul#navigation1 {
	height: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navigation1 li {
	height: 22px;
	padding-top:2px;
	padding-right: 5px;
	display: block;
	margin: 0;
	text-align: center;
	float: left;
}

ul#navigation1 li.aktiv {
	padding-top: 1px; /* wird benötigt, um größere Schriftart auszugleichen */
}

ul#navigation1 li a {
	text-decoration:none;
	color:#f8af00;
	font-weight:bold;
	font-size: 14px;
}

ul#navigation1 li a:hover {
	color:#fbd179;
}

ul#navigation1 li a.aktiv {
	color:#fbd179;
	font-size: 15px;
}


/* Navigation 2. Ebene */

ul#navigation2 {
	height: 26px;
	margin: 0px 0px 0px 40px;
	padding: 0;
	list-style: none;
}

ul#navigation2 li {
	height: 22px;
	padding-top:4px;
	padding-right: 5px;
	display: block;
	margin: 0;
	text-align: center;
	float: left;
}

ul#navigation2 li.aktiv {
	padding-top: 3px; /* wird benötigt, um größere Schriftart auszugleichen */
}

ul#navigation2 li a {
	text-decoration:none;
	color:#f8af00;
	font-weight:bold;
	font-size: 13px;
}

ul#navigation2 li a:hover {
	color:#fbd179;
}

ul#navigation2 li a.aktiv {
	color:#fbd179;
	font-size: 14px;
}



/* Bilder */

.textfluss_li {
	float:left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.abstand_20-0-20-10 {
	margin:20px 0px 20px 10px;
} 

.abstand_0-0-10-10 {
	margin:0px 0px 10px 10px;
}

.abstand_20-0-20-0 {
	margin:20px 0px 20px 0px;
}

.bild_links_abst_10px { margin: 0px 10px 5px 0px; float:left;}
.bild_rechts_abst_10px { margin: 0px 0px 5px 10px; float:right;}
.bild_ohne_abst_10px { margin: 0px 10px 5px 0px;}



/* Schriften */

.weiss {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	color:#EC7A00;
	font-size: 16px;
}

strong {
	color:#EC7A00;
	font-weight:bold;
}

#rot {
	color: red;
}


/* Links */

a 			{text-decoration:none; color:#000000; font-weight:bold; }
a:hover 	{text-decoration:none; color:#EC7A00; font-weight:bold;}

a img { /* Rahmen um verlinkte Bilder*/
	border: none;
}
