@charset "iso-8859-1";

BODY          { font-family: arial; font-size: 14px;  
                padding: 0px; margin-bottom: 1px; margin-top:3px; margin-left:5px; }

TABLE         { font-family: arial; font-size: 14px }

A:link { color: black; text-decoration: none }
A:active { color: blue; text-decoration: none }
A:visited { color: rgb(100,100,100); text-decoration: none }
A:hover { color: red; text-decoration: none }

.dunkel     { background: rgb(210,210,210); }
.hell       { background: rgb(230,230,230); }
.weiss      { background: rgb(255,255,255); }
.blau       { background: rgb(57,93,156); }
.bluemark   { background: rgb(57,93,156); width:10px; height:18px; }
.whitemark  { background: white; width:10px; height:18px; }
.redmark    { background: red; width:10px; height:18px; }

.tdmark     { background: #E6E6E6; height: 17px; font-size: 14px; }
.tdwhite    { background: #FFFFFF; height: 17px; font-size: 14px; }
.tdwhitep   { background: #FFFFFF; height: 17px; font-size: 14px; cursor: pointer; }

.white      { color: white; }

.shadow     { font-size:28pt; color:red; Filter:Shadow(Color=#303030,Direction=135); width:100%; }

/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}
