/* calendar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */
 .kalender {
 	float: left; 
	text-align: left;	
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;			 
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;			 
}

.calendar  a {text-decoration : none; color : #A7A590;}
.calendar  a:HOVER {text-decoration :none;	font-size: 20px; font-weight: bold;}

.DayTD { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;		
	text-align: center;	
	width: 30px;
	height: 30px;	
	color: #A7A590; 
} 
.linksTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color : #FFFFFF;
	text-align: center;
	height: 30px;

} 
.daysTD { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;		
	text-align: center;	
	width: 30px;
	height: 30px;	
	color: #000000; 
} 
.todayTD { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;		
	text-align: center;	
	width: 30px;
	height: 30px;	

	font-weight: bold;		
	color: #000; 
} 
.monthdaysTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;		
	text-align: center;	
	width: 30px;
	height: 30px;	
	color: #A7A590; 
} 
.nonmonthdaysTD { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;		
	text-align: center;	
	width: 30px;
	height: 30px;		
	color: #000000; 
}
.nonmonthdaysTD a { 	
	color: #DDDDDD; 
}
.projectsToday .Project_title {margin-bottom : 0;margin-left : 0;margin-right : 0;margin-top : 0;	color: #DD5500; }
.projectsToday .projecttype {margin-bottom : 0;margin-left : 0;margin-right : 0;margin-top : 0;}

