

#kalenderbody{
	position:relative;
	width: 162px;
	height: 200px;
	background-color: #ffffff;
}

#kalendertitel{
	position: absolute;
	font-size: 12px;
	font-family: Verdana;
	color: #4b1645;
	text-align: center;
	font-weight: bold;
	top: 21px;
	width: 162px;			
}



#kalendernavi{
	position: absolute;
	font-size: 10px;
	font-family: Verdana;
	color: #545454;
	text-align: center;
	top: 10px;
	width: 162px;
}

#kalendernavi_links{
	float: left;
	padding-left: 15px;
}

#kalendernavi_rechts{
	float: right;
	padding-right: 15px;
}
		#kalendernavi_links a{
			color: #545454;
			text-decoration: none;
		}

		#kalendernavi_rechts a{
			color: #545454;
			text-decoration: none;
		}
		
	#kalenderblatt{
		position:relative;
		top: 56px;
		left: 4px;
		height: 110px;
		width: 154px;
	}
	
		#kalenderfeld{
			float:left;
			height: 21px;
			width: 21px;
			background-color: #161616;

			border-bottom: solid;
			border-bottom-color: #ffffff;
			border-bottom-width: 1px;
			
			border-right: solid;
			border-right-color: #ffffff;
			border-right-width: 1px;
			
			font-size: 10px;
			font-family: Verdana;
			color: #545454;
			text-align: center;

		}
	#kalenderfeld a{
			color: #0579CC;
			text-decoration: none;	
			font-weight: bold;
	}

#zahl{
	height: 10px;
	position:relative;
	top:4px;
}
	
#tage{
	position: absolute;
	font-size: 10px;
	font-family: Verdana;
	color: #545454;
	text-align: center;
	top: 40px;
	width: 157px;
	left: 5px;
}
		
	#tag{
		float:left;
		height: 21px;
		width: 21px;

		border-right: solid;
		border-right-color: #ffffff;
		border-right-width: 1px;
		
		font-size: 10px;
		font-family: Verdana;
		color: #545454;
		text-align: center;
	}		