body {
background-color: #f0f0e0;
color: #000000;
}

a:link {
border-width:0px;
color: #000000;
line-height:150%;
text-decoration:underline;
}

a:focus {
border-width:0px;
color: #000000; 
line-height:150%;
text-decoration:underline;
}

a:hover {
border-width:0px;
color: #000000; 
line-height:150%;
text-decoration:underline;
}

a:visited {
border-width:0px;
color: #000000;
line-height:150%;
text-decoration:underline;
}

a:active {
border-width:0px;
color: #000000;
line-height:150%;
text-decoration:underline;
}


table { 
border-collapse:collapse;
border-width:0px;
border-style:groove; 
border-color:#da5c00;
background-color:none;  
color:none;
font-size:normal; 
font-weight:normal;
font-stretch:narrower;
line-height:120%;
table-layout:fixed;
}

img {
border-collapse:collapse;
border-width:0px;
border-style:groove; 
border-color:#da5c00;
text-decoration:none;

}

ul#Navigation {
width: 10em;
margin: 0; padding: 0.8em;
border: 0px solid black;
background-image:inherit;
}
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
width: 11.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 maroon;
border-left-color: white; border-top-color: white;
color: maroon;
background-image:inherit;
}
* 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: #800000;
background-color: #f0f0e0;
}

