
* {
	margin: 0;
	padding: 0;
	border: none;
	}

html,
body {
	height: 100%;
	}

body {
	background: #343721;
	color: #000;
	font: 100.01%/1.5 Arial, Helvetica, sans-serif;
	text-align: center;
	}

a {
	background-color: inherit;
	color: #fff;
	text-decoration: underline;
	}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	}

p {
	margin-top: 1.5em;
	}

hr {
	display: block;
	height: 20px;
	width: 100%;
	clear: both;
	visibility: hidden;
	}

/* ============================================================ */
/* Schriftgroessen und Ueberschriften */

h1,
h2,
h3,
p,
ul,
dl
 {
	font-size: .9em;
	}

h1,
h2,
h3,
strong {
	font-weight: bold;
	}

#inhalt h2 {
	border-bottom: 1px solid #fff;
	margin-bottom: 2em;
	}
	
.zwischentitel {
	font-size: 1.1em;
	letter-spacing: .2em;
	color: #9fa190;
}

/* ============================================================ */
/* zentrale Elemente */

#distance {
	height: 50%;
	width: 1px;
	float: left;
	margin-bottom: -300px;
	}

#wrapper {
	width: 980px;
	height: 600px;
	clear: left;
	position: relative;
	background: #3e4221 url(grafiken/bg_road.jpg) no-repeat 0 91px;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	}

#header {
	background: url(grafiken/bg_name.gif) 310px 0;
	border-bottom: 1px solid #fff;
	padding: 30px 0 0 310px;
	}

#header a {
	display: block;
	height: 60px;
	width: 361px;
	background: url(grafiken/logo.gif) no-repeat;
	text-indent: -9999px;
	font-size: 0;
	text-decoration: none;
	}

#h2-navi {
	width: 150px;
	height: 427px;
	position: absolute;
	top: 91px;
	left: 73px;
	background: url(grafiken/bg_band.jpg) no-repeat;
	text-indent: -9999px;
	font-size: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

#inhalt {
	height: 417px;
	position: relative;
	overflow: auto;
	border-right: 1px solid #fff;
	margin: 0 68px 0 245px;
	padding: 10px 20px 0 0;
	}

#footer {
	position: absolute;
	right: 70px;
	bottom: 8px;
	white-space: nowrap;
	margin: 0;
	}

/* ============================================================ */
/* Navigation */

#navi {
	list-style: none;
	width: 725px;
	position: absolute;
	left: 0;
	top: 518px;
	line-height: 1.2;
	text-align: center;
	padding: 5px 50px 0 205px;
	border-top: 1px solid #fff;
	}

#navi li {
	display: inline;
	}

#navi a,
#navi strong {
	font-weight: normal;
	text-decoration: none;
	margin: 0 9px;
	padding: 1px 5px;
	}

#navi a:hover,
#navi a:active,
#navi a:focus {
	text-decoration: underline;
	}

/* ============================================================ */
/* weitere Formatierungen */

#seite-start #inhalt p {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	}

.bild-rechts {
	border: 1px solid #7d8163;
	padding: 8px;
	float: right;
	margin: 0 0 15px 15px;
	clear: right;
	}
	

.bild-rechts img {
	display: block;
	}
#seite-press #inhalt p img{
	margin: 0 10px 10px 0;
}

#seite-photos #inhalt p img{
	margin: 0 12px 10px 0;
}

dt {
	margin-top: 1.5em;
}

#seite-releases #inhalt ul li {
   padding-left: 25px;
}