.main_wrap {
  width: 620px;
  border: 0px solid #FFF;
  margin: 8px auto;
  background: #FFFFFF; /* url(../sysimages/bg-hell.png);*/
  min-height: 100%; /* MindesthÃ¶he fÃ¼r moderne Browser */
  height: auto !important; /* Important Regel fÃ¼r moderne Browser */
  height: 100%; /* MindesthÃ¶he fÃ¼r den IE */
  overflow: hidden !important; /* FF Scroll-leiste */
  box-shadow: 0 0 0 0 #FFF;
  -moz-box-shadow: 0 0 0 0 #FFF;
  -webkit-box-shadow: 0 0 0 0 #FFF;
  border-top-left-radius: 0.0em;
  -moz-border-top-left-radius: 0.0em;
  -webkit-border-top-left-radius: 0.0em;
  border-top-right-radius: 0.0em;
  -moz-border-top-right-radius: 0.0em;
  -webkit-border-top-right-radius: 0.0em;
  padding: 0;
  margin: 0;
  }
.main-content,
.mainheader {
  width: 610px;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 0 0 #FFF;
  border: 0px solid #FFF;
  }
.main-content p {
  line-height: 1.650em;
  font-size: 1.150em;
  }
.mainheader img {
  width: 620px;
  height: auto;
  }
.nav-main,
#breadcrumb {
  display: none;
  visibility: hidden;
  }
