@charset "utf-8";
/* CSS Document */


#kopf {

	width:auto;
	height:60px;
	background-color:#00ff99;

	
	}
 
#navi  {

	width:20%;
	float:left;
	height:280px;
	background-color:#99ffff;
	display:inline;
}

#inhalt {

	width:60%;
	float:left;
	height:280px;
	background-color:#cccccc;
	overflow:auto;
	
}

#news  {

	width:20%;
	float:left;
	height:280px;
	background-color:#cccccc;
	
}

#fuss  {

	width:auto;
	height:60px;
	background-color:#00ff99;
	clear:left;
	
}

ul   {

	list-style-type:none;
	
}



#imp_btn  a{
	width: 1024px;
	height: 768px;
	position: absolute;
	z-index: 100;
}

			
