@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */



body {
background-color: black;
font-family: arial;
}

.images-left {
	float: left;
	margin-right: 20px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	color: white;
}

p {
	margin-bottom: 15px;
	
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:hover {
	color: white;
}

#wrapper {
	/*background-color: white;*/
	background-image: url(../images/wrapperbg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

/*---------------------------Header----------------*/

.header {
	position: relative;
	background-image: url(../images/header.jpg);
	width: 800px;
	height: 226px;
	margin-top: 30px;
	background-color: black;
			
}

.header a {
	display: block;
}


.header h1 {
	color: white;
}

.header h2 {
	font-size: 16px;
}



/*---------------------------Navigation----------------*/

.geschichte {
	
	background-color: #ec3900;
	float: left;
	margin-left: 0px;
	padding: 5px 10px;
	font-size: 14px;
}

.band {
	background-color: #ec3900;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 14px;
}

.galerie {
	background-color: #ec3900;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 14px;
}


.audio-video {
	background-color: #ec3900;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 14px;
}


.presse {
	background-color: #ec3900;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 14px;
}


.kontakt {
	background-color: #ec3900;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 14px;
}


.termine {
	background-color: #ec3900;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 14px;
}


.links {
	background-color: #ec3900;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 14px;
}


.impressum {
	background-color: #ec3900;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;	
	font-size: 14px;
}



/*---------------------------Subnavigation----------------*/

/*--#left-col {
	background-color: #e05015;
	width: 110px;
	padding: 10px 20px;
	float: left;
	clear: left;
	
}

#navi {
line-height: 2em;
}

li {
	list-style: none;
}

/*---------------------------Hauptteil----------------*/

#main {
	/*background-color: black;*/
	width: 750px;
	padding: 50px 10px;
	margin: 15px;
	float: left;
	color: white;
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	overflow: hidden;	
}

#main h1 {
	margin-bottom: 30px;
	text-decoration: underline;;
}

#main h2 {
	font-size: 18px;
	text-decoration: underline;
	color: white;
}

#main h3 {
	font-size: 14px;
	text-decoration: underline;
	color: white;
}

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

#main a:visited {
	color: white;
}

#main a:hover {
	color: #ec3900;
}


#bandliste ul, li {
	
	list-style: none;
	
	
}

#bandliste div {
	
	float: left;
	width: 160px;
	height: 250px;
	/*padding: 10px;*/
	margin: 10px;
	text-align: center;
	
}

#bildunterschrift {
	background-color: red;
	width: 160px;
	display: block;
	margin-top: 5px;
}

#termine div {
	position: relative;
	float: left;
	width: 185px;
	height: 140px;
	/*padding: 10px;*/
	margin: 20px;
	color: white;
	text-align: left;		
	
}

.presselinks a:link {
	color: white;
		
}

.presselinks a:visited {
	color: white;
}

.presselinks a:hover {
	color: #ec3900; 
}

#getacrobat {
	margin-top: 120px;
}

/*#bandliste h3 {*/
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	margin: 3px;
}


/*---------------------------Galerie----------------*/

.gallery {
	overflow: hidden;
}

#galleryliste div {
	position: relative;
	float: left;
	width: 160px;
	height: 180px;
	text-align: center;
	/*border-color: #ec3900;
	border-style: none;
	border-width: 1px;
	overflow: hidden;*/
}



/*---------------------------Videos----------------*/

#videos div {
	margin-bottom: 40px;
}



/*---------------------------Rechte Spalte----------------*/

/*#right-col {
	background-color: #d38304;
	width: 190px;
	padding: 10px 10px;
	float: left;
	overflow: hidden;
}

/*---------------------------footer----------------*/

#footer {
	background-color: #ec3900;
	padding: 5px;
	clear: both;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: white;
}