body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
A:link
{
  color: #9db6c8;
  text-decoration: none;
  background-color: inherit;  
}
A:visited
{
  color: #9db6c8;
  text-decoration: none;
  background-color: inherit;  
}
A:hover
{
  color: darkblue;
  text-decoration: none;
  background-color: inherit;
}

/* Specielle Kalender Styles */

A.callink:link
{
  color: red;
  text-decoration: none;
  background-color: inherit;  
}
A.callink:visited
{
  color: red;
  text-decoration: none;
  background-color: inherit;  
}
A.callink:hover
{
  color: darkred;
  text-decoration: none;
  background-color: inherit;
}
.cal
{
  width: 50px;
  height: 25px;
  border: 1px solid #9db6c8;
  background-color: #f6f5f5;
  color: inherit;
}
.cal-event
{
  width: 50px;
  height: 25px;
  border: 1px solid #9db6c8;
  background-color: #DDDDDD;
  color: red;
  font-weight: bold;
}
.cal-event-day
{
  width: 50px;
  height: 25px;
  border: 1px solid #9db6c8;
  background-color: gray;
  color: red;
  font-weight: bold;
}
.cal-day
{
  width: 50px;
  height: 25px;
  border: 1px solid #9db6c8;
  background-color: #9db6c8;
  color: white;
  font-weight: bold;
}