
a:link    {COLOR: #222280; TEXT-DECORATION: underline;}
a:visited {COLOR: #222280; TEXT-DECORATION: underline;}
a:hover   {COLOR: #222280; TEXT-DECORATION: underline overline;}
a:active  {COLOR: #222280;}

body    {font-family:Arial,helvetica; font-size:9pt; background-color: #eeeebb; }
table   {font-family:Arial,helvetica; font-size:9pt; color:black; }
p       {font-family:Arial,helvetica; font-size:9pt; }
h1      {font-family:Arial,helvetica; font-size:14pt; font-weight: bold; color: black; }
h2      {font-family:Arial,helvetica; font-size:12pt; font-weight: bold; color: black; }
h3      {font-family:Arial,helvetica; font-size:9pt; font-weight: bold; color: blue; }
h4      {font-family:Arial,helvetica; font-size:9pt; font-weight: bold; color: black; }
h5      {font-family:Arial,helvetica; font-size:9pt; font-weight: bold; color: red; }
.trbg   {background-color: #00cccc}
.verband {font-family:Arial,helvetica; font-size:20pt; font-weight: bold; color: black; }
.liste  {font-family:Arial,helvetica; font-size:12pt; font-weight: bold; color: black; background-color: #00cccc; }
.fett   {font-family:Arial,helvetica; font-weight: bold; }

.std_table {
	background-color:#222280;
}
.std_tablehead	{
	color:#222280;
	background-color:#CCCCBB;
	font-weight:bold;
	padding:3px;
}
.std_tablebody {
	padding:3px;
	background-color: #eeeebb;
}

ul#Navigation {
    width: 125px;
    margin: 0px; 
	padding: 0px;
	white-space:nowrap;
	border-top: 1px solid #222280;
    border-bottom: 2px solid #222280; 
	border-left: 2px solid #222280; 
	border-right: 2px solid #222280; 
    background-color: #eeeebb;
  }

ul#Navigation li {
    list-style: none;
	white-space:nowrap;
    margin: 0px; 
	padding: 0px;
  }

ul#Navigation a {
    display:block;
    padding: 2px;
	white-space:nowrap;
    text-decoration: none; 
	font-weight: bold;
    border-top: 1px solid #222280;
    color: #222280; 
	background-color: #CCCCBB;
  }
ul#Navigation a:hover {
	white-space:nowrap;
    color: #FFFFFF; 
	background-color: #222280;
  }
ul#Navigation a:active {
	white-space:nowrap;
    color: #FFFFFF; 
	background-color: #222280;
  }


@media print { 
	  body {background-color: white;}
	  a,h3,h5    {color: black;}
	     }
