*{
	padding: 0;
	margin: 0;
}
body{
	
	height: 100%;
	background-color: #000;
}

#inhalt{
	

	text-align: center;
	height: 550px;
}
	
	
#logo{
	
	margin-top: 95px;
	margin-right: auto;
	margin-left: auto;
}

#navi{
	display: block;
	width: 100%;
	margin-top: 12px;
	background-color: #000;
	
}

ul#menu{
	margin: auto;
	text-align:center;
	width: 763px;
	height: 26px;
	padding-top: 8px;
	color: #fff;
	
	
	
/*	background: -moz-linear-gradient(90deg, #928b8b 11.1%, white 71.5%, #bcbaba 98.7%) #fff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.111, #928b8b), color-stop(0.715, white), color-stop(0.987, #bcbaba)) #fff;
	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	*/

}

ul#menu li {

	display: inline;
	/*margin-right: 10px;
	margin-left: 10px;*/
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 4px;
	word-spacing: 20px;
}

