@charset "UTF-8";

/* ALLGEMEIN BODY - SCHRIFT, HINTERGRUNDFARBE */

body
{
    background-image: url(../img/hintergrund.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#f6f6f6;
	text-align:center; /* Zentrierung im Internetexplorer */
	margin:0px; 
	margin-top:30px;
	padding: 0;
	color: #615349; /* Schriftfarbe */
}
/* SEITEBREITE, HINTERGRUNDFARBE */

#Seite {
	width:960px;
	margin:0px auto;
	text-align: left; /* Text wieder links ausrichten */
	background-color:#e5d2bb;
	border: 4px solid #FFFFFF;
}

/* BILDERLEISTE OBEN */

#Bilderleiste {
	height:180px;
	width:960px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	border-bottom-width: 4px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}

/* LEISTE */

#Logozeile {
	clear:both;
	background-color:#ffffff;
	width: 960px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}


/* NAVIGATION */

#Navigation {
	width: 237px;
	float: left;
	padding-top:20px;
}

/* NAVIGATIONSROLLOVER */

/* Hauptpunkte */

.Hauptpunkt {
	width: 237px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

/* Hauptpunkte Rollover - Ebene 1 */

a.haupt {
	outline: none;
	color: #615349;
	display:block;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}

a.haupt:hover {
	outline: none;
	color: #ffffff;
	background-color:#c4aa8b;
}

a.haupt:active {
	outline: none;
	color: #ffffff;
	background-color:#c4aa8b;
}

/* Hauptpunkte angewaehlt - Ebene 1 */


.angewaehlthaupt {
	width: 237px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background-color:#c4aa8b;
	color:#FFFFFF;
}


/* Einrücken der Unternavigationen */

ul.Navipunkte {
	margin:0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 45px;
}

ul.Navipunkte li {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}

ul.Navipunkte li ul {
	margin:0 0 0 20px;
	padding:0px;
}

ul.Navipunkte li ul li {
	list-style: none;
	margin:0px;
	padding:0px;
}

/* Allgemein Rollover - Ebene 2 */


a.navrollover {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #171808;
	line-height:17px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

a.navrollover:hover {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #e07f17;
	line-height:17px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

a.navrollover:active {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #e07f17;
	line-height:17px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

.angewaehlt {
	color: #e07f17;
}

/* Rollover - Ebene 3 */

a.navhell {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #615349;
	line-height:17px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

a.navhell:hover {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #e07f17;
	line-height:17px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

a.navhell:active {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #e07f17;
	line-height:17px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}



/* INHALT */

#Inhalt {
	margin: 0px;
	float:right;
	width:719px;
	min-height: 300px;
	background-color:#ffffff;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

#Text {
	margin: 30px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #e07f17;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.Auszeichnung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e07f17;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f7050a;
}


/* INHALT ROLLOVER */

a.textrollover {
	font-family: Arial, Helvetica, sans-serif;
	color: #925138;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

a.textrollover:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #e07f17;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

a.textrollover:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #e07f17;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

#Seite #Inhalt #Text ul {
	line-height: 20px;
	list-style-image: url(../img/Icon.gif);
	padding-left:18px;
	padding-top:5px;
}


/* FUSSZEILE */

#fusszeile {
	clear: both;
	font-size: 12px;
	height:28px;
	line-height:28px;
	color:#615349;
	margin: 0px;
	text-align: center;
	background-color:#e5d2bb;
	border-top-width: 4px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	
}

a.fussrollover {
	font-family: Arial, Helvetica, sans-serif;
	color: #12baa9;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

a.fussrollover:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

a.fussrollover:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}
