@charset "iso-8859-2";
/* CSS Document */

#KalTab {
	border-collapse:collapse;
}

#Kalender {
	font-family:Arial, Helvetica, sans-serif;
}

#KalTab td, th {
	border:#33CCFF 1px solid;
	padding:2px;
}

#kalender_body td {
	background-color:#eafcff;
	text-align:left;
	font-size:11px;
	vertical-align:top;
	height:86px;
	width:80px;
}

#monthchange td {
	background-color:#eafcff;
	text-align:center;
	font-size:18px;
	vertical-align:middle;
	height:133px;
	width:143px;
	cursor:pointer;
}

#monthchange b {
	color:#A00000;
	font-size:20px;
}

#years td {
	border-bottom:#2AA0FF 2px solid;
}

#KalTab td:hover {
	cursor:pointer;
}

#KalTab td:hover {
	background-color:#f5feff;
}

.eintrag {
	cursor:pointer;
	z-index:9995;
}

#KalTab div:hover {
	background-color:#f7ffbf;
}

#KalTab input {
	width:76px;
	height:auto;
	font-size:11px;
	background-color:#f7ffbf;
	border:solid 1px #33CCFF;
	padding:1px;
}

.AddEntry {
	cursor:pointer;
	height:20px;
	width:auto;
}

#months th {
	background-color:#CCDFFF;
	text-align:middle;
	font-size:15px;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
	color:#690000;
	width:80px;
}

#year {
	background-color:transparent;
	font-size:20px;
	height:22px;
	width:588px;
	border:0px;
	color:#0197c9;
	text-align:center;
	padding:0 0 5px 0;
	font-weight:bold;
}

#year b {
	cursor:pointer;
}

#year b:hover {
	color:#0000CC;
}

#nextmonth {
	float:right;
	height:15px;
	width:15px;
	cursor:pointer;
}

#lastmonth {
	float:left;
	height:15px;
	width:15px;
	cursor:pointer;
}

#Kal_Footer {
  width:595px;
  height:auto;
  font-size:11px;
  text-align:center;
}

#Kal_Footer i {
  float:right;
}
