/* CSS Document */



html {
	font-family: "Arial", Lucida Grande, Arial, Lucida Grande, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1px;
	color: #af8554;
	font-weight: normal;
	line-height: 20px;
}

body {

	/*background-image: url("../img/verlaufhintergrund.gif");*/
	background-color:#000;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}


#subnavigationUntenLayer {
	position: absolute;
	top: 585px;
	left: 183px;
	width: 580px;
	z-index: 5;

	}




#hintergrundLayer {
	position: absolute;
	left:0px;
	top: 0px;
	z-index: 2;
	visibility: visible;
}

#logoLayer {
	position: absolute;
	left:1024px;
	top: 38px;
	z-index: 3;
	visibility: visible;
}

#logoLayer img {
	border: 0;
}


#logokleinLayer {
	position: absolute;
	left:875px;
	top: 500px;
	z-index: 4;
	visibility: visible;
}

#navigationObenLayer {
	position: absolute;
	left: 185px;
	top: 210px;
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 0px;
	z-index: 7;
	visibility: visible;
}

#subnavigationObenLayer {
	position: absolute;
	left: 257px;
	top: 64px;
	margin: 0px;
	padding: 0px;
	z-index: 7;
	visibility: visible;
}

#subnavigationObenLayer1 {
	position: absolute;
	left: 333px;
	top: 65px;
	margin: 0px;
	padding: 0px;
	z-index: 7;
	visibility: visible;
}

#subnavigationObenLayer2 {
	position: absolute;
	left: 459px;
	top: 148px;
	margin: 0px;
	padding: 0px;
	z-index: 7;
	visibility: visible;
}



#textLayer {
	position: absolute;
	left: 185px;
	top: 635px;
	width: 600px;
	height: auto;
	margin: 0px;
	z-index: 11;
	visibility: visible;
}

#hauptbildLayer {
	position: absolute;
	left: 186px;
	top: 246px;
	width: 528px;
	height: 328px;
	margin: 0px;
	z-index: 11;
	visibility: visible;
}

#mittelbildLayer {
	position: absolute;
	left: 714px;
	top: 246px;
	width: 89px;
	height: 328px;
	margin: 0px;
	z-index: 11;
	visibility: visible;
}



#textRechtsLayer {
	position: absolute;
	line-height: 18px;
	left: 822px;
	top: 260px;
	width: 200px;
	height: auto;
	margin: 0px;
	z-index: 11;
	visibility: visible;
}


h1 {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #af8554;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 16px;
	text-transform: none;
	margin: 0px;
}



/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a { font-size: 13px; color: #c9c9c9; text-decoration: none; }
a:link {  color: #c9c9c9; text-decoration: none; }
a:hover { color: #c9c9c9; text-decoration: none; }
a:active {  color: #c9c9c9; text-decoration: none; }
a:visited {   color: #c9c9c9; text-decoration: none; }
a:visited:hover {  color: #c9c9c9; text-decoration: none; }
a:visited:active {  color: #c9c9c9; text-decoration: none; }

a.navigation { font-size: 13px; font-weight: normal; color: #c9c9c9; text-decoration: none; }
a.navigation:link { font-weight: normal; color: #c9c9c9; text-decoration: none; }
a.navigation:hover { font-weight: normal; color: #c9c9c9; text-decoration: none; }
a.navigation:active { font-weight: bold; color: #af8554; text-decoration: none; }
a.navigation:visited { font-weight: normal; color: #c9c9c9; text-decoration: none; }
a.navigation:visited:hover { font-weight: normal; color: #c9c9c9; text-decoration: none; }
a.navigation:visited:active { font-weight: normal; color: #c9c9c9; text-decoration: none; }







ul {
	list-style-type: disc;
	margin-top: 0px;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

ul li {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

ul li.zusatzspalteClass {
	font-size: 10px;
	font-weight: normal;
	color: #4c4c4c;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

ol li {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

ul.nav1Class {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
}

li.nav1Class {
	width: 100%;
}

ul.nav2Class {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	margin: 0;
}

li.nav2Class {
	width: 100%;
	padding-left: 20px;
}



a.activeClass:hover {
  color: #af8554;
}


/*
