﻿#banner{
	width:100%;
	height:50px;
	background-image:url('images/rahmen_oben.jpg')
	
}

#all{
	min-width:600px;

}

#menuleft{
	width:180px;
	text-align:center;
	float:left;
}

#menuright{
	width:180px;
	text-align:center;
	float:right;
}

#content{
	margin-left:180px;
	margin-right:181px;
		
	
	
}

#foot{
	clear:both;
}



A { color : #FFFFFF; text-decoration: none; cursor:pointer}
 a:link { color: #eeeeee; }
 a:visited { color: #eeeeee; } 
 a:active { color: #eeeeee; }
 a:hover { color: #00ff00; font-weight: bold }





body
{
 font-family: Verdana;
 font-size: 11px;
 background-color: rgb(0,0,0);
 color: rgb(255,255,255);
 margin: 0;
 padding:0;
}

span{
	color:yellow;
	font-weight:bold;
}
