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

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

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

body{
    text-align:left;
    background:none;
    margin:0;
    width: 590px;
}

/* BODY-BEREICH */
.webBody{
    margin: 0px;
    padding: 0px;
}

body#bodyBG {
    background:none;
}

#webBodyDiv {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    width: 590px;
    text-align: left;
}

.webBodyBroad {
    width: 590px;
}
#printLogo{
}

#printLogo img {
    visibility: visible;
    position: static;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    font-size: auto;
    line-height: auto;
    margin: auto;
    padding: auto;
    overflow: visible;
    display: inline;
}


#printLogo h2, #printLogo2 h2 {
    font-size:1.2em;
    border-bottom:1px solid #000;
    margin-left:48px;
    width:490px;
    margin-top:23px;
}

.webBodyBroad #printLogo h2, .webBodyBroad #printLogo2 h2 {
    width: 590px;
    clear:both;
}


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

/* HEADER-BEREICH */
#webHeaderDiv {
    padding:0px;
    margin:0px 0px 1px 0px;
    background-image: none;
    width:590px;
    height: 150px;
    margin: 0px 0px 0px 60px;
}

#webHeaderDiv h1 {
    text-align: left;
}

#headerleft{
    display:none;
}

#webHeaderLinks{
    display:none;
}

.webTopInfo{
    display:none;
}

.outerNavi{
    display:none;
}

#webLogoDiv h1 {
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}

.logoBW {
    display: none;
}
#webSprache {
    display: none;
}
/* *************************************************************************** */
/* NAVIGATION                                                                  */
/* *************************************************************************** */

#webGlobalNavigationDiv{
    display:none;
}

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

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

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

/* *************************************************************************** */
/* INHALTSBEREICH                                                              */
/* *************************************************************************** */
h1#contentStart {
    border:none;
}
/* CONTENT TOP */
.webTopContent{
    display:none;
}

.webTopContentPrint{
    display:none;
}

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

#webSucheBroadDiv{
    display:none;
}

#webContentDiv {
    width: 590px;
    background-image:none;
    margin:0px 0px 0px 60px;
    padding: 0px;
    clear:both;
}

#webContentDivBroad {
    width: 590px;
    background-image:none;
    margin:0px 0px 0px 60px;
}

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

/* CONTENT-BEREICH INNEN (BREIT) */
#webInnerContentBroad {
    /* !! für Mozilla !! */
    overflow:visible;
    float:none;
    /* !! für Mozilla !! */
    width:590px ;
    padding:0px;
    margin:0px 0px 0px 0px;
}

/* *************************************************************************** */
/* Contexspalte                                                                    */
/* *************************************************************************** */

#webInfoDivDe {
    width:490px;
}
.infoFlex {
    background: none;
    border: none;
}

.infoFlex h2, #webNavigationDiv h2 {
    border: none;
}
/* *************************************************************************** */
/* FOOTER                                                                      */
/* *************************************************************************** */

#webFooter {
    width:490px;
    margin:0px;
    margin-left:60px;
    margin-bottom:30px;
    font-size:0.9em;
    clear:both;
    background: none;
}

#webFooterBroad {
    width:590px;
    margin:0px;
    margin-left:60px;
    margin-bottom:30px;
    font-size:0.9em;
    clear:both;
}

#webFooterText {
    padding:0px;
    margin:0px;
    width:490px;
}

#webFooter {
    width: 490px !important;
}

/* Ausgeben der Url am Seitenende */
#printUrl{
    margin: 0px 0px;
    padding: 0px;
    width: 490px;
    display:block;
    font-size:0.9em;
}

/* Url bei SitePrinter ausgeben */
#printUrl2{
    margin: 0px;
    margin-left:60px;
    padding: 0px;
    width: 490px;
    display:block;
    font-size:0.9em;
}

#showUrl {
  margin-left:60px;
  padding-bottom:20px;
}

#servicenavi {
    display:none;
}

/* *************************************************************************** */
/* DRUCKEN NAVIGATION                                                          */
/* *************************************************************************** */

@media all
{
  #printBack, #printBackBroad{
    display:block;
    text-align:right;
    height: 20px;
    color:#000;
    padding: 3px 0px 3px 0px;
    width:575px;
    border-bottom:1px dashed #333;
    margin: 0px 0px 10px 0px;
  }
  #printServiceContainer{
    display:block;
    float:left;
  }
  #printBackBroad{
      width:590px;
  }
  #printBack2, #printBackBroad2{
    position:relative;
    text-align:right;
    display:block;
    color:#000;
    width:575px;
    padding:5px 0px;
    border-top:1px dashed #333;
    margin-top:10px;
  }
  #printServiceContainer{
    display:block;
    float:left;
  }
  #printBackBroad2{
      width:590px;
  }
}
@media print
{
  /* FORMATDEFINITIONEN ZUM DRUCKEN */
  #printBack,#printBack2, #printBackBroad, #printBackBroad2,  #printServiceContainer
  {
    display:none;
  }
}

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

.webBlaetternDiv{
    width:490px;
}

.printHr   { display: none; }

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

.webPrintBr{
    display:block;
}

/* Text-Kommentare */
.webTextOnlyComment{
    display:none;
}

/* Drucken der Linkliste (Fussnoten) */
.fromSitePrinter #forPrintTitle, .fromSitePrinter #linkListeforPrint{
  margin-left:60px;
  padding-left:0;
}
#linkListeforPrint {
    width: 450px;
}

.webServiceLink:link, .webServiceLink:visited, .webServiceLink:hover, .webServiceLink:active, .webServiceLink:focus {
    padding-left: 0;
    background: none;
}
