.calendarBox
{
	width: 100%; 
	height: auto;
	padding: 0px;
	cursor: default;
	background-color: #F1F1F1;
}
.yearHeader 
{ 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 1em;
    font-weight: bold;
    background-color: #D5E3F5;
  } 
.yearHeader SELECT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
  background: #EFF5FB; 
  color: #101386;
	margin:1px;
	height: 18px;
}
.yearHeaderButton
{
	  font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #3971BD; 
    background: #EFF5FB; 
    color: #345F9A; 
	  cursor:pointer;
}
.calendarMonth 
{ 
	background-color: #BDD5EF;  
  width: 100%;
}
.calendarHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #51539F;
	text-decoration: none;
	height: 1.2em;
	width: 100%;
}
.calendarToday 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #101386;
	background-color: #D5E3F5;
	border:1px solid #101386;
	text-align:center;
	height: 1.2em;
	font-weight: bold;
	vertical-align:bottom;
}
.calendarWeekend 
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.1em;
    color: #101386; 
    background-color: #E7ECF1; 
    border:1px solid #fff; 
	  text-align:center;
	  height: 1.2em;
	  font-weight: bold;
	  vertical-align:bottom;
}
.calendar 
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.1em;
    color: #101386; 
    background-color: #E4E9EE; 
    border:1px solid #fff; 
	  text-align:center;
	  height: 1.2em;
	  vertical-align:bottom;
}
.event 
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.1em; 
    color: #000040; 
    background-color: #91B3E3; 
    text-decoration: none; 
    border: 0px solid #9884A1;  
  	text-align:left;
}
.event_header   
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
    text-align: left;  

    text-decoration: none; 
    color: #000040; 
    background-color: #EFF5FB; 
} 
.event_header_dates
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000040;
	background-color: #91B3E3;
	text-decoration: none;
	border: 0px;
}
.event_header_zahl    
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 1.2em;
	color: #FFFFFF;
	background-color: #0E0E0E; 
	text-decoration: none; 
} 
.event_description
{ 
	background-color: #EFF5FB; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 1.0em; 
  font-weight: normal;
  text-align: justify;
  border-collapse: collapse; 
  padding: 0.3em;
} 
.empty 
{ 
    background-color: #f1f1f1; 
    height: 0.4em; 
 
}
.calendar A:link, .calendar A:visited, .calendarToday A:link, .calendarToday A:visited,  .calendarWeekend A:link, .calendarWeekend A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #BC006F;
	text-align:center;
	height: 1.2em;
	font-weight: bold;
	vertical-align:bottom;
}
.calendarWeekend A:hover, .calendarToday A:hover, .calendar A:hover, .calendar A:visited:hover, .yearHeader A:hover, .calendarWeekend A:visited:hover 
{
	color: #004000;
	text-decoration: none;
	font-weight: bold;
  height: 1.2em; 
}
 .calendarToday A:visited:hover 
{
    color: #800000; 
    text-decoration: none;
	  font-weight: bold;
    height: 1.2em; 
}