#kalender {
	margin-top: 5px;
	color: #FFFFFF;
}

#kalender a:link, #kalender a:visited, #kalender a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.header_cell {
	border-top: 1px solid #DDD; 
	border-bottom: 1px solid #DDD; 
	padding-top: 2px; 
	padding-bottom: 2px;
	font-weight: bold;
} 

.day_header_cell {
	padding-top: 2px; 
	padding-bottom: 2px; 
	width: 29px;
}

.top-border {
	width: 29px; 
	line-height: 0px; 
	height: 0; 
	background-color: none; 
	float: left;
}

.offset_day_cell{
	width: 29px; 
	line-height: 20px; 
	background-color: none; 
	float: left; 
	border-bottom: 1px solid #DDD;
}

.day_cell{
	width: 28px; 
	line-height: 20px; 
	border-left: 1px solid #DDD; 
	border-bottom: 1px solid white; 
	float: left; 
	text-align: center;
}

