h1,h2,h3,h4,p,ul,ol,li,div,td,th,a,input,textarea,select 	{
	 font-family:Verdana,Arial,Helvetica;
	 }
	

h1 	{
	 font-size:20px;
	 margin-top:6px;
	margin-bottom:12px;
	 }
	

h2 	{
	 font-size:18px;
	 margin-top:6px;
	margin-bottom:12px;
	 }
	

h3 	{
	 font-size:16px;
	 margin-top:6px;
	 color: brown;
	 margin-bottom:6px;
	 }
	

h4 	{
	 font-size:11px;
	 margin-top:3px;
	margin-bottom:6px;
	 }
	

p 	{
	 margin-top:3px;
	margin-bottom:6px;
	 }

body 	{
	 padding-top: 0px;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 10px;
	 scrollbar-base-color: powderblue;
	 background: powderblue center center;
	  }
	

form,table 	{
	 margin-top:0px;
	margin-bottom:0px;
	 }
	

p,ul,ol,li,div,td,th,a,input,textarea,select 	{
	 color:#000000;
	font-size:11px;
	 }
	

a,a:link,a:active,a:visited 	{
	 color:#0000AA;
	text-decoration:none;
	 }
	

<br>a:hover 	{
	 color:#D04050;
	text-decoration:underline;
	 }
	

table.dat 	{
	 background-color:#D7D7D7;
	 }
	

td.dat,li.dat,input.dat 	{
	 color:#000000;
	background-color:#F7F7F7;
	 }
#dat5 {
	font-size:8px;
	 }
	

a.dat,a.dat:link,a.dat:active,a.dat:visited 	{
	 color:#000080;
	text-decoration:none;
	 }
	

a.dat:hover 	{
	 color:#CC3300;
	text-decoration:none;
	 }
	

td.tit 	{
	 color:#000066;
	background-color:#E7E7E7;
	font-weight:bold;
	 }
	

a.tit,a.tit:link,a.tit:active,a.tit:visited 	{
	 color:#006666;
	text-decoration:none;
	 }
	

a.tit:hover 	{
	 color:#CC0066;
	text-decoration:none;
	 }
	

td.dru 	{
	 border-width:1px;
	border-style:solid;
	border-color:#999999;
	background-color:#FFFFFF;
	color:#000000;
	 }
	

.ok 	{
	 color:#008000;
	font-weight:bold;
	 }
	

.err 	{
	 color:#CC0000;
	font-weight:bold;
	 }
	

.mel 	{
	 font-weight:bold;
	 color: brown;
	 }
	
#fixiert {
    position: absolute;
    bottom: 1em; right: 1em;
    width: 10em;
    background-color: white;
    border: 0px solid silver;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
#fixiert img {
    height: 6.8em; float: right;
  }
	

#navigation {
    font-size: 0.83em;
    margin: 0 0 1.2em; padding: 0;
  }
#navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#navigation a:link {
    color: black; background-color: #eee;
  }
  ul#navigation a:visited {
    color: #666; background-color: #eee;
  }
  ul#navigation a:hover {
    color: black; background-color: white;
  }
  ul#navigation a:active {
    color: white; background-color: gray;
  }
