body {
  margin: 0px;
  padding: 0px;
  width: auto;
}

* {
  background-color: white !important;
  background-image: none !important;
  float: none !important;
  width: auto !important;
  position: static !important;  
}

#container {
   background-color: #FFF;
}

#sidebar {
   display: none;
   float: none;
}

#skipnavi *, #skipcontent {
   display:  none !important;
   }

#container {
   width: auto;
   min-width: 0;
}

#content {
    margin: 0px;
}

h1 {

margin-top: 100px;;
padding: 0;

}

#header {
    position: static;
    display: none;
}


#contentleft, #contentright {
  float: none;
}

/* ACHTUNG: Falls contentleft/right jemals ausserhalb der Startseite genutzt wird, muss das raus! */
#contentright {
  display: none;
}

#contentleft, #contentright {
  margin-left: 0px;
  margin-right: 0px;
}

#printericon {
  display: none;
  float: none;
  width: 0px;
  height: 0px;
}


a:link, a:visited {
	color: #520;
	background: transparent;
        font-weight: bold;
        text-decoration: underline;
}
