body {
    background-color: rgb(255,255,255);
    /* background-image: url(images/bgr_blau_weiss.gif); */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 90%;
    color: rgb(120,120,120);
}

div {
    border-width: 0px;
    border-style: solid;
}

table {
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
}

td {
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
}

#all_content_table {
    background-color: #ffffff;
}

.tr_bgr_oben {
    height: 90px;
    vertical-align: top;
}

.td_eol {
    width: 80px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

#bgr_ecke_ol {
    background-image: url(images/ecke_ol.gif);
    position: relative;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
}

#bgr_ol {
    background-image: url(images/bgr_links.gif);
    background-position: left;
}

.td_bgr_oben {
    width: 800px;
    background-image: url(images/bgr_oben.gif);
    text-align: center;
}

.td_anschrift_oben_links {
    width: 260px;
    text-align: left;
}

#anschrift_oben_links {
    position: relative;
    top: 40px;
    left: 0px;
    width: 200px;
    height: 45px;
    font-size: 0.8em;
    text-align: left;
}

#logo_oben {
    background-image: url(images/logo_oben.gif);
    background-position: center;
    position: relative;
    top: 0px;
    left: 0px;
    width: 240px;
    height: 80px;
}

#schriftzug_oben {
    background-image: url(images/schriftzug.gif);
    background-position: center;
    position: relative;
    top: 60px;
    left: 0px;
    width: 220px;
    height: 20px;
}

.td_tel_fax_email_oben_rechts {
    width: 260px;
    text-align: right;
}

#tel_fax_email_oben_rechts {
    position: relative;
    top: 40px;
    left: 0px;
    width: 160px;
    height: 45px;
    font-size: 0.8em;
    text-align: left;
}

.td_eor {
    width: 80px;
}

#bgr_ecke_or {
    background-image: url(images/ecke_or.gif);
    position: relative;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
}

#bgr_or {
    background-image: url(images/bgr_rechts.gif);
    background-position: left;
}

.tr_content {
    height: 420px;
}

.td_bgr_l {
    background-image: url(images/bgr_links.gif);
    background-position: left;
}

.td_bgr_r {
    background-image: url(images/bgr_rechts.gif);
    background-position: right;
}

.tr_bgr_unten {
    height: 80px;
}

.td_eul {
    background-image: url(images/ecke_ul.gif);
}

.td_bgr_unten {
    background-image: url(images/bgr_unten.gif);
}

.td_eur {
    background-image: url(images/ecke_ur.gif);
}

#container {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: rgb(255,255,255);
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: left;
    width: 960px;
    min-width: 960px;
    height: auto;
    min-height: 600px;
}

#bgr_oben {
    background-image: url(images/bgr_oben.gif);
    position: absolute;
    top: 0px;
    left: 80px;
    width: 800px;
    height: 80px;
    text-align: center;
}

#mid_container {
    position: absolute;
    top: 80px;
    left: 0px;
    height: auto;
    background-image: url(images/bgr_links.gif);
    background-position: left;
}

#content {
    position: absolute;
    top: 0px;
    left: 80px;
    width: 880px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    background-image: url(images/bgr_rechts.gif);
    background-position: right;
}

#foot_container {
    position: static;
    top: auto;
    left: 0px;
    height: 80px;
}

#bgr_ecke_ul {
    background-image: url(images/ecke_ul.gif);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
}

#bgr_unten {
    background-image: url(images/bgr_unten.gif);
    background-position: bottom;
    position: absolute;
    bottom: 0px;
    left: 80px;
    width: 800px;
    height: 80px;
    text-align: center;
}

#logo_unten {
    background-image: url(images/logo_unten.gif);
    background-position: center;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 80px;
}

#bgr_ecke_ur {
    background-image: url(images/ecke_ur.gif);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
}

a:link, a:visited {
    color: rgb(2,154,228);
    text-decoration: none;
}

a:hover {
    color: rgb(2,154,228);
    background-color: rgb(240,240,240);
    text-decoration: underline;
}