/* CSS Document */
#cal_body{
	width:218px; float:left; display:inline; margin-left:10px;
}

#cal_kopf{
	width:218px; float:left; display:inline; text-align:center;
}

#cal_kopf a{
	width:25px; float:left; display:block; font-weight:bold;
}

#cal_kopf div{
	width:168px; float:left; text-transform:uppercase;
}

#cal_week_days{
	width:218px; float:left; text-align:center; border:1px solid #e1e1e1; margin-top:3px;
}

#cal_week_days div{
	width:24px; height:18px; padding:4px 3px 3px 3px; float:left; font-weight:bold;
}

#cal_days{
	width:218px; float:left; text-align:center; border-right:1px solid #e1e1e1; border-left:1px solid #e1e1e1;
}

#cal_days div{
	width:24px; height:18px; padding:4px 3px 3px 3px; float:left; border-bottom:1px solid #e1e1e1;
}

#cal_days a{
	width:24px; height:18px; padding:4px 3px 3px 3px; float:left; border-bottom:1px solid #e1e1e1; font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; display:block;
}

.border-right{
	border-right:1px solid #e1e1e1;
}

.days{
	border-left:1px solid #e1e1e1;
}

.empty{
	border-left:1px solid #ffffff;
}

.col_first{
	border-left:0;
}

.aktiv{
	color:#990000; font-weight:bold;
}

.heute{
	color:#f7bc1f;
}

#event_vorschau{
	width:230px; float:left; margin:15px 0 0 8px; background:url(../../images/content/linie200.jpg) left top no-repeat; padding-top:10px; display:inline;
}

#event_vorschau a{
	width:215px; float:left; margin:2px 0 2px 0; padding:5px; display:block; background:#F1f1f1; font-size:11px;
}

#event_vorschau div{
	width:215px; float:left; margin:2px 0 2px 0; padding:5px; display:inline; background:#F1f1f1; font-size:11px;
}
