/* Body Classes */ 

body.index {
	background-color: #ffcc00;
	background-image:url(../images/bgpattern_index.gif);
	color: #ffffff;
}

body.media {
	background-color: #ff6600;
	background-image:url(../images/bgpattern_media.gif);
	color: #ffffff;
}

body.bandinfo {
	background-color: #cc0000;
	background-image:url(../images/bgpattern_bandinfo.gif);
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-left: 0px;
	color: #ffffff;
}

body.danke {
	background-color: #990066;
	background-image:url(../images/bgpattern_danke.gif);
	color: #ffffff;
}

body.bandinfoPopUp {
	background-color: #f00501;
	color: #ffffff;
}

body.konzertdatenPopUp {
	background-color: #cc0000;
	color: #ffffff;
}

body.impressumPopUp {
	background-color: #cc0000;
	color: #ffffff;
}

body.playerInfo {
	background-color: #cc0000;
	color: #ffffff;
}

body.playerInfoPopUp {
	background-color: #cc0000;
	color: #ffffff;
}

/* BG Layers */
#bg_layer_index {
	background-image:url(../images/bg_layer_index.jpg);
	position:absolute; left:0px; top:0px; width:1024px; height:768px; z-index:1;
}

#bg_layer_media {
	background-image:url(../images/bg_layer_media.jpg);
	position:absolute; left:0px; top:0px; width:1024px; height:768px; z-index:1;
}

#bg_layer_bandinfo {
	background-image:url(../images/bg_layer_bandinfo.jpg);
	position:absolute; left:0px; top:0px; width:1024px; height:768px; z-index:1;
}

#bg_layer_danke {
	background-image:url(../images/bg_layer_danke.jpg);
	position:absolute; left:0px; top:0px; width:1024px; height:768px; z-index:1;
}

/* BG Layers Players */
#bg_layer_playerinfo {
	position:absolute; left:0px; top:0px; width:500px; height:700px;
	background-color:#cc0000;
	z-index:1;
	overflow: visible;
	visibility: visible;
}

/* Texte und Sonstiges */


#konzertdaten {
	text-decoration: none;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
	padding-top: 15px;
	padding-left: 20px;
	color: #ffffff;
	background-color: inherit;
	background-image:url(../images/bg_konzertdaten.jpg);
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:500px;
	z-index:1;
	overflow:visible;
	visibility: visible;
}

#impressum {
	text-decoration: none;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
	position:absolute;
	left:0px;
	top:0px;	
	padding-top: 15px;
	padding-left: 20px;
	background-color: #CC0000;
	color: #ffffff;
	overflow:visible;
	visibility: visible;
}

#bandinfoText {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
	padding-top: 50px;
	padding-left: 30px;
	color: #ffffff;
	background-color: inherit;
	background-image:url(../images/bg_bandinfo.jpg);
	position:absolute; left:0px; top:0px; width:630px; height:530px; z-index:10;
}

#newstext {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-left: 0px;
	color: #000000;
}


#playerInfoText {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-left: 10px;
	color: #ffffff;
	position:absolute; left:0px; top:395px; width:500px; height:700px; z-index:2;
}

#musik {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
	color: #000000;
}

#danketext {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
	color: #ffffff;
}


#mediaThumbs {
	position:absolute; left:350px; top:165px; width:auto; height:auto; z-index:15; 
	overflow: auto;
}


/* Links allgemein */
a:link {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color: #ffffff;
	background-color: inherit;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color: #ffffff;
	background-color: inherit;
}

a.impressumLink:hover {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color: #cc0000;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color: #ffcc00;
	background-color: inherit;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color: #ffffff;
	background-color: inherit;	
}
