
body {
      color:#FFF;background-color:#000;
      text-align:left;
      margin:0;
}
a {display:none;
}
.ObjClass {background-color:#000;
      height:1000px;
      width:600px;
      text-align:left;
      border-style:none;
/*      margin-left:-130px;  */
      overflow:visible;
}

#frame {
      width:100%;
      text-align:left;
      border-style:none;
}
/* ---------------------------- fixierter Teil---------------------------- */
#fixiert {display:none;
position:fixed;top:10px;left:10px;
}

/* ---------------------------- Unter-Navigation links*/
#navlinks {display:none;
    float:none;
}
/* ---------------------------- TOPBAR mit Home Sitemap etc---------------------------- */
#topbar {
}
/* ---------------------------- BANNER mit  Bildchen als Background---------------------------- */
#banner {display:none;
}
/* ---------------------------- NAVBAR für  Haupt-Navigation---------------------------- */
#navbar {display:none;
}

/* ---------------------------- TITLE mit Navigations-Hinweis und rechts SEARCH--- */
#title {display:none;
}
#Inhalt {border-style:none;
    position:fixed;top:10px;left:10px;
    overflow:visible;
    width:100%;
    height:2000px;
}
/* ---------------------------- Inhalt scrollend*/
.scrolled {
    position:fixed;top:0px;left:0px;
    height:100% !important;
    border-style:none;
}
.scrolledMobile {
    position:fixed;top:0px;left:0px;
    height:100% !important;
    width: 100%;
    border-style:none;
}

/* ---------------------------- FOOTER mit Fusszeilen--- */
#footer {
    display:none;
}
/* ----------------------------Farbkonstanten Allgemein---------------------------- */
.FKBody {
    background-color: #FFF;
    color:#000

}
.FKInhalt {
    color: #000;
    background-color: #FFF;
}
.FKFett {
    Font-weight:bold;
}
.FKRtl {
border-style:none;
}
.FKRr {
    border-right: 0.3em solid indianred;
}
.FKRb {
    border-style:none;
}
