html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, verdana, Geneva, Helvetica, sans-serif;
}

html, body {
   background: #ffffff;
   background-image:url('../layout/bg_seite.jpg');
   background-repeat:repeat-x;
   height:100%; color:#000000;
  } 
#inhalt {
   background-image:url('../layout/bg_banner.jpg');
   background-repeat:no-repeat;
   }
a.head {
   font-size:14px;
   color:#fff;
   text-decoration:none;
   }
a.head:visited {
   font-size:14px;
   color:#fff;
   text-decoration:none;
   }
a.head:hover {
   font-size:14px;
   color:#fff;
   text-decoration:underline;
   }
a.men {
      display:block;
      border-bottom:1px solid #333333;
      padding-top:6px; padding-bottom:1px; padding-left:10px; padding-right:10px;
      color:#333333;
      font-size:15px;
      font-family:Arial, Verdana, sans-serif;
      font-weight: normal;
      text-decoration:none;
      text-align:left;
      }
   a.men:visited {
      text-decoration: none;
      font-size:15px;
      font-weight: normal;
      color:#333333;
      }
   a.men:hover {
      display:block;
      border-bottom:1px solid #FF7A07;
      color:#000000;
      font-size:15px;
      font-weight: normal;
      text-decoration:none
      }
ul {
   font-size:13px;
   color:#333333;
   margin-left:30px;
   }
li {
   margin-bottom:3px;
   }
a {
   font-size:14px;
   color:#333333;
   text-decoration:underline;
   }
  a:visited {
   font-size:14px;
   color:#333333;
   text-decoration:underline;
   }
  a:hover {
   font-size:14px;
   color:#000000;
   text-decoration:underline;
   }
p {
   font-size:14px;
   color:#333333;
   }
h1 {
   font-size:16px;
   color:#FF7A07;
   font-weight:bold;
   }
p.foot {
   font-size:11px;
   color:#7FA41B;
   }
a.foot {
   font-size:11px;
   color:#fff;
   text-decoration:none;
   }
a.foot:visited {
   font-size:11px;
   color:#fff;
   text-decoration:none;
   }
a.foot:hover {
   font-size:11px;
   color:#fff;
   text-decoration:underline;
   }