body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #0255A3;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/bg_slice.jpg);
	background-repeat: repeat-x;
}

#content {
	width: 769px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	background-color: #FED229;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000000;
}

#menu a {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}
#menu a:hover {
	color: #FF0000;	
}

#inhalt {
	height: 370px;
	overflow: auto;
}

#footer {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: auto;
	text-align: center;
}
