body {
  	background: #ffffff;
  	font-family: Verdana, Arial, Sans Serif;
  	font-size: 0.7em;
  	padding: 0;
  	margin: 0;
}
/*Überschriften*/
h1, h2, h3 {
	margin: 0;
}
h2 img {
	float: none;
}
h3 {
         font-size:9px;
         font-weight:normal;
         text-align:right;
         margin-top:-20px;
         margin-bottom:1em;
         color:#c0c0c0;
}
/*Textabsätze allgemein*/
p {
	margin:0 0 2em 0;
}
/*Links allgemein*/
a, a:link, a:visited {
	color:#53AB71;
         text-decoration:none;
}
a:hover, a:active, a:focus {
         color:#FFDF00;
   	text-decoration:underline;
}
/*zentrierter Container*/
#herrgustav {
   	width:480px;
   	background:url(images/background_main.jpg) repeat-y;
   	position:absolute;
   	left:50%;
   	top:0;
   	margin-left:-240px;
   	padding-left:0px;
}
/*Grafik oben*/
h1 {
   	width:400px;
   	height:284px;
   	background:url(images/header.jpg) no-repeat;
         margin-left:40px;
}
h1 span {
   	display: none;
}
a#homelink {
   	display: block;
   	width: 120px;
   	height: 120px;
  	position: absolute;
   	top: 80px;
   	left: 50%;
   	margin-left: -60px;
}
#hidden, a#homelink span {
	display:none;
}
/*Inhalt für Alle ;)*/
.content {
   	width: 380px;
   	background: url(images/background_content.jpg) no-repeat;
         margin-left:40px;
   	padding: 10px 10px 0 10px;
   	text-align: justify;
}
/* Menü */
ul#menu {
         list-style: none;
	width: 400px;
	position: absolute;
	top: 243px;
         left:50%;
         padding:0;
	margin: 0 0 0 -200px;
	text-align: center;
}
#menu li {
	display: inline;
	padding: 0 5px 0 5px;
}

#menu a#on {
	color: #ffdf00;
}
#menu a,
#menu a:link,
#menu a:visited {
	color: #ffffff;
   	font-size: 10px;
   	text-decoration: none;
   	font-weight: bold;
}
#menu a:hover,
#menu a:active {
   	color: #ffdf00;
   	text-decoration: underline;
}
/*Home- bzw. Newsbereich*/
div#news {
	width:360px;
	padding-left:20px;
}
#news img {
	padding-bottom: 1em;
}
#news h2 img {
	padding:0;
}
/* Bild links stehend im Info und Musikbereich*/

img.infoleft,
#musik img {
   	float: left;
   	clear: both;
   	padding: 0 10px 10px 0;
}
#musik h2 img {
	padding: 0
}
/* Bild rechts stehend */
img.inforight{
	float: right;
         clear: both;
         padding: 0 0 10px 10px;
}

#info a {
	float: right;
}
/*Tracks im Musikbereich*/
#musik ul {
	list-style: none;
}
#musik li {
	padding-left: 10px;
}
li img  {margin-left:-20px;clear:both;float:left;}
#musik ul {
	clear:both;
}
/*Textabsätze im Musikbereich*/
#musik p {
	clear:both;
}
/*Links im Linksbereich*/
#links a {
	float: right;
}

/*Formulare (Gäste, Kontakt)*/
form {
	padding-bottom:10px;
}
textarea {
	height: 180px;
}
input, textarea {
	width: 250px;
         border: dotted 1px #afafaf;
	background: #ffffff;
         float:left;
}
input:focus, textarea:focus {
	border: dotted 1px #ffdf00;
}
form div {
         clear: both;
         margin-bottom: 15px;
}
form span {
	display: block;
         width: 120px;
         float: left;
}
input#submit {
         cursor: pointer;
}
input#submit:hover {
         border: dotted 1px #ffdf00;
         color: #53ab71;
}
/*Gaestebuchkommentar*/
p.kommentar {
	color:#999999;
         font-style:italic;
}
#gaeste div {
	border-bottom:dotted 1px #c0c0c0;
         margin-bottom:1em;
}
/*Bilder*/
#bilder {
	text-align:center;
}
#bilder img{
         padding:1px;
         border:solid 1px #53AB71;
}
#bilder img:hover {
	border:dotted 1px #ffdf00;
}
#bildzeigen {
	text-align: center;
}
/*Fußzeile*/
div#fusszeile {
   	width: 380px;
   	margin: 50px 0 0 0;
   	height: 50px;
   	font-size: 10px;
   	text-align: center;
   	color: #ffffff;
   	background: url(images/background_copyright.jpg) no-repeat bottom;
         border:none;
}
div#fusszeile span{
         position: absolute;
         width: 400px;
         left: 40px;
         bottom: 0;
}

/*Adminbereich*/
/*Formulare (Gäste, Kontakt)*/
#admin_gaste h5 {
	clear:both;
}
form#admin_gaste {
	border:solid 1px #C0C0C0;
         padding:10px;
}
#admin_gaste textarea {
	height: 120px;
         width:360px;
         border: dotted 1px #afafaf;
	background: #ffffff;
         float:none;
}
#admin_gaste input {
	width: 150px;
         border: dotted 1px #afafaf;
	background: #ffffff;
         float:none;
}
#admin_gaste input:focus, #admin_gaste textarea:focus {
	border: dotted 1px #ffdf00;
}