/* CSS Document */

body  {
  text-align: left;
  font-size: 120%;

}
#container { 
  margin: 0;
  background-image: none !important;
  background-color: white !important;
  width: 100% !important;
} 
#wrap { 
  width: 100% !important;
}
/* - Header ----------------------- */
#header {
  background-image:none !important;
  height:100px !important; 
} 
#header #servicelinks {
  display: none;
}
#header .fontsize {
  display: none;
}
#header img.infotooltip {
  display: none;
}

/* - Rubriken-Tabs ------------------------ */
#tabs {
  display: none;
}

/* - Layout --------------------- */

#main {
  background-color: white;
  text-align: left;
  width: 100% !important;
}
#main #mainhead {
  display: none;
}
#main #path {
  margin: 0px 0px 0px 18px;
  
}

#left {
  display: none;
}
#navi {
  display: none;
}
#right {
  display: none;
}

#outside {
  display: none;
}
a.speaker {
  display: none !important;
}

#content { 
  width: 100% !important;
  overflow: visible;
  background-image : none !important;
} 
.content-addon {
  display: none;
	height:0px;
}

.content-bottom {
  display: none;
}


#footer {
  background-color: white !important;
  background-image: none !important;
  color:black;
  width: 18cm;
} 
#footer h2 {
  display: none;
}
#footer-sitemap {
  display: none;
}
#footer div {
  display: none;
}

/* -- Artikel Kopf ------------------ */
.content-head {
  background-image : none !important;
}
.content-head a.merkzettel-star {
  display: none;
}
.content-head .star-inactive {
  display: none;
}
.content-head .star-active {
  display: none;
}

/* -- Artikel Inhalt ----------------------*/
.content-flow img{
  page-break-inside:avoid
}
.content-flow .box{
  background-image: none;
  border-left: 0px solid #BEBEBE;
  border-right: 0px solid #BEBEBE;
}
.content-flow .twocolumn {
	background-image:none;
}

.content-flow object {
  display: none !important;
}
.content-flow #my_show .slideshow-images {
  background-color:white;
}

.ilink {
  display: none !important;
}

/* Tabs ausblenden */
.content-flow .content-tabs{
  display:none;
}

/* Tab-Selections sichtbarmachen */
.content-flow .box div{
  display:block !important;
  border-left:0;
}

.content-flow .steps {
  display:none;
}

