body {
color: black; background-color: white;
font-size: 0.9em;
font-family: Helvetica,Arial,sans-serif;
margin: 1em 10em;
padding: 1em;
min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */}

a:link { color: black; background-color: white; text-decoration: underline;}
a:visited { color: black; background-color: white; font-weight: normal;}
a:hover { color: red; background-color: white; font-weight: normal;}
a:active { color: #EDBC00; background-color: white; font-weight: bold; }

h1 {
font-size: 1.5em;
margin: 0 0 0.7em; 
padding: 0.3em;
text-align: center;
background-color: #fed;
border: 2px ridge silver;
}

ul#Navigation {
font-weight: bold;
float: left; 
width: 17em; 
min-height: 40em;
margin: 0 0 1.2em; 
padding-left: 0em;
padding-right: 0.3em;
border-right: 1px dashed red;
width:18; 
text-decoration:none;
list-style: none;
}

ul#Navigation li {
margin: 0; 
padding-bottom: 0.2em;
padding-top: 1em;
padding-left: 0em;
font-weight: bold;
}

ul#Navigation a {
display: block;
padding-left: 0.3em;
text-decoration: none;
font-weight: normal;
}

ul#Navigation a:link {
color: black; 
background-color: white;
font-weight: normal;
}

ul#Navigation a:visited {
color: black; 
background-color: white;
font-weight: normal;
}

ul#Navigation a:hover {
color: red; 
background-color: white;
font-weight: normal;
}

ul#Navigation a:active {
color: #EDBC00;
background-color: white;
font-weight: bold;
}

div#Info {
font-size: 0.9em;
float: right; 
width: 12em;
margin: 0 0 1.1em;
padding: 0;
background-color: #eee;
border: 1px dashed silver;
}

div#Info h2 {
font-size: 1.33em;
margin: 0.2em 0.5em;
}

div#Info p {
font-size: 1em;
margin: 0.5em;
}

div#Inhalt {
margin: 0 0 1em 17em;
padding: 0 2em;
width: 30em;
}

* 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.3em 0;
padding-bottom: 0.3em;
border-bottom: 1px;
border-bottom-color:#EDBC00;
border-bottom-style: dashed;
}

div#Inhalt h3 {
font-size: 1.2em;
margin: 0.3em 0;
padding-bottom: 0.3em;
font-weight: normal;
}

div#Inhalt p {
color: #414141;
font-size: 1em;
margin: 1em 0;
}

div#Inhalt li {
list-style-image: url(grafiki/auflisten.png);
padding-bottom: 0.4em;
}

p#Fusszeile {
clear: both;
font-size: 0.9em;
margin: 0;
padding: 0.5em;
text-align: center;
width: 645px;
background-color: white; 
border: 1px solid red;
}
