body      { margin-left:0px;
            margin-top:0px;
            color:#ff0000;
            background-image:url(/Base/Pix/background.gif);
            font-size:10pt;
            font-family:sans-serif;
          }
a:link    { color:#0000ff;
            text-decoration:none; }
a:visited { color:#8888ff;
            text-decoration:none; }
a:hover   { color:#000088; 
            text-decoration:underline; }

/* Lehrer- und Vorstandsseiten */

#person {
   position: relative;
   text-align: left;
}

#person h3 {
   display: inline;
}

#person_liste {
   width: 220px;
   border-right: 1px solid red;
}

#person_darstellung {
   position: absolute;
   left: 250px;
   top:  0px;
   width: 500px;
}

#person_disziplinen {
   position: relative;
   float: left;
   padding-bottom: 1em;
}

#person_bild {
   float: right;
   padding-bottom: 1em;
}

#person_beschreibung {
   position: relative;
   clear: both;
   -top: 240px;
}

