body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #1a171b;
	line-height: 1.3em;
	background-color: #ffffff;
	margin: 10px 0px 0px 0px;
	padding-bottom: 100px; /* Safari-Aufbohrer */
}

* { font-size: 1.0em; }

img { border: 0; }

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
}

ul, ol {
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 0px 15px;
}


a { color: #1a171b; }
a:hover, a:active { text-decoration: none; }

h2 {
	font-size: 1.0em;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

.nospace { margin-bottom: 0px; }

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

h4 {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.spacer {
	height: 30px;
	clear: both;
}

sup {
	font-size: 0.75em;
	vertical-align: top;
}


/* =======
Box-Layout
======= */

div#rahmen {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

div#rahmen-home {
	position: relative;
	width: 866px;
	/*height: 100%;
	margin-top: 20px;*/
	margin-left: auto;
	margin-right: auto;
}

div#hintergrund {
	position: absolute;
	width: 850px;
	height: 100px;
	z-index: 1;
}

div#bild-home {
	position: absolute;
}

div#bild-rechts {
	position: absolute;
	width: 320px;
	left: 530px;
	text-align: right;
	z-index: 3;
}

div#bild-rechts img, div#bild-home img { z-index: 4; }
div#bild-home img { border: 3px solid #a58d5c; }

div#inhalt {
	position: relative;
	width: 470px;
	min-height: 690px;
	top: 100px;
	margin: 0px 0px 0px 0px;
	padding: 20px 75px 0px 40px;
	border-bottom: 15px solid #ffffff;
	z-index: 2;
}

* html div#inhalt { position: absolute; left: 0px; height: 490px; }
*+ html div#inhalt { position: absolute; left: 0px; }

body#download.bilder div#inhalt {
	padding: 25px 30px 0px 15px;
	width: 535px;
}

/*a.home-link {
	position: absolute;
	display: block;
	width: 210px;
	height: 50px;
	margin: 45px 0px 0px 315px;
	z-index: 5 !important;
}*/

a.homelink {
	display: block;
	position: absolute;
	margin: 70px 0px 0px 7px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	z-index: 5 !important;
}


/* =======
Navigation
======= */

ul#sprachwahl {
	position: absolute;
	right: 10px;
	top: 635px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 5;
}

ul#sprachwahl li {
	float: left;
	list-style-type: none;
}

ul#sprachwahl a {
	display: block;
	padding: 5px 25px 5px 25px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

ul#navigation {
	position: absolute;
	/*width: 840px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 5;
}

.nav-home {
	position: relative;
	top: 691px;
	left: 284px;
}

ul#navigation li {
	float: left;
	list-style-type: none;
	min-width: 97px; /* Opera */
}

ul#navigation a {
	display: block;
	min-width: 90px;
	line-height: 16px;
	width: auto !important; /* neue Browser */
	width: 90px; /* IE6 */
	padding: 5px 0px 7px 7px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


/* ==========
Subnavigation
========== */

ul#subnavigation {
	position: absolute;
	width: 170px;
	margin: 145px 0px 0px 395px;
	padding: 0px 0px 0px 0px;
	z-index: 16;
}

#download ul#subnavigation { margin-top: 125px; }

ul#subnavigation li {
	list-style-type: none;
	margin-bottom: 4px;
}

ul#subnavigation a {
	display: block;
	padding: 5px 0px 6px 12px;
	font-weight: bold;
	text-decoration: none;
}

* html ul#subnavigation a { width: 158px; }


/* =======
Farbwelt
======= */

/* Navigation*/
a#nav-biografie { background-color: #9a804c; }
a#nav-termine { background-color: #009d96; }
a#nav-repertoire { background-color: #ea6f66; }
a#nav-presse { background-color: #f8aeb2; }
a#nav-download { background-color: #ecb175; }
a#nav-kontakt { background-color: #bbbdbf; }

/* Flachen */

body#biografie div#hintergrund { background: #9a804c url('../images/tw-signatur-biografie.gif') no-repeat 315px 45px; }
body#biografie div#inhalt { background-color: #e0d6c2; }

body#termine div#hintergrund { background: #009d96 url('../images/tw-signatur-termine.gif') no-repeat 315px 45px; }
body#termine div#inhalt { background-color: #c1dfdc; }

body#repertoire div#hintergrund { background: #ea6f66 url('../images/tw-signatur-repertoire.gif') no-repeat 315px 45px; }
body#repertoire div#inhalt { background-color: #fce6e0; }

body#presse div#hintergrund { background: #f8aeb2 url('../images/tw-signatur-presse.gif') no-repeat 315px 45px; }
body#presse div#inhalt { background-color: #fef1f0; }

body#download div#hintergrund { background: #ecb175 url('../images/tw-signatur-download.gif') no-repeat 315px 45px; }
body#download div#inhalt { background-color: #f7e1c9; }

body#kontakt div#hintergrund { background: #bbbdbf url('../images/tw-signatur-kontakt.gif') no-repeat 315px 45px; }
body#kontakt div#inhalt { background-color: #e6e7e8; }

/* Unternavigation */

#termine li.sub-item-1 { background-color: #a8d6d3; }
#termine li.sub-item-2 { background-color: #84d6d0; }
#termine li.sub-item-3 { background-color: #38b8b1; }
#termine li.sub-item-4 { background-color: #009d96; }

#presse li.sub-item-1 { background-color: #f7d2d4; }
#presse li.sub-item-2 { background-color: #f8aeb2; }

#download li.sub-item-1 { background-color: #edcaa6; }
#download li.sub-item-2 { background-color: #ecb175; }
/*#download li.sub-item-3 { background-color: #f9bc86; }*/


/* =====
Inhalte
===== */

dl.cds dt {
	float: left;
	margin: 0px 30px 20px 0px;
	clear: left;
}

dl.cds dd {
	float: left;
	width: 275px;
	min-height: 170px;
	margin: 0px 0px 0px 0px;
}

* html dl.cds dd { height: 170px; }

div.nocover {
	width: 148px;
	height: 146px;
	border: 1px dashed #888888;
	margin-left: 2px;
}

dl.termine dt {
	float: left;
	width: 105px;
	margin: 0px 15px 0px 0px;
	font-weight: bold;
	clear: left;
}

dl.termine dd {
	float: left;
	width: 300px;
	margin-bottom: 16px;
}

dl.termine dd dl dt {
	float: left;
	width: 70px;
	margin-left: -110px;
	text-align: right;
}

dl.termine dd dl dd {
	float: left;
	width: 305px;
	font-weight: bold;
	margin: 0;
}

dl.repertoire {
	margin: 0px 0px 15px 30px;
	padding: 0px 0px 0px 0px;
}

dl.repertoire dt {
	float: left;
	width: 200px;
	margin-right: 10px;
	clear: left;	
}

dl.repertoire dd {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 0px;
}

ul.galerie {
	margin: 0px 0px 0px 0px;
	clear: left;
}

ul.galerie li {
	list-style-type: none;
	float: left;
	width: 168px;
	margin-bottom: 40px;
}
ul.galerie li.breiter { width: 220px; }

ul.galerie a { font-size: 0.9em; }

img.cdlogo {
	float: left;
	margin: 0px 7px 0px 0px;
}

/* Kritiken */

div.kritik-mitte {
	text-indent: 3.0em;
	margin: 0px 50px 30px 0px;
}

div.kritik-rechts {
	text-indent: 3.0em;
	text-align: left;
	margin: 10px 0px 10px 65px;
}
div.no-indent { text-indent: 0; }

div.kritik-mitte em, div.kritik-rechts em {
	display: block;
	margin-top: 3px;
	text-indent: 0;
}

div.kritik-rechts h4 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0px 0px 16px 0px;
}



