.veranstaltungen_container {
	background: url("/img/bg_divs.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    height: 260px;
    margin-top: 8px;
    width: 410px;
}

.veranstaltungen_container .divueberschrift {
	margin-left:5px;
}

.event_list_item {
	overflow:hidden;
	height:110px;
	padding:3px 0 0 5px;
	border-top:#CCCCCC 1px solid;
}

.event_list_item h4 {
	margin:15px 0 0 105px;
	width:300px;
}

.event_list_item h4 a {
	text-decoration:none;
}


.event_list_item .date_time {
	width:90px;
	height:100%;
	text-align:center;
	float:left;
	background-image:url("/img/events/kalender_normal.png");
	background-repeat:no-repeat;
	color:#000000;
	padding-top:20px;
	margin:10px 0px 0px 4px;
}

.event_list_item .date {
	padding-top:15px;
	font-weight:bold;
	font-size:14px;
	color:#314399;
}

.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 105px;
	font-size:10px;
	width:300px;
}

.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 {
	font-family:'TextileRegular';
	height:20px;
	margin-top:8px;
	margin-left:5px;
}

.event_all_btn a {
	text-decoration:none;
	outline:none;
}
