@charset "utf-8";
/* CSS Document */

#inhalt .event {
	width:420px;
	font-family:Arial;
	font-size:12px;
	clear:both;
}

#inhalt .event_month {
	font-size:12px;
	background-color:#f7f7f7;
	margin:0px;
	padding:2px;
	width:420px;
	color:#84B819;
	line-height:16px;
}

#inhalt .event_date {
	line-height:16px;
	clear:both;
	float:left;
	width:420px;
	vertical-align:top;
	margin:0px;
	padding:2px 2px 2px 15px;
	background-color:#f7f7f7;
	cursor:pointer;
	background-image:url("images/a2.gif");
	background-position: 5px 6px;
	background-repeat:no-repeat;
}

#inhalt .event_description {
	float:left;
	width: 415px;
	padding: 5px 5px 5px 15px;
	vertical-align:top;
	line-height:16px;
	background-color:#f7f7f7;
	border:1px solid #84B819;
	line-height:16px;
}

