/*global*/
/*
Links:	#eedf00
Hover: 	#ffffff

*/
* {
  margin:0;
  padding:0;
  border:none;
  text-decoration:none;
}
html {
  height: 101%;
}
body {
  background: #ffdf00 url(images/background.jpg) fixed;
  color: #f0f0f0;
  font: 0.8em verdana, helvetica, arial, universe, sans-serif;
  text-align:center;
}
p {
  line-height:150%;
}
a, a:link, a:visited, a:active {
  color:#eedf00;  
  outline:none;
}
a:hover, a:focus {
  color:#ffffff;
}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, a::-moz-selection, span::-moz-selection {
  color:#33ccff;
  background:none;
}
/* zentrierte Seite */
.inhalt {
  background:#000000 url(images/kopfzeile.gif) no-repeat top right;
  width:1000px;
  height:100%;
  margin: 0 auto;
  text-align:left; /* IE */
  padding:200px 25px 0 25px;
}
/* Überschriften */
h1 {
  display:none;
}
h2 {
  margin: 0;
  clear: both;
  padding: 0;
  font-size: 1.6em;
  font: 2.4em 'Neucha';
}
/* Buttons */
.button {
  border:dotted 1px #eedf00;
  font-size: 0.8em;
  display:block;
  clear:both;
  width:300px;
  height:40px;
  line-height:40px;
  text-align:center;
  -moz-border-radius:7px;
  border-radius:7px;
  text-transform:uppercase;
  background:-moz-linear-gradient(top, #000, #111); /* Firefox */
  background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#111)); /* Safari, Chrome */
}
.button:hover {
  border-color:#ffffff;
  background:-moz-linear-gradient(top, #222, #000); /* Firefox */
  background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#000)); /* Safari, Chrome */
}
/* Footer */
#fusszeile {
  width:1000px;
  text-align:center;
  background:#000000;
  color:#a0a0a0;
  padding:50px 25px 20px 25px;
  font-size:70%;
  margin:0 auto;
}
/*BAND*/
.format_Band p {
  padding-bottom:1em;
}/*Menü*/
#menu {
		list-style:none;
		margin-bottom:10px;
		z-index:0;
		float:right;
}
#menu li {
		float:left;
		display:inline;
		text-indent:-3000px;
}
#menu a {
	display:block;
	height:30px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#menu a:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#menu a.on {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#menu a#Neues {
	width:78px;
	background-image:url(images/menu/button01.gif);
}
#menu a#Band {
	width:68px;
	background-image:url(images/menu/button02.gif);
}
#menu a#Musik {
	width:72px;
	background-image:url(images/menu/button03.gif);
}
#menu a#Kalender {
	width:109px;
	background-image:url(images/menu/button04.gif);
}
#menu a#Bilder {
	width:78px;
	background-image:url(images/menu/button05.gif);
}
#menu a#Muttiheftchen {
	width:114px;
	background-image:url(images/menu/button06.gif);
}