body {
        background-color: #CAC992;
        color: #000000;
        font-family: Verdana;
        font-size: 11pt;
        overflow: auto;
}

.Menu li {
        display: inline;
        width: 100px;
        height: 20px;
}

.Menu li a:link {
        color: #000000;
        padding: 0.1em 0.1em 0.1em 0.1em ;
        text-decoration: none;
        background-image: url(/_images/menu_normal.gif);
        width: 100px;
        height: 20px;
}

.Menu li a:visited {
        color: #000000;
        padding: 0.1em 0.1em 0.1em 0.1em ;
        text-decoration: none;
        background-image: url(/_images/menu_normal.gif);
        width: 100px;
        height: 20px;
}

.Menu li a:active {
        color: #000000;
        padding: 0.1em 0.1em 0.1em 0.1em ;
        text-decoration: none;
        background-image: url(/_images/menu_normal.gif);
        width: 100px;
        height: 20px;
}

.Menu li a:hover {
        color: #000000;
        padding: 0.1em 0.1em 0.1em 0.1em ;
        text-decoration: none;
        background-image: url(/_images/menu_hover.gif);
        background-repeat: no-repeat;
        width: 100px;
        height: 20px;
        text-align: center;
}

#navcontainer ul {
        background-color: #CAC992;
        color: #FFFFFF;
        font: normal 10pt Verdana;
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 0.1em 0.1em 0.1em 0.1em;
        text-align: center;
        width: 100%;

}

li{display:inline;}

td {
        font-size: 11pt;
}

.maincontainer {
        background-color: #FFFFFF;
        border: 1px solid #000000;
        height: 420px;
        width: 770px;
}

a.objekt { width:180px;
           height:25px;
           text-decoration:none;
           text-align:center;
           vertical-align:middle;
           padding: 0.1em 0.1em 0.1em 0.1em ;
           margin: 0.3em 0.3em 0.3em 0.3em ;
           font-size:12pt;
           color:#000000;
           letter-spacing:1px;
         }

a.objekt:link    { background-image:url(/_images/object_normal_new.gif); }
a.objekt:visited { background-image:url(/_images/object_normal_new.gif); }
a.objekt:hover   { background-image:url(/_images/object_hover_new.gif); }
a.objekt:active  { background-color:#FFFFFF; }


.errortype1,errortype2,errortype3 {color:red;font-size:0.8em;}

a.contact:link
{
text-decoration:none;
font-size:14px;
color:#273461;
}
a.contact:visited
{
text-decoration:none;
font-size:14px;
color:#273461;
}
a.contact:active
{
text-decoration:none;
font-size:14px;
color:#273461;
}
a.contact:hover
{
text-decoration:underline;
font-size:14px;
color:#004E9B;
}