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; 
/* padding-top: 100px;
 margin-left: 15px; */
 width: 590px;
 background: #e9e9e9;
  background-image: url(images/ecke.gif);
  background-repeat: no-repeat;
  background-position: left bottom; 
}
  .inhalt {
   padding: 25px;
  }
  .inhalt p {
   margin-bottom: 15px;
  }
 .wraphoehe {
  height: 110px;
 }
.wrapende p {
 margin-left: 160px;
 font-size: .7em;
}

.logo {
 position: absolute;
 top: 12px;
 right: 80px;
}
.navigation {
 position: absolute;
 right: 5px;
 width: 155px;
 top: 155px;
}
.navigation h5 {
 display: none;
 visibility: hidden;
}
.navigation a {
 font-size: .8em;
 color: #7B7979;
 color: #37322E;
 display: block;
 text-decoration: none;
 padding-top: 5px;
}
.navigation a:hover {
 color: #35302D;
 color: #000000;
}
.navigation a.active {
 color: #E93125;
}

.navigation2 {
 position: absolute;
 left: 15px;
 top: 50px;
}
.navigation2 a {
 font-size: .8em;
 color: #7B7979;
 color: #37322E;
 text-decoration: none;
 padding-right: 15px;
}
.navigation2 a:hover {
 color: #35302D;
 color: #000000;
}
.navigation2 a.active {
 color: #E93125;
}

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