body{
	background: #5f5f5f url(../images/body-startseite.jpg) center top repeat-y;
}
#wrapper{
	background: transparent  url(../images/startseite.jpg) no-repeat;
	padding-top: 480px;
	width: 600px;
}
	#wrapper ul{
		display: inline;
		width: 199px;
		float: left;
		list-style: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	#wrapper li a{
		display: block;
		width: 199px;
		height: 15px;
		text-align: center;
		padding: 7px 0 0 0;
		margin: 0 3px;
		color: #afff00;
		font-size: 8pt;
		text-decoration: none;
		font-weight: 600;
	}
	* html #wrapper li a{ width: 190px; }
	#wrapper li em a{ font-style: italic; }
	#wrapper a li a:hover{ text-decoration: underline; }
		#wrapper ul.rvs li a{ color: #fe1441; }
		#wrapper ul.ruds li a{ color: #67acf5; }
