
/* Mehr Hinweise in der Liesmich.html */

/* Eigenschaften der Links */
 a:link          {color:blue; text-decoration: none}  
 a:visited       {color:blue; text-decoration: none}   
 a:hover         {color:red; text-decoration: underline overline; background-color:#000000}
 a:active        {color:red; text-decoration: underline overline; background-color:#000000}
 a:focus         {color:red; text-decoration: underline overline; background-color:#000000}

/* Allgemeines und Scrollbalken der Seite */
 body      {background-attachment:fixed;
            background-color:#FFFFFF;
            color:#000000;
            font-family:verdana;
            font-size:8pt;
            font-weight:bold;
            font-style:normal;
            margin-left:10px;
            margin-right:10px;
            margin-top:10px;
            margin-width:10px;
            margin-height:10px;
            margin-bottom:10px;
            }

/* Allgemeines der Tabellen */
 table     {border-color:#336699;
 		align: center;
            }

/* Allgemeines der Tabellenzellen */
 td        {border-color:#336699;
            background-color:#CCCCCC;
            font-family:verdana;
            color:#000000;
            font-size:8pt;
            font-weight:bold;
            font-style:normal;
            }

/* Trennlinien */
 hr        {color:#000000;
            width:100%;
            size:2;
            }

/* Eintragsformular */
 #sub      {background-color:#CCCCCC;
            color:#000000;
            font-family:verdana;
            font-size:8pt;
            font-weight:bold;
            font-style:normal;
            }

/* Einstellungen für die Überschriften */
 #over     {background-color:#606060;
            color:#CCCCCC;
            font-family:verdana;
            font-size:8pt;
            font-weight:bold;
            font-style:normal;
            }

/* Texteingabefelder allgemein */
 #feld     {background-color:#FFFFFF;
            color:#000000;   
            font-size:8pt;
            font-family:verdana;
            font-weight:normal;
            font-style:normal;
            }

/* Eigenschaften der Buttons */
 .Button   {background-color:#336699; 
            color:#000000; 
            border-color:#ffffff;
            }
