#logoBox ,
#navigationLevel1Box,
#border1 ,
#flash1 ,
#border2 ,
#flash2 ,
#StartseiteRechteSpalte,
#linkeSpalteBox ,
#sucheBox ,
#fusszeileBox ,
.teaser
{ display: none; }

* {
  background-color: white;
  background-image: none;
  border: none;
}

/* Setzt Hintergrundbild und Hauptschriftart */
body {
  font-family: Arial;
  font-size: 12px;
}


#page {
  margin-left: 2.5cm;
}

/* Der Contentbereich */
#mittlereSpalteBox{
  width: 100%;
}
#mittlereSpalte {
}

/* Die rechte Spalte */
#rechteSpalteBox {
  float: none;
  width: 100%;
}

/* Der Verlauf */
#verlauf {
  margin: 0;  
  font-weight: bold;
  font-size: 16px;
}
#verlauf a {
  font-size: 14px;
  font-weight: normal;
  color: black;
  text-decoration: none;
}




/* Default Werte für Tags und clear Klasse */
img { border: none; }
.clear, p { clear: both;}