body.{
font-size:16px;
background:#FFDB90;
margin-top:1px;
margin-left:1px;
}

p, td {
font-family: arial, hevetica, sans-serif;
font-size:12px;
color: #7F0000;
}
.titel {color:#FFFFFF;font-size: 28px;font-weight: bold;font-family: Comic Sans MS;}
.small {color:#FFFFFF;font-size: 18px;font-weight: normal;font-family: Comic Sans MS;}

table {
top:5px;
left:5px;
}

a:active, a:link, a:visited
{
  color: #FF0000;
  text-decoration: none;
}

a:hover
{
  color: #FF6C00;
  text-decoration: underline;
}


/* Style für Aufklappmenue */

dl, dt, dd, ul, li {
color: #FFFFFF;
font-size: 16px;
margin: 0;
padding: 0;
list-style-type: none;
font-family: Comic Sans MS;
}

#menu {
width: 150px;
}

#menu dt {

cursor: pointer;
margin: 2px 0;;
height: 30px;
line-height: 30px;
text-align: center;
/* border: 1px solid #FFFACD;
background: #FE0000; */
background-image: url(../_grafiken/button-dunkelgrauGr.jpg);
}

#menu dd {
border: 1px solid #FFFACD;
}
#menu li {
text-align: center;
background: #FE0000;
padding-bottom: 2;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover {
background: #CC0000;
}
/*menu dt a:hover {
background-image: url(images/button-on2.jpg);
}*/



