html {
      height: 100%; 
      max-height: 100%;  
      padding: 0; 
      margin: 0; 
      border: 0; 
      font-size: 10.5pt; 
      font-family: Comic Sans MS, Arial, sans-serif;
      color:#000000;
      background-color: #FFF; 
      overflow: hidden; 
	scrollbar-base-color:#eeeeee;
	scrollbar-3d-light-color:#ededed;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color:#888888;
	scrollbar-face-color:#119925;
	scrollbar-highlight-color:#eeeeee;
	scrollbar-shadow-color:#222222;
	scrollbar-track-color:#eeeeee;
}
body {
      height: 100%; 
      max-height: 100%; 
      overflow: hidden; 
      padding: 0; 
      margin: 0; 
      border: 0;
}
img {
      border: none;
}
#content {
      display: block; 
      height: 100%; 
      max-height: 100%; 
      overflow: auto; 
      padding-left: 200px;
      padding-right: 5px; 
      position: relative; 
      z-index: 3;
}
#head {
      position: fixed; 
      margin: 0; 
      top: 0; 
      right: 16px; 
      display: block; 
      width: 100%; 
      height: 100px; 
      background: url() #FFF; 
      background-repeat: no-repeat;
      z-index: 5; 
      color: #111;
}

#wc {
      float: right;
      margin: 5px 0 0 0;
      padding: 0;
      width: 110px;
}
#left {
      position: fixed; 
      left: 0; 
      top: 0; 
      height: 100%; 
      width: 191px; 
      background: url(leftback.png) #faa; 
      background-position: 0 65px;
      font-size: 11pt; 
      color:#222;
      z-index:4;
      border-right:none;
}
* html #head, * html #foot,* html #left {
      position:absolute;
}



#bhead {
      display: block; 
      width: 15px; 
      height: 40px; 
      float: left;
}
.bcont { 
      display: block; 
      height: 110px;
}
.fenster { 
	margin-top:5em;
      display: block; 
      height: 42px;
}
#content p { 
      padding:5px;
}
div#left p {
      font-size: 11pt;
      padding-left: 2px;
      margin-top: 65px;
      margin-bottom: 5px;
      color: #555555;
}

div#left a, div#left {

      text-decoration: none;
      color: green;
      background-color: #ffffff;
      border: none;
      border-right:none;
      border-bottom:none;
      font-size: 11pt;
      padding-left: 2px;
      padding-top: 2px;
}
div#left a:hover, div#left {

      text-decoration: none;
      color: #999999;
      background-color: #ffffff;
      border: none;
      border-right:none;
      border-bottom:none;
      font-size: 11pt;
      padding-left: 2px;
      padding-top: 2px;
}
h1 {
      text-indent:2em;
	color:#000;
	background-color:#fff;
	font-size:18pt; 
	font-style:italic;
	border-bottom:none;
}
#content h2 {
      text-indent:40px;
	color:green;
	background-color:#ffffff;
	font-size:16pt; 
	font-style:none;
	border-bottom:solid thin #dddddd;
}
#content h3 {
      text-indent:1em;
	font-weight:bold;
	font-size:11pt;
	color:#444444;
}
#content p {
	text-indent:1em;
      font-size: 10.5pt;
      color: #222;
}
#content a:link, a:visited {
      font-weight:light; 
	color:green; 
	background-color:#ffffff;
	text-decoration:none; 
	border:0px solid #000;
}
#content a:hover {
	font-weight:light; 
	color:#999999; 
	background-color:#ffffff;
	text-decoration:none; 
	border:0px solid #000;
}
#content a:active {
	font-weight:light; 
	color:#aa0000; 
	background-color:#ffffff;
	text-decoration:none; 
	border:0px solid #000;
}
#content table {
      background-color: #ffffff;
}
#content th {
      padding: 2px 2px;
      background-color: #ffffff;
}
#content td {
      padding: 7px 5px;
}
tr.ung {
      background-color: #FFF;
}
tr.gra {
      background-color: #eee;
}
code {
      font-family:'Courier New',Courier;
      font-size:15px;
      color:#600; 
}
pre {
      font-family:'Comic Sans MS', sans-serif;
      font-size: 10.5pt;
      color:#000; 
      border: none;
      background-color: #ffffff;
      padding: 2px;
}

