/* some style are copied from W3C */

div.left       {width:20%;
	        		float:left;
			  		height: 100%;
					margin: 0;
               }
div.mitte      {width:100%;
	        		float:left;
					margin: 0;
					background-color: #E0E0c0;
               }
div.haupttext  {width:75%;
	        background-color: white;
	        margin: 0;
	        float:left;
			  padding: 1em;
               }
div.navigation {background-color: #E0E0c0;
                padding: 1em;
                margin: 0;
               }
.navigation h2 {
	             background-color: transparent
               }
div.sponsoren { 
	        background-color: #c0E0E0;
                padding: 1em;
                margin: 0;
		clear:both;
               }
div.sponsor   {
                margin: 10px;
               }
h1             {
					 text-align: center;
                margin: 1em;
               }
	       
address        {
	       clear: both
}

body {
  padding: 10px 10px 10px 10px ;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
a:link img, a:visited img { border-style: none } /* no border on img links */
a[href]:hover { background: #ffa }

th, td { /* ns 4 */
  font-family: sans-serif;
}

h2, h3, h4, h5, h6 { text-align: left }
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: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: none;
}

