/* Datei formate.css zur Definition von Style Sheets */

/*** Für alle Tags gleichermaßen ***/
body { background-color:#FFFFFF;
       margin:2px;
       font-family:Verdana,Helvetica,Arial;
       color:#000000; 
}

/*** Überschriften ***/
.text {  font-size:8pt; color:#000000; }
.tag {  font-size:200px; color:#000000; font-weight:bold; line-height:140px}
.wochentag {  font-size:25pt; color:#000000; font-weight:bold; }
.tagSonntag {  font-size:200px; color:#AA0000; font-weight:bold; line-height:140px}
.wochentagSonntag {  font-size:25pt; color:#AA0000; font-weight:bold; }
.monat {  font-size:45pt; color:#000000; font-weight:bold;  line-height:40px}
.kw {  font-size:17pt; color:#000000; font-weight:bold; }
.jahr {  font-size:17pt; color:#000000; font-weight:bold; }

/*** Verweise generell NICHT unterstreichen! ***/
a { text-decoration:none; font-size:8pt; }
a:link { text-decoration:none; font-size:8pt;}
a:visited { text-decoration:none; font-size:8pt;}
a:active { text-decoration:none; font-size:8pt;}

/*** Bilder ***/
img { border-style:none; border-width:1px; }


