html {
	height: 101%;
}
body {
	background: #000000;
         color: #C0C0C0;
         font-family: Arial, Verdana, Sans Serif;
         font-size: 0.75em;
         line-height:140%;
}
/*Box zum Zentrieren des gesamten Inhalts*/
div#pandorabox {
         width: 740px;
         position: absolute;
         left: 50%;
         top: 45px;
         margin-left: -430px;
}
/*Überschriften*/
h1 {
	border-bottom: solid 1px #ffffff;
         border-top: solid 1px #ffffff;
         font-size:150%;
         background: url(images/layout/kopfzeile.gif) no-repeat;
         width: 600px;
         height: 30px;
         float: right;
}
h1 span {
	display:none;
}

h2 {
         font-size:130%;
         border-bottom: solid 1px #ffffff;
         border-top: solid 1px #ffffff;
         text-align: center;
         height:23px;
         margin:15px 0 15px 0;
         padding-top:7px;
         width:600px;
         float:right;
}
h3 {
         font-size:120%;
         padding-left:10px;
}
h3 span {
	font-weight:normal;
}
h4 {
         margin:10px;
         	padding:1px 0 1px 2px;
         background:#3C3C3C url(images/layout/bgh4.gif y-repeat) right;
}
h4 a {
	font-weight:normal;
}

/*Datum ganz oben rechts*/
#datum {
	width:600px;
         height:14px;
         float:right;
	background:url(images/layout/datum.php) no-repeat;
}
/*Titelbild*/
div.titelbild {
	float:right;
	width:600px;
         height:350px;
}
#t_news {
	background:url(images/titelbilder/news.jpg);
}
#t_band {
	background:url(images/titelbilder/band.jpg);
}
#t_music {
	background:url(images/titelbilder/music.jpg);
}
#t_press {
	background:url(images/titelbilder/press.jpg);
}
#t_kontakt, #t_schickmail {
	background:url(images/titelbilder/contact.jpg);
}
#t_book, #t_formular, #t_eintragen{
	background:url(images/titelbilder/book.jpg);
}

/*Links allgemein*/
a, a:link, a:visited {
         text-decoration:none;
         color:#ffffff;
}
a:hover, a:active, a:focus {
	text-decoration:underline;
}
/*Inhalt-Container unter dem Titelbild*/
.inhalt {
         width:600px;
         float:right;
         border-left: solid 1px #cfcfcf;
         border-right: solid 1px #cfcfcf;
         clear:both;
}
.inhalt p{
	padding: 0 10px 0 10px;
         margin:0;
}
/*Band*/
#band p {
	padding-bottom:0.4em;
}
#band p:first-letter {
	font-size:110%;
}
/*Music*/




/*Fußzeile*/
#fusszeile {
         margin-left: 120px;
         text-align:right;
         margin-bottom:15px;
         padding-top:15px;
         float:right;
         clear:both;
         width:600px;
}

/*Formulare (Gäste, Kontakt)*/
/*Kontakt*/

#hiddensee {
         /*Für Spammer ;)*/
         display:none;
         visibility:hidden;
}
form {
	padding:10px;
}
textarea {
	height: 180px;
}
input, textarea {
	width: 350px;
         border: dotted 1px #afafaf;
	background: #C0C0C0;
         float:left;
}
input:focus, textarea:focus {
	background:#ffffff;
}
form div {
         clear: both;
         margin-bottom: 15px;
}
form span {
	display: block;
         width: 120px;
         float: left;
         margin-bottom:15px;
}
input#submit {
         cursor: pointer;
         background:#ffffff;
         margin-top:10px;
         width:352px;
}
input#submit:hover {
         background: #c0c0c0;
         cursor:pointer;
}

/*Menü*/
#menu {
         float:left;
         margin: 60px 20px 0 0;
         padding: 0;
         width:120px;
         list-style:none;
}
#menu a {
	display: block;
         width: 120px;
         height: 30px;
}
#menu a span {
	visibility: hidden;
         display:none;
}

a#news, #news:link, a#news:visited {
	background: url(images/buttons/news0.gif);
}
a#news:hover,a#news:active, a#news_on {
	background: url(images/buttons/news1.gif);
}


a#band, a#band:link, a#band:visited {
	background: url(images/buttons/band0.gif);
}
a#band:hover, a#band:active, a#band_on {
	background:url(images/buttons/band1.gif);
}

a#music, a#music:link, a#music:visited {
	background: url(images/buttons/music0.gif);
}
a#music:hover, a#music:active, a#music_on {
	background:url(images/buttons/music1.gif);
}

a#press, a#press:link, a#press:visited {
	background: url(images/buttons/press0.gif);
}
a#press:hover, a#press:active, a#press_on {
	background:url(images/buttons/press1.gif);
}

a#book, a#book:link, a#book:visited {
	background: url(images/buttons/book0.gif);
}
a#book:hover, a#book:active, a#book_on {
	background:url(images/buttons/book1.gif);
}