@charset "utf-8";
/* 


----------------------------------------------------------------------
*/

/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
}

body  {
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #DFD9C7;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container  {
	width: 955px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding-top: 0px;
	background-image: url(../images/hintergrund.jpg);
	padding-left: 0px;
} 
#header  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 0px;
	height: 175px;
	vertical-align: top;
	background-image: none;
	margin: 0px;
} 
#header-alt  {
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	height: 90px;
	vertical-align: top;
	background-image: none;
} 
.linie_unten        {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.fliesstext {
	FONT-SIZE: 12px; WORD-SPACING: 1px; COLOR: #000; LINE-HEIGHT: 14px; FONT-FAMILY:Geneva, Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}
.fltext10px {
	FONT-SIZE: 10px; WORD-SPACING: 1px; COLOR: #000; LINE-HEIGHT: 12px; FONT-FAMILY:Geneva, Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}
.fliesstextblack  {
	color: #000;
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	word-spacing: 1px;
	letter-spacing: 0
}
.fliesstextweiss {
	FONT-SIZE: 12px; WORD-SPACING: 1px; COLOR: #fff; LINE-HEIGHT: 14px; FONT-FAMILY: Geneva, Verdana,Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}
.linkklein {
	FONT-SIZE: 10px;	COLOR: blue;	FONT-FAMILY:Geneva, Verdana, Arial, Helvetica, sans-serif;		LETTER-SPACING: 0px;	TEXT-DECORATION: normal
}
.linkfett {
	FONT-SIZE: 12px;	COLOR: blue;	FONT-FAMILY:Geneva, Verdana, Arial, Helvetica, sans-serif;		LETTER-SPACING: 0px;	TEXT-DECORATION: normal; font-weight: bold 
}
.titel {
	font-weight: bold;
	font-size: 12px;
	color: #00000;
	font-family: Geneva, Verdana,Arial, Helvetica, sans-serif;
}
.rahmen       {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Layout- und Typo-	Einstellungen */

a {
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif; 
	color: Blue;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none
}

#navigation {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 130px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #333333;
	height: 100%;
    }
UL#nav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	display: block;
	height: 20px;
	width: 120px;
	text-decoration: none;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
UL#nav A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #963A23;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 20px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #963A23;
	border-right-color: #963A23;
	border-bottom-color: #963A23;
	border-left-color: #963A23;
}

UL#nav .nav_current_page_item A {
	COLOR: #963A23;
	padding-top: 1px;
	padding-left: 4px;
	border: 1px solid #333333;
	padding-right: 1px;
	height: 26px;
	width: 120px;
}
UL#nav .nav_current_page_item A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #963A23;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 26px;
	width: 120px;
}
UL#nav LI {
	DISPLAY: inline;
	MARGIN: 0px 5px 0px 0px;
	LIST-STYLE-TYPE: none;
}


#subnavigation-manu {
	width: 120px;
	margin-left: 5px;
	height: 145px;
}

UL#subnav-manu {
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 120px;
	height: 20px;
	margin-left: 0px;
}
UL#subnav-manu LI {
	DISPLAY: inline;
	FONT-WEIGHT: bold;
}
UL#subnav-manu A {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	COLOR: #0000;
	TEXT-DECORATION: none;
	background-color: #E7E8DB;
	width: 115px;
}
UL#subnav-manu .current_page_item A {
	COLOR: #fff
}
UL#subnav-manu .current_page_item A:hover {
	
}
UL#subnav-manu A:hover {
	COLOR: #333;
	background-color: #E7E8DB;
}

#subnavigation {
	width: 120px;
	margin-left: 5px;
	height: 220px;
}

UL#subnav {
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 120px;
	height: 20px;
	margin-left: 0px;
}
UL#subnav LI {
	DISPLAY: inline;
	FONT-WEIGHT: bold;
}
UL#subnav A {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	COLOR: #0000;
	TEXT-DECORATION: none;
	background-color: #E7E8DB;
	width: 115px;
}
UL#subnav .current_page_item A {
	COLOR: #fff
}
UL#subnav .current_page_item A:hover {
	
}
UL#subnav A:hover {
	COLOR: #333;
	background-color: #E7E8DB;
}




.navigation-active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	height: 24px;
	width: 130px;
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
	padding-top: 3px;
}


.navigation-active-hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	height: 18px;
	width: 130px;
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #963A23;
}
.navigation-active-underline
	{
	
	color: #333333;
	float: left;
	text-transform: uppercase;
	width: 90px;
	text-decoration: none;
	display: inline;
	height: 15px;
	border: thin solid #f5b75a;
	padding: 0;
	margin: 0px;
}
.subnavigation-active
	{
	
	font-family: Arial, Helvetica, sans-serif;
	color: #963A23;
	float: left;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 130px;
	text-decoration: none;
	font-size: 10px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	height: 24px;
	border: 1px solid #333333;
}

#mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 155px;
	width: 83%;
	background-image: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

#footer {
	background-color: #999;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}

#impressum {
	float: left;
	width: 135px;
	font-size: 12px;
}

	
	

#copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#kopfzeile {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: Verdana, Geneva, sans-serif, Arial, serif;
	font-size: 1.1em;
}
