html, body, div, p, h1, h2, h3, ul, ol, span, table, td, form, img, li, pre  {
 margin: 0;
 padding: 0;
 border: 0;
}

body { 
 text-align: center; 
 background: #37322E url(images/linie.gif) repeat-x; 
 background: black url(images/linie.gif) repeat-x; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
 font-size: 100.01%; 
}

.wrappage { 
 position: relative;
 text-align: left; 
 margin: 0px auto; 
 width: 778px; 
 background: #cecece url(images/linie.gif) repeat-x;
}
.wrapinhalt {
 position: relative;
 top: 100px;
 left: 15px; 
 width: 590px;
 background-color: #e9e9e9;
 background-image: url(images/ecke.gif);
 background-repeat: no-repeat;
 background-position: left bottom; 
}
  .inhalt {
   padding: 25px;
   padding-left: 20px;
  }
  .inhalt p {
   margin-bottom: 8px;
   font-size: .85em;
  }
  .inhalt a {
    color: #E93125;
    text-decoration:none;
   }
  .inhalt a:hover {
    color: #E93125;
    text-decoration: underline;
   }
  .inhalt h1 {
   font-size: 1.1em;
   margin-top: 8px;
   margin-bottom: 8px;
  }
  .inhalt h2 {
   font-size: 1em;
   margin-top: 8px;
   padding-top: 8px;
   margin-bottom: 8px;
  }
  .inhalt h3 {
   font-size: .9em;
   margin-top: 5px;
   margin-bottom: 8px;
  }
  .inhalt ul {
   margin-bottom: 8px;
   font-size: .85em;
  }
  .inhalt li {
   margin-left: 25px;
   margin-right: 15px;
  }
  .inhalt table {
   width: 100%;
  }
  #colLeft {
   float: left;
   width: 110px;
   padding-top: 50px;
  }
  #colNormalSchmal {
   float: right;
   width: 420px;
   padding-top: 10px;
  }
  #colNormalBild {
   float: right;
   width: 420px;
   padding-top: 50px;
  }
  #colNormal {
   padding-top: 10px;
  }
  #colTiefer {
   padding-top: 40px;
  }

 .wraphoehe {
  height: 110px;
 }
.wrapende p {
 margin-left: 160px;
 font-size: .7em;
}

.logo {
 visibility: hidden; 
 display: none;
}
.logo_print {
 position: absolute;
 top: 20px;
 right: 0px;
}
.menu1 {
 visibility: hidden; 
 display: none;
}
.menu2 {
 visibility: hidden; 
 display: none;
}

.footer {
 background: #000000 url(images/linie.gif) repeat-x; 
}
.wrapfooter { 
 position: relative;
 text-align: left; 
 margin: 0px auto; 
 width: 778px; 
 height: 100px;
}
.logomini {
 visibility: hidden; 
 display: none;
}
.footer p {
 font-size: .7em;
 color: #37322E;
}
.footer p.name {
 position: absolute;
 top: 30px;
 left: 40px;
}
.footer p.anschrift {
 position: absolute;
 top: 50px;
 left: 40px;
}
.footer a {
 color: #787373;
 text-decoration: none;
}
.footer a:hover {
 color: #E93125;
}

.align-center {
 text-align: center;
}
.align-right {
 text-align: right;
}