body {
    background-color : #ffffff;
    background-image : url(../images/bg.gif);
    background-repeat : repeat-x;
    font-size : 12px;
    font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
    color : #1f1f1f;
    padding : 0;
    margin : 0;
}

p {
    padding : 0;
    margin : 0;
}


#logo {
    position : absolute;
    left : 77px;
    top : 51px;
    height : 80px;
    width : 211px;
    margin : 0;
    padding : 0;
}

#adr {
    position : absolute;
    left : 610px;
    top : 50px;
    height : 80px;
    width : 280px;
    margin : 0;
    padding : 0;
    text-align : right;
}


#lang {
    position : absolute;
    left : 750px;
    top : 20px;
    margin : 0;
    padding : 0;
    text-align : right;
}

#hdr {
    position : absolute;
    width : 100%;
    height : 157px;
    margin : 131px 0 0;
    border : 0;
    background : #c1c3c5;
    color : #333333;
    background-image : url(../images/bg_hdr.jpg);
    background-repeat : no-repeat;
    background-position : 288px;
}

#hdr_eng {
    position : absolute;
    width : 100%;
    height : 157px;
    margin : 131px 0 0;
    border : 0;
    background : #c1c3c5;
    color : #333333;
    background-image : url(../images/bg_hdr_eng.jpg);
    background-repeat : no-repeat;
    background-position : 288px;
}

#titel {
    position : absolute;
    left : 0;
    top : 300px;
    height : 365px;
    width : 290px;
    margin : 0;
    padding-top : 15px;
    text-align : left;
    background-image : url(../images/bg_titel.gif);
    background-repeat : repeat-y;
}

#menu {
    position : absolute;
    height : 157px;
    width : 211px;
    font-size : 14px;
    background-color : #979797;
    padding : 0;
    margin : 0 0 0 77px;
}

#content {
    position : absolute;
    left : 325px;
    top : 325px;
    width : 565px;
    margin : 0;
    padding-top : 0;
    text-align : left;
}

#navlist li {
    list-style-type : square;
    padding-top : 0;
    margin : 6px 0 0;
}

a:link.navi, a:active.navi, a:visited.navi {
    color : #efefef;
    font-size : 14px;
    font-weight : normal;
    background-color : transparent;
    text-decoration : none;
    font-weight : normal;
}

a:hover.navi {
    font-size : 14px;
    font-weight : normal;
    text-decoration : none;
    color : #0050a0;
    font-weight : normal;
}


a:link.lang, a:active.lang, a:visited.lang {
    color : #005aab;
    font-size : 11px;
    font-weight : normal;
    background-color : transparent;
    text-decoration : none;
    font-weight : normal;
}

a:hover.lang {
    font-size : 11px;
    font-weight : normal;
    text-decoration : none;
    color :#9f9f9f;
    font-weight : normal;
}


a:link, a:active, a:visited {
    color : #005aab;
    font-weight : normal;
    background-color : transparent;
    text-decoration : none;
    font-weight : normal;
}

a:hover {
    font-weight : normal;
    text-decoration : underline;
    color : #9f9f9f;
    font-weight : normal;
}

img {
    border : 0;
}

h1 {
    font-size : 16px;

    font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
    color : #005aab;
    padding : 3px;
    margin : 0px;
}

.textbox {
        background-color: #DFDFDF;
        border: 1px solid #005AAB;
        font-size : 12px;
}

.button {
        background-color: #005AAB;
        border: 1px solid #005AAB;
        color: #FFFFFF;
        font-size : 12px;
        font-weight : bold;
}