	body {
	  padding: 10px 10px 10px 10px ;
	  margin: 0;
	  font-family: sans-serif;
	  font-size: 85%;
	  color: black;
	  background: white;
	  background-position: top left;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  max-width: 1050px;
	}

div.left       {max-width:10em;
            min-width:7.5em;
            width: 13%;
	        		float:left;
			  		margin: 0;
               }
div.mitte      {width:100%;
	        		float:left;
					margin: 0;
					background-color: #F9DB95;
               }
div.haupttext  {max-width:86%;
			width:86%;
            min-width:20em;
            background-color: #FCDE98;
	        margin: 0;
	        float:left; 
               }
div.navigation {background-color: #F9DB95;
                padding: 1em;
                margin: 0;
               }
div.fliesstext {max-width: 50em;
                min-width:20em;
               background-color: #FFFEE2;
			  padding: 10px;
              margin-bottom: 5px;
              margin-top: 2px;
              }               
.navigation h2 {
	             background-color: transparent;
                 margin-left: -0.6em;
               }
div.bottom { 
	             background-color: #B0A77A;
                padding: 1em;
                margin: 0;
		clear:both;
        font-size: 80%;
        text-align: center;
               }
div.top { 
	            background-image: url(images/Panorama.jpg);
                padding: 1em;
                margin: 0;
                height: 80px;
                clear:both;
                text-align: left;
               }

               h1             {
					 text-align: center;
                margin: 1em;
               }

a:link {color: #00F; background: transparent; text-decoration:none}
a:visited {color: #08C; background: transparent; text-decoration:none}
/* a:active {color: #F9DB95; background-color: #000080; text-decoration:none} */
a img { border-style: none; background: transparent; } /* no border on img links */
a[href]:hover {border-style: none; background: transparent;}
a[href]:hover {color: #F9DB95; background-color: #000000; text-decoration:none;}

img.topright {margin-top: -10px;
             margin-right: -5%;
             margin-left: 10px;
             margin-bottom: 10px;
             border-width: 1px;
             border-color: #F9DB95;
             width:123px;
             float: right;
             border-style: solid;
             display: block}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h2, h3, h4, h5, h6 { text-align: inherit }
h1, h2, h3 { color: #005A9C; background: transparent }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }

dt, dd { margin-top: 1ex; margin-bottom: 0 } /* opera 3.50 */
dd {margin-left: 5.9em; margin-top: -2.2ex;}
dd:hover {background-color: #f9f5ff;}
dt {width: 5.9em;
   font-style:italic; }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  margin-left :0;
  padding-left :1em;
  padding-right :1em;
  font-size: 90%;
}

