body, html, form {
  margin: 0px;
  padding: 0px;
}
.small_agenda_month {
  font-family: Tahoma, Verdana, Arial;
  font-weight: bold;
  font-size: 21px;
  color: #f6e8c8;
}
.calendar_dagen{
 font-family: Trebuchet MS;
 font-size: 11px;
 color: #FFFFFF;
 font-weight:bold;
 width:18px; 
 height:18px; 
}
.calendar_item{
 border: 1px dotted #000000;
 background-color:#E6BF77;
 font-family: Trebuchet MS;
 font-size: 11px;
 color: #3b3315; 
 width:18px; 
 height:18px;
}
.calendar_item_content{
 border: 1px dotted #000000;
 background-color:#F04500;
 font-family: Trebuchet MS;
 font-size: 11px;
 color: #3b3315; 
 width:18px; 
 height:18px;
 cursor:pointer; 
}
.calendar_item_active{
 border: 1px dotted #000000;
 background-color:#5b1617;
 font-family: Trebuchet MS;
 font-size: 11px;
 color: #eacf9c; 
 width:18px; 
 height:18px;
}
.calendar_item_empty{
 border: 1px dotted #000000;
 background-color:#eacf9c;
 font-size: 11px; 
 color: #000000; 
 width:18px; 
 height:18px; 
}
.calendar_switchmonth{
  font-family: Tahoma, Verdana, Arial;
  font-weight: bold;
  font-size: 12px;
  color: #4c2c0c;
}
.calendar_switchmonth a{
  text-decoration: none;
  font-family: Tahoma, Verdana, Arial;
  font-weight: bold;
  font-size: 12px;
  color: #4c2c0c;
}
.calendar_switchmonth a:hover{
  text-decoration: none;
  font-family: Tahoma, Verdana, Arial;
  font-weight: bold;
  font-size: 12px;
  color: #4c2c0c;
}

#ballon1{
 padding:5px;
 font-family: Tahoma;
 font-size: 12px;
 color: #ffffff; 
}
.ballon1_titel{
 font-family: Tahoma;
 font-size: 12px;
 font-weight:bold;
 color: #ffffff; 
}
#ballon2{
 padding:5px;
 font-family: Tahoma;
 font-size: 12px;
 font-weight:bold;
 color: #000000; 
}

