@charset "UTF-8";
/* CSS Document */

* {
	border: none;
	padding: 0;
	margin: 0;
}
body {
	background: #272727 url(images/bg_oben.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
div#page {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	padding: 20px 0 10px 0;
	float: left;
}
div#rechts {
	float: right;
	width: 260px;
}
div#links {
	float: left;
	width: 510px;
}
h1 {
	background: url(images/top<?= $h1_pic; ?>.jpg) top left no-repeat;
	border: 1px solid #595959;
	border-bottom: 1px solid #272727;
	height: 299px;
	width: 897px;
	text-indent: -999px;
}
#nav {
	list-style: none;
	float: left;
	border: 1px solid #595959;
	border-top: none;
	background: url(images/top<?= $h1_pic; ?>_menu.jpg) top left no-repeat;
	width: 727px;
	height: 47px;
	padding: 0 85px;
	margin: 0;
	margin-bottom: 25px;
}
#nav li {
	float: left;
	padding: 11px 0 0 11px;
	padding-right: 0;
	padding-left: 31px;
	color: #fff;
	background: url(images/menu_dot.jpg) 13px 56% no-repeat;
}
#nav li#navhome {
	background: none;
	padding-left: 0;
}
#nav a {
	float: left;
	display: block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	height: 31px;
	padding-top: 5px;
}
#nav a:hover {
	text-decoration: underline;
}
#home li#navhome a, #band li#navband a, #live li#navlive a, #cds li#navcds a, #media li#navmedia a, #gbook li#navgbook a, #gbook li#navgbook a, #presse li#navpresse a, #misc li#navmisc a, #kontakt li#navkontakt a {
	background: url(images/menu_active.jpg) top left repeat-x #272727;
	border: 1px solid #595959;
	border-bottom: none;
	padding-left: 7px;
	padding-right: 7px;
}
dl.showhide {
	clear: left;
	display: none;
}
#links dl {
	background: url(images/teaser-breit-unten2.jpg) bottom left no-repeat;
	border-bottom: 1px solid #595959;
	width: 505px;
	margin-bottom: 20px;
	clear: left;
	float: left;
}
#links dt, #rechts dt {
	background: url(images/teaser-breit-oben2.jpg) top left no-repeat;
	font-size: 1.2em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	padding: 5px 10px;
}
#rechts dt {
	background: url(images/teaser-schmal-oben.jpg) top left no-repeat;
}
#links dd, #rechts dd {
	padding: 5px 10px;
	background: url(images/teaser-breit-bg.jpg) 1px 0px repeat-y;
	/*font-size: 0.85em;*/
	float: left;
	width: 485px;
}
#rechts dl {
	background: url(images/teaser-schmal-oben.jpg) top left no-repeat;
	width: 259px;
	margin-bottom: 20px;
	clear: left;
}
#rechts dd {
	background: url(images/teaser-schmal-unten.jpg) bottom left no-repeat;
	width: auto;
	float: none;
}
a {
	color: #1cb2e3;
}
a.pic {
	padding: 1px 0px;
	background: url(images/teaser-bild-oben-unten.jpg) top left repeat-y;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	float: left;
	margin-bottom: 20px;
}
dd img {
	/*border-left: 2px solid #fff;
	border-right: 2px solid #fff;*/
	float: left;
	padding: 2px;
	margin: 0 8px 6px 0;
}
#rechts img {
	float: left;
	background-color: #272727;
	padding: 3px;
}
p {
	font-size: 0.8em;
}
#links p {
	margin-bottom: 0.6em;
	line-height: 1.2em;
}
p.geschrieben {
	margin: 10px 0px 5px 0px;
	font-size: 0.7em;
	font-style: italic;
}
p.footer {
	clear: both;
	font-size: 0.7em;
	border-top: 1px solid #595959;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}
p.spaceafter {
	padding-bottom: 15px;
}
p.rot {
	color: #FF0000;
}

/* FORMULAR */
label {
	margin: 5px 0 2px 0;
	display: block;
	font-size: 0.8em;
}
label.error, p.error {
	font-weight: bold;
	color: #FF0000;
}
input.text, textarea, select {
	width: 430px;
	border: 1px solid #818181;
	display: block;
	background-color: #fff;
}
textarea {
	height: 80px;
	background-color: #fff;
}
input.button {
	margin: 5px 0 0 0;
	border: 1px solid #000;
}

