/* CSS Document */



html {
	font-family: "Georgia", Verdana, Arial, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}

body {
	background-color: #ffffff;
	background-image: url();
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top left;
	margin: 0px;
	padding: 0px;
}



#headerLayer {
	position: absolute;
	left: 1px;
	top: 5px;
	width: 253px;
	height:400px;
	z-index: 1;
	visibility: visible;
}


#bilderSchau{
	position: absolute;
	left: 270px;
	top: 370px;
	width: auto;
	height:73px;
	z-index: 1;
	display: visible;
}



#containerLayer {
	position: absolute;
	left: 45%;
	top: 5%;
	width: 800px;
	height: auto;
	margin-left: -400px;
	z-index: 1;
	visibility: visible;

}

#linie1Layer {
	position: absolute;
	left: 270px;
	top: 110px;
	width: 455px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #E60003;
	z-index: 1;
	visibility: visible;
}




#navigationLayer {
	position: absolute;
	left: 270px;
	top: 85px;
	width: 500px;
	letter-spacing: 0.6px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	z-index: 11;
	visibility: visible;
}


#navigationLayer1 {
	position: absolute;
	left: 1px;
	top: 450px;
	width: auto;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	z-index: 11;
	visibility: visible;
}



#navigationLayerlinks p {
  line-height: 8px;
}

#tabelle {
  border: 1;
}

#tabelle td {
  text-align: bottom;
}

#content {
  padding-top: 80px;
}


#inhaltLayer {
	position: absolute;
	left: 270px;
	top: 150px;
	width: 455px;
	height: 400;
	margin: 0px;
	padding: 28px 0px 30px 0px;
	z-index: 1;
	visibility: visible;
}



#textandreas {
	position: absolute;
	left: 270px;
	top: 150px;
	width: 455px;
	height: 400;
	margin: 0px;
	padding: 28px 0px 30px 0px;
	z-index: 1;
	visibility: visible;
}

#inhaltLayerStart {
	position: absolute;
	left: 270px;
	top: 301px;
	width: 455px;
	height: 400;
	margin: 0px;
	padding: 28px 0px 30px 0px;
	z-index: 1;
	visibility: visible;
}


sup {
	font-size: 75%;
}


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

a { color: #000000; text-decoration: none; }
a:link { color: #000000; }
a:hover { color: #000000; }
a:active { color: #e60003; }
a:visited { color: #000000; }
a:visited:hover { color: #cc0000; }
a:visited:active { color: #e60003;  }

a.NotactiveClass {
  color: #e60003;
}
a.NotactiveClass:hover {
  color: #e60003;
}
