#kalender {
	text-align: center;
}

/*#kalender table {
	border: 0;
	padding: 0;
	border-spacing: 0;
}*/

#kalender .kopf1 {
	font-weight: bold;
	padding: 10px 0;
	/*font-size: 14px;*/
	/*color: #ffffff;*/
	/*text-shadow: 1px 1px 1px #333333;*/
	/*.border-radius(5px, 0);*/
}

#kalender .kopf2 {
	/*font-weight: bold;*/
	/*text-shadow: 1px 1px 1px #D5D5D5;*/
	/*.mygradient(linear, #f8f8f8, #e2e2e2);*/
}

#kalender .kalender-tag {
	/*border-left: 1px solid #DBDBDB;*/
	/*.mygradient(linear, #f8f8f8, #e2e2e2);*/
}

#kalender .kalender-heute {
	border-left: 1px solid #DBDBDB;
	font-weight: bold;
	color: #a90000;
}

#kalender .kalender-termin-heute {
	background: url('../images/kalender/icon-info.png') center 85% no-repeat;
}

#kalender .kalender-termin { 
	background: url('../images/kalender/icon-info.png') center 85% no-repeat;
}

#kalender .kalender-out { 
	color: #AEAEAE; 
}

#kalender .cursor-pointer { 
	cursor: pointer; 
}

#kalender .kalender-wahltag1 {
	/*height: 39px;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	/*font-weight: bold;*/
	/*text-shadow: 1px 1px 1px #D5D5D5;*/
	/*border-top: 1px solid #D5D5D5;*/
}

#kalender .kalender-wahltag2 {
	/*height: 199px;*/
	/*background: #e2e2e2;*/
}
    
#kalender .kalender-termin-tag {
	/*width: 93px;*/
	/*height: 134px;*/
	/*float: left;*/
	/*border-right: 1px solid #DBDBDB;*/
	/*text-shadow: 1px 1px 1px #D5D5D5;*/
	/*padding: 6*5px 2*5px 0 2*5px;*/
}

#kalender .kalender-termine {
	height: 179px;
	text-align: left;
	margin-left: 114px;
	padding: 3*5px 2*5px 0 2*5px;
}
