
.event_list_item {
	overflow:hidden;
	height:110px;
	padding:3px 0 0 5px;
	border-top:#CCCCCC 1px solid;
}

.event_list_item h4 {
	margin:10px 0 0 110px;
}

.event_list_item h4 a {
	text-decoration:none;
}


.event_list_item .date_time {
	width:100px;
	height:100%;
	text-align:center;
	float:left;
	background-image:url("/img/events/kalender_normal.png");
	background-repeat:no-repeat;
	color:#000000;
	padding-top:20px;
	cursor:pointer;
}

.event_list_item .date {
	padding-top:20px;
	font-weight:bold;
	font-size:14px;
	color:#314399;
	margin-right:12px;
}

.event_list_item .time {
	padding-top:7px;
	font-size:14px;
	font-weight:bold;
	color:#314399;
}

.event_list_item .description {
	width:300px;
	height:45px;
	overflow:hidden;
	padding:0 0 0 10px;
}

.event_list_item .description a {
	text-decoration:none;
	outline:none;
}

.event_list_item .location {
	margin:0 0 5px 110px;
	font-style:italic;
}

.event_list_item .more_btn {
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

.event_list_item .more_btn:hover {
	text-decoration:underline;
}

.event_all_btn {
	height:20px;
	margin-top:8px;
	margin-left:5px;
}

.event_all_btn a {
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
}

.event_list_all {
	border:#CCCCCC 1px solid;
	background:url("/img/bg_divs.gif") repeat-x;
	clear:both;
	margin-top:140px;
	width:733px;
}

.event_list_all h1 {
	margin:0 0 0 0;
	padding:10px 0 10px 5px;
}

.event_list_all .event_list_item {
	border-top:#CCCCCC 1px solid;
	width:728px;
}

.event_list_all .description {
	width:600px;
}
