body {
   color: Black;
   font-size: 10px;
   font-family: Verdana;
}
a:link{
   color: #00080F;
   text-decoration: none;
   font-size: 10px;
   border-bottom: solid 1px #e6e6e6;
}

a:visited{
	color: #070C11;
	text-decoration: none;
	font-size: 10px;
	border-bottom: solid 1px #e6e6e6;
}

a:active{
	color: Black;
	text-decoration: none;
	font-size: 10px;
	border-bottom: solid 1px #e6e6e6;
	}

a:hover {
	color: #4682B4;
	text-decoration: none;
	font-size: 10px;
	border-bottom: solid 1px #e6e6e6;
}
h1 {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h2 {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h3 {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.smallcal {
	border-color: #F1F1F1;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	

}
/* formatiert die Tabelle des Kalendariums, hier ein gruener Rahmen aussen */

td.smallcal { 
border-style: none;
font-size: 10px; 
}
/* Standardformatierung fuer die einzelnen Zellen des Kalendarium, hier ohne Rahmen */

td.smallcalapp {
   border-style: none;
   background-color: #90EE90;
   font-size: 10px;

/* Formatierung fuer Tage mit Terminen, hier gegenueber Standardformat gruener Hintergrund */

td.smallcaltoday {
	border-style: solid;
	border-color: #434343;
	font-size: 10px;
	border: 1px;
}
/* Formatierung fuer den heutigen Tag, hier roter Rahmen um das Datum */

td.smallcalapptoday {
	border-style: solid;
	background-color: #E6E6E6;
	border-color: #505050;
	font-size: 10px;
	border: 1px;
}
/* Formatierung fuer den heutigen Tag mit Termin, hier gruener Hintergrund und roter Rahmen */

td.cal {
 border-style:none;
 font-size: 10px;
 font-family: Verdana;
 }
	
/* Standardformatierung fuer die einzelnen Zellen des Kalendarium, hier ohne Rahmen */

td.calapp {
   border-style: solid;
   background-color: #EAEAEA;
   font-size: 10px;
	font-family: Verdana;

}
/* Formatierung fuer Tage mit Terminen, hier gegenueber Standardformat gruener Hintergrund */

td.caltoday {
	border-style: solid;
	border-color: #CBCBCB;
	font-size: 10px;
	color: Maroon;
	font-family: Verdana;
}
/* Formatierung fuer den heutigen Tag, hier roter Rahmen um das Datum */

td.calapptoday {
	border-style: solid;
	background-color: #E6E6E6;
	border-color: #424242;
	border: 0px;
	font-size: 10px;
	font-family: Verdana;
}
/* Formatierung fuer den heutigen Tag mit Termin, hier gruener Hintergrund und roter Rahmen */

table#cal { border-color:#000000; border-style:solid; border-width:1px; FONT-FAMILY: Verdana; FONT-SIZE: 10px; }
td#cal {
   border-style: none;
   FONT-SIZE: 10px;
font-family: Verdana;
}
td#calapp {
   border-style: none;
   background-color: White;
   FONT-SIZE: 10px;
}
td#caltoday {
   border-style: solid;
   border-width: 1px;
   border-color: #5F9EA0;
   FONT-SIZE: 10px;
	font-family: Verdana;
}
td#calapptoday {
	border-style: solid;
	background-color: White;
	border-width: 1px;
	border-color: #C8C8C8;
	FONT-SIZE: 10px;
	font-family: Verdana;
}


table {
	border-width: 1px;
	border-color: #959595;
	border-style: solid;
	border-collapse: collapse;
	background-color: #EEEEEE;
	FONT-SIZE: 10px;
}
th {
	border-width: 1px;
	border-color: #A9B3BC;
	border-style: solid;
	border-collapse: collapse;
	background-color: #E3E3E3;
	color: #2F2F2F;
	font-family: Verdana;
	font-size: 10px;
}
td {
   border-collapse: collapse;
   background-color: White;
   color: #393939;
   FONT-SIZE: 10px;
font-family: Verdana;
}
a:link { color : #000000; text-decoration:none; }
a:visited { color : #444444; text-decoration:none; }
a:active { color : #AAAA00; text-decoration:underline; }
a:hover { text-decoration:underline; }

SELECT { FONT-FAMILY: Verdana; COLOR: #000000; BACKGROUND-COLOR: #CFCFCF } 
TEXTAREA, INPUT { FONT-SIZE: 10px; FONT-FAMILY: Verdana; COLOR: #000000; BACKGROUND-COLOR: #CFCFCF }