/*
Define top_event 
*/
#topevents {
	font-family: "Arial", Verdana;
	font-size: 12px;
	vertical-align: baseline;
	width: 572px;
	height: 285px;
	font-size: 12px;
	margin: 0 0 30px 0;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

#topevents a {
	color: #80B6CE;
	text-decoration: none;
}

#topevents a:hover {
	color: #CAE1EA;
	text-decoration: underline;
}

#topevents .corner_topLeft,#topevents .corner_topRight,#topevents .corner_bottomLeft,#topevents .corner_bottomRight,#topevents .corner
	{
	height: 5px;
	width: 5px;
	position: relative;
	z-index: 2;
}

#topevents .corner_topLeft {
	background: url('../img/corner_white.png') no-repeat;
	float: left;
}

#topevents .corner_topRight {
	background: url('../img/corner_white.png') no-repeat -175px 0;
	float: right;
}

#topevents .corner_bottomLeft {
	background: url('../img/corner_white.png') no-repeat 0 -95px;
	float: left;
}

#topevents .corner_bottomRight {
	background: url('../img/corner_white.png') no-repeat -175px -95px;
	float: right;
}

#topevents .top_current {
	font-size: 12px;
	text-align: right;
	margin: 5px 3px 5px 0;
	position: relative;
	text-align: right;
	height: 17px;
	z-index: 2;
}

#topevents .wrapper {
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	width: 572px;
	height: 285px;
	background-color: #FFFFFF;
}

#topevents .top_current .active {
	padding: 2px 10px 2px 10px;
	background: url('../img/top_current.png') no-repeat 0 -64px;
}

#topevents .top_current a {
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	background: url('../img/top_current.png') no-repeat 0 -6px;
	cursor: pointer;
	text-decoration: none;
}

#topevents .top_current a:hover {
	background-position: 0 -34px;
}

#topevents .topevents_text {
	padding: 186px 0 0 0;
}

#topevents .top_event {
	width: 572px;
	height: 285px;
	text-indent: -1000px;
	float: left;
	display: block;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

#topevents .top_kategorie,.top_kategorie_start,.top_kategorie_end {
	background: url('../img/top_event_type.png');
	font-size: 16px;
	line-height: 24px;
	color: #464646;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

#topevents .top_kategorie {
	margin: 0px;
	padding: 0px;
	background-position: 580px -9px;
	color: #585858;
}

#topevents .top_kategorie_start {
	background-position: 594px -9px;
	margin: 0px 0px 0px 70px;
}

#topevents .top_kategorie_end {
	background-position: 12px -9px;
}

#topevents .top_head,.top_head_start,.top_head_end,.top_arrow_left,.top_arrow_right
	{
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 22px;
	color: #3355AA;
}

#topevents .top_head,.top_head_start,.top_head_end {
	background: url('../img/top_event_type.png');
	background-position: -16px -39px;
	z-index: 2;
	position: relative;
}

#topevents .top_head_start,.top_head_end {
	padding: 0 0 0 0.1em;
}

#topevents .top_head_start {
	background-position: -10px -39px;
	margin-left: 50px;
}

#topevents .top_head_end {
	background-position: 10px -39px;
}

#topevents .topevent_arrows {
	width: 572px;
	position: absolute;
	top: 224px;
	left: 0;
	margin-left: 0;
	z-index: 1000;
}

#topevents  .top_arrow_left a,.top_arrow_right a {
	position: absolute;
	left: 3px;
	top: 0;
	background: url('../img/top_arrows.png') -12px -10px;
	padding: 1px 21px;
	height: 40px;
}

#topevents .top_arrow_right a {
	background-position: -66px -10px;
	left: 464px;
}

#topevents .top_arrow_left a:hover {
	background-position: -12px -63px;
}

#topevents .top_arrow_right a:hover {
	background-position: -66px -63px;
}

#topevents .corner_topLeft {
	height: 5px;
	width: 5px;
	position: relative;
	z-index: 2;
}

#topevents .corner_topRight {
	height: 5px;
	width: 5px;
	position: relative;
	z-index: 2;
}

#topevents .corner_bottomLeft {
	margin-top: 280px;
	margin-left: -5px;
	height: 5px;
	width: 5px;
	position: relative;
	z-index: 2;
}

#topevents .corner_bottomRight {
	margin-top: 280px;
	margin-right: -5px;
	height: 5px;
	width: 5px;
	position: relative;
	z-index: 2;
}

/*
End top_event
*/