.leer              { }

BODY,TD,TR,TH,P,DIV,BR,LI,OL,UL,SUP,SELECT,INPUT,TEXTAREA,DD,DT,SPAN,DL	{ text-decoration: none; color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 12px; }
HR { text-decoration: none ; color: #ededed; font-family: Verdana,Arial,Helvetica; font-size: 8px; }
.text              { text-decoration: none;      color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 12px; }
.mini              { text-decoration: none;      color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 10px; }
.header            { text-decoration: none;      color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; }
    
A:link             { text-decoration: none;      color: #00264F; font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; }
A:active           { text-decoration: none;      color: #2F803E; font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; }
A:visited          { text-decoration: none;      color: #00264F; font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; }
A:hover            { text-decoration: underline; color: #2F803E; font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; }

.htitel           { font-size: 12px; font-weight: bold; }
A.ahtitel:link    { font-size: 12px; font-weight: bold; }
A.ahtitel:active  { font-size: 12px; font-weight: bold; }
A.ahtitel:visited { font-size: 12px; font-weight: bold; }
A.ahtitel:hover   { font-size: 12px; font-weight: bold; }

.utitel           { font-size: 12px; font-weight: normal; }
A.autitel:link    { font-size: 12px; font-weight: normal; }
A.autitel:active  { font-size: 12px; font-weight: normal; }
A.autitel:visited { font-size: 12px; font-weight: normal; }
A.autitel:hover   { font-size: 12px; font-weight: normal; }

A.more:link       { font-size: 12px; }
A.more:active     { font-size: 12px; }
A.more:visited    { font-size: 12px; }
A.more:hover      { font-size: 12px; }

A.al:link         { font-size: 12px; }
A.al:active       { font-size: 12px; }
A.al:visited      { font-size: 12px; }
A.al:hover        { font-size: 12px; }

.Copyright        { font-size: 10px; }

A.copy:link       { font-size: 10px; }
A.copy:active     { font-size: 10px; }
A.copy:visited    { font-size: 10px; }
A.copy:hover      { font-size: 10px; }

.i0               {                                            font-size:11px; font-family:Verdana, Arial, Helvetica; }
.i2               { width: 350px;                              font-size:11px; font-family:Verdana, Arial, Helvetica; }


#topnav {
    font:normal 10px verdana;
    margin:0;
    padding:0;
    border:0 none;
    overflow:hidden;
    height:150px;
    width:749px;
    background-image:url(../_images/navi_oben.jpg);
}

  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: left;
    background-color: transparent;
  }
  ul#Navigation li {
    list-style: none;
    white-space : nowrap;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    text-decoration: none; font-weight: bold;
    border-left-color: white; border-top-color: white;
    color: white;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    color: white; background-color: green;
  }