.tag_we, .tag_heute, .tag_norm, .tag_leer, .tag_head, .tag_treffer
{
	float: left;	
	height: 35px;
	width: 35px;
	margin: 2px;
	text-align: center;
	background-color: #fff;		
}

.tag_norm
{
	border: 1px solid #DDD;
}

.tag_we
{
	border: 1px solid #DDD;
	color: #F00;
}

.tag_heute
{
	border: 1px solid #F00;
	background-color: #ccc;	
}

.tag_treffer
{
	border: 1px solid #F00;
	background-color: #FFCC66;
}

.tag_leer
{
	border: 1px solid #fff;
}

.tag_head
{
	font-weight: bold;
	background-color: #DDD;
	border: 1px solid #0DD;
	font-size: 10px;
	float: left;	
	height: 15px;
	width: 35px;
	margin: 2px;
	text-align: center;	
}

#navi
{
	height: 24px;
	border: 1px solid #000;
	text-align: center;
	margin: 2px;

}

#monat_akt, #monat_navi
{
	float: left;
	height: 20px;
	width: 40px;
	text-align: center;
}

#monat_akt
{
	font-weight: bold;
	color: #f00;
}



.clr
{
	clear: both;
}


