body
{
   background-color: white;
   color:            black;
   margin-top:       10%;
   margin-bottom:    10%;
   margin-left:      10%;
   margin-right:     10%;
}

body.logobody
{
   margin-bottom:    0;
   margin-right:     0%;
}

body, table, p, ul
{
   font-family:      arial, helvetica;
}

table, p, ul
{
   line-height:      120%;
}

h1, h2, h3
{
   font-family:   arial, helvetica;
   color:         teal;
}

h1
{
   margin-bottom: 3%;
   font-size:     140%; 
}

h2
{
    margin-top:    2%;
    margin-bottom: 1%;
}

h3
{   
    margin-top:    2%;
    margin-bottom: 1%;
}


a:link
{
    color: blue;
}

a:visited
{
    color: navy;
}

a:active
{
    color: grey;
}

.impressum
{
   line-height:      100%;
   font-size: 60%;
}

.MenuStyle
{
   margin-top:       0.75em;
   margin-bottom:    0;
   font-size:        75%;
}

.SubMenuStyle
{
   line-height:      100%;
   margin-top:       0.75em;
   margin-bottom:    0;
   margin-left:      15%;
   font-size:        65%;
}

