@charset "UTF-8";
/* CSS Document */

/* Gesamtbereich */

body{
	margin: 0px;
	padding: 0px;
	background-color: black;
	min-height: 576px;
	min-width: 1024px;
	}

#wrapper{
	height: 576px;
	width: 1024px;
	background-color: black;
	position: relative;
	margin: auto;
	overflow: visible;
	
	}


/* header */

#header{
	position: absolute;
	height: 176px;
	width: 1000px; 
	top:0px;
	left:0px;
	}

#logo{
	height: 98px;
	width: 344px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#logobild{
	border-style: none;
	border: 0px;
	}
	
#publikum{
	background-image:url(bilder/publikum.jpg);
	height: 180px;
	width: 683px;
	position: absolute;
	top: 0px;
	left: 351px;
	}






/* navi */

	
#navibox{
	height: 391px;
	width: 119px;
	position: absolute;
	left: 12px;
	top: 170px;
	background-image: url(bilder/navibox.jpg);
	}
	

#navi{
	font-family: "Impact", "Arial Black", sans-serif;
	letter-spacing: 0.05em;
	font-size: large;
	position: absolute;
	left: -15px;
	top: 20px;
	}


#navilist{
	list-style-type: none;
	}
	
.navibutton{
	margin-top: 18px;
	margin-bottom: 18px;
	}

.navilink{
	text-decoration:none;
	color: black;
	}




/* main */



#main {
	height: 522px;
	width: 941px;
	position: absolute;
	top: 69px;
	left: 101px;
	}
	
#mainbild{
	height: 522px;
	width: 941px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#inhalt {
	overflow: scroll;
	position: absolute;
	top: 127px;
	left: 100px;
	width: 824px;
	height: 380px;
	}

/* main - inhalte */
	
#indexinhalt{
	position: absolute;
	top: 97px;
	left: 100px;
	width: 480px;
	height: 150px;
	}
	
#plakatbox{
	position: absolute;
	top: 270px;
	right: 190px;
}

#newsblock{
	position: absolute;
	top: 250px;
	left: 0px;
}

.indexbtn{
	text-align: right;
	position: absolute;
	left: 430px;
	top: 230px;
}
	
#termineinhalt{
	position: absolute;
	top: 127px;
	left: 160px;
	width: 650px;
	height: 150px;
	}	
	
#terminelist{
	list-style-type: none;
	}
	
#terminelist li{
	margin: 10px;
	}
	
#bandinhalt{
	position: absolute;
	width: 750px;
	top: 30px;
	left: 140px;
	}
	
#memberbild{
	position: absolute;
	top: 210px;
	left: 30px;
	}
	
#membertext{
	position: absolute;
	left: 370px;
	top: 250px;
	}
	
#bandlist{
	list-style-type: none;
}

#bandlist li{
	display: inline;	
}

#bandlist img{
	border-style: none;
	border: 0px;
	}

#impressuminhalt{
	position: absolute;
	width: 750px;
	height: 140px;
	}
	
#mediainhalt{
	position: absolute;
	top: 127px;
	left: 85px;
	width: 450px;
	height: 150px;
	}
	
#medialist{
	list-style-type: none;
	}

#medialist li{
	margin: 10px;
	}
	
.medialink{
	color: white;
	text-decoration: underline;
	}
	
#videoinhalt{
	position: absolute;
	top: 65px;
	left: 65px;
}

.videobutton{
	position: absolute;
	top: 410px;
	left: 500px;
}
	
#kontaktinhalt{
	position: absolute;
	top: 127px;
	left: 160px;
	width: 600px;
	height: 150px;
	}
	
#kontaktlist{
	list-style-type: none;
	}
	
#kontaktlist li{
	margin-bottom: 10px;	
}
	
#linksinhalt{
	position: absolute;
	top: 127px;
	left: 100px;
	width: 450px;
	height: 150px;
	}
	
#linkslist{
	list-style-type:none;
	}
	
#linkslist li{
	margin: 10px;
	}

.linkslink{
	color: white;
	text-decoration: underline;
	}
	
.maillink{
	color: black;
	text-decoration: underline;
	}



/* main - textformatierung */

.textlink{
	color: white;
	text-decoration: underline;
	}

.blacklink{
	color: black;
	text-decoration: underline;
}

.text{
	font-family: "Arial", sans-serif; 
	font-size: 11pt;
	}

.textwhite{
	color: white; 
	}
	
.textblack{
	color: black; 
	}

.textbig{
	font-family: "Arial", sans-serif;
	font-size: large;
	color: white;
}

h1{
	font-size: large;
	}
	
	
/* footer */

#footer{
	font-size: xx-small;
	font-family: "Arial", sans-serif;	
	color: white;
	position: absolute;
	bottom: 0px;
	right: 10px;
	
}
	
.footerlink{
	 
	font-size: x-small;
	color: white;
}