

#month {
	display:block;
	width:847px;
	height:410px;
	float:left;
	color: #e6e3dc;
	overflow:visible;
	font-size:12px;
}


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

#gridcontainer {
	position:relative; 
	width:847px;
	height:390px;
	overflow:visible;
}


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

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

#eventowner {
}

#navigation_calendar {
	float:left;
	width:110px;
	margin-left:12px;
}
#navigation_calendar h4 {
	font-size:12px;
	margin-bottom:5px;
}

.weekday {
	overflow: hidden;
	position: absolute;
	/*
	width:14%;
	height:20%;
	*/
	width: 119px;
	height: 76px;
	display:block;
	z-index: 101;
	padding: 0;
	margin: 0 0 2px 2px;
	background-color:#0d0d0d;
}
.weekend {
	overflow: hidden;
	position: absolute;
	/*
	width:15%;
	height:20%;
	*/
	width: 119px;
	height: 76px;
	display:block;
	z-index: 101;
	padding: 0;
	margin: 0 0 2px 2px;
	background-color:#0d0d0d;
}

#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:101;
}

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

.event {
	font-size:10px;
	position: absolute;
	z-index:105;
	padding: 0 1px 0 1px;
	height:13px;
	opacity: .8;
	filter: alpha(opacity=80);
	display:block;
	cursor: pointer; cursor: hand;
}

a.eventl  {
	text-decoration:none;
	display:block;
	padding: 0;
	margin: 0;
}
#eventowner a:link,
#eventowner a:visited {
	text-decoration:none;
}

/*
.event .tb_ai, 
.event .tb_av, 
.event .tb_ex, 
.event .tb_ca {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 1px 0 1px;
}

.event .content_ai, 
.event .content_av, 
.event .content_ex, 
.event .content_ca {
	padding: 0 0 0 2px;
	height:11px;
	overflow: hidden;
	text-decoration:none;
	white-space: nowrap;
}
*/

.event .tb_ai, 
.event .tb_av, 
.event .tb_ex, 
.event .tb_ca {
	float:left;
	font-size: 1px;
	height: 11px;
	width: 1px;
	line-height: 1px;
	margin: 1px 0;
}

.event .content_ai, 
.event .content_av, 
.event .content_ex, 
.event .content_ca {
	float:left;
	padding: 0;
	height:13px;
	overflow: hidden;
	text-decoration:none;
	white-space: nowrap;
}

.event .content_ai span, 
.event .content_av span, 
.event .content_ex span, 
.event .content_ca span {
	padding: 0 0 0 2px;
}

.event .tb_ai, 
.event .content_ai, 
.event_detail .tb_ai, 
.event_detail .content_ai {
	background-color:#ffdf7c;
}

.event .tb_av, 
.event .content_av, 
.event_detail .tb_av, 
.event_detail .content_av {
	background-color:#b1ff7c;
}

.event .tb_ex, 
.event .content_ex, 
.event_detail .tb_ex, 
.event_detail .content_ex {
	background-color:#7ce8ff;
}

.event .tb_ca, 
.event .content_ca, 
.event_detail .tb_ca, 
.event_detail .content_ca {
	background-color:#ffa17c;
}

#detailowner {
	position:absolute;
	top:0;
	left:0;
	z-index:106;
}

.event_detail {
	color: #111;
	width:220px;
	font-size:12px;
	position: absolute;
	z-index:107;
	padding: 0 1px 0 1px;
	display:none;
}
.event_detail .tb_ai, 
.event_detail .tb_av, 
.event_detail .tb_ex, 
.event_detail .tb_ca {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 1px 0 1px;
}

.event_detail .content_ai, 
.event_detail .content_av, 
.event_detail .content_ex, 
.event_detail .content_ca {
	padding: 5px;
	text-decoration:none;
}




/*
	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;
}
*/

