/* === Events === */

/* == Übersicht == */

.event_overview h1 {
	font-size: 14px;
	text-transform: uppercase;
}

.event_overview h2 {
	font-size: 10px;
	font-weight:normal;
}

.legende {
	margin-top: 30px;
}

.event_overview th.first, .event_overview td.first {
	padding-left: 3px;
}

.event_overview .event_table th span {
	float: left;
	text-transform: uppercase;
}

.event_overview .event_table th img {
	margin-top: 1px;
	margin-left: 15px;
}

.event_overview .event_table td {
	height: 18px;
	vertical-align: middle;
}

.event_table_bright {
	background-color: #ffdf60;
}

.event_table_normal {
	background-color: transparent;
}

.event_overview .event_left {
	float: left;
	width: 490px;
	min-height: 500px;
	height: auto !important; /* für moderne Browser */
	height: 500px;  /*für den IE */
	padding-right: 29px;
}

.event_overview .event_right {
	float: right;
	padding-left: 16px;
	width: 150px;
}

/* == Detailansicht == */

.event_full {
	float: left;
	display: block;
	margin-bottom: 15px;
}

.event_full_left {
	float: left;
	width: 490px;
	min-height: 500px;
	height: auto !important; /* für moderne Browser */
	height: 500px;  /*für den IE */
	padding-right: 29px;
}

.event_full h1 {
	text-transform: uppercase;
}

.event_full h2 {
	text-transform: uppercase;
}

.event_full_left .bookmark a {
	float: right;
	background-color: #000000;
	color: #FFCC00;
	text-decoration: none;
	margin-left: 10px;
	padding: 2px 10px 2px 10px;
}

.event_full_left .bookmark .addthis a {
	margin-top:10px;
	background:none;
}

.event_full_left .infolabel {
	margin-left: 270px;
	height: 180px;
}

.event_full_left .infolabel table.infobody p {
	font-size: 14px;
}

.event_full_left .infolabel table.infobody .infobodytext {
	text-transform: uppercase;
}

.event_full_left .infolabel .description {
	bottom: 0px;
}

.event_full_left .topbody {
	margin-top: 20px;
}

event_full_left .bodytext {

}

.event_full_left .blacknav a {
	float:left;
	font-weight: bold;
	background-color: #000000;
	color: #FFCC00;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	text-align: center;
	text-transform: uppercase;
}

.event_full_left .nav a {
	float:right;
 	font-weight: bold;
 	text-decoration: none;
}

.event_full_left .nav a.next {
	margin-right: 20px;
 	background: transparent url('/cms/styles/default/img/arrow_next.gif') right center no-repeat;
	padding-right: 16px;
	text-transform: uppercase;
}

.event_full_left .nav a.prevnav {
 	background: transparent url('/cms/styles/default/img/arrow_back.gif') left center no-repeat;
	padding-right: 16px;
	padding-left: 16px;
	text-transform: uppercase;
}

.event_full_left img {
	float: left;
}

.event_full_left .topinfo h2 {
	font-size: 14px;
	font-weight:bold;
}

.event_full_right {
	float: right;
	padding-left: 16px;
	width: 150px;
}

.event_full_right .clear {
	height: 20px;
	font-size: 1px;
	line-height: 0;
	/*clear: both;*/
}

.event_full_right .topright .link {
	text-align: center;
	text-transform: uppercase;
}

.event_full_right .topright .link a {
	float:left;
	margin-left: 15px;
	background-color: #000000;
	color: #FFCC00;
	text-decoration: none;
	width: 108px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

.event_full_right .routeinfo #routemap_form input#saddr {
	width: 108px;
	height: 15px;
	border: 1px solid #999;
}


.event_full_right .routeinfo #routemap_form input#route_submit {
	border: 0px;
	background-color: #000;
	color: #ffcc00;
	width: 118px;
	float: left;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

.event_full_right .routeinfo .link a {
	float:left;
	margin-left: 15px;
	background-color: #000000;
	color: #FFCC00;
	text-decoration: none;
	width: 108px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;

}

.event_full_right .upcoming .link {
	text-align: center;
	text-transform: uppercase;
}

.event_full_right .upcoming .link a {
	margin-left: 15px;
	background-color: #000000;
	color: #FFCC00;
	text-decoration: none;
	width: 108px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

.event_full_right h3 {
	padding-bottom: 10px;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	text-transform: uppercase;
}