/* CSS Document */
body {
  background-color: #E8DAB7;
   padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
}

#container {
	vertical-align:top;
	text-align:left;
	margin: 0px;
}

#main-menu {
  position:relative;
  top:70px;
  left:270px;
  width:790px;
}

#quick-menu {
  position:relative;
  top:550px;
  left:255px;
  width:200px;
}

#contents {
  position:relative;
  top:439px;
  left:460px;
  width: 510px;
  padding: 27px 20px;
  }
  #contents h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0px;
  color: #6B381F;
  }
  #contents p {
  line-height: 1.7;
  margin: 0 0 30px 0;
  padding: 0px;
  text-align: justify;
}

#bg {
  min-height: 623px;
  height: auto !important;
  height: 623px;
}

.clear {
	clear: both;
}

.home {
 background: url(images/home.jpg) top left no-repeat;
}
.members {
 background: url(images/members.jpg) top left no-repeat;
}
.musik {
 background: url(images/musik.jpg) top left no-repeat;
}  
.alben-songs {
 background: url(images/alben.jpg) top left no-repeat;
} 
.medien {
 background: url(images/medien.jpg) top left no-repeat;
} 
.konzerte {
 background: url(images/konzert.jpg) top left no-repeat;
} 
.geschichte {
 background: url(images/history.jpg) top left no-repeat;
} 
.kontakt {
 background: url(images/contact.jpg) top left no-repeat;
} 
.news {
 background: url(images/news.jpg) top left no-repeat;
} 
.newsletter {
 background: url(images/news.jpg) top left no-repeat;
} 
.presse {
 background: url(images/downloads.jpg) top left no-repeat;
} 
.links {
 background: url(images/medien.jpg) top left no-repeat;
} 

.menu {
  color: #FFF;
  text-transform:uppercase; 	
  font-size: 11px;
  }
  .menu ul {
  padding:0; 
  margin:0;
  list-style:none;
  }
  .menu ul li {
  padding:0; 
  margin:0;
  display:inline;
  }
  .menu ul li a {
  text-decoration: none;
  color: #FFF;
  }
  .menu ul li a:hover {
  text-decoration: underline;
  color: #766247;
}
  
  #contact-form, #newsletter-form {
  margin-top: 25px;
  }
  div.row {
  clear: both;
  padding-top: 5px;
  }
  div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  color: #6B381F;
  font-weight: 700;
  font-size: 12px;
  font-family: Arial;
  }
  div.row span.field {
  float: left;
  width: 335px;
  }
  .field input, .field textarea {
  border: 1px solid #FFF;
  }
  .field .submit {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  background: #E8DAB7;
  color: #6B381F;
  font-weight: 700;
  font-size: 12px;
  font-family: Arial;
  cursor:pointer;
  }
  div#info {
  color: #6B381F;
  font-weight: 700;
  font-size: 11px;
  font-family: Arial;  	
  margin-top: 20px;
  }
  div#info a{
  color: #6B381F;
  font-weight: 700;
  font-size: 11px;
  font-family: Arial;
  text-decoration: none;  	
  }
  
#log {
	margin-top:25px;
   color: #6B381F;
   font-weight: 700;
   font-size: 12px;
   font-family: Arial;	
	display: none;
}
.ajax-loading, {
	background: url(images/spinner.gif) no-repeat 0px 50%;
	border: none;
}


