﻿div.minical {
	background-image: url('../img/kalender/kalender_background.gif');
	width: 150px;	
	height: 180px;
	position: absolute;
	left: 10px;
	/*top: 372px;*/
	z-index:10;
}

div.minical_monat {
	width: 102px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color: #999999;
	line-height: 18px;
	text-align: center;
	margin-top: 5px;
	float:left;
}

div.minical_dec {
	width:18px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color: #999999;
	line-height: 18px;
	text-align: center;
	margin-top: 5px;
	margin-left:3px;
	float:left;
	cursor:pointer;
}

div.minical_inc {
	width:18px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color: #999999;
	line-height: 18px;
	text-align: center;
	margin-top: 5px;
	margin-left:3px;
	float:left;
	cursor:pointer;
}

div.minical_tage{
	background-color:transparent;
	width: 144px;
	height:126px;
	margin-left:6px;
	margin-right:0px;
	margin-top:3px;
	cursor:pointer;
}

div.minical_tag{
	background-color: transparent;
	width: 15px;
	height: 15px;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 3px;
	float: left;
}

div.minical_days{
	background-color:transparent;
	width: 144px;
	height: 20px;
	margin-left:6px;
	margin-right:0px;
	margin-top:30px;
}

img.minical_day{
	background-color: transparent;
	width: 15px;
	height: 15px;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 3px;
	float: left;
}