body {
    background-color: #000;
  
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;

  scrollbar-face-color: #600; 
  scrollbar-highlight-color: #000;
  scrollbar-shadow-color: #000; 
  scrollbar-3dlight-color: #000; 
  scrollbar-arrow-color: #000; 
  scrollbar-track-color: #000; 
  scrollbar-darkshadow-color: #000;
}

td{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

img{
    border: 0;
 
}


ul{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

li{
  margin-bottom: 0.5em;
}

td {
  vertical-align: top;
  text-align: left;
  border: 0;
  margin: 0;
  padding: 1px;
}

#gig_review{
  margin-left: 10px;    
}


.member_att{
  width: 120px;
  font-weight: bold;
}

.member_val{
  width: 270px;
}


.gig_details{
  margin-left: 10px;
}

.gig_att{
  width: 120px;
  font-weight: bold;
}

.gig_val{
  width: 270px;
}



.gig_date{
  width: 70px;
  font-weight: bold;
}
.gig_location{
  width: 200px;
}
.gig_support{
  width: 100px;
}
.gig_link{
  width: 60px;
}

.nextgig_date{
  width: 60px;
  font-weight: bold;
}
.nextgig_location{
  width: 100px;
}

.latestnews_date{
  width: 60px;
  font-weight: bold;
}
.latestnews_info{
  width: 100px;
}


.news_date{
    font-size: 12px;
    font-weight: bold;
}

.news_title{
    
    font-weight: bold;
}

.news_eintrag{
    margin-bottom: 3em;
}

.news_inhalt{
    margin-left: 10px;
}

a{
  color: #900;
  text-decoration: none;
}
a:link{
}

a:visited{
}

a:hover{
	background-color: #fff;
 	text-decoration: none;
}

a:active{
  color: #fff;
}



label{
  font-weight: bold;
}



h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

h2{
    font-size: 12px;
}

h3{
    font-size: 11px;
}




.presse_quelle {
  font-weight: bold;
  text-align: right;
  margin-bottom: 2.5em;
}




#wrapper{
  position: absolute;
  
  top: 0;
  left: 50px;
  
  padding: 0;
  margin: 0;
  border: 0;
}

#header_schrift{
  position: absolute;
  
  top: 0;
  left: 0;
  
  padding: 0;
  margin: 0;
  border: 0;

}

#header_bild{
  position: absolute;
  
  top: 0;
  left: 292px;
  
  padding: 0;
  margin: 0;
  border: 0;

}

#wrapper_navi{
  position: absolute;
  display: block;
  
  overflow: hidden;
  top: 170px;
  left: 292px;
  width: 500px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;


}



#wrapper_seite{
  position: absolute;
  
    width: 213px;  
  top: 220px;
  left: 0;
    background: url(../images/news.gif) top left no-repeat;

    padding-top: 77px;
    padding-left: 10px;
  margin: 0;
  border: 0;
}

#wrapper_inhalt{
  position: absolute;
  
  width: 404px;
  
  top: 220px;
  left: 292px;
  
  padding: 0;
  margin: 0;
  border: 0;
}

#inhalt{
  position: absolute;

  
  width: 396px;
  
  top: 30px;
  left: 8px;
  
  padding: 0;
  margin: 0;
  border: 0;    
}


.gb_eintrag{
  border:1px solid #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  
}

.gb_nachricht{
  margin: 3px;
}

.gb_eintrag_header{
  padding: 3px;

  border-bottom: 1px solid #fff;
}

.gb_nickname{
  font-weight: bold;
}

.gb_navi{
  text-align: right;
}





/* Shop */

.shop_produkt{
    margin-top: 30px;
    position: relative;
    height: 180px;
}

.shop_bild{
    border: 1px solid #600;
}

.shop_produkt_titel{
    font-weight: bold;
    font-size: 11px;
      margin-bottom: 0.5em;

}

.shop_produkt_details{
    position: absolute;
    left: 140px;
    top: 0px;

    width: 250px;
    
}

.shop_produkt_bechreibung{

}

.shop_produkt_preis{
    
  
    
    font-weight: bold;
    font-size: 11px;
}

.shop_produkt_bestell{
    margin-left: 20px;
}


.shop_tabelle{
  padding-right: 20px;
}






/* Formulare */
form br {
 clear:both;
}
form p {
 clear:both;
 padding:2px 0px;
}
form span, form label {
 float:left;
 width:100px;
}
form input {
 float:left;
 border:1px solid #600;
 background-color:#000;
 color:#fff;
 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
 
 
}
form textarea{
 float:left;

 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
 
 border:1px solid #600;
 background-color:#000;
 color: #fff;
}

form input:focus{
  background-color:#fff;
  color: #000;
}
/* Mehrzeiliges Texteingabefeld */

form textarea:focus{
  background-color:#fff;
  color: #000;
}
/* Button */
form .button {
  margin:10px 10px 0px 0px;
  
  background-color:#000;
  color:#fff;

  border:2px solid #600;
}
/*sdsdsbbbb*/
form .button:hover{

  
  color: #000;
  background-color:#fff;
}


/* */
/* Bildergallerie */
/* */

.sgContent{
    margin-top: 15px;
    
    
}

.sgBezeichnung{
    line-height: 1.2em;
}

.sgGallery{
float: left;
    
width: 103px;
    display: inline;
    margin-right: 10px;
    margin-top: 10px;

}

.sgGallery img, .sgContent img, .sgNavBar img{


    border: 1px solid #600;
}

.details{
    margin-top: 10px;
    display: block;
    clear: left;
}