body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 9pt;
	margin: 0px;
	padding:0px;	
	background-color:#99CC99;
	background-image: url(../images/hintergrund.gif);
	background-repeat: repeat-y;
	z-index:1;
}
a{
	color: #CC0066;
	text-decoration:none;
}

img{
	margin-bottom:15px;
}

/************Menü************/


div#menue{
	/*background-color:#009966;*/
	width:210px;		
	margin-top:71px;	
	margin-left:-25px;
	/*border:solid 1px;*/
	font-size:8pt;
	line-height:2em;
	
}
div#menue ul,li{
	list-style: none;
}
div#menue a{
	color:white;
}
/**********ende**Menü********/

/***********inhalt***********/

div#inhalt{
	position: absolute;
	top: 0px;
	left: 190px;	
}

#inhalt div.text{
	margin-left:60px;
	margin-top:60px;
	
}
#inhalt div#balken{
	weight:100%;
	height:62px;
	z-index:5;	
	margin-left:-190px;
	position:relative;		
	background-color: #009966;	
	background-image: url(../images/logo_oben.gif);
	background-repeat: no-repeat;	
}

div.links{
	/*width:430px;*/
	float:left;	
}
div.links2{
	/*width:110px;*/
	float:left;	
}

div.links li{
	list-style: disc;
	line-height:1.5em;
}
#inhalt span.ueb{
	color:#CC0066;
	font-size: 12pt;
	font-weight:bold;
	clear:both;	
}

span.fliesstext{
	font-size: 8pt;
	color:#585858;
}
/***********ende inhalt********/


