/* CSS-Datei für WebSite svEutin
   Portalseiten */

  a:link    { color:white; text-decoration:none;  }
      a:visited { color:white; text-decoration:none;  }
      a:hover   { color:yellow; text-decoration:none; }
      a:active  { color:yellow; text-decoration:none; }
      a:focus   { color:yellow; text-decoration:none; }
      a:link.mark   { color:orange; text-decoration:none;
                      background-color:navy; font-weight:bold; }
      a:visited.mark { color:orange; text-decoration:none;  }
      a:hover.mark   { color:yellow; text-decoration:none; }
      
   BODY  {      color:white; background-color: navy;
                font-family:arial;
                margin:0px;                            }

   TD    {font-weight:normal;height:10%;
          text-align:center;padding:2px;
          font-size:10pt; font-weight: bold; }
          
   TABLE.main { border-width: 4px; border-color:#FFFFFF; border-style:double;
                border-collapse: collapse; background-color: navy;  empty-cells: show;
                width:100%; height:100%;   }
