body {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
	background-color: #FFCC99;
}
a { 
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight :bold;
  color: #8B6B51;
  text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover { 
    color: green;
    text-decoration: underline;
}
a:activ { 
    color: #FFA500;
    text-decoration: underline;
}
a:focus {
}
p a { 
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  font-weight :bold;
  color: #8B6B51;
  text-decoration: none;
}
p a:link {
}
p a:visited {
}
p a:hover { 
    color: #FFA500;
    text-decoration: underline;
}
p a:focus {
}
.nolink {
  	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight :bold;
    color: #FFA500;
    text-decoration: none;
}

.img_link {
	padding: 2px;
	border: 0px solid #BB6D48;
}

/*hr {
  width: 70%;
  padding-left: 65px;
  padding-right: 85px;
}*/

.oben {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}
.mitte {
	background-image: url(mitte.jpg);
	background-repeat: repeat-y;
}
.unten {
	background-image: url(unten.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffcc99;
}

.center {
  margin: 0% 15% 0% 15%;
  width: 720px;  
}

p {
  font-size: 14px;
	color: #8B6B51;
}

.live {
	background-image: url(sticker_live_music2.gif);
	background-repeat: no-repeat;
	background-position: center;
}