/*
	sand		#CBB45B
	braun		#7d5138
	türkis		#025b6d
	hellgrün	#5c8975
	dunkelgrün	#003d2e
	gelbgrün	#A08029
	grüngrau	#97A29A
*/


body {
	background: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
}

a {
	text-decoration: none;
	color: #000;
}

a, span.a {
	font-weight: bold;
}

span.a {
	color: #000;
}

h2 {
	font-weight: bold;
	margin-bottom: 2em;
}

#text div h2 {
    margin-bottom: 1em;
    margin-top: 2em;
}

h3 {
/*    font-weight: bold;*/
    margin-bottom: 0.5em;
}

p,dl,ul,ol {
	line-height: 1.6;
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

q {
	font-style: italic;
}

ul {
	margin-left: 2em;
}

ul li {
	list-style: square;
}


/* BIOGRAFIEN */

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

blockquote p {
	font-style: italic;
}

blockquote cite {
	text-align: right;
	display: block;
}




#container {
	width: 871px;
	margin: 2em auto;
	position: relative;
	padding-top: 252px;
}

#header {
	background: url(../img/logo.png) no-repeat;
	width: 337px;
	height: 284px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#content {
	width: 814px;
	min-height: 332px;
	margin-left: 55px;
	margin-right: 19px;
	margin-bottom: 18px;
	background: url(../img/bg-musiker-sub.jpg) 0px -90px repeat;
	position: relative;
	z-index: 2;
	float: left;
}

body.home #content {
	background-image: url(../img/bg.jpg);
	background-position: 0 0;
}

body.idee #content {
	background-image: url(../img/bg-idee.jpg);
	background-position: 0 0;
}

body.programm #content {
	background-image: url(../img/bg-programm.jpg);
	background-position: 0 0;
}

body.musiker #content {
	background-image: url(../img/bg-musiker.jpg);
	background-position: 0 0;
}

body.tickets #content {
	background-image: url(../img/bg-tickets.jpg);
	background-position: 0 0;
}

body.sub #content {
	background-image: url(../img/bg-musiker-sub.jpg) !important;
	background-position: 0 0;
}

#nav {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 251px;
	float: left;
}

#nav ul {
	margin-left: 0;
}

#nav ul li {
	list-style: none;
}

#nav li {
	margin-bottom: 2px;
}

#nav a {
	color: #fff;
	line-height: 1.5;
}

#nav span.a, #leftnav li.active-path a {
	color: #000;
	opacity: 1;
}

#nav ul ul {
	margin-left: 14px;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

#nav li.active-path a {
	color: #000;
}

#nav li.active-path li a {
	color: #fff;
}

#nav li li.active-path a, #nav li li a.category.active {
	color: #ff9966;
}

#text {
	float: left;
	background: url(../img/text-bg.png) repeat;
	width: 472px;
	min-height: 292px;
	margin-top: -28px;
	margin-bottom: -18px;
	margin-right: -19px;
	padding-top: 48px;
	padding-bottom: 38px;
	padding-left: 20px;
	padding-right: 80px;
	position: relative;
}

#images {
	position: relative;
	left: -20px;
	top: -20px;
	width: 553px;
	height: 430px;
/*	overflow: hidden;*/
}

#images img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
}

#images img.first-child {
	display: block;
}

#footer {
	float: right;
	margin: 1em 0;
	width: 100%;
	clear: both;
	text-align: right;
	padding-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 90%;
}

#footer-partner {
	font-size: 110%;
}

#footer-partner a {
	font-weight: normal;
}

/* PARTNER */

body.partner #text ul {
	float: left;
	margin-left: 0;
}

body.partner #text li {
	list-style: none;
	width: 145px;
	height: 110px;
	padding-top: 10px;
	background: #fff;
	margin: 0 10px 10px 0;
	float: left;
	text-align: center;
	vertical-align: middle;
	color: #999;
}

div.logo {
	background: #fff;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
/*  margin-bottom: 1em;*/
}

body.partner p {
	clear: left;
}


/* SPRACHWECHSEL */

#language-switch {
	position: absolute;
	right: -18px;
	top: 180px;
	text-transform: lowercase;
}

#language-switch a {
	color: #999;
}


/* STARTSEITE */

body.home #nav {
    width: 180px;
}

body.home #text {
    background: none;
    margin: 0;
    padding: 0;
    width: 612px;
    height: 240px;
    margin-top: 92px;
}

body.home #text h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 250%;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

body.home #text p {
    margin-top: 1em;
    font-size: 140%;
    font-weight: bold;
}

body.home #text p a {
    text-decoration: underline;
}

#news {
    margin-top: 2em;
    background: url(../img/text-bg.png);
    margin-left: -1em;
    margin-right: -2.5em;
    padding: 1em;
}

body.home #text #news p {
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
