/* Allgemein */
body {
        margin: 0px;
        background-color: #E9DAA8;
        font-family: tahoma;
        font-size: 1em;
        color: #000000;
}

a.menu:link, a.menu:visited {
        font-family: tahoma;
        color: #4A3811;
        text-decoration: none;
        font-weight: bold;
}
a.menu:active, a.menu:hover {
        font-family: tahoma;
	color: #4A3811;
        text-decoration: none;
        font-weight: bold;
}

a:link, a:visited {
        font-family: tahoma;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
}
a:active, a:hover {
        font-family: tahoma;
	color: #C6983F;
        text-decoration: none;
        font-weight: bold;
}

/* Ende */