
body {
      margin: 0;
      padding: 0;
      font: 13px Verdana, Arial, sans-serif;
      color: #CCCCCC;
      text-align: justify;
      background-color: #222222;
      }
p {
   margin: 0 0 1em 0;
   text-indent:10px;
   }

h1, h2, h3, h4 {
    margin: 0;
    margin-bottom: 7px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    }

h1 {
    letter-spacing: 1px;
    }

h2 {
    font-size: 1.1em;
    text-indent: 10px;
    }

h3 {
    font-size: 1em;
    text-indent: 10px;
    }

h3 {
    font-size: 0.9em;
    text-indent: 10px;
    }

h4 {
    font-size: 0.9em;
    font-weight: bold;
    }

ul {
    list-style-type: disc;
    }

a {
   color: #FF9933;
   font-weight: bold;
   text-decoration: none;
   }

a:hover {
         text-decoration: underline;
         }

#content a:link, #content a:visited, #content a:active, #content a:hover {
           color: #CCCCCC;
           font-weight: normal;
           text-decoration: underline;
           }

#content a:hover {
           color: #fff;
           text-decoration: none;
           }

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
          color: #CCCCCC;
          font-weight: normal;
          font-family: Arial, Helvetica, Geneva, Swiss,  SunSans-Regular, sans-serif;
          text-decoration: none;
          background-color: transparent
          }

#footer a:hover {
          color: #fff;
          text-decoration: underline;
          }

#abschluss a:link, #abschluss a:visited, #abschluss a:active, #abschluss a:hover {
           font-size: 9px;
           color: #CCCCCC;
           font-style: italic;
           font-family: Arial, Helvetica, Geneva, Swiss,  SunSans-Regular, sans-serif;
           text-decoration: none;
           background-color: transparent
           }

#abschluss a:hover {
           color: #fff;
           font-weight: bolder;
           text-decoration: underline
           }



.keineanzeige {
               display: none
               }
.listimg {
          margin: 5px 20px 5px 5px
          }
.sysimg {
         margin: 0px
         }

.blockright_pic  {
                 font-size: 9px;
                 font-face: tahoma;
                 /*background-color: white;*/
                 text-align: right;
                 float: right;
                 margin-left: 5px;
                 border: none;
                 width: 210px;
                 }

blockquote {
           background-image:url(../gifs/zitat-anfang.gif);
           background-repeat:no-repeat;
           background-position:left top;
           width: 200px;
           margin: 15px;
           float: left;
           }

blockquote div {
           /*color: #fff;*/
           font-style: italic;
           font-size: 10px;
           background-image:url(../gifs/zitat-ende.gif);
           background-repeat:no-repeat;
           background-position:right bottom;
           padding: 0px 20px;
           text-align: left;
           }