.td-gray {
    background-color: #EBEBE3;
    padding: 20px;	
}

.td-blue {
    background-color: #5095B4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    /*width: 460px;*/
}

.td-white {
    background-color: #FFFFFF;
    padding: 20px;
}

.td-navoben {
    background-image: url(images/bg-navoben.jpg);
    background-repeat: no-repeat;
    height: 32px;
    COLOR: #FFFFFF;
    font-size: 14px;
    text-align: left;
    padding-left: 50px;
}

.td-content {
    background-image: url(images/bg-content.jpg);
    background-repeat: repeat-y;
    padding-left: 34px;
    padding-right: 35px;
}

.td-navbottom {
    background-image: url(images/bg-content.jpg);
    background-repeat: repeat-y;
}

.td-bottom {
    background-image: url(images/bg-bottom.jpg);
    background-repeat: no-repeat;
    height: 31px;
    text-align: center;
    color: #FFFFFF;
}

BODY {
    FONT-SIZE: 10pt;
    MARGIN: 0px;
    FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
    BACKGROUND-COLOR: #EBEBE3;
    color: #000000;
}

div#seite {
    width: 980px;
}

h1 {
    FONT-SIZE: 14px;
    color: #58544E;
    padding-top: 15px;
    padding-bottom: 0px;
}

a {
    color: #000000;
}

a:hover {
    color: #93D5F2;
}

a.navoben {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.navoben:hover {
    color: #58544E;
}

a.white {
    color: #FFFFFF;
    text-decoration: none;
}

a.white:hover {
    color: #58544E;
}

a.black {
    color: #58544E;
    text-decoration: none;
    font-weight: bold;
}

a.green {
    color: #58544E;
    text-decoration: none;
}

a.green:hover {
    color: #9AC13C;
}