 /* ----- PAGE ----- Metropoleruhr */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Trebuchet MS;
	font-size:13px;
	margin: 0px 4px;
}

img {
	border:none;
}

p, table {
	margin-bottom: 5px;
}

h1 {
	color: #FFFFFF !important;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 3px;
	background-color: #A81643;
	padding: 0px 4px;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 2px;
	font-weight: bold;
	background-color: #00AADA;
	padding: 0px 4px;
}
h2 a {
	color: #FFF;
}

h3 {
	color:#5A5A5A;
	font-size:17px;
	line-height: 19px;
	font-weight: normal;
	margin-bottom: 5px;
}

a {
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	color:#00AADA;
}

#page_all {
	background: none !important;
	background-image: none !important;
}

#toplinks_left {
	display: none;
}

#toplinks_right {
	position: absolute;
	top: 0px;
	right: 0px;
}
#toplinks_right .tx-srlanguagemenu-pi1 .NO,
#toplinks_right #language_switch li {
	float: none !important;
	margin-top: 3px;
	display: block;
	background: none;
	height: auto;
}



#header_top_right {
	background-color: #00AADA;
	padding: 0px 4px;
}
#header_navigation {
	display: none;
}
#header_navigation {
	background-color: #CCCCCC;
}
#header_navigation ul li {
	border-top: 1px solid #FFF;
}
#header_navigation ul li a {
	color: #000000;
	text-decoration: none;
	padding: 4px 4px;
	display: block;
}


#headerimages {
	display: none;
}
#header {
	height: auto !important;
}
#header_main {
	display: none !important;
}
#header_main_left,
#header_top_right {
	display: none !important;
}


#navigation_first {
	/*border-top: 1px solid #666;*/
	margin-top: 5px;
	margin-bottom: 10px;
}
#navigation_first ul {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #00AADA;
}
#navigation_first ul li {
	/* margin-top: 2px; */
}
#navigation_first ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px !important;
	display: block;
	color: #FFF;
	font-size: 15px;
	border-top: 1px solid #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333333;
}
#navigation_first ul li:first-child a {
	border-top: 0px;
}
#navigation_first ul li:first-child {
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#navigation_first ul li:last-child {
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
/*
#navigation_first ul li.active a {
	padding-left: 13px;
	text-shadow: 2px 2px 1px #000000;
}
*/
#navigation_first ul li.active {
	background-color: #A81643;
}



#navigation_second {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #EEEEEE;
}
#navigation_second a {
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px !important;
	display: block;
	color: #00AADA;
	font-size: 13px;
	border-top: 1px solid #FFF;
	text-transform: uppercase;
}
#navigation_second a:first-child {
	border-top: 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#navigation_second a:last-child {
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#navigation_second a.active {
	background-color: #A81643;
	color: #FFFFFF;
}
#navigation_second .separator {
	display: none;
}



#navigation_left {
	margin-bottom: 10px;
	overflow: hidden;
}
#navigation_left .navigation_left_h2 {
	background-color: #A81643;
	padding: 0px;
	display: none;
}
#navigation_left a {
	font-size: 13px;
	display: block;
	padding: 0px 10px;
}
#navigation_left a.active {
	color: #A81643;
}


#breadcrumbs {
	display: none;
}


temp {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.contentelement_1col,
.contentelement_2col,
.contentelement_3col {
	margin-bottom: 15px;
	overflow: hidden;
}

#content {
	margin-top: 10px !important;
}
#content_center_col.center_right {
	margin-top: 10px !important;
	overflow: hidden;
	width: auto !important;
}

#leftcontent_elements {
	display: none;
}

/*
.block {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #DDDDDD;
}
.block:last-child {
	border-bottom: none;
}
*/

.events_1col {
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
}
.events_1col .events_container {
	background-image:url('../layout_images/content_bg_events.jpg');
	height:210px;
}
.events_1col .events_container .event {
	overflow:hidden;
	padding-top:10px;
	padding-bottom:5px;
	margin-left: 5px;
	height: 55px;
}
.events_1col .events_container .event_img_container {
	float:left;
	width:50px;
	margin-right:5px;
}
.events_1col .events_container event_text_container {
	overflow:hidden;
	font-size:10px;
	line-height: 160%;
}
.event_day {
	font-size:10px;
	text-transform:uppercase;
	color:#5A5A5A;
}
.event_date {
	font-size:17px;
	text-transform:uppercase;
	color:#5A5A5A;
}
.event_main {
	font-size:11px;
	color:#000;
	line-height: 100%;
}


.teaser_1col,
.teaser_2col {
	margin-bottom: 10px;
	overflow: hidden;
}
.teaser_1col .teaser_1col_img_container,
.teaser_2col .teaser_2col_img_container {
	max-width: 350px;
	padding: 3px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
.teaser_1col .teaser_1col_img_container img,
.teaser_2col .teaser_2col_img_container img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 350px) {
	.teaser_1col .teaser_1col_img_container,
	.teaser_2col .teaser_2col_img_container {
		float: left;
		margin-right: 10px;
		width: 50%;
		max-width: 220px;
	}
	.teaser_1col .teaser_1col_img_container img,
	.teaser_2col .teaser_2col_img_container img {
		width: 100%;
	}
}


.teaser_3col_img_container {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding: 3px;
	width: 50%;
	max-width: 220px;
}
.teaser_3col_img_container img {
	height: auto;
	width: 100%;
}


/* FCE Quicklinks */
.quicklink_img_container {
	padding: 3px;
	border: 1px solid #CCC;
	width: 102px;
	margin-right: 10px;
	float: left;
}
.quicklink_img {
	
}
.quicklink_main {
	color:#5A5A5A;
	line-height:17px;
	margin-top: 3px;
	font-weight: bold;
}
.quicklink_container {
	overflow: hidden;
}
.bottom_line {
	border-bottom: 2px solid #DDDDDD;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


.teaser_maspa .teaser_maspa_container {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #DDDDDD;
}
.teaser_maspa .teaser_maspa_container:last-child {
	border-bottom: none;
}
.teaser_maspa_image {
	float: left;
	margin-right: 10px;
}
.teaser_maspa_image img {
	padding: 3px;
	border: 1px solid #CCC;
}


.partnerlogos {
	margin-bottom: 10px;
	overflow: hidden;
}


.gallery {
	display: none;
}
.gallery ul {
	width: 100% !important;
	height: auto !important;
	list-style: none;
}
.gallery img {
	max-width: 350px !important;
	width: 100% !important;
	height: auto !important;
}
@media screen and (min-width: 350px) {
	.gallery li {
		width: 49% !important;
		float: left;
	}
	.gallery li:nth-child(odd) {
		margin-right: 2%;
	}
}

.basemap {
	display: none;
}


/* TYPO3 Standardausgabe */
.csc-default {
	margin-bottom: 10px;
}
.csc-textpic-imagewrap {
	max-width: 50%;
}
.csc-textpic-imagewrap img,
.csc-textpic-imagewrap dl {
	max-width: 100% !important;
	height: auto;
}
.csc-textpic-imagewrap dl dt img {
	padding: 3px !important;
	border: 1px solid #CCC !important;
}
.csc-textpic-caption {
	font-size: 11px;
}
.csc-textpicHeader h2 {
	color: #5A5A5A;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 5px;
	background: none;
	padding: 0px;
}


/* Events - Search*/
.events_search_word_submit,
.events_search_link {
	display: none !important;
}
.search_border_bottom2 input {
	margin-top: 10px;
	height: auto !important;
	left: inherit !important;
	position: inherit !important;
	top: inherit !important;
	width: 100% !important;
	color: #000 !important;
}
.events_search_word h2 {
	width: 100% !important;
}
.events_search_word h2 input {
	display: block;
	float: none !important;
	width: 95% !important;
}
.events_search_more_month {
	display: none;
}
.events_serach_prepared_date {
	/* display: none; */
	margin-left: 10px !important;
}
.events_serach_manual_date {
	margin-left: 10px !important;
}
.events_serach_manual_date a img {
	display: none;
}
.events_serach_manual_date div {
	display: none;
}
.events_search_category div {
	float: none !important;
	width: auto !important;
	border-top: 0px !important;
	padding-top: 0px !important;
}
.events_search_location_umkreis_usw {
	display: none;
}
#kultursparten {
	padding-top: 10px !important;
	background-color: #F9F9F9;
}
/* Kleiner Kalender */
.events_search_datum {
	padding: 0px !important;
}
.events_search_searchbox {
	width: 100% !important;
	float: none !important;
	text-align: left !important;
	margin-bottom: 10px !important;
}
.sb_select_1,
.sb_select_2 {
	text-align: left !important;
}
.sb_select_1 select,
.sb_select_2 select {
	width: 100% !important;
}
#events_search_datum_left,
#events_search_datum_right {
	display: none;
}
#events_search_datum_center {
	width: auto !important;
	float: none !important;
	height: auto !important;
	position: inherit !important;
}
#events_search_month {
	position: inherit !important;
	white-space: inherit !important;
	margin-bottom: 10px !important;
}
#events_search_month a {
	padding: 0px !important;
}
.events_search_padding_1 {
	padding: 0px !important;
}



/* Events - Liste */
.events_list_neu th {
	background-color: #A81643;
}

.events_list_neu thead {
	display: none;
}
.events_list_neu tr {
	display: block;
	overflow: hidden;
	padding-top: 10px !important;
}
.events_list_neu td {
	display: block;
	padding: 0px !important;
}
.events_list_neu td.td_times {
	float: left;
	width: 49%;
	text-align: left !important;
	margin-bottom: 10px;
}
.events_list_neu td.td_title {
	float: left;
	width: 50%;
	text-align: left !important;
	margin-bottom: 10px;
}
.events_list_neu td.td_title .captain_black {
	background-color: #A81643;
	color: #FFFFFF;
	padding: 5px;
}
.events_list_neu td.td_title a {
	display: block;
	text-align: right;
	margin-top: 5px;
}

.events_list_neu td.td_cat {
	float: left;
	width: 49%;
	text-align: left !important;
	clear: both;
	margin-bottom: 10px;
}
.events_list_neu td.td_loc {
	float: left;
	width: 50%;
	text-align: right !important;
	margin-bottom: 10px;
}
.events_list_neu td.td_loc p:nth-child(even) {
	display: none;
}

.events_list_neu td.td_cat .captain_black,
.events_list_neu td.td_loc .captain_black {
	color: #999999 !important;
}


/* Events - Detail */
#events_detail_neu #headline,
#events_detail_neu #events_detail_header_img {
	display: none;
}
#events_detail_header {
	background-color: #A81643;
}
#events_detail_header_right {
	width: auto !important;
}
#events_detail_header_right h2 {
	background: none !important;
}
#events_detail_header_title_time {
	padding-left: 0px !important;
}
#events_detail_content {
	width: auto !important;
}
#events_detail_right {
	float: none !important;
	width: auto !important;
	padding: 0px !important;
	background: none !important;
}
#events_detail_right h2 {
	color: #FFF !important;
}
#events_detail_navi {
	display: none;
}
#events_detail_beschreibung,
#events_detail_weitereInformationen,
#events_detail_ort,
#events_detail_festival,
#events_detail_anfahrt_lageplan {
	display: block !important;
	margin-bottom: 10px;
	overflow: hidden;
}
.events_image_right {
	max-width: 50%;
	clear: right;
}
.events_image_right img {
	max-width: 100% !important;
	height: auto;
}
.events_image_caption {
	font-size: 11px;
}
#va_lageplan iframe {
	width: 100% !important; /* ??? */
}


.events_related_new_search {
	display: none;
}



/* Soft Launch */

/* Karten Teaser */
.karten_1col {
	display: none;
}

/* tt_news slider */
.newsslider {
	
}
.bigslider {
	margin-bottom: 10px;
}
.bigslider .slidertext h2 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	background-color: transparent;
	padding: 0px;
}
.bigslider .sliderimage {
	display: none;
}


.teaser_grey_1col_row {
	background-color: #e5e5e5;
	padding: 5px;
	margin-bottom: 1px;
}
.teaser_grey_1col_row h3 {
	font-size: 13px;
	color: #666;
	font-weight: bold;
}

/* News Startseite */
.mr_startseite_category {
	font-size: 13px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 2px;
	font-weight: bold;
	color: #FFF;
	padding-right: 5px;
}
.mr_startseite .news-list-item {
	margin-bottom: 10px;
}
.mr_startseite .news-list-item-image-container_topnews {
	display: none;
}
.mr_startseite .news-list-item {
	background-image: none;
}
.mr_startseite .news-list-item-headline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}
.mr_startseite .source {
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 2px;
	font-weight: bold;
	background-color: #00AADA;
}
.mr_startseite h2 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	background-color: transparent;
	padding: 0px;
}

/* Terminhighlights */
.tippstermine {
    background-repeat:repeat-x;
    margin-bottom: 10px;
}
.tippstermine_shadow {
    background-image:url('../layout_images/content_bg_events.jpg');
}
.tippstermine_zeile {
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    height: 79.5px;
}
.tippstermine_datum {
    width: 47px;
    background-color: #00AADA;
    float: left;
    padding: 2px;
    color: #fff;
    line-height: 120%;
    height: 71px;
    overflow: hidden;
}
.tippstermine_datum strong {
    color: #ccc;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    height: 26px;
}
.tippstermine_datum_beschr {
    font-size: 11px;
    font-weight: bold;
}
.tippstermine_datum_zahl {
    font-size: 15px;
    font-weight: bold;
}
.tippstermine_beschreibung {
    padding-left: 57px;  
    font-size: 11px;
    line-height: 130%;
}
.tippstermine_beschreibung h3 {
    font-size: 11px;
    font-weight: bold;
    color: #666;
    margin-bottom: 3px;
}
.tippstermine_beschreibung_mehr a {
    display: block;
    margin-top: 2px;
    color: #00AADA;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Eventsuche */
.teaser_eventssearch {
    margin-top: 25px;
}
.teaser_eventssearch_h2, #content_right .teaser_eventssearch_h2 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: bold;
    color: #444;
    background-color: #fff;
}
#teaser_eventssearch_form {
    display: block;
    background-color: #00AADA;
    color: #fff;
    padding: 5px 5px 4px 5px;
}
#teaser_eventssearch_form label {
    display: block;
    text-transform: uppercase;
    padding-bottom: 2px;
}
.teaser_eventssearch_text span a {
    display: block;
    background-image: url("/fileadmin/templates/metropoleruhr.de/layout_images/search_arrow.gif");
    float: left;
    width: 15px;
    height: 20px;
}
.teaser_eventssearch_text {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
#teaser_eventssearch_freitext {
    width: 199px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    float: left;
    overflow: hidden;
    box-shadow: inset 2px 2px 2px 2px #999;
    display: block;
    border: none;
    color: #666;
}
div.teaser_eventssearch_dates {
    width: 100%;
    overflow: hidden;
}
input.teaser_eventssearch_dates {
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    overflow: hidden;
    box-shadow: inset 2px 2px 2px 2px #999;
    border: none;
    width: 75px;
    color: #666;
}
#teaser_eventssearch_submit {
    position:absolute;
    left:-2000px;
    top:-2000px;
    width:0;
    height:0;
    overflow:hidden;
}


/* Locationsuche */
.teaser_locationsearch {
    margin-top: 25px;
}
.teaser_locationsearch_h2, #content_right .teaser_locationsearch_h2 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: bold;
    color: #444;
    background-color: #fff;
}
#teaser_locationsearch_form {
    display: block;
    background-color: #BA134A;
    color: #fff;
    padding: 5px 5px 4px 5px;
}
#teaser_locationsearch_form label {
    display: block;
    text-transform: uppercase;
    padding-bottom: 2px;
}
.teaser_locationsearch_text, .teaser_locationsearch_ort {
    width: 100%;
    overflow: hidden;
}
.teaser_locationsearch_text {
    margin-bottom: 5px;
}
.teaser_locationsearch_text span a, .teaser_locationsearch_ort span a {
    display: block;
    background-image: url("/fileadmin/templates/metropoleruhr.de/layout_images/search_arrow.gif");
    float: left;
    width: 15px;
    height: 20px;
}
#teaser_locationsearch_freitext,  #teaser_locationsearch_ort {
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    overflow: hidden;
    box-shadow: inset 2px 2px 2px 2px #999;
    border: none;
    width: 199px;
    float: left;
    color: #666;
}
#teaser_locationsearch_submit {
    position:absolute;
    left:-2000px;
    top:-2000px;
    width:0;
    height:0;
    overflow:hidden;
}


/* Footer */
.footer {
	background: #00AADD;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	margin-top: 10px;
}
.footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.footer_right {
	display: none;
}