ul#Navigation {
    width: 12em;
    margin: 0; padding: 0.8em;
    border: none;
    background-color: #c6d1e6;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 13.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #7d96bf;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;

}



#ccc



body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Verdana", Arial, Helvetica, sans-serif;}
body,td,div,p,pre,ul {font-size: 13px;}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}

.head2 {font-size: 14px; font-weight : bold;}
.head1 {font-size: 13px; font-weight : bold;}
.head {font-size: 12px; font-weight : bold;}
.mini {	font-size: 11px;}
.minimini {font-size: 10px;}

.text {font-family: "Verdana", Arial, Helvetica, sans-serif;
       fontsize: 10px;
       }

a {font-size: 13px; text-decoration: none; font-weight : bold;}
a:link {color:#7a0202}
a:visited {color:#7a0202}
a:active {color:#DEC3A9}
a:hover{color: #dce0d3;	background-color : #374611;}
