body {
      background: #ff9 url(bilder/hintergrund.gif) fixed;
      color: #000000;
      text-align: center;
      padding:0;
      margin: 0;
      font-family: verdana;
      font-size: 12px;
     }

/*** Die einzelnen Bereiche mit id=xxx ***/

#all {
      width: 100%;
      margin: 0;
      padding: 0;
     }


#menu {
       text-align: left;
       font-weight: bold;
       line-height: 18px;
       position: absolute;
       left: 0;
       margin: 0;
       padding: 10px;
       width:179px; /* Angabe für den IE 5.x */
       voice-family: "\"}\"";
       voice-family: inherit;
       width:170px; /*Angabe für die anderen Browser */
      }
#dummy1 {margin:0;}


#inhalt {
         text-align: justify;
         margin: 0 0 0 221px;
         padding: 10px;
        }

/*** sonstiges ***/

a:link { color: #cc0000; font-weight:bold; text-decoration: none;}
a:visited { color: #990000; font-weight:bold; text-decoration: none;}
a:hover {color: #cc0000; font-weight:bold; text-decoration: underline;}

img {border:none;}

h1 { margin-top:20px; margin-bottom:10px;white-space:nowrap;font-size:24px;}
h2 { font-size: 20px;}
h3 { margin-bottom:0; font-size:16px;}
h4 { border-bottom:2px solid #7799ff; color:#7799ff; font-size:14px;}
h5 { margin-top:0; margin-bottom:5px; font-size: 10px;}

.klein {font-size: 9px;}
