/*Selbstdefinierte Formate  mit id="p1"in Tag einbauen */
/* Lutz */

/* Tabellengestaltung Termine */
/* Blaue Schrift auf grauem Grund */
#p51 {color: #0000FF; font-size: 9pt; background-color:#D4D4D4; font-family: Verdana, arial, Helvetia, sans-serif;}

/* Grüne Schrift auf zart gelben Grund */
#p52 {color:#009E00; font-size: 9pt; background-color:#EAEBAB; font-family: Verdana, arial, Helvetia, sans-serif;}
#p70 {color:#327027; font-size: 14pt; background-color:#BCF5A9; font-family: Verdana, arial, Helvetia, sans-serif;}



/* Martin */
body {
        background-color:#FFFFFF;
        background-repeat: repeat-y;
        background-image: url(http://www.sgq-online.de/Bilder/Gifs/grau.gif);
        leftmargin:6px;
        color:#0050A0;
        scrollbar-base-color:#EFEFEF;
        scrollbar-3dlight-color:#CFCFCF;
        scrollbar-arrow-color:#CFCFCF;
        scrollbar-darkshadow-color:#CFCFCF;
        scrollbar-face-color:#1543AC;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-shadow-color:#CFCFCF;
        scrollbar-track-color:#ECE9D8;

     }

table  {
        font-size:14px;
        font-family:arial;
       }


 a {display: block; text-decoration: none;
   border: solid 1px silver; margin: 0.5em;
   padding: 0.2em; background-color: #EEE; }
 a:hover { background-color: yellow; }
