.kalender{
	width: 100%;
}
.kalender-menu{
	width: 100%;
}

.kalender-month { margin: 0 0 3px; padding: 0 0 2px; background: #ffffff url(../img/calendar-caption.gif) 0 100% no-repeat; color: #2E6A0A; font-weight:bold;font-size:1em; text-transform: uppercase; }
.kalender-month a { color: #7fba00; font-size: 1.5em; text-decoration: none; vertical-align: -1px; }
.kalender-week {font-weight:bold; text-transform: uppercase; color:#2E6A0A;}
.calendar th,
.calendar td { text-align: center; font-weight:normal}
.calendar th { font-weight: bold; }
.calendar td.today { border: 1px solid #c66005; }
.calendar td a { padding: 1px 3px; background: #f1f1e9; color: #c66005; font-weight: bold; text-decoration: none; }
.calendar td a:hover { background: #c66005; color: #f1f1e9; font-weight: bold; text-decoration: none; }
   

.kalender-dayDefault{
	text-align: center; 
}

.kalender-dayHighlight_1{
	background-color:#2E6A0A;
	height:20px;
	font-size:9px;
	color:#fff;			
}

.kalender-dayHighlight_1:hover{
	background-color:#ff6314;
}

.kalender-dayWeekendHighlight_1{
	background-color:#2E6A0A;
	height:20px;	
	font-size:9px;
	color:#fff;			
}

.kalender-dayWeekendHighlight_1:hover{
	background-color:#d05110;
}

.kalender-dayHighlight_2{
	background-color:#2E6A0A;
	height:20px;		
	font-size:9px;
	color:#fff;			
}

.kalender-dayHighlight_2:hover{
	background-color:#2E6A0A;
}

.kalender-dayWeekendHighlight_2{
	background-color:#2E6A0A;
	height:20px;
	font-size:9px;
	color:#433d27;
}

.kalender-dayWeekendHighlight_2:hover{
	background-color:#ffffff;
}

.kalender-dayHighlight_3{
	background-color:#2E6A0A;
	height:20px;	
	font-size:9px;
	color:#433d27;			
}

.kalender-dayHighlight_3:hover{
	background-color:#ff6314;
}

.kalender-dayWeekendHighlight_3{
	background-color:#dc8902;
	height:20px;	
	font-size:9px;
	color:#433d27;			
}

.kalender-dayWeekendHighlight_3:hover{
	background-color:#d05110;
}

.kalender-tooltip-day{
	background:url('images/day_bar.gif') repeat-x;
	height:23px;	
	font-size:10px;
	font-weight:bold;
	color:#433d27;	
}

.kalender-tooltip-row_1{
	background-color:#e7e7e7;	
	font-size:10px;
	color:#433d27;
}

.kalender-tooltip-row_2{
	background-color:#e0e0e0;	
	font-size:10px;
	color:#433d27;
}

.kalender-tooltip-highlight_1{
	background-color:#f6af12;
	font-size:10px;
	color:#433d27;	
}

.kalender-tooltip-highlight_2{
	background-color:#dc8902;	
	font-size:10px;
	color:#433d27;	
}

.kalender-tooltip-highlight_3{
	background-color:#fec852;	
	font-size:10px;
	color:#433d27;	
	font-weight:bold;	
}

.kalender-tooltip-row_shadow{
	background:url('images/tooltip_row_shadow.gif') repeat-x;
	height:5px;	
}

.kalender-next{
	background:url('images/next.gif') no-repeat;	
	width:15px;
	height:14px;
}

.kalender-next:hover{
	background:url('images/next_over.gif') no-repeat;	
	width:15px;
	height:14px;
}

.kalender-previous{
	background:url('images/previous.gif') no-repeat;	
	width:15px;
	height:14px;
}

.kalender-previous:hover{
	background:url('images/previous_over.gif') no-repeat;	
	width:15px;
	height:14px;
}

.kalender-jump-row {		
	font-size:10px;
	color:#433d27;	
	cursor:pointer;	
	background-color:#eeeeee;
	height:15px;
	text-decoration:none;
}

.kalender-jump-row:hover{		
	font-size:10px;
	color:#ffffff;	
	cursor:pointer;	
	height:15px;
	text-decoration:none;	
	background-color:#d0d0d0;	
}

.kalender-jump-row-text {
	text-decoration:none;
	color:#555555;
}

.kalender-jump-current-row {
	font-weight: bold;
	font-size:10px;
	color:#433d27;	
	cursor:pointer;	
	background-color:#dfdfdf;
	height:15px;
	text-decoration:none;
}

.kalender-jump-link{
	color: #654e0D; font-weight: bold;	
	font-size:10px;
	color:#433d27;	
}

.kalender-jump-link:hover{
	text-decoration:none;
}
