.calendar {
	float: left;
	display: inline;
	width: 314px;
	overflow: hidden;
}
.calendar .dates {
	float: left;
	display: inline;
}
.calendar table {
	float: left;
	display: inline;
	border-left: 3px solid #b8bdc0;
	background: #b8bdc0;
}
.calendar th {
	font-size: 11px;
	font-weight: bold;
	color: #333; 
	text-align: center;
	padding: 3px 0 3px 0;
}
.calendar td { 
	width: 15px;
	height: 15px;
	text-align: center;
	padding: 0 3px 3px 0;
}
.calendar .day {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
.calendar .day a {
	display: block;
	width: 13px;
	color: #055b9b;
	padding: 0 2px 0 2px;
	background: #e4e4e8;
}
.calendar .day a:hover {
	color: #fff;
	background: #c30000;
}
.calendar .tag {
	display: none;
}
.calendar .now a {
	color: #fff;
	background: #c30000;
}
.calendar .future a {
	color: #fff;
	background: #b8bdc0;
}
.calendar .future a:hover {
	color: #fff;
	background: none;
}
.calendar form {
	float: right;
	display: inline;
}
.calendar form .month {
	font-size: 11px;
	font-weight: bold; 
	color: #333;
}
.calendar form .input {
	font-size: 10px;
}
/* Für die Kaldenerfunktion 
#tag1, #tag2 {
}
.calendar .past{
}
.calendar .now{
}
.calendar .future {
}
*/




