/* © Philipp Lents - www.ldgbr.de - www.philsfiles.de
grün: 005c2b
gelb: ffd300
rot: cc0000
*/

body
{
   font-family: Verdana;
   font-size: 12px;
   color: black;
   background-color: #FFFF9e;
}

body.index
{
   margin: 0px;
}

a
{
   text-decoration: none;
}
a:link
{
   color: #ff3d3d;
}
a:visited
{
   color: #ff9e3d;
}
a:active
{
   color: #cc0000;
   font-weight: bold;
}
a:hover
{
   color: #cc0000;
}

a.menu
{
   text-decoration: none;
}
a:link.menu
{
   color: #ff3d3d;
}
a:visited.menu
{
   color: #ff3f00;
}
a:active.menu
{
   color: #cc0000;
   font-weight: bold;
}
a:hover.menu
{
   color: #cc0000;
}

a.versteckt
{
   text-decoration: none;
   color: white;
}

td
{
   vertical-align: top;
   padding: 10px;
   font-size: 12px;

}

td.bild
{
   vertical-align: bottom;
   font-size: 10px;
}

td.top
{
   font-family: Verdana;
   text-align: center;
   vertical-align: middle;
}

td.fuss
{
   background-color: #ffffff;
   font-size: 10px;
   text-align: center;
   vertical-align: bottom;
}

td.menu
{
   vertical-align: top;
   color: #247132;
   background-color: #ffffff;
}

td.iframe
{
   background-color: #ffff9e;
}

td.navigator
{
   border-style: outset;
   border-width: 2px;
   padding: 3px;
   font-size: 15px;
   background-color: #ffd300;
}

h2
{
   font-size: 18px;
}