/* IMPORTS */
@import url("navigation.css");
@import url("discography.css");
@import url("guestbook.css");
@import url("bildergalerie.css");

body {
	margin: 0;
	padding: 0;
	background: url(../../images/template/background.jpg);
	font: 12px normal Tahoma, Geneva, Arial, Verdana, sans-serif;
	color: #5f5f5f;
	line-height: 19px;
	/* wichtig fuer zentrierung im ie: */
	text-align: center;
}

h1 {
	font: 19px bold Tahoma, Geneva, Arial, Verdana, sans-serif;
	color: #000;
	letter-spacing: .12em;
}

h2 {
	font: 15px normal Tahoma, Geneva, Arial, Verdana, sans-serif;
	color: #333;
	letter-spacing: .07em;
	display: inline;
}

h3 {
	font: 10px normal Geneva, Arial, Verdana, sans-serif;
	color: #000;
	letter-spacing: .13em;
	display: inline;
}

strong {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	letter-spacing: .07em;
}



p.bodytext {
	margin: 0;
}

/* klasse der header-divs, in denen die H1-Ueberschriften liegen */
div.csc-header {
	position: relative;
	margin: -15px 0 0 0;
}



/* LINKS */

a {
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #d8080c;
}

a:hover {
	color: #000;
}




img {
	border: 0px;
}

table {
	font: 12px normal Tahoma, Geneva, Arial, Verdana, sans-serif;
	border: 0px;
}




/* TEMPLATE DIVS */

#all {
	width: 900px;
	text-align: left;
	margin: auto;
}


#head {
	top: 0px;
	left: 0px;
	width: 900px;
	height: 194px;
	background: url(../../images/template/header.jpg);
}

/* INHALT */

#content_rahmen {
	margin: 0 150px auto 150px;
	width: 600px;
	background: #e5e5e5;
}

#content {
	margin: 0 50px 10px 50px;
	width: 500px;
	background: #e5e5e5;
}

/* FOOTER */

#footer {
	font: 12px bold Tahoma, Geneva, Arial, Verdana, sans-serif;
	margin: -20px 150px 10px 150px;
	text-align: right;
	width: 600px;
	height: 30px;
	background: #e5e5e5;
	color: #000;
}

#footer a {
	text-decoration: none;
	border-style: none;
	color: #000;
}

#footer a:hover {
	color: #ff0000;
	border-style: none;
}






/* BANDSEITE */

#bandmember img {
	border-style: solid;
	border-color: #000;
	border-width: 5px;
}

/* BANDFOTOS */

#band_fotos img {
	border-style: solid;
	border-color: #000;
	border-width: 5px;
}

#band_fotos a {
	border-style: none;
}

#band1 img {
	border-style: solid;
	border-color: #000;
	border-width: 5px;
}

#band2 img {
	border-style: solid;
	border-color: #000;
	border-width: 5px;
}

#band1 a {
	border-style: none;
}

#band2 a {
	border-style: none;
}


/* NEWS-EXTENSION */

#news_ext div {
	margin-bottom: 25px;
}

#news_ext p {
	margin-bottom: 10px;
}

/* LIVE-EXTENSION */

#kommende_auftritte div {
	margin-bottom: 25px;
}

#gespielte_auftritte div {
	margin-bottom: 25px;
}


/* FORMULARFELDER */

input.submit {
	width: 90px;
	border: 1px solid #000;
	background: none;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	letter-spacing: .07em;
}

input {
	width: 150px;
	font: 12px normal Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #000;
}

textarea {
	width: 180px;
	height: 90px;
	font: 12px normal Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #000;
}


.clear {
	clear: both;
}
