@charset "utf-8";
/* ===================================
Stylesheet 

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
=================================== */

/* ==================================
   1. Kalibrierung
   =============================== */

* {
	padding: 0px;
	margin: 0;
} 
 
html {  height:101%; }   

h2, p, ul, ol { margin-bottom: 1em; } 

ol ul { margin-bottom: 0; } 

li { margin-left: 2em; } 

a, a:hover, a:focus {
    border:none;
   	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  
a img{ 
  border:none;
   	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
   
/* ==================================
   2. Allgemeine Styles 
   =============================== */ 
body {
	color: #8C8B7B;
	font-family:  arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;

}
h1 {
	font-size: 14px;
	font-weight:bold;
}

h2 {
	text-align: center;
	font-weight: normal;
}

td {
	vertical-align:middle;
	padding:4px;
}
th {background-color:#eee; padding:4px;}
/* ================
   Hyperlinks    */  
a { 
  text-decoration: none; 
  outline: none; 
  color: black;
} 
/* =====================
   Klassen und IDs    */

/* ==================================
   3. Styles für Layoutbereiche 
   =============================== */     
#Alles {
	width:620px;
	height:101%;
	margin: 50px auto 1px auto;
	position: relative;
}
#Kopf {
	width:100%;
	height:100px;
	text-align:left;
	position: relative;
	position: relative;
}
#KopfMenue{
	padding:0px 0px 0px 0px;
	position:absolute;
	height:40px;
	width:640px;
}
#KopfMenue a{
	display:block;
	position:relative;
	float:left;
	text-align:left;
	font-size:12px;
	color:#808080;
	/*margin-right:13px;*/
}
#KopfMenue a:hover{ color:#bbb; }


#Haupt{
	width:100%;
	text-align:left;
	clear:both;

}

/* ==================================
   4. Sonstige Styles 
   =============================== */   
			
.oberMenue {
	position: relative;
	float:left;
	margin-left:0px;
}
.unterMenue {
	position:absolute;
	top:20px;
	left:0px;
	height:20px;
	font-size:10px;
}
#inhalt { position:relative;}
#inhaltText {
	margin:0px 0px 0px 185px;
	font-size:13px;
	line-height:20px;
	position:relative;
	height:360px;
	padding-top: 40px;
}
#inhaltText a{color:#487328;}
#inhaltText a:hover{color:#689348;}
#content {
	clip: rect(0  435px 320px 0 );
	width: 435px;
	position: absolute;
	background-color:#FFFFFF;
	top: 40px;

}
.scroller {
/*	visibility:hidden;*/
	overflow:visible;
	position:absolute;
	top:0px;
	left:0px;		
}
.arrow_top {
	cursor: pointer;
	height:14px;
	width:14px;
	overflow:hidden;
	background:url(img/hoch.gif) #FFFFFF no-repeat;
}
.arrow_top:hover{background-image:url(img/hoch_a.gif);}
.arrow_bottom {
	cursor: pointer;
	height:14px;
	width:14px;
	overflow:hidden;
	background:url(img/runter.gif) #FFFFFF no-repeat;
	margin-top:3px;
}
.arrow_bottom:hover{background-image:url(img/runter_a.gif);}
#pfeile {
	position:absolute;
	top:327px;
	left:440px;
	height:40px;
	width:20px;
	text-align:center;
}
#logo {
	position:absolute;
	top:248px;
	left:-70px;
}
#bildMenue {
	font-size:12px;
	color:#8C8B7B;
	position: relative;
	float: right;
}
#bildMenue span{
	color:#487328;
}
#bildMenue a{
	color:#8C8B7B;
}
	

/* ==================================
   ENDE DES STYLESHEETS 
   =============================== */   

