body
{
 font-family: Verdana,Arial,Helvetica,Sans-Serif;
 background-color: #DEEAFA;
}

table
{
 border: 0px;
 margin: 0px;
 padding: 0px;
}
table.gesamt
{
 background-color: #DEEAFA;
 width: 760px;
}
table.inhalt
{
 background-color: #FFFFFF;
 width: 100%;
}
table.bilder
{
 background-color: #DEEAFA;
 width: 100%;
}
td
{
 font-family: Verdana,Arial,Helvetica,Sans-Serif;
}
td.menue
{
 vertical-align: top;
 width: 120px;
 font-size: 90%;
}
td.inhalt
{
 vertical-align: top;
 background-color: #FFFFFF;
 padding: 4px;
}

div.initial:first-letter
{
 font-size: 200%;
}
div.small
{
 font-size: 90%;
}
div.big
{
 font-size: 110%;
}
div.ueberschrift
{
 font-size: 150%;
 font-weight: bold;
 font-style: italic;
}

a:link, a:visited
{
 color: blue;
 text-decoration: none;
}
a:active, a:hover
{
 color: red;
 text-decoration: none;
}