body {
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: #000000;
    background-color: #EEEEEE;
}

A:link         {color: #FFFFFF; text-decoration: none;}
A:visited      {color: #FFFFFF; text-decoration: none;}
A:active       {color: #C94545; text-decoration: none;}
A:hover        {color: #C94545; text-decoration: none; background: #FFFFFF;}
A:link.text    {color: #000000; text-decoration: none;}
A:visited.text {color: #000000; text-decoration: none;}
A:active.text  {color: #C94545; text-decoration: none;}
A:hover.text   {color: #FFFFFF; text-decoration: none; background: #C94545;}

span.AbsatzTitel {
    font-weight: bold;
    color: #FFFFFF;
}

div.seite {
    max-width: 1225px;
    margin: 0 auto 0 auto;
    height: 575px;
}

.orttext {
    color: #000000;
    cursor: pointer;
}
.orttext:hover {
    color: #FFFFFF;
    background: #C94545;
}

.mapframe {
    width: 450px;
    height: 400px;
    border: 1px solid #aaaaaa;
}
.fullframe{
    margin-top: 5px;
    height: 490px;
}