

#month {
	display:block;
	width:480px;
	height:360px;
	float:left;
	color: #e6e3dc;
	overflow:visible;
}


#colheader {
	position:relative;
	width:100%;
	height:20px;
	color: #222121;
}

#gridcontainer {
	position:relative; 
	width:480px;
	height:340px;
	overflow:visible;
}


#grid {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

#calowner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

#eventowner {
}

.weekday {
	overflow: hidden;
	position: absolute;
	/*
	width:14%;
	height:20%;
	*/
	width: 67px;
	height: 67px;
	display:block;
	z-index: 1;
	padding: 0;
	margin: 0 0 1px 1px;
	background-color:#222121;
}
.weekend {
	overflow: hidden;
	position: absolute;
	/*
	width:15%;
	height:20%;
	*/
	width: 69px;
	height: 67px;
	display:block;
	z-index: 1;
	padding: 0;
	margin: 0 0 1px 1px;
	background-color:#222121;
}

#colheader .weekday {
	height:100%;
	text-align:left;
	padding: 0;
	background-color:#e6e3dc;
}

#colheader .weekend {
	height:100%;
	text-align:left;
	padding: 0;
	background-color:#e6e3dc;
}

.clear {
	clear:both;
}

.label {
	padding: 2px 2px 2px 3px;
}

.hline {
	position: absolute;
	width:100%;
	border-top: 1px solid #e6e3dc;
	z-index:1;
}

.vline {
	position: absolute;
	height:100%;
	border-left: 1px solid #e6e3dc;
	z-index:1;
}

.event {
	position: absolute;
	z-index:5;
	padding: 0 1px 0 1px;
	height:14px;
	opacity: .8;
	filter: alpha(opacity=80);
	display:block;
}

a.eventl  {
	text-decoration:none;
	display:block;
	padding: 0;
	margin: 0;
}

.event .tb_ai {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 1px 0 1px;
	background-color:#ffdf7c;
}
.event .content_ai {
	background-color:#ffdf7c;
	padding: 0 0 0 2px;
	height:12px;
	overflow: hidden;
	text-decoration:none;
	white-space: nowrap;
}

.event .tb_av {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 1px 0 1px;
	background-color:#b1ff7c;
}
.event .content_av {
	background-color:#b1ff7c;
	padding: 0 0 0 2px;
	height:12px;
	overflow: hidden;
	text-decoration:none;
	white-space: nowrap;
}

.event .tb_ex {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 1px 0 1px;
	background-color:#7ce8ff;
}
.event .content_ex {
	background-color:#7ce8ff;
	padding: 0 0 0 2px;
	height:12px;
	overflow: hidden;
	text-decoration:none;
	white-space: nowrap;
}

.event .tb_ca {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 1px 0 1px;
	background-color:#ffa17c;
}
.event .content_ca {
	background-color:#ffa17c;
	padding: 0 0 0 2px;
	height:12px;
	overflow: hidden;
	text-decoration:none;
	white-space: nowrap;
}

/*
	gelb: #ffdf7c
	blau: #7ce8ff
	grŸn: #b1ff7c
	rot: #ffa17c
*/

.cal_head {
	padding: 0 0 0 492px;
	width:480px;
}
.cal_head_border {
	padding: 8px 0 0 492px;
	width:480px;
	border-color: #000; 
	border-width: 4px 0 0 0; 
	border-style: solid; 
}

.calendar_detail {
	padding: 0 0 1px 0;
}

.calendar_detail a:link, .calendar_detail a:visited, .calendar_detail a:active, .calendar_detail a:hover {
	text-decoration: none;
}
