html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	text-shadow: #000000 0 0 0px;
	background-image: url(../gfx/kachel.gif);
}

h1 {
	margin: 0;
}

h2 {
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 100;
	color: #524235;
	line-height: 30px;
}

h3 {
	margin: 0;
	font-size: 20px;
	font-style: italic;
	font-weight: 100;
	color: #524235;
	line-height: 22px;
}

h4 {
	margin: 0;
	font-size: 12px;
	font-weight: 100;
	color: #b24237;
}

#main {
	min-height: 100%;
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	height: 70px;
	margin-top: -81px;
	padding-top: 11px;
	padding-left: 50px;
	font-size: 11px;
	font-style: italic;
	color: #333;
	background-image: url(../gfx/footer_kachel.gif);
}

#footer .inner {
	width: 720px;
}

#top-link {
	position: relative;
	top: 2px;
	margin-right: 40px;
}

#myspace-link {
	position: relative;
	top: 4px;
	margin-left: 25px;
}
#facebook-link {
	position: relative;
	margin-left: 20px;
}
#youtube-link {
	position: relative;
	top: 4px;
	margin-left: 20px;
}

#content {
	/*width: 1204px;*/ /* 1072 */
	min-height: 621px;
	padding-top: 24px;
	padding-bottom: 100px;
	padding-left: 47px;
}

#inner {
	width: 325px;
}

#header {
	/*width: 313px;
	height: 72px;
	background-image: url(../gfx/logo_platzhalter.gif);*/
	width: 116px;
	height: 45px;
	margin-top: 12px;
	margin-left: 6px;
	margin-bottom: 27px;
	background-image: url(../gfx/logo.gif);
}

#header a {
	display: block;
	height: 45px;
}

#header span {
	display: none;
}

#navigation {
	width: 251px;
	height: 47px;
	margin-top: -10px;
	margin-bottom: 48px;
	margin-left: 5px;
	background-image: url(../gfx/navi.gif);
	background-repeat: no-repeat;
}

ul#nav {
	display: block;
	height: 100%;
}

ul#nav li {
	display: block;
	height: 18px;
	position: absolute;
}

ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited {
	display: block;
	height: 100%;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li a.select {
	border-bottom: 1px solid #524235;
}

ul#nav li a span {
	display: none;
}

ul#nav li#nav1 {
	width: 43px;
	left: 52px;
	top: 96px;
}

ul#nav li#nav2 {
	width: 50px;
	left: 107px;
	top: 96px;
}

ul#nav li#nav3 {
	width: 56px;
	left: 170px;
	top: 96px;
}

ul#nav li#nav4 {
	width: 34px;
	left: 238px;
	top: 96px;
}

ul#nav li#nav5 {
	width: 28px;
	left: 56px;
	top: 122px;
}

ul#nav li#nav6 {
	width: 73px;
	left: 156px;
	top: 122px;
}

ul#nav li#nav7 {
	width: 64px;
	left: 240px;
	top: 122px;
}

ul#nav li#nav8 {
	width: 48px;
	left: 96px;
	top: 122px;
}

a:link, a:active, a:visited  {
	color: #b24237;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

form {
	margin: 0;
}

.cleaner {
	clear: both;
	margin: 0;
	float: none;
}

.italic {
	font-style: italic !important;
}

a.highlight-red {
	background-color: #b84443;
	color: #fff !important;
	padding: 0 2px;
	text-decoration: none !important;
}

/* News */
.news {
	margin-bottom: 30px;
}
.news h3 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #b24237;
}
.news .date {
	margin: 0 0 20px;
}
#nl-form #join {
	margin-top: 4px;
}
.news h3.date span {
	font-size: 11px;
	font-weight: normal;
	color: #555;
}
/* Ende News */

/* Galerie */
ul.galerie {
	display: block;
	width: 250px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
ul.galerie li {
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
ul.galerie li.download {
	height: 85px;
}
ul.galerie li.download img {
	margin-bottom: 2px;
}
ul.galerie li.download img, x:-moz-any-link {
	margin-bottom: 0;
}
a.download {
	text-decoration: underline;
}
a.download, x:-moz-any-link {
	position: relative;
	top: -1px;
}
a.arrow {
	padding-left: 19px;
	background-image: url(../gfx/pfeil.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #555 !important;
	font-size: 12px;
}
/* Ende Galerie */

/* Feedback */
#feedbackform {
	margin: 30px 0;
}
#feedbackform label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #b24237;
}
#feedbackform input, #feedbackform textarea {
	width: 250px;
	margin-bottom: 15px;
	border: 1px solid #524235;
	background-color: #fff;
}
#feedbackform input.error, #feedbackform textarea.error {
	background-color: #f1d874;
}
#feedbackform textarea {
	height: 150px;
}
#feedbackform #submit {
	width: auto;
	border: none;
}
#feedbackform br {
	clear: left;
}
/* Ende Feedback */

/* Live */
div.more {
	overflow: hidden;
}
table.shows {
	width: 100%;
	border-collapse: collapse;
}
table.shows .infocol {
	width: 35px;
}
table.shows .date {
	width: 70px;
}
table.shows td {
	vertical-align:top;
	padding: 5px;
	background-image: url(../gfx/dotted.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
table.shows th {
	color: #b24237;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}
/* Ende Live */

/* Musik */
h3.rot {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #b24237;
	margin: 20px 0 14px;
}
ul.volist {
	display: block;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
ul.volist li {
	display: block;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	margin-bottom: 10px;
}
ul.volist li img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
/* Ende Musik */

/* Buy */
div.buy {
	width: 171px;
	height: 97px;
	overflow: hidden;
	background-image: url(../gfx/buy.gif);
	background-repeat: no-repeat;
	position: relative;
	top: -15px;
	margin-bottom: 8px;
}
div.buy a {
	display: block;
	width: 70px;
	height: 17px;
	position: relative;
	left: 78px;
}
div.buy a span { display: none; }
a#amazon { top: 40px; }
a#itunes { top: 43px; }
a#musicload { top: 46px; }
/* Ende Buy */

/* HBT */
a#hbt {
	display: block;
	width: 102px;
	height: 102px;
	position: absolute;
	top: 50px;
	left: 880px;
	background-image: url(../gfx/hbt.png);
	background-repeat: no-repeat;
}
a#hbt span { display: none; }