.kalender{
	width:140px;
	border: 1px #c1c1c1 solid;
}
.kalender-menu{
	border:1px solid #000;
	background:#e4f4f1;
	width:140px;
	height:1.2em
}

.kalender-month{
	height:1.5em;
	font-family:Arial;
	font-size:0.85em;
	font-weight:bold;
	color:#000000;
}
.kalender-week{
	background:url('images/week_bar.gif') repeat-x;
	height:1.5em;
	font-family:Arial;
	font-size:0.85em;
	font-weight:bold;
	color:#433d27;
}

.kalender-dayDim{
	padding-top:0.3em;
	background-color:#eeeeee;
	height:2em;
	width:2em;
	text-align:center;
	font-family:Arial;
	font-size:0.85em;
	color:#bbbbbb;
}

.kalender-dayDefault{
	padding-top:0.3em;
	background-color:#e0e0e0;
	height:2em;
	width:2em;
	text-align:center;
	font-family:Arial;
	font-size:0.85em;
	color:#433d27;
}

.kalender-dayWeekend{
	padding-top:0.3em;
	background-color:#d0d0d0;
	height:2em;
	width:2em;
	text-align:center;
	font-family:Arial;
	font-size:0.85em;
	color:#433d27;
}

.kalender-dayHighlight_1,.kalender-dayHighlight_2,.kalender-dayHighlight_3{
	padding-top:0.3em;
	background-color:#e3d600;
	height:2em;
	width:2em;
	text-align:center;
	font-family:Arial;
	font-size:0.85em;
	color:#fff;
}

.kalender-dayHighlight_1:hover,.kalender-dayHighlight_2:hover,.kalender-dayHighlight_3:hover{
	background-color:#ff6314;
}
.kalender-dayWeekendHighlight_1,.kalender-dayWeekendHighlight_2,.kalender-dayWeekendHighlight_3{
	padding-top:0.3em;
	background-color:#e3d600;
	height:2em;
	width:2em;
	text-align:center;
	font-family:Arial;
	font-size:0.85em;
	color:#fff;
}

.kalender-dayWeekendHighlight_1:hover,.kalender-dayWeekendHighlight_2:hover,.kalender-dayWeekendHighlight_3:hover{
	background-color:#ff6314;
}

/*
.kalender-dayHighlight_2{
	background-color:#dc8902;
	height:20px;
	font-family:Arial;
	font-size:9px;
	color:#433d27;
}

.kalender-dayHighlight_2:hover{
	background-color:#ff6314;
}

.kalender-dayWeekendHighlight_2{
	background-color:#cfa343;
	height:20px;
	font-family:Arial;
	font-size:9px;
	color:#433d27;
}

.kalender-dayWeekendHighlight_2:hover{
	background-color:#d05110;
}

.kalender-dayHighlight_3{
	background-color:#fec852;
	height:20px;
	font-family:Arial;
	font-size:9px;
	color:#433d27;
}

.kalender-dayHighlight_3:hover{
	background-color:#ff6314;
}

.kalender-dayWeekendHighlight_3{
	background-color:#dc8902;
	height:20px;
	font-family:Arial;
	font-size:9px;
	color:#433d27;
}

.kalender-dayWeekendHighlight_3:hover{
	background-color:#d05110;
}
*/
.kalender-tooltip-day{
	background:#fff;
	height:1.6em;
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
	color:#433d27;
}

.kalender-tooltip-row_1{
	background:none;
	font-family:Arial;
	font-size:1.5em;
	color:#433d27;
}

.kalender-tooltip-row_2{
	background:none;
	font-family:Arial;
	font-size:1.5em;
	color:#433d27;
}

.kalender-tooltip-highlight_1{
	background:none;
	font-family:Arial;
	font-size:1.5em;
	color:#433d27;
	font-weight:bold;
}

.kalender-tooltip-highlight_2{
	background:none;
	font-size:1.5em;
	font-family:Arial;
	color:#433d27;
	font-weight:bold;
}

.kalender-tooltip-highlight_3{
	background:none;
	font-size:1.5em;
	font-family:Arial;
	color:#433d27;
	font-weight:bold;
}

.kalender-tooltip-row_shadow{
	display:none;
	background:none;
	height:0;
}

.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-family:Arial;
	font-size:10px;
	color:#433d27;
	cursor:pointer;
	background-color:#eeeeee;
	height:15px;
	text-decoration:none;
}

.kalender-jump-row:hover{
	font-family:Arial;
	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-family:Arial;
	font-size:10px;
	color:#433d27;
	cursor:pointer;
	background-color:#dfdfdf;
	height:15px;
	text-decoration:none;
}

.kalender-jump-link{
	font-family:Arial;
	font-size:10px;
	color:#433d27;
	font-weight:bold;
	cursor:pointer;
}

.kalender-jump-link:hover{
	text-decoration:none;
}

#overDiv{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:13em;
	position:absolute;
	visibility:hidden;
	z-index:1000
}
#overDiv table,#overDiv tr,#overDiv td{
	margin:0;
	border:0
}
#overDiv .table1{
	border:1px solid #616161;
	border-left:2px solid #616161;
	border-bottom:2px solid #616161;
	background:#e1e1e1
}
.kalender_tooltip_table{
	width:99%
}
* html .kalender_tooltip_table{
	width:95%
}
*:first-child+html .kalender_tooltip_table{
	width:95%
}

