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: #f8f8f8 url('../layout/bg_seite.gif');
   height:100%; color:#000000; background-image:url('../layout/bg_seite.gif');
}
.titel {
   font-size:18px;
   color:#646464;
   letter-spacing: 0.3em;
   margin:5px;
   }
a {
   font-size:13px;
   color:#333333;
   text-decoration:underline;
   }
  a:visited {
   font-size:13px;
   color:#666666;
   text-decoration:underline;
   }
  a:hover {
   font-size:13px;
   color:#000000;
   text-decoration:underline;
   }
p {
   font-size:13px;
   color:#333333;
   }
h1 {
   font-size:16px;
   color:#C75E35;
   letter-spacing: 0.3em;
   font-weight:bold;
   }
p.foot {
   font-size:10px;
   color:#646464;
   letter-spacing: 0.05em;
   }
p.head {
   font-size:11px;
   color:#ffffff;
   letter-spacing: 0.05em;
   float:right;
   }
a.head {
   font-size:11px;
   color:#ffffff;
   text-decoration:none;
   letter-spacing: 0.05em;
   float:right;
   }
a.head:visited {
   font-size:11px;
   color:#ffffff;
   text-decoration:none;
   }
a.head:hover {
   font-size:11px;
   color:#ffffff;
   text-decoration:underline;
   }
ul {
   font-size:13px;
   color:#333333;
   margin-left:20px;
   }
li {
   margin-bottom:3px;
   }
h2 {
      display:block;
      background-color:#ECECEC;
      border-bottom:1px solid #4088A9;
      padding-top:3px; padding-bottom:4px; padding-left:5px; padding-right:5px;
      color:#4088A9;
      font-size:14px;
      font-family:Arial, Verdana, sans-serif;
      font-weight: bold;
      text-decoration:none;
      text-align:left;
      }
a.men_main {
      margin-bottom:3px;
      display:block;
      padding-top:0px; padding-bottom:0px; padding-left:10px; padding-right:14px;
      color:#000000;
      font-size:16px;
      font-family:Arial, Verdana, sans-serif;
      text-decoration:none;
      text-align:right;
      letter-spacing: 0.1em;
      }
   a.men_main:visited {
      text-decoration: none;
      color:#000000;
      font-size:16px;
      }
   a.men_main:hover {
      display:block;
      background:url('../layout/bg_menue.gif') no-repeat; background-position:right;
      color:#000000;
      font-size:16px;
      text-decoration:none;
      }
.kasten {
      width:200px;
      border:1px solid #C75E35;
      margin-bottom:5px;
      }
.kasten_titel {
      display:block;
      margin-bottom:3px;
      background-color:#C75E35;
      padding:2px;padding-right:5px;
      border-bottom:1px solid #C75E35;
      color:#ffffff;
      font-size:11px;
      font-family:Arial, Verdana, sans-serif;
      text-decoration:none;
      text-align:right;
      letter-spacing: 0.1em;
      }
.kasten_inhalt {
   font-size:11px;
   color:#333333;
   margin:5px;
   }
