
html, body  { font-size: medium; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin: 0; padding: 0; height: 100% }
#navigation   { color: #161c1c; font-size: small; font-weight: bold; background: #efefef; margin: 0; padding: 0 1%; width: 16%; height: 100%; float: left; border: 0; voice-family: inherit  }
html>body #navigation  { color: #161c1c; width: 16% }
#inhalt   { font-size: 0.9em; background: #fff; margin: 0; padding: 0 2%; width: 76%; height: 100%; float: left; border: 0; voice-family: inherit  }
html>body #inhalt {
	width: 76%; /* Box-Model-Hack Ende */
	}
#inhalt:first-line {
   font-weight:bold;
   }
h1  { font-size: 1.4em; font-weight: bold; margin: 1em 0 0.67em }

.img { float: right }
ul  { line-height: 1.5em; list-style-type: square; margin: 1em 0 1em 40px }
a  { color: #367fb9; font-size: small; text-decoration: none }
#navigation a { color: #161c1c; text-decoration: none }
#navigation a:hover { color: #367fb9 }
.aktuell { background-color: #efefef }
.login { background-color: #c6c6c6 }
.klein { font-size: small }
.img_rechts  { position: absolute; left: 17% }
