<!-- CSS für Kalender-Seiten, Variante 2 -->

a:link    {text-decoration: none;  color:#333333;  }
a:visited {text-decoration: none;  color:#666666;  }
a:active  { text-decoration: none;  color:#999999;  }

body 		{ background-color:#ffffff;  }
table 		{ background-color:#ffffff;  }
.perau		{ background-color:#A4c8f0;  }
td			{ font-family:"Arial","Helvetica","Sans Serif"; color:#000000; }  

.titelzeile {font-family:"Arial","Helvetica","Sans Serif";  font-size:22pt; color:#666666; text-align:center; }
.untertitel {font-family:"Arial","Helvetica","Sans Serif";  font-size:18pt; color:#666666; text-align:center; }
.titel 		{font-family:"Arial","Helvetica","Sans Serif";  font-size:14pt; color:#666666; text-align:center; }
.datum		{font-family:"Arial","Helvetica","Sans Serif";  font-size:11pt; color:#333333; text-align:center; }
.vermerk	{font-family:"Arial","Helvetica","Sans Serif";  font-size:10pt; color:#666666;  }

.hinweis	{ font-family:"Times New Roman";  font-size:12pt; font-style:italic;  }
.nodisplay 	{ display:none;  }


.wochentag  { background-color:#eeeeee; color:#333333; text-align:center; font-weight:bold;   }
.kw    		{ background-color:#f3f3f3; color:#999999; text-align:center; font-weight:bold;   } 
.monat		{ background-color:#f9f9f9; color:#333333; text-align:center; font-weight:bold;  } 
.sa 		{ background-color:#f0ff66; color:#336633;  }  
.kal-tab	{ border-color:#999999; color:#000000;  }
.so  		{ background-color:#fff0f0; color:#ff6666; text-align:right; font-weight:bold; }
.feiertag  	{ background-color:#fff0f0; color:#ff6666; font-weight:bold;  }
.frei 	    { background-color:#f0fff0; color:#336633;   } 
.autonom    { background-color:#f0fff0; color:#336633;   } 
.schilf	    { background-color:#f0f0ff; color:#000033;  } 

