@charset "utf-8";
/* CSS Document */

body{
padding: 25px;
background-color: #FCD970;
}
/* Dokumentübergreifende Anweisung */
* {font-family: comic sans ms, Trebuchet MS, Arial, sans-serif, Helvetica;}

a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none; }
a:hover {color: blue; text-decoration: none; }
a:active {color: red; text-decoration: none; }

#menu a:hover {
color: #FFFF00;
background: #008000;
}
#menu ul li a {
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
border-style: solid;
border-color: #FCD970;
}
#menu ul ul li a {
        border-top-width: 0;
        border-bottom-width: 0;
        border-right-width: 0;
        border-left-width: 0;
border-style: solid;
border-color: #FCD970;
}
#menu ul li a.lastone, #menu ul ul li a.lastone {
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
}
#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width: 7em;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
border-style: solid;
border-color: #004080;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

img {
border: 2pt;
border-style: inset;
border-color: white;
margin-left:10px; margin-right:10px;
}

p {
font-family: comic sans ms, arial, sans-serif;
}

#zuchttab {
font-family: comic sans ms, arial, sans-serif;
font-size:12pt;
}

#abstand {
margin-left:10px; margin-right:10px;text-align:justify;
}

#grey {
background-color : #F0F0F0;
}

#rot {
font-color: red;
}

th {
background-color: #F8C65C
}

td {
align: center;
}
</style>