*
{
	margin: 0;
	padding: 0;
}

html, body, p, ul, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

html, body
{
	background-color: #101B38;
	height:100%;
}

body
{
	line-height: 1.4em;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino;
	font-size:75%;
}

div#wrapper
{
  width: 800px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-color: #CAD4E0;
}


ul {
	list-style-type:none;
}

p {
	font-size: 9pt;
}

.red {
	color: #8b0000;
}

.big {
	font-size: 13pt;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight:bolder;
}

.notVisible {
	display:none;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.float_left {
	float:left;
}

hr.underlineHeading {
	height:1px;
	border:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	color:#8b0000;
	background-color:#8b0000;
}

h3.heading {
	 font-size: 16pt;
   letter-spacing: 0.6em;
   padding-top: 0px;
   padding-bottom: 10px;
   margin-left: 40px;
   color:#8b0000;
}

/* Language-Select */
div#language_select
{
	padding-top:1ex;
	height:4ex;
	background-color: #101B38;
	text-align:right;
}

/* HEADER */

div#header
{
	height: 236px;
	background-color: #101B38;
}

/* MENU */

.menu
{
	position:relative;
	margin-top: 0px;
	height: 25px;
	/*color:#234352;*/
	background-color:#234352;
}

.menu > ul 
{
	list-style-type:none;
	padding-left:10px;
}

.menu > ul > li
{
	padding-left:10px;
	float:left;
	position:relative;
}

.menu > ul > li > a, .menu > ul > li > a:visited {
	display:block; 
	text-decoration:none; 
	height:20px; 
	text-align:center;  
	border:none; 
	background-color:#CAD4E0;
	overflow:hidden;
}

.menu > ul > li > ul
{
	display:none;
	padding-top:6px;
}

.menu ul#aktuell_untermenue {
	margin-left:10px;
	margin-right:-10px;
}

.menu ul#profil_untermenue {
	margin-left:15px;
	margin-right:-18px;
}

.menu ul#presse_untermenue {
	margin-left:00px;
	margin-right:00px;
}

.menu > ul > li:hover > ul
{
	display:block;
	position:absolute;
	
}

.menu > ul > li > ul > li
{
	margin-top:0px;
	float:none;
	margin-bottom:10px;
	margin-left:-10px;
}

.menu ul li:hover ul li a {
	display:block; 
}

.menu ul li:hover ul li.onelined a {
	height:15px;
}

.menu ul li:hover ul li.twolined a {
	height:30px;
}

img
{
	border: none;
}

.untermenue
{
	border:10px solid #CAD4E0; /*necessary???*/
	position:relative;
}


/* CONTENT */

div#content
{
	padding-top: 50px;
	padding-bottom: 150px;
	width: 800px;
	overflow:visible;
}

div#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html div#nonFooter
{
	height: 100%;
}


/* FOOTER */

div#footer
{
	position: relative;
	margin: -7.5em auto 0 auto;
	width: 800px;
	padding-bottom: 1.5em;
	background-color: #101B38;
	font-size: 85%;
	color: #CAD4E0;
	text-align: center;
	line-height: 1.5em;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html div#footer
{
	margin-top: -7.4em;
}



div#footer p
{
	margin-top: 4.5em;
}


div#contentMain {
    display: block;
    clear: both;
    margin-top: 0;
    line-height:1.2;
    color:#2B406F;
    background-color: #CAD4E0;
    height:100%;
    width:100%;
    float:left;
    overflow:visible;
}


/***********padding zwischen listeneintraegen***********/

.padding {
	padding-bottom:1ex;
	padding-top:1ex;
}

/*************** AKTUELLES ******************/



.aktuell
{
	text-align:left;
}

.aktuell .contentLeft {
	float:left;
	width:480px;
}

.aktuell .contentRight {
	padding-top: 0px;
	float:left;
	width:220px;
}

.aktuell a {
	color: #8b0000;
	text-decoration:underline;
}

/*.aktuell img {
	width:220px;
}*/

.aktuell img {
	margin-top:100px;
	width:500px;
	display: block;
  margin-left: auto;
  margin-right: auto
}

.aktuell .clearer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.aktuell p
{
	line-height:20px;
	margin-left:40px;
	padding-top:2ex;
}

.aktuell .clearer > hr {
	color: #9298A0;
	background-color: #9298A0;
	height: 2px;
	border: 0px;
	width: 380px;
	margin-left: 40px;
	margin-right: auto;
}

/*************** Konzerte *****************/

.konzerte .clearer > hr {
	color: #9298A0;
	background-color: #9298A0;
	height: 2px;
	border: 0px;
	width: 300px;
	margin-left: 175px;
	margin-right: auto;
	clear: both;
}



.konzerte p
{
	line-height:20px;
	padding-top:1ex;
	padding-bottom:1ex;
	padding-left:25px;
}


.konzerte a {
	color:#2B406F;
	text-decoration:underline;
}

.konzerte h3 a.anker {
	text-decoration:none;
	color:#8b0000;
}

.konzerte p a.anker {
	text-decoration:none;
}

.konzerte p.float_left {
  width: 200px;
}

.konzerte div.bild {
	height:100%;
	width: 200px;
}

.konzerte div.bild img {
	margin: 12px 0px 2px 40px;
	width: 150px;
}

.konzerte > div.bild > p {
	margin-top: -10px;
	margin-left: 15px;
	font-style:italic;
	
}

.konzerte > div.clearer {
	height:4px;
	padding-left:50px;
	padding-bottom: 40px;
}


.konzerte > div.text {
	float:right;
	width:560px;
	padding-right:40px;
}

.konzerte div.text > ul > li > p {
	text-decoration:underline;
}

.konzerte li p.moreInfo {
	width:250px;
	text-decoration:none;
	margin-top:-2ex;
	margin-left: 0px;
}

.konzerte ul > li > ul {
	display:none;
}

.konzerte ul li:hover ul{
	display:block;
  float:right;
  min-width:220px;
  margin-right:87px;
}

/*************** Profil **********************/

.profil > .contentLeft > p {
	text-align:left;
	margin-left:40px;
	margin-bottom:10px;
}

.profil > .contentLeft > p > a {
	color: #8b0000;
	text-decoration:underline;
}

.profil > .contentLeft {
	float:left;
	width:350px;
}

.profil > .contentRight {
	padding-top: 0px;
	float:left;
	width:450px;
}

.profil > .contentRight img {
	width:300px;
	padding-bottom:50px;
}

/*************** Biographie ******************/

.bio h1 {
   text-align:left;
   font-size: 16pt;
   letter-spacing: 0.6em;
   padding-bottom: 1ex;
}

.bio ul {
	padding-left:40px;
}

.bio .contentLeft a {
	color:#2B406F;
	text-decoration:underline;
}

.bio .contentLeft > ul > li > p {
	font-size:11pt;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bio .contentLeft > ul > li > hr {
	color: #9298A0;
	background-color: #9298A0;
	height: 2px;
	border:0px;
	margin-right:100px;
	margin-top: 30px;
	margin-bottom:30px;
}

.bio .contentLeft {
	float:left;
	width:660px;
}

.bio .contentRight {
	float:left;
	width:140px;
}

.bio .contentRight > img {
	float:right;
	width:100px;
	margin-right:40px;
}


/***************KOMPOSITION **********************/
.komposition p {
	font-size:11pt;
	text-align:left;
	width:720px;
}

.komposition > p, .komposition > ul {
    padding-left:40px;
}

.komposition > p > a {
	color:#2B406F;
	text-decoration:underline;
}
.komposition > p {
	line-height:1.5em;
}



.komposition > ul > li {
	padding-bottom:5px;
}


/*************** KLANGEINDRUCK **********************/
.klangeindruck p {
	font-size:10pt;
	text-align:center;
}

.klangeindruck a {
	color:#2B406F;
	text-decoration:underline;
}

/************ Dirigent ***********/

.dirigent .contentLeft {
	float:left;
	width:550px;
}

.dirigent .contentRight {
	float:left;
	width:250px;
}

.dirigent p {
	text-align:left;
	font-size:12pt;
}

.dirigent .contentLeft > ul {
	padding-left:40px;
}

.dirigent .contentLeft > ul > li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:40px;
}

.dirigent .contentRight > ul > li {
	margin-bottom:5px;
	margin-right:40px;
	float:right;
	
}

.dirigent .contentRight > ul > li > img {
}

.dirigent a {
	color:#8b0000;
	text-decoration:underline;
}

/************ Pianist ***********/

.pianist .contentLeft {
	float:left;
	width:460px;
}

.pianist .contentRight {
	float:left;
	width:340px;
}

.pianist p {
	text-align:left;
	font-size:12pt;
}

.pianist .contentLeft > ul {
	padding-left:40px;
	padding-right:40px;
}

.pianist a {
	color:#2B406F;
	text-decoration:underline;
}

/************ Tonträger ***********/

.tontraeger p {
	text-align:left;
	font-size:12pt;
	margin-left:40px;
	padding-top: 20px;
}

.tontraeger > div.clearer {
	clear:left;
	height:4px;
	padding-left:50px;
	padding-bottom: 40px;
}

.tontraeger > .contentLeft {
	float:left;
	width:350px;
}

.tontraeger > .contentRight {
	padding-top: 0px;
	float:left;
	width:450px;
}

.tontraeger > .contentRight > p > img {
	width:289px;
}

.tontraeger a {
	color:#2B406F;
	text-decoration:underline;
}

/************ Audio ***********/

.audio p {
	text-align:left;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	font-size:12pt;
}

.audio p.big {
	font-size:13pt;
}

.audio p.align_right {
	text-align:right;
}

.audio p.padding_top {
	padding-top:20px;
}

.audio a {
	color:#8b0000;
	text-decoration:underline;
}

.audio li hr {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #9298A0;
	background-color: #9298A0;
	height: 2px;
	border: 0px;
	margin-left: 40px;
	margin-right: 40px;
}


/************ Presse/Downloads ***********/

.presse_dl p {
	text-align:left;
	font-size:12pt;
	margin-left:40px;
}

/************ Fotos/Texte ***********/

.fotos_texte p {
	text-align:left;
	font-size:12pt;
	margin-left:40px;
	margin-right: 40px;
	margin-top:20px;
}

.fotos_texte a {
	color:#8b0000;
	text-decoration:underline;
}

.fotos_texte > .contentLeft {
	float:left;
	width:400px;
}

.fotos_texte > .contentRight {
	padding-top: 0px;
	float:left;
	width:400px;
}

/************ Presse und Downloads ***********/

.presse_dl p {
	text-align:left;
	font-size:12pt;
	margin-left:40px;
	margin-right: 40px;
	margin-top:20px;
}

.presse_dl a {
	color:#8b0000;
	text-decoration:underline;
}


/************ Pressestimmen ***********/

.pressestimmen p {
	text-align:left;
	font-size:12pt;
	margin-left:40px;
	margin-right: 40px;
	margin-top:20px;
}

.pressestimmen li hr {
	margin-top: 20px;
	color: #9298A0;
	background-color: #9298A0;
	height: 2px;
	border: 0px;
	margin-left: 40px;
	margin-right: 40px;
}

/************ Kontakt ***********/

.kontakt a {
color:#2B406F;
text-decoration:underline;
}

.kontakt p {
text-align:left;
margin-left:40px;
}

.kontakt {
padding-bottom:13ex;
}


/**************** LINKS ****************/

.links ul {
	padding-bottom:30px;
}

.links p {
	text-align:left;
	font-size:12pt;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	padding-right:40px;
}
.links p a {
	color:#2B406F;
}