.event,
.event .box{
	position: relative;
	z-index: 500;
}

/* fleck */
.event .fleck_left {
	position: absolute;
	width: 23px;
	height: 193px;
	top: -20px;
	left: -23px;
	background: url('/media/dsg/event_left.png') no-repeat top left;
}

.event .fleck_bottom {
	position: absolute;
	z-index: 100;
	width: 246px;
	height: 142px;
	bottom: -1px;
	right: -50px;
	background: url('/media/dsg/fleck_event_bottom.png') no-repeat top left;
}
.event_single .fleck_left {
	top: 10px;
}
.event_single .fleck_bottom {
	right: -40px;
	bottom: -30px;
}
/* single */
.event_single .lead {
	position: relative;
	z-index: 500;
}
.event_single .leadWithFleck {
	position: relative;
}

.event_single .single .title {
	font-size: 1.5em;
	color: #000000;
	margin-bottom: 2em;
}

.event_single .single .lead {
	width: 445px;
	font-size: 1.0em;
	padding: 10px;
	background: #66835a;
}
.event_single .single .star {
	padding-top: 10px;
	text-align: center;
}

.event_single .info {
	font-weight: bold;
}
.event_single .info span{
	color: #000;
	float: left;
	width: 40px;
}
.event_single .back {
	float: right;
	background: #000;
	padding: 3px 10px 6px;
	margin-top: -8px;
}
/* all */
.event hr {
	border: 0;
	height: 1px;
	width: 439px;
	color: #4a6042;
	background-color: #4a6042;
}