/* *************************************************************************** */
/* TEXT-STYLES FÜR WEBSEITE                                                    */
/* *************************************************************************** */

/* _margin der Unterstrich Hack gilt für Mozilla */

/* *************************************************************************** */
/* LAYOUT-STYLES FÜR WEBSEITE                                                  */
/* *************************************************************************** */

#webContentDiv {
    width: 880px;
    margin: 0;
    padding: 0;
}

h1 {color: #000; font-size: 1.4em;}

a {color: #000000 !important;}


/* *************************************************************************** */
/* HEADER                                                                      */
/* *************************************************************************** */

/* HEADER-BEREICH */

#printLogo{
    display:block;
    width:559px;
    height:72px;
    clear:both;
}

#zitateContainer {
    display: none;
}

#webLogoDiv, .webHeadTitleDiv {
    display:none;
}

#webHeaderDiv {
    height: 100px;
}

/* *************************************************************************** */
/* NAVIGATION                                                                  */
/* *************************************************************************** */

#webGlobalNavigationDiv{
    display:none;
}

/* NAVIGATION LINKS */
#webNavigationDiv {
    display:none;
}

/* NAVIGATOR */
#webNavigatorDiv {
    display:none;
}

/* SERVICE NAVIGATION */
#webServiceNavigationDiv{
    display:none;
}

/* *************************************************************************** */
/* INHALTSBEREICH                                                              */
/* *************************************************************************** */


/* INFO SPALTE */
#webInfoDivDe, #webInfoDivFr, #webInfoDivIt, #webInfoDivEn {
    display:none;
}

/* CONTENT-BEREICH INNEN (NORMAL) */
#webInnerContentSmall{
    /* !! für Mozilla !! */
    float:none;
    overflow:visible;
    /* !! für Mozilla !! */
    clear:both;
    padding:0px;
    margin:0px;
    width:430px;
    position:relative;
}

img.sprungmarke {
    display: none;
}


/* *************************************************************************** */
/* SONSTIGES                                                                   */
/* *************************************************************************** */


/* Schnelleinstieg */
#SBSEmain {
  display:none;
}
