#base {
  background:url(../img/base.jpg) no-repeat;
  margin:auto;
  position:relative;
  width:950px;
}

#menu {
	display:block;
	float:left;
	height:23px;
	overflow:hidden;
	position:relative;
	padding-top: 273px;
	padding-bottom: 0;
	padding-left: 26px;
	padding-right: 0px;
}

#menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#menu li {
  display:inline;
  margin:0;
  padding:0;
}

#menu a {
	background:url(../img/button-0.gif) right top no-repeat;
	border-bottom:1px solid #969696;
	color:#555555;
	display:block;
	float:right;
	font-weight:bold;
	margin:0 0 0 -6px;
	padding:3px 10px 2px 15px;
	font-size: 9pt;
	text-decoration: none;
	line-height: 130%;
}

#menu a:hover {
  background:url(../img/button-1.gif) right top no-repeat;
  border-bottom:1px solid white;
}

#inhalt {
	clear:both;
	min-height:250px;
	position:relative;
	width:850px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

#inhalt * {
  line-height:1.5em;
  text-align:justify;
}

#inhalt .bildrechts {
	float:right;
	margin:0 0 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

#footer {
	clear:both;
	padding:0 70px;
	position:relative;
}

#footer * {
	font-size:12px;
	color: #FFFFFF;
}

#footer p {
  color:white;
}

#footer a {
}

#footer a:hover {
  color:red;
}

