/* CSS Document */

UL.list {list-style-type:square; color:#003333; line-height:1.5em; font-size:0.8em;
}
H4 {color:#003333;
}

td.haupt {
color:#003333;
font-size:0.8em; 
font-family: Arial,Helvetica;
line-height:1.4em;
}

ul#Navigation {
    margin: 0; padding: 0.0em;
    text-align: right;
    
   
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.0em 1em;
    text-decoration: none;
	font-size: 0.6em; 
    border-left: 1px solid 
    border-left-color: 2C4360;
    color: 2C4360; 
  }
  * 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: maroon; 
  }
  a.weiter:link { font-weight:bold; color:#182238; text-decoration:none; }
a.weiter:visited { font-weight:bold; color:#182238; text-decoration:none; }
a.weiter:focus { font-weight:bold; color:red; text-decoration:underline; }
a.weiter:hover { font-weight:bold; color:#7AA4CF; text-decoration:none; }
a.weiter:active { font-weight:bold; color:#7AA4CF; text-decoration:underline; }

