body {
	margin:0px;
	font-family:'verdana','tahoma','helvetica','arial',sans-serif;
	font-size:11px; 
	color:#ffffff;
	line-height:15px;
	background-color:#339900;
} 

a   {
	color:#ffffff;
	font-style:normal;
	text-decoration:none;
}

a:hover {
	color:#99ffcc;
}



#bgimg {
	display:block;
	position:fixed;
	width:100%;
/*	min-width:1024px; das einschalten um verkleinerung des Bildes zu begrenzen*/
	z-index:0;       
	overflow:hidden;
}

#bigwrap {
	display:block;
	position:absolute;
	width:867px;
	margin-left:-433px;
	left:50%;
	z-index:1;
}           

#entdecken {
	display:block;
	position:absolute;
	
	top:70px;
	left:-42px;
	
	width:83px;
	height:83px;
	overflow:hidden;
	
	background-image:url("./images/kreis_gross.png");
	background-position:0px 0px; 
	background-repeat:none;
}                          

#entdecken:hover {
	background-position: 0 83px;
}  

#entdecken span {
	display:none;
}                              

#logo {
	display:block;
	position:absolute;      
	width:204px;
	height:124px;
	top:40px; 
	right:-45px;
	background-image:url("./images/logo.png");  
	z-index:10;
}                                             



#logo span { display:none; }

.sprachwahl {
	display:block;   
	position:absolute;
	background-image:url("./images/kreis_klein.png");
	width:47px;
	height:47px;
	top:33px;
		text-align:center; 
}
#sprachwahl_txt {
    position:relative;
	top:15px;

 
	color:#999999;

}              

#sprachwahl_txt:hover{	color:#66cc33;}

#turkce {left:236px;}
#deutsch{left:297px;}

#menu {
	display:block;
	position:absolute;
/*	background-image:url("./images/menu_bg.png"); 
	background-repeat:no-repeat;                  */ 

/*	height: 261px; */
	top:135px;
	width:147px;
	left:70px;
}

.menu_round {
	display:block;
	position:relative;
	width:147px;
	height:6px;  
	padding-bottom:0px;
	margin-bottom:0px;
}          

#menuAtop { background-image:url("./images/menuA_top.png"); }
#menuAbottom { background-image:url("./images/menuA_bottom.png"); margin-bottom:6px;}

#menuBtop { background-image:url("./images/menuB_top.png"); }
#menuBbottom { background-image:url("./images/menuB_bottom.png"); margin-bottom:6px;}

#menuCtop { background-image:url("./images/menuC_top.png"); }
#menuCbottom { background-image:url("./images/menuC_bottom.png"); margin-bottom:6px;}


.menu_ul {
    position:relative;     
	list-style-type: none;  
	left:-17px;     
	margin-bottom:0px;
	margin-top:0px;

}                          

.menu_ul li {
   padding-top:7px;
	padding-bottom:7px;
    margin-top:-3px;     
	margin-bottom:-3px; 
	padding-left:13px;
	margin-left:-13px;

}               

.menu_ul li:hover {
	color:#99ffcc;
	background-image:url("./images/disc.png");
	background-repeat:no-repeat;
	background-position:0px 12px;
} 

/* AKTUELL AUSGEWÄHLTER PUNKT IM HAUPTMENÜ */
.menu_ul .aktuell {   
	background-image:url("./images/disc.png");
	background-repeat:no-repeat;
	background-position:0px 12px;
}

.menu_ul .aktuell a {
	color:#99ffcc;	
} 
/* AKTUELL AUSGEWÄHLTER PUNKT IM HAUPTMENÜ ENDE*/             



#menuA {
		display:block;
		position:relative;
	   	width:147px;

		background-color:#009999; 	
}   

#menuB {
		display:block;
		position:relative;
	   	width:147px;

		background-color:#006699; 	
}

#menuC {
		display:block;
		position:relative;
	   	width:147px;

		background-color:#003399; 	
}      


#content {
	display:block;  
	position:absolute;
	width:580px;
	left:287px;
	top:205px;
	min-height:300px;
}    

#aktuell {
	display:block;
	position:absolute;
	left:333px;
	top:166px;
	width:222px;
	height:222px;
	background-image:url("./images/aktuell_kreis.png"); 
}

#aktuell_text{
	display:block;
	margin-top:63px;
	margin-left:43px; 
	margin-right:30px;
	margin-bottom:40px;

}

#text a {
    color:#99ffcc;
	font-style:normal;
	text-decoration:none;
}

#text a:hover {
	color:#006666;
}


