body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #009;
}

#menue  {
	padding-top: 14px;
	padding-left: 20px;
}
#inhalt  {
	padding-top: 25px;
}
#aktuelles  {
	padding-top: 25px;
	padding-left: 15px;
}
.navi  {
	width: 170px;
	height: 30px;
	padding-left: 0;
	margin-top: 4px;	
}
.navi a  {
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/bg-button1.gif);
	display: block;
	width: 160px;
	height: 30px;
	padding-left: 10px;
	font: 15px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}
.navi a:hover {
	background-image: url(../images/bg-button2.gif);
}

