
/******************************/
/* Global Styles              */
/******************************/
html {
  font-family:      Geneva, Arial, Helvetica, san-serif;
}

body {
  font-size:        1em;
  background-color: #000000;
  color:            #FFFFFF;
  text-align:       center; /*Für IE-Bug bei zentrierten DIV */
}

a:link {
  font-size:        11px; 
  text-decoration:  none; 
  color:            #E89545; 
  font-weight:      normal; 
}

a:visited {
  font-size:        11px;
  text-decoration:  none;
  color:            #E89545;
  font-weight:      normal; 
}

a:hover {  
  font-size:        11px;
  text-decoration:  none;
  color:            #999999;
  font-weight:      bold;
}

a:active {
  font-size:        11px;
  text-decoration:  none;
  color:            #555555;
  font-weight:      normal;
}

textarea {
  font-size:        12px;
  text-decoration:  none;
  color:            #FFFFFF;
  background-color: #221818;
  padding-left:     5px;
	border:						solid #000000;
	border-width:     1px 0px 0px 1px;
}
/******************************/
/* CLASS Styles               */
/******************************/

table.table {
  width:            850px;
}

.center_div {
  width:            850px; 
  margin:           0 auto;
}

.td {
	height:						20px;
  font-size:        12px;
  text-decoration:  none;
  color:            #FFFFFF;
  background-color: #221818;
  padding-left:     5px;
	border:						solid #000000;
	border-width:     1px 0px 0px 1px;
}

.button {
  background-color: #221818;
  color:            #E89545;
  font-size:        10px;
  font-weight:      bold;
  border:           1px #E89545;
  cursor:           pointer;
  -moz-opacity:     0.7;
  filter:           alpha(opacity=70);
}

.feld1 {
  font-size:        13px;
  font-weight:      normal;
  text-decoration:  none ;
  color:            #CCCCCC;
  border:           0px;
}

.feld3 {
  font-size:        12px;
  font-weight:      normal;
  color:            #E89545;
  border:           #E89545 solid;
  border-width:     0px 0px 1px 0px;
}

.orange {
  color:            #E89545;
}

.gray {
  color:            #CCCCCC;
  font-weight:      bold;
}

.dark_gray {
  color:            #999999;
  font-weight:      bold;
}

.text {
	font-size:				0.8em;
	color:            #CCCCCC;
}

/******************************/
/* Block-Level-Elemente (ID)  */
/******************************/

#navi {
  position:         relative;
  text-align:       center;
}

#daten {
  position:         relative;
}

#header {
  z-index:          1;
  position:         relative;
  width:            850px;
}

#menue {
  z-index:          10;
  position:         absolute;
  width:            145px;
  top:              100px;
  left:             0px;
}

#inhalt {
  z-index:          2;
  position:         absolute;
  width:            850px;
  top:              105px;
  left:             0px;
}


#layer1 {
  position:         absolute;
  top:              302px;
  right:            110px;
  width:            315px;
  height:           50px;
  border-style:     none;
  background-color: transparent;
}

/******************************/
/* Band				                */
/******************************/
#band_bground {
  position:         absolute; 
  top:              110px;
  right:            110px;
  border-style:     none;
  background-color: transparent;
}

/******************************/
/* Contact		                */
/******************************/
.contact_bground {
	position:					absolute;
	width:						100%;
	height:						400px; 
	background:				url(../pics/bground/contact_bground.jpg) no-repeat right top;
	border:						none;
}

.contact_div {
	position:					relative;
	left:							20%;
	width:						20%;
	margin:						20px;
	border:						none;
	float:						left;
}

.adress {
  font-size:        13px;
  color:            #999999;
  padding:          15px;
  background-color: #221818;
}

/******************************/
/* Press			                */
/******************************/


/******************************/
/* History		                */
/******************************/
.history_bground {
	position:					absolute;
	width:						100%;
	height:						400px; 
	background:				url(../pics/bground/history_bground.jpg) no-repeat right top;
	border:						none;
}

#h_menue {
  z-index:          10;
  position:         relative;
  width:            160px;
	margin:						20px 10px 0px 0px;
	float:						left;
}

#h_inhalt {
	position:					relative;
	width:						675px;
	margin:						20px 5px 0px 0px;
	border:						none;
	text-align:       justify;
	border:						none;
	float:						right;
}

/******************************/
/* OnTour			                */
/******************************/
.ontour_bground {
	position:					absolute;
	width:						100%;
	height:						400px; 
	background:				url(../pics/bground/ontour_bground.jpg) no-repeat right top;
	border:						none;
}

.o_termin {
	color:            #FFFFFF;
	padding-left:     5px;
	background-color: #221818;
	border:						solid #000000;
	border-width:     1px 0px 0px 1px;
	-moz-opacity:     0.7;
	filter:           alpha(opacity=70);
}

/******************************/
/* Gallery		                */
/******************************/
.gallery_bground {
	position:					absolute;
	width:						100%;
	height:						400px; 
	background:				url(../pics/bground/gallery_bground.jpg) no-repeat right top;
	border:						none;
}


/******************************/
/* Playlist		                */
/******************************/
.playlist_bground {
	position:					absolute;
	width:						100%;
	height:						400px; 
	background:				url(../pics/bground/playlist_bground.jpg) no-repeat right top;
	border:						none;
}

.pl_list {
	text-align:				left;
	width:						220px; 
	float:						left;
	-moz-opacity:     0.9;
	filter:           alpha(opacity=90);
}

.pl_list a {
	display:					block;
	width:						100%; 
}

/******************************/
/* Friends		                */
/******************************/
.f_liste {
	width:						250px;
	float:						left;
	margin:						5px;
	padding:					5px;
	border:						none; /*1px solid #221818;*/
}

/*
.friends_bground {
	position:					absolute;
	width:						100%;
	height:						400px; 
	background:				url(../pics/bground/friends_bground.jpg) no-repeat right top;
	border:						none;
}
*/

/******************************/
/* Impressum	                */
/******************************/
.impress {
	border:						1px solid #E89545;
	margin:						10px;
	padding:					10px;
}

