@charset "utf-8";
/* CSS Document                                                                                                                */
/* ================================================================ */
/* Copyright                                                                                                                 */
/* >KONTAKT EDV>Marketing>Medien (Inh. St. Stuhlemmer)                                 */
/* tel.: +49 - 355 - 2890025                                                                                 */
/* online: www.neloh.de | info@neloh.de                                                         */
/* ================================================================ */
/* AUTOR:        St. Stuhlemmer                                                                                        */
/* ================================================================ */
/* ERSTELLT:        2008-11-25 | StSt |                                                                        */
/* ================================================================ */

* {
        margin:0;
        padding:0;
}
td, th {
        vertical-align:top;
}
a span {display: none;}
a:hover span {
        z-index: 9999;
        position: relative;
        top: 10px;
        left: -130px;
        padding:0.5em;
        display: block;
        color:#005;
        background-color:#fff;
        border: 1px solid red;
}
ul  {
        margin:0 0.5em;
        padding:0 0.5em;;
}
/* =========================================== */
#all, body {
        background:rgb(182,204,216);
        color:rgb(31,52,133);
        font-size: 10pt;
        font-family: Arial, Helvetica, sans-serif;
        color:#000000;
        padding:0px;
        margin: 0px;
}
/* =========================================== */
#top {
        width:940px;
        margin:3% auto 0 auto;
        background:rgb(83,102,202);
        color:rgb(255,255,255);
        border:10px solid rgb(0,0,133);
}
/* =========================================== */
#banner {
        height:110px;
        margin:0 0 auto 160px;
        background:rgb(245,232,203);
        color:rgb(0,0,133);
        background-image:url(../img_head/back_auge.png);
        background-repeat:no-repeat;
        background-position:right;
}
/* =========================================== */
#navi_left {
        float: left;
        width: 160px;
}
#navi_left a {
        display:block;
        margin:0 0 20px 10px;
        color:rgb(255,255,255);
        font-weight:bold;
        text-decoration:none;
        padding: 2px 0;
}
#navi_left a:hover {
        color:rgb(0,255,255);
}
#navi_left a.aktiv {
        background:rgb(245,232,203);
        color:rgb(0,0,133);
        text-decoration: none;
        font-weight:bold;
        padding: 2px 15px;
}
/* =========================================== */
#navi_top {
        background:transparent;
        color:rgb(255,255,255);
        margin: 0px 0px 0px 160px;
        padding: 1px 0px 1px 10px;
        border-left:20px solid rgb(245,232,203);
        border-top:1px solid rgb(0,0,133);
}
#navi_top a {
        color:rgb(255,255,255);
        text-decoration: none;
        font-weight:bold;
        padding: 1px 15px;
}
#navi_top a:hover {
        background:rgb(245,232,203);
        color:rgb(133,0,0);
}
/* =========================================== */
#content {
        min-height:300px;
        padding: 25px;
        margin-left:160px;
        margin-right:0px;
        background:rgb(255,237,155);
        color:rgb(0,0,133);
        border-left:20px solid rgb(245,232,203);
        border-top:1px solid rgb(0,0,133);
}
#content h1 {
        margin-bottom:1.25em;
        font-size:12pt;
}
#content h2 {
        margin-bottom:1em;
        font-size:10pt;
}
#content h3 {
        margin-bottom:0.5em;
        font-size:10pt;
}
#content p {
        margin-bottom:0.75em;
}
#content p.zurueck {
        margin-top:0.75em;
        font-weight:bold;
}
#content a {
        color:rgb(83, 102, 202);
        text-decoration: none;
}
#content a:hover {
        background:rgb(245,232,203);
        color:rgb(133,0,0);
}
/* =========================================== */
#footer {
        height:120px;
        margin-left:160px;
        background:rgb(245,232,203);
        color:rgb(0,0,133);
        background-image:url(../img_head/back_leistung.png);
        background-repeat:no-repeat;
        background-position:right;
        font-weight: bold;
}
#footer_info {
        font-size:12pt;
        line-height:1.2em;
        padding:29px 0 0 45px;
}
#footer a:hover {
        background:rgb(245,232,203);
        color:rgb(133,0,0);
}
/* =========================================== */
