@import url(tooltip.css);

#minikalender {
	border: 1px solid #cecece;
	border-collapse: collapse;
	width:170px;
}

#minikalender a {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 11px;
	line-height:20px;
	text-align: center;
}

#minikalender tr td {
	border: 1px solid #cecece;
	text-align: center;
	padding: 2px;
}

#minikalender tr th {
	background-color: #952E43;
	color: #ffffff;
	padding: 2px;
	text-align: center;
}

#minikalender tr th a {
	display: block;
	color: #ffffff;
}

#minikalender tr.dayname td {
	font-size: 11px;
	font-weight:bold;
}

#minikalender tr td:hover {
	border: 1px solid #cecece;
	background-color:#FDFDCA;
	text-align: center;
	padding: 2px;
}

/* Zwischenzeile als Trenner  */
td.minical_zz {
	background-color: #cecece;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

/* Markierung auswahl */
.minical_select {
	background-color: #FFFF90;
}

/* Markierung heute */
.minical_today {
	background-color: #56D56B;
}

/* Gestrichelte Punkte entfernen */
a { outline: none; }

