#kalender{
	width: 160px;
	}
	#marginal #kalender{
		margin:2px;
		}
		
#monat{
	color: #9d9d9d;
	display:block;
	font-family:Tahoma,Geneva,Arial,sans-serif;
	font-size:11px;
	height: 12px;
	margin-bottom: 5px;
	text-align:center;
	width: 160px;
	}
.monatswitch{
	float:left;
	height: 12px;
	text-align: center;
	vertical-align: middle;
	width:30px;
	}
.monatswitch-text{
	float:left;
	height: 12px;
	text-align: center;
	width:98px;
	}

#tabelle{
	width: 158px;
	border-top: 1px solid #ffffff;
	}
#tabelle td{
	border-right: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	padding:3px;
	text-align:center;
	width: 21px;
	}
#tabelle .tag:hover{
	background-color: #FFFFCC;
	text-decoration: none;
	cursor:pointer;
	}
#tabelle .active{
	background-color:#dddddd;
	}	
#tabelle .first{
	border-left: 1px solid #9d9d9d;
	}
#tabelle .head{
	background-color:#6b6b6b;
	color:#ffffff;
	font-size:11px;
	padding:3px;
	text-align:center;
	}
#tabelle .nodate{
	background-color:#ececec;
	}




