/* --------------------------------------------------------------
  geftaweb: CSS für das Drucken
 ---------------------------------------------------------------- */

a img {
    border: 0px;
}

#pfeilhoch {
    display:none;
}

body {
    margin: 0 0 0 24px;
    font-family:Arial,Sans Serif;
    color:#000000;
    background-color:#FFFFFF;
}

.einleitungfliesstext {
    font-size:70%;
}


#hauptinhalt h2 {
    padding: 0;
    font-size: 70%;
}

#hauptinhalt {
    font-size: 70%;
}



#logo a {
    display: none;
}

.printlogo {
    display: inline;
    width: 20px;
    height: 20px;
    margin:48px 0px 12px 0px;
    color:#000000;
    font-weight: bold;
}


.browser_alert {
        display: none;
}

#navigation {
    display:none;
    position:absolute;
    top:72px;
}

#obereservicenavigation {
    display:none;
}


#seiteneinleitung {
    padding:0px 12px 12px 0px;
}

#seitenfuss {
    clear: both;
    border-top: 1px solid #666666;
    margin-top: 12px;
}

#seiteninhalt {
    padding-top: 24px;
    max-width: 76%;
}

#seiteninhalt h1 {
    font-size: 100%;
}

.seitenurl {
    clear:both;
    width:100%;
    padding-bottom:12px;
    font-size:70%;
}


#untereservicenavigation {
    display:none;
}