body {
	margin: 0;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-shadow: #000000 0 0 0px;
}

div#main {
	padding-top: 42px;
	padding-left: 28px;
}

div#header {
	width: 355px;
	height: 100px;
	overflow: hidden;
	background-image: url(../gfx/nav/nav.png);
	background-repeat: no-repeat;
}

div#header h1 {
	width: 167px;
	height: 45px;
	margin: 26px 0 4px;
}

div#header h1 a {
	display: block;
	height: 100%;
}

div#header h1 a span {
	display: none;
}

div#navigation {
	width: 178px;
	height: 85px;
	position: absolute;
	top: 40px;
	left: 210px;
}

ul#nav {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav li {
	display: block;
	position: relative;
	overflow: hidden;
}

ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited {
	display: block;
	height: 100%;
	overflow: hidden;
	background-position: left -17px;
	background-repeat: no-repeat;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li a.select {
	background-position: left top !important;
}

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

li#nav1 {
	width:57px;
	height:17px;
	top:10px;
	left:17px;
}
li#nav1 a {
	background-image: url(../gfx/nav/news.gif);
}

li#nav2 {
	width:47px;
	height:17px;
	top:-13px;
	left:80px;
}
li#nav2 a {
	background-image: url(../gfx/nav/live.gif);
}

li#nav3 {
	width:60px;
	height:16px;
	top:-5px;
	left:35px;
}
li#nav3 a {
	background-image: url(../gfx/nav/media.gif);
}

li#nav4 {
	width:38px;
	height:17px;
	top:-26px;
	left:99px;
}
li#nav4 a {
	background-image: url(../gfx/nav/bio.gif);
}

li#nav5 {
	width:91px;
	height:17px;
	top:-19px;
	left:4px;
}
li#nav5 a {
	background-image: url(../gfx/nav/releases.gif);
}

li#nav6 {
	width:77px;
	height:16px;
	top:-40px;
	left:98px;
}
li#nav6 a {
	background-image: url(../gfx/nav/kontakt.gif);
}

li#nav7 {
	width:98px;
	height:17px;
	top:-33px;
	left:36px;
}
li#nav7 a {
	background-image: url(../gfx/nav/gaestebuch.gif);
}

div#content {
	padding-top: 22px;
	padding-bottom: 10px;
	padding-left: 13px;
}

div#footer {
	font-size: 11px;
	margin-top: 32px;
	padding-bottom: 20px;
	padding-left: 13px;
	font-style: italic;
}

a {
	color: #000;
}

a#lngnav {
	position: relative;
	left: 105px;
	font-style: italic;
	text-decoration: none;
}

.arrow {
	padding-left: 12px;
	background-image: url(../gfx/pfeil.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}

h2 {
	margin: 0 0 8px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 100;
}

h3 {
	font-size: 14px;
	margin: 14px 0;
}

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

a#myspace-link {
	position: relative;
	top: 2px;
	left: 3px;
	margin-right: 3px;
}

a img {
	border: none;
}

.white {
	color: white !important;
}

.rot {
	color: #933839 !important;
}

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

div.divider {
	clear: both;
	height: 4px;
	background-image: url(../gfx/divider.gif);
	background-position: left 1px;
	background-repeat: repeat-x;
}

/* News */
div.news {
	margin-bottom: 16px;
	font-size: 12px;
}
div.news p.date {
	margin: 0;
	font-style: italic;
	color: #fff;
}
div.news h3 {
	font-size: 14px;
	margin: 2px 0 1px;
}
div.news a.arrow {
	color: #933839;
	margin-left: 3px;
}
a.pagenav {
	color: #933839;
}
/* Ende News */

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

/* Media */
div.left {
	width: 300px;
	float: left;
	margin-right: 35px;
}
div.right {
	width: 200px;
	float: left;
}
ul.galerie {
	display: block;
	width: 350px;
	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;
	border: 2px solid white;
}
/* Ende Media */

/* Feedback */
#feedbackform {
	width: 253px;
	margin: 30px 0 30px;
}
#feedbackform label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	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;
}
h3.date, h3.date a {
	font-size: 13px;
	color: #b24237;
}
h3.date span {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin-left: 5px;
}
div.guestbook div.left {
	width: 340px;
	margin-right: 18px;
}
div.guestbook div.right {
	width: 459px;
}
/* Ende Feedback */

/* Kontakt */
div.kontakt {
	font-size: 13px;
}
div.kontakt div.left {
	width: 320px;
	margin-right: 30px;
}
div.kontakt div.middle {
	width: 290px;
	float: left;
	margin-right: 30px;
}
div.kontakt div.right {
	width: 235px;
}
div.kontakt h2 {
	font-size: 15px;
	color: #902a20;
}
/* Ende Kontakt */

/* Releases */
p.releases-categories {
	margin: 2px 0;
	font-size: 13px;
	font-weight: bold;
}
p.releases-categories a {
	color: #b24237;
}
div.releases {
	line-height: 18px;
}
div.releases a {
	color: #b24237;
}
div.releases div.left {
	width: 430px;
	margin-right: 60px;
}
div.releases div.right {
	width: 430px;
}
div.releases a.arrow {
	color: #b24237;
	margin-left: 3px;
}
a.back-link-releases {
	margin-left: 15px;
}
div.releases div.left2 {
	width: 215px;
	margin-right: 20px;
	float: left;
	font-size: 13px;
}
div.releases div.middle2 {
	width: 380px;
	margin-right: 40px;
	float: left;
	font-size: 13px;
}
div.releases div.right2 {
	width: 285px;
	float: left;
	font-size: 13px;
}
span.left {
	float: left;
}
a.download {
	float: right;
	margin-top: 5px;
}
h3.release-title {
	font-size: 17px;
	margin: 17px 0;
}
/* Ende Releases */

/* Bio */
div.bio div.left {
	width: 430px;
	margin-right: 70px;
}
div.bio div.right {
	width: 430px;
}
img.left-pic {
	border: 2px solid white;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.right-pic {
	border: 2px solid white;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
p.kurzbio, p.shortbio {
	min-height: 51px;
	font-style: italic;
	padding-left: 20px;
	background-image: url(../gfx/kurzbio.gif);
	background-repeat: no-repeat;
}
p.shortbio {
	background-image: url(../gfx/shortbio.gif);
}
/* Ende Bio */