body {
    color: #333333;
    background: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    }


p {
    font-size: 0.9em;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.0em;
    font-weight: bold;
}

h3 {
    font-size: 0.9em;
    font-weight: bold;
}

.bu {
    font-size: 0.8em;
    padding-top: 3px;
}

#container {
    background-color: white;
    padding: 7px;
    border: 1px solid silver;
    margin: -211px 0 0 -378px;
    position:absolute;
    top: 50%;
    left: 50%;
    width: 740px;
    height: 405px;
    }

#container a:link, a:visited {
    color: #333333;
  }

#container a:hover {
    color: black; background-color: #2EADBE;
  }

#container a:active {
    color: white; background-color: #2EADBE;
  }

#container #infoBox{
    font-size: 0.8em;
    }


#linkOnImage a:hover, a:active {
    background: transparent;
} 


#intro #container {
    background: white url(images/bkgd_intro_01.jpg) bottom right no-repeat;
    }

#start #container {
    background: white url(images/bkgd_elbphilharmonie_01.jpg) bottom right no-repeat;
    }
	
#programm #container {
    background: white url(images/bkgd_programm_02.jpg) bottom right no-repeat;
    }



#boston #container {
    background: white url(images/bkgd_boston_02.jpg) top right no-repeat;
    }


#carnegie #container {
    background: white url(images/bkgd_carnegie_02.jpg) top right no-repeat;
    }


#gewandhaus #container {
    background: white url(images/bkgd_gewandhaus_02.jpg) top right no-repeat;
    }


#amsterdam #container {
    background: white url(images/bkgd_amsterdam_01.jpg) top right no-repeat;
    }


#koeln #container {
    background: white url(images/bkgd_koeln_01.jpg) top right no-repeat;
    }


#luxemburg #container {
    background: white url(images/bkgd_luxemburg_01.jpg) top right no-repeat;
    }


#gateshead #container {
    background: white url(images/bkgd_gateshead_01.jpg) top right no-repeat;
    }




#elbphilharmonie #container {
    background: white url(images/bkgd_elbphilharmonie_01.jpg) bottom right no-repeat;
    }


#stiftung #container {
    background: white url(images/bkgd_stiftung_01.jpg) bottom right no-repeat;
    }



#zurueck {
    font-weight: bold;
    }

  
div#container div#inhalt {
    margin: -208px 0 0 -220px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 371px;
    background: transparent;
    overflow: auto;
    padding: 7px;
    font-size: 0.9em;
    }





	
#untenRechtsBox {
    margin: 185px 0 0 267px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 1.2em;
    }
	
html>body #untenRechtsBox {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
  
#untenRechts {
    font-size: 0.8em;
    text-align: center;
  }
  
#untenRechts a {
    padding: 0.2em 0.4em;
}
  
#untenRechts a:link a:visited {
    color: black;
  }
#untenRechts a:hover {
    color: black; background-color: #2EADBE;
  }
#untenRechts a:active {
    color: white; background-color: #2EADBE;
  }
  



  
  
	
#navBox {
    margin: -207px 0 0 -375px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 148px;
    height: 411px;
    background: white url(images/bkgd_navbox_07.gif) top center repeat-y;
    border: 1px solid silver;
  }

html>body #navBox {  /* nur fuer moderne Browser! */
    position: fixed;
  }


#navigation {
    font-size: 0.9em;
    margin: 0.6em 0; padding: 0;
  }

#navigation li {
    list-style: none;
    margin-left: 1.2em; padding: 0.5em 1.8em 0.1em 0.6em;
  }

ul#navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;    
  }

ul#navigation a:link {
    color: white; background-color: #2EADBE;
  }

ul#navigation a:visited {
    color: #666; background-color: #2EADBE;
  }

ul#navigation a:hover {
    color: black; background-color: #2EADBE;
  }

ul#navigation a:active {
    color: #2EADBE; background-color: white;
  }
  
ul#navigation a#navHi {
    color: #2EADBE; background-color: white;
  }




#introBox {
    margin: -207px 0 0 -275px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 148px;
    height: 413px;
    background: transparent url(images/bkgd_introbox_01.gif) top center repeat-y;
  }

html>body #introBox {  /* nur fuer moderne Browser! */
    position: fixed;
  }


  
  
  
.content_image_right {
	margin: 0 0 0.3em 0.6em;
	font-size: 0.7em;
	color: #555;
	text-align: right;
	float: right;
}
.content_image_right img{
	display: block;
	margin: 0.5em 0 0.3em 0;
	border: 1px solid #555;
}


.content_image_left {
	margin: 0 0.6em 0.3em 1.2em;
	font-size: 0.7em;
	color: #555;
	text-align: left;
	float: left;
}
.content_image_left img{
	display: block;
	margin: 0.5em 0 0.3em 0;
	border: 1px solid #555;
}