body {

	background-color:#000000;
	color: #ffffff;
	font-family:Arial;
	font-size:9pt;
	margin-top: 5px;
	margin-left: 5px;	
}

.wrapper {
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin-left: -480px;
	margin-top: -320px;
	
	width: 960px;
	height: 640px;
	border: 1px solid #333333; 
}

.cleardiv {
	
	height: 0px;
	width: 0px;
	clear: both;
}

.menue {
	
	position: relative;
	width: 200px;
	float: left;
}

.omega3 {
	
	position: relative;
	top: 20px;
	left: 20px;
}

.menueul {
	
	list-style-type: none;
	margin-top: 120px;
	margin-left: -20px;
	text-align: right;
	width: 200px;
	height: 400px;
	
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

.menueul li {
	
	padding-bottom: 30px;
}

.nowfix {
	
	color: #f8b121 !IMPORTANT;
}

#menueout, #menueout1, #menueout2, #menueout3, #menueout4 {
	
	color: #ffffff;
	text-decoration: none;
}

.innermenue {
	
	position: absolute;
	
	width: 250px;
	background-image: url(../img/menuebg.png);
	height: 640px;
}

.quester {
	
	position: relative;
	left: 100px;
}

.main {
	
	width: 760px;
	float: left;
	background-color: #ffffff;
}

.overflowcontent {
	
	position: relative;
	top: 115px;
	left: 60px;
	
	height: 420px;
	width: 380px;
	
	overflow:auto;
	
	scrollbar-arrow-color:#333333;
  scrollbar-face-color:#FBFBFB;
  scrollbar-track-color:#FBFBFB;
  scrollbar-darkshadow-color:#FBFBFB;
  scrollbar-highlight-color:#333333;
  scrollbar-shadow-color:#333333;
}
.contenttext, .contenttext table td {
	
	color: #000000;
	padding-right: 10px;
	font-family:Arial;
	font-size:9pt;
}

.contenttext a, .contenttext a:visited {
	
	color: #000000;
	text-decoration: none;
}

.contenttext a:hover {
	
	text-decoration: underline;
}

.bigimage {
	
	width: 760px;
	height: 210px;
	
	background-image: url(../img/headergrafik/wasserfall.jpg);
}

.backgroundimage {
	
	width: 760px;
	height: 640px;
	
	background-position: -200px;
}

.backgroundstart {
	
	width: 760px;
	height: 640px;
	
	background-position: -200px;
	background-image: url(../img/background/home.jpg);
}

.overcontent {
	
	width: 440px;
}

/********************************************/
/******* Künstlicher Scrollbalken ***********/
/********************************************/
	#scrollbar {
    display:none; /* hide from incapable */
    float: right;
    width: 10px;
    margin-top: -300px;
  }
  
  #scrollbarleft {
    
    float: left;
  }
  
