body {
  text-align:center; /* fuer IE 6 */
}

#footer {
  display:none !important;
}

#main {
  position:relative;
  text-align:left; /* fuer IE 6 */
  float:none;
  width:100% !important;
  overflow:visible !important; /* wichtig, sonst kann Firefox 2 nur die erste Seite drucken */
  /*padding:5px 5px 5px 5px;*/
  padding:0;
  margin:0 auto;
  border-width:0 !important;
  font-family:Verdana,Arial,sans-serif;
  font-size:smaller;
  background:transparent;
}

table {
  font-size:1.01em;
}

table td {
  vertical-align:top;
}

#main img {
  border:0px;
}

#titlebar {
  width:100% !important;
  display:none !important;
}

#menubar {
  display:none !important;
}


#submenubar {
  float:left;
  width:0px !important;
  display:none !important;
}

#content {
  float:none !important;
  text-align:justify;
  width:100% !important; /* in Opera 5 und Firefox 2 zzgl. padding */
  margin:0 !important;
  padding:0 !important;
}

#content a {
  color:#cc0000;
}

#menupath {
  text-align:right;
  font-size:smaller;
}

#menupath a {
  color:#000000;
  text-decoration:none;
}

#menupath a:hover {
  color:#cc0000;
  text-decoration:underline;
}

.error {
  color:#e00000;
}

.assertion {
  color:#00c000;
}
