/* Kopf --------------------------------------------------------- */

img.logo {
         width: 130px;
         height: 25px;
         border: 0px;
         }

table.kopf td.farbbalken {
           background-color: #dddddd;
           background-repeat: repeat-x;
           }

/* Ende Kopf --------------------------------------------------------- */


/* Inhalt von Startseite ---------------------------------------------- */

div.startseite{
               text-align: center;
               margin-top: 180px;
               font-size: 20pt;
               font-weight: bold;
               }

table.inhalt td.startinhalt{
             height: 450px;
             background: url(../img/intro.gif);
             background-repeat: no-repeat;
             background-position: 200px 80px;
             background-color: #EFEFEF;
             padding-top: 0px;
             padding-bottom: 10px;
             padding-left: 10px;
             padding-right: 10px;
             font-size: 10pt;
             }

table.inhalt td.grau{
             width: 10px;
             padding: 0 0 0 0;
             margin:  0 0 0 0;
             background-color: #EFEFEF;
             }

/* Ende Inhalt von Startseite ----------------------------------------- */