body {
	margin: 0;
	background-color: black;
	padding: 0;
	color: white;
	font-family: Verdana, sans-serif;
	text-align: center;
}

a img {
	border: none;
}

ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

ul li {
	list-style-type: square;
}

li {
	margin: 0;
	padding: 0;
}

.gallery-album-list li {
	margin-bottom: 0.5em;
}

.gallery-album-list p {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	text-align: left;
}

#header {
	position: relative;
	height: 368px;
	background-image: url(header-start-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: black;
	text-align: center;
	color: #ffffff;	
}

#body-nav-repertoire #header {
	background-image: url(header-repertoire-bg.jpg);
}

#body-nav-termine #header {
	background-image: url(header-termine-bg.jpg);
}

#body-nav-gallerie #header {
	background-image: url(header-gallerie-bg.jpg);
}

#body-nav-kontakt #header {
	background-image: url(header-kontakt-bg.jpg);
}

#body-nav-veranstalter #header {
	background-image: url(header-veranstalter-bg.jpg);
}

#body-nav-ensemble #header {
	background-image: url(header-ensemble-bg.jpg);
}

#site-id {
	display: block;	
	position: absolute;
	left: 200px;
	top: 250px;
	width: 560px;
	/* hide text */
	padding-top: 100px;
	overflow: hidden;
    height: 0px !important; /* for most browsers */
    height /**/:35px; /* for IE5.5's bad box model */
}

#nav {	
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-image: url(nav-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #0c0c0c;
	color: #8d8d8d;
	line-height: 100%;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li a {
	float: left;
	display: block;
	font-size: 120%;
	margin: 0;
	padding: 1em 1em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
}

#nav li a span {
	display: block;
	font-size: 80%;
}

#nav li.selected a {
	background-image: url(nav-bg-selected.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #323232;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

#wrapper.with-sidebar {
	/* sidebar background */
	background-image: url(sidebar-bg.png);
	background-position: 100% 15px;
	background-repeat: no-repeat;
}

#sidebar {
	float: right;
	width: 270px;
	margin: 15px 0 0 0;
	padding: 0 15px;
	line-height: 120%;
}

#content {
	width: 940px; /* required for overflow:hidden to work */
	padding: 0.5em 10px;
	overflow: hidden;
}

#wrapper.with-sidebar #content {
	width: 640px;
}

#sidebar h5 {
	font-size: 130%;
	color: #999999;
}

#sidebar h6 {
	font-size: 110%;
	color: white;
	margin: 2em 0 0.5em 0;
}

#sidebar p {
	margin: 0.5em 0 0 0;
}

#sidebar-footer {
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	color: red;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 0;
}

h1 {
	font-size: 140%;
	font-style: italic;
}

h2 {
	font-size: 120%;
	font-style: italic;
}

ul.quotes {
	padding: 0 1em;
	margin: 1em 0;
}

ul.quotes li {
	padding: 10px 0 10px 35px;
	margin: 0;
	list-style: none;
	background-image: url(quote-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	font-style: italic;
}

.hint {
	font-size: 80%;
	color: #999999;
}
.two-column {
	width: 100%;
	overflow: hidden;
}
.two-column .column-left {
	float: left;
	width: 48%;
}
.two-column .column-right {
	float: right;
	width: 48%;
}
table {
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}
table.visible th, table.visible td {
	border-style: none none solid none;
	border-color: #222222;
	border-width: 1px;
	padding: 0.3em 0.5em;
}
table.visible th {
	border-width: 3px;
	font-weight: bold;
}

a {
	color: #ff9999;
	text-decoration: none;
}
a:hover {
	color: red;
}

.profile {
	border-bottom: 1px solid #222222;
	padding: 1em 0;
	width: 100%;
	overflow: hidden;
}

.profile.first {
	padding-top: 0;
}

.profile.last {
	border-bottom-style: none;
}

.profile-left .avatar {
	float: left;
}

.profile-right .avatar {
	float: right;
}

.profile-left .profile-text {
	margin-left: 180px;
}

.profile-right .profile-text {
	margin-right: 180px;
}

.profile h2 {
	margin: 0;
}

.profile-description {
}

#gallery {
	width: 100%;
	overflow: hidden;
}

#gallery ul {
	margin: 0;
	padding: 0;
}

#gallery li {
	display: block;
	float: left;
	background-image: url(thumbnail-bg.png);
	background-repeat: repeat-x;
	background-color: #111111;
	margin: 10px;
	height: 196px;
	width: 196px;
	list-style: none;
}

form {
	border-width: 1px solid #666666;
}

form table {
	border: 1px solid #222222;
}

form th, form td {
	border-style: none none solid none;
	border-color: #222222;
	border-width: 1px;
	padding: 0.5em 1em;
}

form tr.last th, form tr.last td {
	border-style: none;
}

form th {
	font-weight: bold;
}

input, textarea {
	background-color: black;
	border: 1px solid #333333;
	padding: 0.2em 0.5em;
	margin: 0 0.3em;
	color: white;
	border-color: #222222 #333333 #333333 #222222;
	background-color: black;
}

form .error input, form .error textarea {
	border-color: #660000 #990000 #990000 #660000;
}

form .buttons {
	text-align: right;
	background-color: #111111;
	padding: 1em 1em;
}

form .buttons input {
	background-color: #333333;
	border-color: #444444 #222222 #222222 #444444;
	padding: 0.3em 1em;
}

form .buttons input:active {
	border-color: #222222 #444444 #444444 #222222;
}

.help_text {
	font-weight: normal;
	font-size: 80%;
	color: #aaaaaa;
	padding: 0.5em 0 0 0.3em;
	margin: 0;
}

form .errorlist {
	font-size: 80%;
	color: red;
	margin: 0;
	padding: 0.1em 0.3em;
}

form .errorlist li {
	list-style: none;
}

.tracklist li {
	font-size: 80%;
	margin: 0.5em 0;
}

#veranstalter-downloads {
	margin: 0;
	padding: 0;
}

#veranstalter-downloads li {
	list-style: none;
	width: 49.9%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#veranstalter-downloads img {
	float: left;
}

#veranstalter-downloads a {
	display: block;
	color: white;
	padding: 0.5em;
	cursor: pointer;
}

#veranstalter-downloads span.wrapper {
	display: block;
	height: 48px;
}

#veranstalter-downloads a:hover {
	background-color: #111111;
}

#veranstalter-downloads span.text {
	display: block;
	margin-left: 64px;
}

#veranstalter-downloads span.title {
}

#veranstalter-downloads span.type {
	font-size: 80%;
	color: #999999;
}
