 body {
    color: black; 
/*	background-color: white;*/
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0.5em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 {
    font-size: 2em;
    margin: 0 4.7em; 
    padding: 1.5em;
    text-align: center;
	color: firebrick;
    background-color: silver;
 /*   border: 2px ridge silver;*/
  }

h1 a {
color: yellow;
}
/* Weicher Schatten */ 
#test { 
    box-shadow:8px 8px 8px #666; 
    -webkit-box-shadow:8px 8px 8px #666; 
    
}
  div#Header{
	background-image:url(hg-verlauf.png);background-repeat:repeat-x;

  }
  
  div#Navigation {
    font-size: 14px;

    float: left; 
    background-image:url(Piano_Keys_4.gif);

font-weight:bold;
padding:1px;
height:500px;
width:160px;
text-align:center;
line-height:18px;
padding-top:9pt;
  }
  div#Navigation a {
    display: block;
    font-weight: bold;
  }
  div#Navigation a:link {
    color: black; 
  }
  div#Navigation a:visited {
    color: #666; 
  }
  div#Navigation a:hover {
    color: black; 
  }
  div#Navigation a:active {
    color: Red; 
  }
  

  div#Inhalt {
    margin: 0 1em 1em 12em;
    padding: 0 1em;
	background-image:url(jazz-logo2.png);
  }
  div#Inhalt a:link {
    color: black; 
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  div#Inhalt h3.titel {
text-align:center;
}
  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed; border: 1px solid silver;
  }


