/*______________________________________Ebenen_______________________________________*/

/*#site {
	position:relative;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 100;
cursor: hand;
}*/

#site {

	width: 100%;
	height: 100%;
	z-index: 100;
        cursor: hand;
}

#videoplayer { position: absolute; left: 60px; top: 430px; z-index: 1000; width: 233px; height: 175px;}

#balkenlinks {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 19px;
	background-color: #413D48;
	z-index: 100;
}

#balkenoben {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 84px;
	right: 0px;
	z-index: 50;
	background-color: #94929C;
	background-image: url(images/hintergrundbalkenoben.gif);
	border-bottom: 1px solid #ffffff;
}

#contentindex {
	position: absolute;
	left: 0px;
	top: 84px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/hintergrundfensterkleidgross.jpg);
	/*background-image: url(images/hintergrundfensterxmas.jpg);*/
	overflow: hidden;
	background-repeat: no-repeat;
}

#quatrate {
	margin-top: 3px;

	text-align:center;
	z-index: 200;
}

#quatrate div {
	margin-bottom: 19px;
	width: 12px;
	height: 12px;
	line-height: 1px;
	font-size: 9px;	
}

#rot {
	background-color: #EF1C23;
}

#hellorange {
	background-color: #F1A32A;
}

#blau {
	background-color: #1A82BE;
}

#gruen {
	background-color: #53B04B;
}

#dunkelorange {
	background-color: #E8652A;
}

#funktionen {
	position: absolute;
	right: 52px;
	top: 51px;
	z-index: 2000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 181px;
	height: 19px;
}

#funktionen img {
	margin-left: 5px;
	margin-top: 5px;
}

#funktionen a {
	color: #FFFFFF;
}

#slogan {
	position: absolute;
	left: 100px;
	top: 25px;
	z-index: 3000;
	color: #ffffff;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.5em;
}
/*
#author {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 3px;
	z-index: 300;
}
*/
#author {
        position: absolute;
        left: 4px;
        bottom: 6px; 
        z-index:100;
}
#logogross {
	position: absolute;
	left: 60px;
	top: 115px;	
	z-index: 800;
}

#enter {
	position: absolute;
	left: 60px;
	top: 400px;
	z-index: 900;
color: #ffffff;
}

#enter a {
	color: #FFFFFF;
}

#logoklein {
	position: absolute;
	left: 55px;
	top: 74px;	
	z-index: 800;
}

#content {
	overflow: auto;
	position: absolute;
	left: 64px;
	top: 198px;
	right: 250px;
	bottom: 89px;
	z-index: 300;
	text-align: left;
}

#adresse {
	position: absolute;
	left: 25px;
	bottom: 3px;
	font-size: 13px;
	color: #ffffff;	
	z-index: 500;
display: none;
}

#adresse a {
	color: #ffffff;
}



#searchablecontent {
	display:none;
}


body.start {
letter-spacing: 0.2em;

	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/hintergrundbalkenoben.gif);
overflow: auto;	
	background-repeat: repeat;
}
/* commented backslash hack \*/
body {
 	position: fixed;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
			width:100%;
			height:100%;
			}
/* end hack */		

a  {
	color: #000000;
	text-decoration: none;
}

a img {
	border: 0px;
}


li {
   list-style-position: outside;
}

strong {
	color: #8F8F8F;
	font-weight: bold;
	font-size: 13px;
}

h1.title {
  font: bold 1.5em Arial, Helvetica, sans-serif;
  color:#8F8F8F;
}

h1 {
	font: bold 1.5em Arial,Helvetica,sans-serif;
	color:#8F8F8F;
} 

h2 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color:#8F8F8F;
}

h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;	
	color:#8F8F8F;
}

h4 {
	font: italic bold 1.1em Arial, Helvetica, sans-serif;
	color:#8F8F8F;
}

h5 {
	font: normal bold 1em Arial, Helvetica, sans-serif;
	color:#8F8F8F;
}    

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
}

textarea {
	overflow: auto;
}