
/* DATEI: css.css */
/* Formatierungen für thw-ludwigsburg.de */

    body      { font-family:verdana}
    /* Links */
    a:link    { color:rgb(128,0,0); text-decoration: none; }
    a:visited { color:rgb(128,0,0); text-decoration: none; }
    a:active  { color:rgb(128,0,0); text-decoration: none; }
    .ThwBlau  { color:#001689; }

    /* Navi-Links */
    a:link.navi    { color:rgb(255,255,255); text-decoration: none; }
    a:visited.navi { color:rgb(255,255,255); text-decoration: none; }
    a:active.navi  { color:rgb(255,255,255); text-decoration: none; }

    /* Navi-Buttons */
    th.navi { height:20;  border:1px dotted #dddddd; font-size:8pt; color:#548499; }


    /* Meldungen-Formate */
    .MsgHead  { color:#000000; font-size:10pt; font-weight:bold; }
    .MsgDate  { color:#001689; font-size:7pt; }
    .MsgText  { color:#001689; font-size:10pt;  }

    tr.Msg1    { height:5; background-color:#eeeeee; }

    td.Msg1    { width:6; background-color:#eeeeee; }
    td.Msg2    { background-color:#eeeeee; }

    /* Dienstplanframe */
    tr.Dienst     { height:20; }
    tr.DienstDone { color:ddddde; } /* vergangene Dienst ausgegraut */
