/*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;
}
/*BILDER*/
.format_Bilder div {
         display:block;
         width:130px;
         height:160px;
         float:left;
         padding:3px;
         text-align:center;
         margin:0 10px 10px 0;
}
.format_Bilder div span{
         font-size:75%;
}
.format_Bilder img{
	margin:8px;
}
div.bild {
         position:absolute;
         width:300px;
         height:auto;
         top:0;
         left:50%;
         z-index:3;
         float:left;
}
div.bild span {
	position:absolute;
         top:20px;
         left:50%;
         margin-left:-100px;
         padding:0;
         display:block;
         width:200px;
}
div.bild span a{
	border:solid 2px #ffffff;
         background:#000000;
         display:block;
         float:left;
         padding:1px 10px 1px 10px;
}
div.bild span a#vor{
         float:right;
}
#zurueck {
	clear:both;
         float:left;
         margin:10px 0 0 0;
         width:auto;
         padding:7px;
}
.bild img{
         z-index:4;
         margin-top:50px;
         border:solid 3px #f0f0f0;
         float:left;
         margin:50px 0 10px 0;
         padding:0;
}
.bild p {
	background:#000000;
         padding:3px 0 3px 0;
         margin:0;
         width:100%;
         clear:both;
         border:solid 3px #f0f0f0;
}
div.layer {
         width:100%;
         height:100% !important;
         height:800px;
         background:#000000;
         position:absolute;
         top:0;
         left:0;
         z-index:2;
         opacity:0.8;
         filter:alpha(opacity=80);
         margin:0;
         padding:0 !important;
         padding:0 30px 0 0;
}/*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);
}