@charset "utf-8";
.kalenderTable{
	border:2px solid #FFCF07; 
	empty-cells:show;
	border-spacing:3px;
	font-size:11px;
	margin:auto;
	color:#5A5A5A;
	-moz-border-radius:7px; -khtml-border-radius:7px; -webkit-border-radius:7px;
	padding:5px;
	-webkit-box-shadow:rgb(0,0,0) 1px 1px 8px;
	border-collapse:separate;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.heading{
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}

.kalenderTable td{
	text-align:center;
	-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
}

.kalenderTable tr{
	-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;	
}

.tagesnamen{
	color:#5A5A5A;
}

.leererTag, .vollerTag, .vollerTagMarkiert, .aktTag, .aktTagMarkiert, .tagesnamen{
	width:25px;
	height:25px;	
}

.leererTag{
	background-color:#FFF9D7;
	cursor:default;
	border:2px solid #FFF9D7;	
}

.vollerTag{
	background-color:#FFCF07;
	border:2px solid #FFCF07;
	cursor:default;
}

.vollerTagMarkiert{
	background-color:#FFE377;
	border:1px dashed #5A5A5A;
	text-decoration:underline;
	font-style:italic;
	cursor:default;
}

.aktTag{
	background-color:#FFDB48;
	border:1px solid #5A5A5A;
	cursor:default;
}

.aktTagMarkiert{
	background-color:#FFDB48;
	border:1px dashed #5A5A5A;
	font-style:italic;
	text-decoration:underline;
	cursor:default;
}

.kalenderNav a{
	font-size:14pt;
	text-decoration:none;
	color:#5A5A5A;
}

.messageDiv{
	position:absolute;
	visibility:hidden;
	text-align:left;
	border:1px solid #FFCF07;
	background-color:#FFF;
	padding:5px;
	-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;	
	-webkit-box-shadow:rgb(0,0,0) 1px 1px 8px;
	z-index:501;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A5A5A;
	line-height:20px;
}

hr.termine{
	color:white;
	background-color:white;
	border:none;
	height:3px;
	-moz-border-radius:1px; -khtml-border-radius:1px; -webkit-border-radius:1px; border-radius:1px;		
	width:300px;
}
