body {

	text-align:center;
	margin: 0;
	padding: 0;
	background:url(../images/navi_bg.gif) repeat-x;
	background-color:#cccccc;
}





#logo {
	background-color:#ff;
	text-align:left;
	
	padding: 0px 0px 0px 0px;
}



#navi {

	margin-top:-38px;

}

#navi ul {

	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	width: 100%;
	line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navi ul li {
display: inline;
/* matches link padding except for left and right */
}

#navi li a {	

	font-family: arial, sans_serif;
	font-size: 11px;
	padding:5px 6px 10px 6px;
	margin-right:3px;
	text-decoration:none;
	color:#000000;
	background:url(../images/navi_verlauf.gif) repeat-x top right;

}



#navi li a:hover {	
	background:url(../images/navi_verlauf2.gif) repeat-x top right;
}