/* ++++++++++++++++++++++++++++++ */
/* +++++++ REDESIGN  2012 +++++++ */
/* ++++++++++++++++++++++++++++++ */


/*
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Gemuetlichkeit_grau.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Gemuetlichkeit_weiss.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Museen_grau.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Museen_weiss.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Musik_grau.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Musik_weiss.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Staedte_grau.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Staedte_weiss.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Top100_grau.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Top100_weiss.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Unseco_grau.png
	//s3.germany.travel/media/layout/image/redesign_2012/navigation_1/Btn_Unseco_weiss.png
*/

/* BACKGROUND IMAGE BLUR */
img#bg {
	filter: blur(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);

}

body.path-ms img#bg {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	-o-filter: blur(0px);
}

/* ROUND EDGES OF CONTENT AREA */
div.layoutColumns div.layoutColumnMain div.layoutColumnMainTop {
	display: none;
	
	/* background-image: none;
	background-color: #FFFFFF;f
	
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-pie-border-radius: 5px 5px 0 0;
	
	behavior: url('/media/js/pie/PIE.htc'); */
}

div.layoutColumns div.layoutColumnMain div.layoutColumnMainBottom {
	display: none;
	
	/* background-image: none;
	background-color: #FFFFFF;
	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-pie-border-radius: 0 0 5px 5px;
	
	behavior: url('/media/js/pie/PIE.htc'); */
}

div.layoutColumns div.layoutColumnMain div.layoutColumnMainInner {
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 15px 0;
	padding: 15px 0;
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
}






/* HEADER SLIDESHOW */
div.slideshow div.layerImage {
	display: none;

	background: none;
	overflow: hidden;
	border: 10px solid #FFFFFF;
	margin-left: -10px;
	margin-top: -10px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-pie-border-radius: 15px;
	
	behavior: url('/media/js/pie/PIE.htc');
	*display: block;
}

body.ae div#headerImage div.layerImage {
	left: -10px;
}

div#headerImage {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

div#headerImage ul li div.text, 
div#teaserImage ul li div.text {
	display: none;
	padding-bottom: 15px;
}

ul.slideshow li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
	ul.slideshow li a img {
		width: 100%;
		height: 100%;
		
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-pie-border-radius: 7px;
	
		behavior: url('/media/js/pie/PIE.htc');
	}
/* only for volksfeste.html */
body.content.path-events_3 ul#slideshowTeaser li {
	overflow: hidden;
	
	border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-pie-border-radius: 7px;

}
/*body.content.site-volksfeste_1 div#teaserImage ul li div.text {
	border-radius: 0 0 7px 7px;
}*/
div#slideshowTeaser {
	overflow: hidden;
}
div.slideshow.infoActive div.text,
div#slideshowTeaser.infoActive div.text {
	display: block !important;
}

div#slideshowTeaser.imageContainer img{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');	
}

/* Teaser Video Abdou 20150309 */
#slideshowTeaser .type-overlay.video {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  display: block;
  width: 100%;
  padding: 8px 10px;
  
	border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-pie-border-radius: 0 0 7px 7px;

}
		#slideshowTeaser .type-overlay.video .fa-youtube-play {
	  color: #fff;
	  font-size: 18px;
	  vertical-align: middle;
	  display: inline-block;
		}
		
		#slideshowTeaser .type-overlay.video .title {
	  color: #fff;
	  font-weight: bold;
	  display: inline-block;
	  width: 80%;
	  vertical-align: middle;
	  padding-left: 5px;
	  font-size: 14px;
	 }

div#headerImage ul li div.text span.text, 
div#teaserImage ul li div.text span.text, 
ul#gallerySlideshow li div.text span.text,
div#headerImage ul li div.text span.copy, 
div#teaserImage ul li div.text span.copy, 
ul#gallerySlideshow li div.text span.copy {
	float: none;
	display: block;
	padding-left: 20px;
}

div.imageContainer div.text span.copy {
	margin-right: 20px;
}

/* -- slideshow controls -- */

div.slideshow ul.controls,
div.imageContainer ul.controls {
	margin: 0;
	padding: 5px 10px 0 3px !important;
	right: 0;
	bottom: 0;
	z-index: 300;
	display: block;
	
	background: rgba(0,0,0,0.7);
	-pie-background: rgba(0,0,0,0.7);
	
	
	border-radius: 7px 0 7px 0;
	-o-border-radius: 7px 0 7px 0;
	-ms-border-radius: 7px 0 7px 0;
	-moz-border-radius: 7px 0 7px 0;
	-webkit-border-radius: 7px 0 7px 0;
	-pie-border-radius: 7px 0 7px 0;

	behavior: url('/media/js/pie/PIE.htc');
}
	div.imageContainer ul.controls {
		position: absolute;
		width: 22px;
		padding-left: 0;
		display: block;
	}

	div.slideshow ul.controls li {
		margin: 0;
	}
	div.slideshow ul.controls li a,
	div.slideshow ul.controls li a.back,
	div.slideshow ul.controls li a.stop,
	div.slideshow ul.controls li a.next,
	div.slideshow ul.controls li a.play,
	div.slideshow ul.controls li a.fullscreen,
	div.imageContainer ul.controls li a {
		width: 7px;
		height: 15px;
		padding: 0 3px;
		display: block;
		background: url('/media/layout/image/redesign_2012/navigation_1/ico_slideshow_controls.png') no-repeat 5px 0 transparent;
	}

	div.slideshow ul.controls li a.back { background-position: 0 -14px; }
	div.slideshow ul.controls li a.stop { background-position: 0 -45px; }
	div.slideshow ul.controls li a.next { background-position: 0 -29px; }
	div.slideshow ul.controls li a.play { background-position: 0 -59px; }
	div.slideshow ul.controls li a.fullscreen { background-position: 0 -74px; width: 10px; }
	
	div.imageContainer ul.controls li a.info {
	}

	div.slideshow ul.controls li a.info {
		margin-right: 10px;
	}

	div.imageContainer ul.controls li a.info {
		padding-left: 9px;
		margin-left: 1px;
		background-position: 9px 0;
	}

	div.imageContainer ul.controls li a span {
		display: none;
	}

	div.slideshow ul.controls li a.info,
	div.imageContainer ul.controls li a.info {
		padding-right: 5px;
	}
	
	.slideshow .controls i.fa {
		display: none;
	}


/* -- slideshow controls.v2 - font awesome -- */

div.slideshow ul.controls.v2,
div.imageContainer ul.controls.v2 {
	height: auto;
	margin: 0;
	padding: 5px !important;
	right: 0;
	bottom: 0;
	z-index: 200;
	display: block;
	
	background: rgba(0,0,0,0.7);
	-pie-background: rgba(0,0,0,0.7);
	
	
	border-radius: 7px 0 7px 0;
	-o-border-radius: 7px 0 7px 0;
	-ms-border-radius: 7px 0 7px 0;
	-moz-border-radius: 7px 0 7px 0;
	-webkit-border-radius: 7px 0 7px 0;
	-pie-border-radius: 7px 0 7px 0;

	behavior: url('/media/js/pie/PIE.htc');
}
	div.slideshow ul.controls.v2 i.fa {
		display: block;
	}
	div.slideshow ul.controls.v2 li {
		margin: 0;
	}
	div.slideshow ul.controls.v2 li a {
		margin: 0;
		font-size: 8px;
		line-height: 12px;
		padding: 0 3px;
		width: auto;
		height: auto;
		background: none !important;
		color: white;
	}
	div.slideshow ul.controls.v2 li a.stop i.fa-play {
		display: none;
	}
	div.slideshow ul.controls.v2 li a.play i.fa-pause,
	div.slideshow ul.controls.v2 li a.play i.fa-stop {
		display: none;
	}




div.pageAbout div.layoutColumn100InnerMain ul {
	margin: 0px !important;
}

div.pageAbout div.layoutColumn100InnerMain div.imageContentList div.listrowContent ul li {
	background: none !important;
	padding-left: 0px !important;
}


ul#slideshowHeader .slideTitle {
	position: absolute;
	z-index: 100;
	top: 65px;
	left: 10px;
	width: 430px;
}
	
	ul#slideshowHeader .slideTitle .mainTitle,
	ul#slideshowHeader .slideTitle .subTitle {
		color: #FFFFFF;
		font-size: 18px;
		line-height: 23px;
		padding: 8px 10px 8px 10px;
		width: auto;
		display: table;
		
		background: rgba(0, 0, 0, 0.7);
		-pie-background: rgba(0, 0, 0, 0.7);
		
		behavior: url('/media/js/pie/PIE.htc');
	}
	
	ul#slideshowHeader .slideTitle .mainTitle .fa {
		font-weight: bold;
		display: inline;
	}
	
	
	ul#slideshowHeader .slideTitle .subTitle {
		font-size: 15px;
		line-height: 22px;
		padding: 5px 10px 5px 10px;
	}
	
	div.slideshow.header .slideTitle {
		display: block;
	}
	
div.layoutColumn100InnerMain .slideshow .controls li {
	background: none;
	padding-left: 0px;
}

/* NAVIAGATION REDESIGN */

/* NAV THEME */
div.layoutPage div.layoutPageHead div.layoutPageHeadInner div.layoutPageHeadInnerBottom {
	bottom: 15px;
}

div.navigationMain ul {
	margin-left: -5px;
	padding-left: 10px;
	width: auto;
}

div.navigationMain ul li {
	margin-right: 10px;
	padding: 5px 0 0 0;
	width: auto;
	position: relative;
	z-index: 99;
}

div.navigationMain ul li a:hover,
div.navigationMain ul li a {
	font-size: 1em;
	line-height: 120%;
	padding: 4px 7px 4px 7px;
	*padding: 5px 7px 3px 7px;
	display: block;
	border: 2px solid #FFFFFF;
	height: 18px;
	*height: 22px;
	position: relative;
	z-index: 99;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-pie-border-radius: 5px;
	
	background: #ECECED;
	
	behavior: url('/media/js/pie/PIE.htc');
}

/*div.navigationMain ul li a:hover,*/
div.navigationMain ul li.active a,
div.navigationMain ul li.active a:hover {
	background: #9c9c9c;
	position: relative;
	z-index: 99;
	
	-webkit-box-shadow: #FFF 0px 0px 5px;
	-moz-box-shadow: #FFF 0px 0px 5px;
	box-shadow: #FFF 0px 0px 5px;
	
	behavior: url('/media/js/pie/PIE.htc');
}


div.navigationMain ul li.active,
div.navigationMain ul li a span,
div.navigationMain ul li.active,
div.navigationMain ul li a:hover span,
div.navigationMain ul li.active a span,
div.navigationMain ul li.active a:hover span {
	background: none;
}

div.navigationMain ul li.active a span,
div.navigationMain ul li.active a:hover span {
	color: #FFFFFF;
}

div.navigationMain ul li a span {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}

div.navigationMain ul li a span.navTxt {
	margin-top: 2px;
	white-space: nowrap;
}

div.navigationMain ul li a span.navIco img {
	margin-right: 5px;
}




/* THEME SELECTOR */
a.linkBcs {
	padding: 0;
}

a.openBcs {
	background: none;
	border: 2px solid #FFFFFF;
	
	
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-pie-border-radius: 5px;

	
	background: #ECECED;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ECECED), to(#d4d5d6));
	background: -webkit-linear-gradient(#ECECED, #d4d5d6);
	background: -moz-linear-gradient(#ECECED, #d4d5d6);
	background: -ms-linear-gradient(#ECECED, #d4d5d6);
	background: -o-linear-gradient(#ECECED, #d4d5d6);
	background: linear-gradient(#ECECED, #d4d5d6);
	-pie-background: linear-gradient(#ECECED, #d4d5d6);
	
	behavior: url('/media/js/pie/PIE.htc');
}

a.openBcs span {
	padding: 1px 27px 1px 7px;
	background: transparent url('/media/layout/image/redesign_2012/navigation_1/bg_themeselector.png') 100% 50% no-repeat;
	margin-right: 5px;
}



/* THEME CLUSTER ELEMENTS */

body.site-radfahren div.navigationTopic.outer {
	display: none;
}

div.navigationTopic ul li {
	width: 143px;
	overflow: hidden;
}

div.dcDropdownFade {
	position: absolute;
	right: 35px;
	top: 1px;
	height: 30px;
	width: 40px;
	
	background: -moz-linear-gradient(left, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(236, 236, 236, 0)), color-stop(100%, rgba(236, 236, 236, 1)));
	background: -webkit-linear-gradient(left, rgba(236, 236, 236, 0) 0%,rgba(236, 236, 236, 1) 100%);
	background: -o-linear-gradient(left, rgba(236, 236, 236, 0) 0%,rgba(236, 236, 236, 1) 100%);
	background: -ms-linear-gradient(left, rgba(236, 236, 236, 0) 0%,rgba(236, 236, 236, 1) 100%);
	background: linear-gradient(to right, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ECECEC', endColorstr='#ffECECEC',GradientType=1 );*/
}
.dcDropdownInput:hover div.dcDropdownFade {
	background: -moz-linear-gradient(left, rgba(156, 156, 156, 0) 0%, rgba(156, 156, 156, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(156, 156, 156, 0)), color-stop(100%, rgba(156, 156, 156, 1)));
	background: -webkit-linear-gradient(left, rgba(156, 156, 156, 0) 0%,rgba(156, 156, 156, 1) 100%);
	background: -o-linear-gradient(left, rgba(156, 156, 156, 0) 0%,rgba(156, 156, 156, 1) 100%);
	background: -ms-linear-gradient(left, rgba(156, 156, 156, 0) 0%,rgba(156, 156, 156, 1) 100%);
	background: linear-gradient(to right, rgba(156, 156, 156, 0) 0%, rgba(156, 156, 156, 1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009C9C9C', endColorstr='#ff9C9C9C',GradientType=1 );*/
}


div.navigationTopic ul li,
div.dcDropdownInput {
	border: 1px solid #b1b3b4;

	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	background: #ececec;	
	behavior: url('/media/js/pie/PIE.htc');
}
div.dcDropdown ul.dcDropJump,
div.dcDropdown div.scroller {
	background: none;
}

div.dcDropdownInput:hover,
div.navigationTopic ul li.active,
div.navigationTopic ul li:hover {
	background: #9c9c9c;
	color: #ffffff !important;
	behavior: url('/media/js/pie/PIE.htc');
}

div.dcDropdownInput:hover span {
	background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
}


div.navigationTopic ul li.even {
	clear: left;
}

div.navigationTopic ul li a {
	text-align: left;
	padding: 0 2px 0 10px;
	font-size: 1em;
	*width: 130px !important;

	
	width: auto; /* jm */
}

div.navigationTopic ul li a:hover,
div.navigationTopic ul li.active a {
	color: #ffffff !important;
}

div.navigationTopic ul li a span {
	overflow-x: hidden;
	*margin-top: -1px;
}

div.dcDropdownContainer {
	/*position: relative;*//*PIE???*/
	/* *margin-bottom: 0px; *//* doesn't work on press page, jm */
	
	/* jm */
	height: 32px;
}
	.layoutColumnsInnerTopNav .dcDropdownContainer {
		#margin-top: 10px;
	}

div.dcDropdownInput {
	padding-right: 10px;
	width: 290px;
}

div.dcDropdownInput span {
	overflow: hidden;
	word-break: break-all;
	font-size: 0.9em;
	line-height: 27px;
	vertical-align: middle;
	height: 30px;
	background: transparent url('/media/layout/image/redesign_2012/navigation_1/bg_clusterselector.png') 100% 50% no-repeat;
	
	/* jm */
	width: 246px;/*252px;/*276px;*/
	padding: 0 34px/*0*/ 0 10px;
}

body.ae div.dcDropdownInput span {
	padding-right: 35px;
}

div.dcDropdownContainer {
}

div.dcDropdown {
	/*position: static;*//*PIE???*/
	width: 300px !important;
	
	border: 1px solid #B1B3B4;
	background-color: #F6F6F6;
	
	
	border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-pie-border-radius: 7px;

	behavior: url('/media/js/pie/PIE.htc');
}

div.dcDropdown ul.dcDropMeta {
	height: 25px;
	background: none #ECEDED;
	border-top: 1px solid #B1B3B4;
	*padding: 6px 5px 10px 5px;
}

div.scroller .jspContainer {
	width: 300px !important;
}

.jspVerticalBar .jspArrowUp {
	background: url(//s3.germany.travel/media/layout/image/scrollpane/dropdown_nav_up.png) 50% 50% no-repeat;
}

.jspVerticalBar .jspArrowDown {
	background: url(//s3.germany.travel/media/layout/image/scrollpane/dropdown_nav_down.png) 50% 50% no-repeat;
}

div.dcDropdown ul.dcDropMeta li {
	margin-top: 5px;
	width: auto;
}

div.dcDropdown ul.dcDropMeta li span {
	font-weight: bold;
}

div.dcDropdown ul.dcDropMeta li a {
	padding: 0 0 5px 25px;
	width: 55px;
}

/* DROPDOWN MEDIA ICONS */

div.dcDropdown ul.dcDropMeta li a.picture {
	background: url(//s3.germany.travel/media/layout/image/redesign_2013/bilder_icon.png) no-repeat scroll 0 0;
	*background: url(//s3.germany.travel/media/layout/image/redesign_2013/bilder_icon.png) no-repeat scroll 0 50%;
	line-height: 15px;
}

div.dcDropdown ul.dcDropMeta li a.video {
	background: url(//s3.germany.travel/media/layout/image/redesign_2013/videos_icon.png) no-repeat scroll 0 0;
	*background: url(//s3.germany.travel/media/layout/image/redesign_2013/videos_icon.png) no-repeat scroll 0 50%;
	line-height: 15px;
}

div.dcDropdown ul.dcDropMeta li a.panorama {
	background: url(//s3.germany.travel/media/layout/image/redesign_2013/360_icon.png) no-repeat scroll 0 0;
	*background: url(//s3.germany.travel/media/layout/image/redesign_2013/360_icon.png) no-repeat scroll 0 50%;
	line-height: 15px;
	width: 70px;
	opacity: 0.7 !important;
}

/* GALLERY BUTTONS */
div.dztAdsenseInner div.mediaButton a span.mediaButtonLayer, 
div.mediaButtonContainer div.mediaButton a span.mediaButtonLayer {
	border: 4px solid #c5c7c8;
	padding: 0 0 12px 0;
	width: 140px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	background: transparent url('/media/layout/image/redesign_2012/navigation_1/bg_media_btn.png') 0 0 repeat-x;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.3) 99%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 99%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 99%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 99%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 99%,rgba(0,0,0,0.3) 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); */ /* IE6-9 */
	
	behavior: url('/media/js/pie/PIE.htc');
}

div.dztAdsenseInner div.mediaButton a img, 
div.mediaButtonContainer div.mediaButton a img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
}

div.dztAdsenseInner div.mediaButton a span.mediaButtonTextLayer, 
div.mediaButtonContainer div.mediaButton a span.mediaButtonTextLayer {
	font-size: 1.4em;
	font-weight: bold;
}

div.mediaButtonContainer div.mediaButton a span.mediaButtonTextLayer {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#888,direction=320); 
	filter: dropshadow(color=#666, offx=8, offy=8);
}

/* AdTech */
div.layoutColumns div.adtech {
	margin: 10px 0 10px 0;
}
div.adtech a img {
	margin-bottom: 20px;
}
ul.content-list.list-big div.element-ad div.adtech a img {
	margin-bottom: 40px;
	margin-left: 100px;
	margin-top: 35px;
}


/* BOXES RIGHT COLUMN */

/* GENERAL */
div.contentSideBox,
.eventsNearby,
.tagcloud {
	background-color: #FFFFFF;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
}

div.contentSideBox div.contentSideBoxHead {
	background: none;
}

/* MAP BOX */
div.contentSideBox div.contentSideBoxHead span.actionIconOpen {
	display: none;
}

div#mapSmall,
div.mapSmall {
	margin-bottom: 1px;
	*margin-bottom: -2px;
}

div.mapContainer.notext a#mapSmallOverlay,
div.mapContainer.notext a.mapSmallOverlay {
	background: transparent url('/media/layout/image/redesign_2012/boxes/ico_enlarge_map_arrow.png') 97% 98% no-repeat;
	border: 3px solid #FFFFFF;
	width: 234px;
	height: 310px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
}

/* SEARCHFORM */
div.searchButtonContainer {
	background: #e3e4e5;
	border: 3px solid #FFFFFF;
	width: 234px;
	height: 34px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
}
body.marktbearbeitung div.searchButtonContainer {
	border: 0;
}

div.searchButtonContainer input.search_input {
	top: 6px;
}

div.searchButtonContainer input.search_button {
	top: 8px;
}

/* EVENT BOX */
.eventsNearby .topContainer {
	display: none;
}

.eventsNearby .contentContainer {
	background: none;
}

.eventsNearby .headline {
	padding-top: 8px;
	padding-left: 10px;
}

.eventsNearby .headline h3 {
	color: #707070;
	font-size: 1.6em;
	width: 50%;
	margin-left: 0;
}

.eventsNearby .headline .searchLink {
	float: right;
	text-align: right;
}

.eventsNearby .headline .searchLink a {
	color: #000000;
	background: transparent url('/media/layout/image/redesign_2012/boxes/ico_eventSearch.png') 0 0 no-repeat;
	padding: 2px 10px 0 15px;
	height: 20px;
	text-align: right;
	display: table;
}

.eventsNearby .eventsNearbyList {
	background-color: #FFFFFF;
}

.eventsNearby .eventDetails {
	*margin-top: 0px;
}

.eventsNearby .eventDetails h4 {
	line-height: 1.3em;
}

.eventsNearby .eventDetails span.date {
	color: #707173;
}
.eventsNearby .eventDetails span.short-date {
	font-size: 10px;
}
.eventsNearby .laterEvents {
	background: none;
	height: 20px;
}

.eventsNearby .up, 
.eventsNearby .down {
	width: 50%;
	height: 10px;
	background: transparent url('/media/layout/image/redesign_2012/boxes/ico_eventSearch_controls.png') 2% -15px no-repeat;
	float: left;
}

.eventsNearby .down {
	background-position: 98% 0;
}

/* TAG CLOUD */
.tagcloud {
	padding: 15px 10px;
}

.tagcloud .headline {
	font-weight: bold;
	font-size: 1.2em;
	background: url(//s3.germany.travel/media/layout/image/default_1/dottedLine.png) 0px 100% repeat-x;
	margin-bottom: 6px;
	padding-bottom: 10px;

}

.clear {
	clear: both;
}

ul.tags-more {
	display: none;
	clear: both;
}

.tags .trigger-wrap {
	background: url(//s3.germany.travel/media/layout/image/default_1/dottedLine.png) repeat-x 0 0 transparent;
	padding-top: 6px;
}
.tags .trigger {
	display: blocK;
	height: 15px;
	background: url(//s3.germany.travel/media/layout/image/icons/ico_up_down_grey.png) no-repeat 50% 4px transparent;
}
.tags.is-open .trigger {
	background: url(//s3.germany.travel/media/layout/image/icons/ico_up_down_grey.png) no-repeat 50% -26px transparent;
}

.tags li {
	display: inline;
	
	/* jm */
	display: block;
	float: left;
}

.tags li a {
	color: #004171;
	font-family: Garamond, Times, "Times New Roman", serif;
	padding-right: 5px;
}

.tags li a.small {
	font-size: 15px;
	line-height: 20px;
	
	/* jm */
	line-height: 24px;
}

.tags li a.medium {
	font-size: 18px;
	line-height: 22px;
	
	/* jm */
	line-height: 24px;
}

.tags li a.large {
	font-size: 22px;
	line-height: 24px;
}

/* MAIN COLUMN */

/* TERASER SLIDESHOW */
div.layoutColumns div.layoutColumnMain div.layoutColumnMainContent div.layoutColumnsInner div.layoutColumnsInnerLeft div.mediaButton img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
	
}

div.imageContainer div.layerImage_300x200 {
	display: none;
	background: none;
	
	*display: block;
	border: 10px solid #FFFFFF;
	margin-left: -10px;
	margin-top: -10px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-pie-border-radius: 15px;
	
	behavior: url('/media/js/pie/PIE.htc');
}

div.imageContainer div.text {
	display: none;
	
	/* -webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius:  0 0 5px 5px; */
	border-radius:  0 0 5px 5px;
	*border-radius: 0;
	/* -pie-border-radius:  0 0 5px 5px;
	
	behavior: url('/media/js/pie/PIE.htc'); */
}

/* BACK BUTTON */
div.buttonGrey {
	*padding-top: 8px;
}

div.buttonGrey a,
div.buttonGrey a:hover {
	background: none;
}

div.buttonGrey a span,
div.buttonGrey a:hover span {
	background: none;
	color: #707173 !important;
}

div.layoutColumns div.layoutColumnMain div.layoutColumnMainContent div.layoutColumnsInnerTopNav {
	*margin-top: -10px;
}
   
div.layoutColumns div.layoutColumnMain div.layoutColumnMainContent div.layoutColumnsInnerTopNav div.layoutColumnsInnerRight div.button {
	float: none;
}

div.buttonGrey a span, div.buttonGrey a:hover span {
	padding-left: 0;
}

/* BEGIN  BUTTON SPECIFIC FOR MARKTBEARBEITUNG */

body.marktbearbeitung div.buttonGrey a span,
body.marktbearbeitung div.buttonGrey a:hover span {
	background: url(//s3.germany.travel/media/layout/image/buttons/buttonSet.png) 0px -100px no-repeat;
	color: #ffffff!important;
}
body.marktbearbeitung div.buttonGrey a span,
body.marktbearbeitung div.buttonGrey a:hover span {
	padding: 0px 5px 0px 10px;
}

body.marktbearbeitung div.buttonGrey a {
	background: url(//s3.germany.travel/media/layout/image/buttons/buttonSet.png) 100% -100px no-repeat;
	color: #FFFFFF !important;
}
/* END  BUTTON SPECIFIC FOR MARKTBEARBEITUNG */


/* CONTENT SLIDESHOW */
.contentSlideshow {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.contentSlideshow .headline,
.highlightsList .headline,
.highlightsOverlay .overlayHeadline {
	font-weight: bold;
	font-size: 16px;
	color: #004171;
	margin-bottom: 10px;
	line-height: 22px;
}

.contentSlideshow .headline {
	margin-top: 10px;
}

.page_25_jahre_mauerfall .contentSlideshow .headline,
.page_25_jahre_mauerfall .highlightsList .headline,
.page_25_jahre_mauerfall .highlightsOverlay .overlayHeadline {
	color: #B51621;
}

.page_25_jahre_mauerfall .nav555709 {
	display: none;   
}

.page_25_jahre_mauerfall .contentContainer .videoWrap {
	margin-top: 20px;
}
body.path-25_blickwinkel .partnerLogo {
	display: none;
}
body.de.path-25_blickwinkel .partnerLogo {
	display: block;
}

.contentSlideshow .controls {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 101;
}

.contentSlideshow .controls a {
	display: block;
	height: 30px;
	width: 25px;
	top: 105px;
	position: absolute;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .8);
	color: black;
	font-size: 26px;
	text-align: center;
	border-radius: 0 4px 4px 0;
	line-height: normal;
	padding: 0 4px 0 0;
}

.contentSlideshow .controls a.right {
	right: 0;
	border-radius: 4px 0 0 4px;
	padding: 0 0 0 4px;
}

.contentSlideshow ul {
	width: 100%;
}

.contentSlideshow ul li span {
	font-weight: bold;
	font-size: 12px;
	color: #004171;
}

.contentSlideshow ul li img {
	margin-bottom: 10px;
}

.contentSlideshow ul li span a {
	float: right;
	font-weight: normal;
}

div.slideshow a.deepLink {
	display: none;
}

/* HIGHLIGHTS LIST */
.highlightsList ul {
	background: url(//s3.germany.travel/media/layout/image/default_1/dottedLine.png) 0px 100% repeat-x;
}

.highlightsList ul li {
	background: url(//s3.germany.travel/media/layout/image/default_1/dottedLine.png) 0px 0px repeat-x;
	padding: 10px 0;
			/*height: 50px;*/
			min-height: 50px;
	overflow: hidden;
}

.highlightsList ul li img {
	float: left;
	height: 50px;
}

.highlightsList ul li img.icon-theme {
	box-shadow: 1px 1px 5px #989898;
	float: right;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	margin-top: 5px;
}


.highlightsList ul li span {
	padding-left: 110px; /*this is for list with icons -> 160px;*/
	*padding-left: 10px;
	display: block;
			/*height: 55px;*/
	margin-right: 30px;
}
	.highlightsList.updated ul li span {
		padding-left: 10px;
		overflow: hidden;
	}
	.highlightsList ul li span.tag {
		height: auto;
		font-weight: normal;
	}

.highlightsList ul li span a,
.highlightsList ul li a span {
	font-weight: bold;
	color: #4b4a4d;
}

.highlightsList .cycle-carousel-wrap {
	width: 100%;
}


/* TRAVEL PLANER */

div.boxTravelPlanner div.contentSideBoxHead a {
	display: block;
	width: auto !important; /* temporary until removed inline styles are published */
	/*height: 50px;*/
	background: url(//s3.germany.travel/media/layout/image/icons/iconmap_37x43_new.png) 0% 50% no-repeat;
	padding-left: 50px;
	min-height: 43px;
	#height: 43px;
}

div.buttonRed a span:hover, div.buttonRed a span {
	background:none !important;
}

div.buttonRed .btOpenTravellingPlan {
	background:none !important;
}

div.buttonRed a span {
	padding: 0px 9px;
}

div.buttonRed{
	#padding: 0px 2px;
	position: relative;
}


div.buttonRed a {
	border: 1px solid #9c9c9c;
	padding: 5px 0;
	background: #cc0000 !important;	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-pie-border-radius: 5px;
	behavior: url('/media/js/pie/PIE.htc');
}

div.buttonRed a:hover {
	padding: 5px 0;
	background: #ECECEC !important;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-pie-border-radius: 5px;
	
	behavior: url('/media/js/pie/PIE.htc');
}


/* HIGHLIGHTS OVERLAY */
.highlightsOverlay {
	position: absolute;
	width: 920px;
	padding: 20px 15px 30px 15px;
	background-color: #FFFFFF;
	
	top: 50%;
	left: 50%;
	margin-left: -475px;
	z-index: 100000;
	display: none;
			
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
}

.highlightsOverlay .overlayHeadline,
.highlightsOverlay .overlayContentMain {
	width: 656px;
	float: left;
}

	.highlightsOverlay span.tag {
		font-weight: bold;
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
	}

.highlightsOverlay .overlayArticle {
	position: relative;
}

.highlightsOverlay .overlayArticle img {
	margin-bottom: 10px;
	*margin-bottom: 0px;
	margin-top: 3px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
}

.highlightsOverlay .overlayArticle .icon-theme-overlay {
	float: left;
	margin: 0px 10px 0 0;
	box-shadow: 1px 1px 5px #989898;
}

.highlightsOverlay .ieBorder {
	display: none;
	*display: block;
	overflow: hidden;
	border: 10px solid #FFFFFF;
	margin-top: -1px;
	top: 3px;
	height: 286px;
	position: absolute;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-pie-border-radius: 15px;
	
	behavior: url('/media/js/pie/PIE.htc');
}

.highlightsOverlay .overlayArticle .ieBorder {
	width: 656px;
	left: 0;
	margin-left: -10px;
}

.highlightsOverlay .overlayArticle h3 {
	font-family: Garamond, Times, "Times New Roman", serif;
	font-size: 24px;
	line-height: 35px;
	padding: 5px 0 0;
}

.highlightsOverlay .overlayArticle p {
	font-size: 12px;
	line-height: 18px;
}

.highlightsOverlay .overlayPicNavigation {
	background: url(//s3.germany.travel/media/layout/image/default_1/dottedLine.png) 0px 0px repeat-x;
	margin-top: 20px;
	padding-top: 25px;
	text-align: center;
	position: relative;
}

.highlightsOverlay .overlayPicNavigation ul {
	overflow: hidden;
	width: 600px;
	height: 56px !important;
	margin: 0 auto;
	padding-left: 10px;
}

.highlightsOverlay .overlayPicNavigation ul li {
	float: left;
	margin-right: 20px;
}

.highlightsOverlay .overlayPicNavigation ul li img {
	border: 4px solid #FFFFFF; 
}

div.overlayPicNavigation .cycle-slideshow .cycle-slide-active img {
	border: 4px solid #BEBEBE !important; 
}

.highlightsOverlay .overlayPicNavigation .controls a {
	display: block;
	background: transparent url('/media/layout/image/redesign_2012/navigation_1/ico_content_slideshow_controls.png') 0 0 no-repeat;
	height: 60px;
	width: 33px;
	text-indent: -10000px;
	overflow: hidden;
	top: 26px;
	position: absolute;
}
	.highlightsOverlay .overlayPicNavigation .controls a.left {
		left: -8px;
	}
	.highlightsOverlay .overlayPicNavigation .controls a.right {
		right: 0;
		background-position: 0 -60px;
	}

.highlightsOverlay .overlayTop .controls,
.highlightsOverlay .overlayContentSide {
	float: right;
	width: 250px;
}
.highlightsOverlay .overlayTop .controls {
	text-align: right;
}

.highlightsOverlay .overlayTop .controls a {
	background: url(//s3.germany.travel/media/layout/image/redesign_2012/ico_close.png) 100% 2px no-repeat;
	*background-position: 100% 4px;
	padding-right: 15px;
	color: #000000;
	font-weight: bold;
}

.highlightsOverlay .overlayContentSide {
	position: relative;
}

.highlightsOverlay .overlayContentSide .mapContainer {
	*margin-top: 10px;
}

.highlightsOverlay .overlayContentSide .overlayMap {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-pie-border-radius: 7px;
	
	behavior: url('/media/js/pie/PIE.htc');
}

.highlightsOverlay .overlayContentSide .overlayMap .mapSmall {
	height: 305px !important;
	*height: 286px !important;
}

.highlightsOverlay .overlayContentSide .overlayMap div.mapContainer.notext a.mapSmallOverlay {
	height: 305px;
	*height: 286px;
}

.highlightsOverlay .overlayContentSide .ieBorder {
	left: -5px;
	width: 230px;
	margin-right: -5px;
	display: none;
}

/* OTHER ARROWS  */

div.foldingList div.foldingListInner h4.close {
	background:  url(//s3.germany.travel/media/layout/image/icons/ico_up_down_grey.png) no-repeat scroll 100% 5px transparent
}

div.foldingList div.foldingListInner h4.open {
	background:  url(//s3.germany.travel/media/layout/image/icons/ico_up_down_grey.png) no-repeat scroll 100% -25px transparent
}





.layoutColumnMainContent .contentContainer .box-intro img {
	width: 100%;
}

body.path-freizeitparks .box-text {
	background-color: #f6f6f6;
	padding: 5px;
}

/* Classes for border-radius */
.box-radius-10 {
	
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-pie-border-radius: 10px;

	behavior: url('/media/js/pie/PIE.htc');
}

.box-radius-7 {
	
	border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-pie-border-radius: 7px;

	behavior: url('/media/js/pie/PIE.htc');
}

.box-radius-5 {
	
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-pie-border-radius: 5px;

	behavior: url('/media/js/pie/PIE.htc');
}

/* Preset padding style */
.box-padding-10 {
	padding: 10px;
}

.box-padding-7 {
	padding: 7px;
}

.box-padding-5 {
	padding: 5px;
}

/* styles for box-noteable */
div.contentContainer div.box-basic.box-noteable {
	
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-pie-border-radius: 10px;

	behavior: url('/media/js/pie/PIE.htc');
	padding: 10px;
	position: relative;
}

.box-noteable ul.standardList li {
	margin-bottom: 10px;
}

.box-noteable ul.standardList li b {
	color: #00842d;
}

.box-noteable .box-head-main h5 {
	font-family: Garamond, Times, "Times New Roman", serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 28px;
}

/* Related Content */
.page_25_jahre_mauerfall .highlightsList.updated,
.related-content {
	margin-top: 40px;   
}

.related-content .headline {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 18px;
	margin-bottom: 10px;
}

.related-content ul li a {
	color: #000000 !important;
}

.related-content ul li {
	display: inline;
	background: none;
	padding: 0;
}

.related-content ul li:after {
		content: " | ";
}

.related-content ul li {
		*+border-right: 2px solid #999999;
		*+margin-right: 5px;
		*+padding-right: 5px;
}

.related-content ul li:last-child:after {
		content: "";
}

.related-content ul li:last-child,
.related-content ul li.last {
	border: 0;
}

.page_nachhaltiges_reisen .box-address .box-body {
	background: url(//s3.germany.travel/media/layout/image/default_1/dottedLine.png) 0px 0px repeat-x;
	padding-top: 10px;
	margin-top: 10px;
}

.page_nachhaltiges_reisen .box-address .box-head-main h5 {
	text-transform: uppercase;
	color: #9C9E9F;
	font-size: 20px;
	font-weight: normal;
	/* background: url(//s3.germany.travel/media/layout/image/default_1/dottedLine.png) 0px 100% repeat-x; */
	*+padding-bottom: 7px;
}

.page_nachhaltiges_reisen.site-themen__natuerlich_und_einzigartig div.textContent div.contentContainer,
.path-menschen_mit_barrieren.site-reiseziele_1 div.textContent div.contentContainer {
	background: url(//s3.germany.travel/media/layout/image/default_1/dottedLine.png) 0px 0px repeat-x;
	padding-top: 15px;
}

.page_nachhaltiges_reisen.site-themen__natuerlich_und_einzigartig div.imageContentList div.listrow div.listrowContent,
.path-menschen_mit_barrieren.site-reiseziele_1 div.imageContentList div.listrow div.listrowContent {
	width: 490px; 
}

.page_nachhaltiges_reisen.site-themen__natuerlich_und_einzigartig div.imageContentList div.listrow div.listrowContent h2,
.path-menschen_mit_barrieren.site-reiseziele_1 div.imageContentList div.listrow div.listrowContent h2 {
	font-size: 2em;
	margin-bottom: 10px;
}

.path-menschen_mit_barrieren.site-reiseziele_1 div.imageContentList div.listrow div.listrowContent .articleListLinks {
	margin-bottom: 10px;
}

.path-menschen_mit_barrieren.path-gut_zu_wissen_4 .foldingListInner.item_2 {
	display: none;
}
body.path-menschen_mit_barrieren_1 .related-content,
body.path-reiseziele .articleLinksExt {
	margin-top: 0;
}
/* body.path-menschen_mit_barrieren_1 .related-content {
	color: #c00;
	display: inline;
	border: 1px solid #ccc;
	
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-pie-border-radius: 5px;

	padding: 3px 8px;
}*/
body.path-reiseziele .articleLinks a {
	margin-bottom: 15px;
}
body.path-menschen_mit_barrieren_1 .related-content .headline {
	font-size: 12px;
	font-weight: normal;
	/* color: #c00 !important; */
	color: #000 !important;
	display: inline;
}
body.path-menschen_mit_barrieren_1 .related-content .body,
body.path-menschen_mit_barrieren_1 .related-content .body ul {
	display: inline;
}
body.path-menschen_mit_barrieren_1 .related-content .body ul a span,
body.path-menschen_mit_barrieren_1 .related-content .body ul li a {
	color: #c00 !important;
}

.path-menschen_mit_barrieren .content-list .links a {
	display: block;
}

div.imageContentList.box-partner-greenglobe div.listrow div.listrowImage {
	   width: 50px;
}

div.layoutColumnsInnerLeft div.imageContentList.box-partner-greenglobe div.listrow div.listrowContent {
	   width: 200px;
}
body.path-menschen_mit_barrieren .barrier-controls {
	display: block;
}
body.path-menschen_mit_barrieren.de .imageContentList.en,
body.path-menschen_mit_barrieren .imageContentList.de {
	display: none;
}

body.path-menschen_mit_barrieren.de .imageContentList.de {
	display: block;
}

body.path-menschen_mit_barrieren .contentContainer:nth-child(5),
body.path-menschen_mit_barrieren.de .contentContainer:nth-child(6) {
	display: none;
}

body.path-menschen_mit_barrieren.de .contentContainer:nth-child(5) {
	display: block;
}

/* EVENTS INTRO */
.site-events_detail .copytext-shortener {
	margin-bottom: 10px;
}
.site-events_detail .copytext-shortener h5 p {
	font-weight: normal;
}


/* BODY-TEXT SHORTENER */

.copytext-shortener {
	margin-bottom: 40px;
}
	.copytext-shortener .copytext {
		height: 250px;
		overflow: hidden;
	}
	.copytext-shortener .more {
		text-align: right;
		margin-top: 14px;
	}
	.copytext-shortener .less {
		display: none;
		text-align: right;
		margin-top: 14px;
	}
	.copytext-shortener .gradient-bottom {
		height: 60px;
		margin-top: -60px;
		width:340px;
		position: absolute;
	
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}


/* FIX MAFO DROPDOWNS */
.site-dzt_marktforschung .layoutColumn100InnerMain {
	position: relative;
}


/** @todo: remove */
/* MENU COLORS */

				body.path-staedte div.navigationMain ul li.active a,
				body.path-staedte div.navigationMain ul li.active a:hover {
					color: white;
					background: #004171;
				}
				body.path-staedte.negative div.navigationMain ul li.active a,
				body.path-staedte.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #ffbe8e;
				}
				body.path-staedte div.dcDropdownInput {
					color: white;
					background: #004171;
				}
				body.path-staedte.negative div.dcDropdownInput {
					color: #000;
					background: #ffbe8e;
				}
				body.path-staedte div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-staedte div.dcDropdownFade,
				body.path-staedte .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,65,113,0)), color-stop(100%, rgba(0,65,113,1)));
					background: -webkit-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -o-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: linear-gradient(to right, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004171', endColorstr='#ff004171',GradientType=1 );*/
				}
				body.path-staedte.negative div.dcDropdownFade,
				body.path-staedte.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,190,142,0)), color-stop(100%, rgba(255,190,142,1)));
					background: -webkit-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -o-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: linear-gradient(to right, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffbe8e', endColorstr='#ffffbe8e',GradientType=1 );*/
				}
				body.rtl body.path-staedte div.dcDropdownFade,
				body.rtl body.path-staedte .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,65,113,0)), color-stop(100%, rgba(0,65,113,1)));
					background: -webkit-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -o-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: linear-gradient(to right, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004171', endColorstr='#ff004171',GradientType=1 );*/
				}
				body.rtl body.path-staedte div.dcDropdownFade,
				body.rtl body.path-staedte .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,190,142,0)), color-stop(100%, rgba(255,190,142,1)));
					background: -webkit-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -o-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: linear-gradient(to right, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffbe8e', endColorstr='#ffffbe8e',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-staedte:hover {
					color: white;
					background: #004171;
				}
				.negative .menu-popup .list-group-item.nav-staedte:hover {
					color: #000;
					background: #ffbe8e;
				}
				body.path-staedte .bg-color-theme {
					background: #004171;
				}
				body.path-staedte.negative .bg-color-theme {
					background: #ffbe8e;
				}
					color_secondary: #1e1910
					body.path-staedte .bg-color-theme-secondary {
						background: #e1e6ef;
					}
					body.path-staedte.negative .bg-color-theme-secondary {
						background: #1e1910;
					}
					body.path-staedte .text-color-theme-secondary {
						color: #e1e6ef;
					}
					body.path-staedte.negative .text-color-theme-secondary {
						color: #1e1910;
					}
					body.path-staedte .box-noteable {
						background: #e1e6ef;
					}
					body.path-staedte.negative .box-noteable {
						background: #1e1910;
					}
				body.path-staedte .text-color-theme {
					color: #004171;
				}
				body.path-staedte.negative .text-color-theme {
					color: #ffbe8e;
				}
				body.path-staedte .box-noteable .box-head-main h5 {
					color: #004171;
				}
				body.path-staedte.negative .box-noteable .box-head-main h5 {
					color: #ffbe8e;
				}
				body.path-staedte .box-noteable a,
				body.path-staedte .box-noteable a.internalLink,
				body.path-staedte .box-noteable a.externalLink {
					color: #004171;
				}
				body.path-staedte.negative .box-noteable a,
				body.path-staedte.negative .box-noteable a.internalLink,
				body.path-staedte.negative .box-noteable a.externalLink {
					color: #ffbe8e;
				}
				body.path-staedte .related-content .headline,
				body.path-staedte .related-articles .headline {
					color: #004171;
				}
				body.path-staedte.negative .related-content .headline,
				body.path-staedte.negative .related-articles .headline {
					color: #004171;
				}
				body.path-unesco_welterben div.navigationMain ul li.active a,
				body.path-unesco_welterben div.navigationMain ul li.active a:hover {
					color: white;
					background: #004e89;
				}
				body.path-unesco_welterben.negative div.navigationMain ul li.active a,
				body.path-unesco_welterben.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #ffb176;
				}
				body.path-unesco_welterben div.dcDropdownInput {
					color: white;
					background: #004e89;
				}
				body.path-unesco_welterben.negative div.dcDropdownInput {
					color: #000;
					background: #ffb176;
				}
				body.path-unesco_welterben div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-unesco_welterben div.dcDropdownFade,
				body.path-unesco_welterben .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,78,137,0)), color-stop(100%, rgba(0,78,137,1)));
					background: -webkit-linear-gradient(left, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					background: -o-linear-gradient(left, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					background: linear-gradient(to right, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004e89', endColorstr='#ff004e89',GradientType=1 );*/
				}
				body.path-unesco_welterben.negative div.dcDropdownFade,
				body.path-unesco_welterben.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,177,118,0)), color-stop(100%, rgba(255,177,118,1)));
					background: -webkit-linear-gradient(left, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					background: -o-linear-gradient(left, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					background: linear-gradient(to right, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffb176', endColorstr='#ffffb176',GradientType=1 );*/
				}
				body.rtl body.path-unesco_welterben div.dcDropdownFade,
				body.rtl body.path-unesco_welterben .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,78,137,0)), color-stop(100%, rgba(0,78,137,1)));
					background: -webkit-linear-gradient(left, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					background: -o-linear-gradient(left, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					background: linear-gradient(to right, rgba(0,78,137,0) 0%, rgba(0,78,137,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004e89', endColorstr='#ff004e89',GradientType=1 );*/
				}
				body.rtl body.path-unesco_welterben div.dcDropdownFade,
				body.rtl body.path-unesco_welterben .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,177,118,0)), color-stop(100%, rgba(255,177,118,1)));
					background: -webkit-linear-gradient(left, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					background: -o-linear-gradient(left, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					background: linear-gradient(to right, rgba(255,177,118,0) 0%, rgba(255,177,118,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffb176', endColorstr='#ffffb176',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-unesco_welterben:hover {
					color: white;
					background: #004e89;
				}
				.negative .menu-popup .list-group-item.nav-unesco_welterben:hover {
					color: #000;
					background: #ffb176;
				}
				body.path-unesco_welterben .bg-color-theme {
					background: #004e89;
				}
				body.path-unesco_welterben.negative .bg-color-theme {
					background: #ffb176;
				}
					color_secondary: #352c1b
					body.path-unesco_welterben .bg-color-theme-secondary {
						background: #CAD3E4;
					}
					body.path-unesco_welterben.negative .bg-color-theme-secondary {
						background: #352c1b;
					}
					body.path-unesco_welterben .text-color-theme-secondary {
						color: #CAD3E4;
					}
					body.path-unesco_welterben.negative .text-color-theme-secondary {
						color: #352c1b;
					}
					body.path-unesco_welterben .box-noteable {
						background: #CAD3E4;
					}
					body.path-unesco_welterben.negative .box-noteable {
						background: #352c1b;
					}
				body.path-unesco_welterben .text-color-theme {
					color: #004e89;
				}
				body.path-unesco_welterben.negative .text-color-theme {
					color: #ffb176;
				}
				body.path-unesco_welterben .box-noteable .box-head-main h5 {
					color: #004e89;
				}
				body.path-unesco_welterben.negative .box-noteable .box-head-main h5 {
					color: #ffb176;
				}
				body.path-unesco_welterben .box-noteable a,
				body.path-unesco_welterben .box-noteable a.internalLink,
				body.path-unesco_welterben .box-noteable a.externalLink {
					color: #004e89;
				}
				body.path-unesco_welterben.negative .box-noteable a,
				body.path-unesco_welterben.negative .box-noteable a.internalLink,
				body.path-unesco_welterben.negative .box-noteable a.externalLink {
					color: #ffb176;
				}
				body.path-unesco_welterben .related-content .headline,
				body.path-unesco_welterben .related-articles .headline {
					color: #004e89;
				}
				body.path-unesco_welterben.negative .related-content .headline,
				body.path-unesco_welterben.negative .related-articles .headline {
					color: #004e89;
				}
				body.path-shopping_3 div.navigationMain ul li.active a,
				body.path-shopping_3 div.navigationMain ul li.active a:hover {
					color: white;
					background: #e5316c;
				}
				body.path-shopping_3.negative div.navigationMain ul li.active a,
				body.path-shopping_3.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #1ace93;
				}
				body.path-shopping_3 div.dcDropdownInput {
					color: white;
					background: #e5316c;
				}
				body.path-shopping_3.negative div.dcDropdownInput {
					color: #000;
					background: #1ace93;
				}
				body.path-shopping_3 div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-shopping_3 div.dcDropdownFade,
				body.path-shopping_3 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,49,108,0)), color-stop(100%, rgba(229,49,108,1)));
					background: -webkit-linear-gradient(left, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					background: -o-linear-gradient(left, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					background: -ms-linear-gradient(left, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					background: linear-gradient(to right, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5316c', endColorstr='#ffe5316c',GradientType=1 );*/
				}
				body.path-shopping_3.negative div.dcDropdownFade,
				body.path-shopping_3.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(26,206,147,0)), color-stop(100%, rgba(26,206,147,1)));
					background: -webkit-linear-gradient(left, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					background: -o-linear-gradient(left, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					background: -ms-linear-gradient(left, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					background: linear-gradient(to right, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001ace93', endColorstr='#ff1ace93',GradientType=1 );*/
				}
				body.rtl body.path-shopping_3 div.dcDropdownFade,
				body.rtl body.path-shopping_3 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,49,108,0)), color-stop(100%, rgba(229,49,108,1)));
					background: -webkit-linear-gradient(left, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					background: -o-linear-gradient(left, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					background: -ms-linear-gradient(left, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					background: linear-gradient(to right, rgba(229,49,108,0) 0%, rgba(229,49,108,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5316c', endColorstr='#ffe5316c',GradientType=1 );*/
				}
				body.rtl body.path-shopping_3 div.dcDropdownFade,
				body.rtl body.path-shopping_3 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(26,206,147,0)), color-stop(100%, rgba(26,206,147,1)));
					background: -webkit-linear-gradient(left, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					background: -o-linear-gradient(left, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					background: -ms-linear-gradient(left, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					background: linear-gradient(to right, rgba(26,206,147,0) 0%, rgba(26,206,147,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001ace93', endColorstr='#ff1ace93',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-shopping_3:hover {
					color: white;
					background: #e5316c;
				}
				.negative .menu-popup .list-group-item.nav-shopping_3:hover {
					color: #000;
					background: #1ace93;
				}
				body.path-shopping_3 .bg-color-theme {
					background: #e5316c;
				}
				body.path-shopping_3.negative .bg-color-theme {
					background: #1ace93;
				}
				body.path-shopping_3 .text-color-theme {
					color: #e5316c;
				}
				body.path-shopping_3.negative .text-color-theme {
					color: #1ace93;
				}
				body.path-shopping_3 .box-noteable .box-head-main h5 {
					color: #e5316c;
				}
				body.path-shopping_3.negative .box-noteable .box-head-main h5 {
					color: #1ace93;
				}
				body.path-shopping_3 .box-noteable a,
				body.path-shopping_3 .box-noteable a.internalLink,
				body.path-shopping_3 .box-noteable a.externalLink {
					color: #e5316c;
				}
				body.path-shopping_3.negative .box-noteable a,
				body.path-shopping_3.negative .box-noteable a.internalLink,
				body.path-shopping_3.negative .box-noteable a.externalLink {
					color: #1ace93;
				}
				body.path-shopping_3 .related-content .headline,
				body.path-shopping_3 .related-articles .headline {
					color: #e5316c;
				}
				body.path-shopping_3.negative .related-content .headline,
				body.path-shopping_3.negative .related-articles .headline {
					color: #e5316c;
				}
				body.path-museen div.navigationMain ul li.active a,
				body.path-museen div.navigationMain ul li.active a:hover {
					color: white;
					background: #ab488a;
				}
				body.path-museen.negative div.navigationMain ul li.active a,
				body.path-museen.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #54b775;
				}
				body.path-museen div.dcDropdownInput {
					color: white;
					background: #ab488a;
				}
				body.path-museen.negative div.dcDropdownInput {
					color: #000;
					background: #54b775;
				}
				body.path-museen div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-museen div.dcDropdownFade,
				body.path-museen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,72,138,0)), color-stop(100%, rgba(171,72,138,1)));
					background: -webkit-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -o-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -ms-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: linear-gradient(to right, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab488a', endColorstr='#ffab488a',GradientType=1 );*/
				}
				body.path-museen.negative div.dcDropdownFade,
				body.path-museen.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,183,117,0)), color-stop(100%, rgba(84,183,117,1)));
					background: -webkit-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -o-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -ms-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: linear-gradient(to right, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054b775', endColorstr='#ff54b775',GradientType=1 );*/
				}
				body.rtl body.path-museen div.dcDropdownFade,
				body.rtl body.path-museen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,72,138,0)), color-stop(100%, rgba(171,72,138,1)));
					background: -webkit-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -o-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -ms-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: linear-gradient(to right, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab488a', endColorstr='#ffab488a',GradientType=1 );*/
				}
				body.rtl body.path-museen div.dcDropdownFade,
				body.rtl body.path-museen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,183,117,0)), color-stop(100%, rgba(84,183,117,1)));
					background: -webkit-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -o-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -ms-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: linear-gradient(to right, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054b775', endColorstr='#ff54b775',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-museen:hover {
					color: white;
					background: #ab488a;
				}
				.negative .menu-popup .list-group-item.nav-museen:hover {
					color: #000;
					background: #54b775;
				}
				body.path-museen .bg-color-theme {
					background: #ab488a;
				}
				body.path-museen.negative .bg-color-theme {
					background: #54b775;
				}
				body.path-museen .text-color-theme {
					color: #ab488a;
				}
				body.path-museen.negative .text-color-theme {
					color: #54b775;
				}
				body.path-museen .box-noteable .box-head-main h5 {
					color: #ab488a;
				}
				body.path-museen.negative .box-noteable .box-head-main h5 {
					color: #54b775;
				}
				body.path-museen .box-noteable a,
				body.path-museen .box-noteable a.internalLink,
				body.path-museen .box-noteable a.externalLink {
					color: #ab488a;
				}
				body.path-museen.negative .box-noteable a,
				body.path-museen.negative .box-noteable a.internalLink,
				body.path-museen.negative .box-noteable a.externalLink {
					color: #54b775;
				}
				body.path-museen .related-content .headline,
				body.path-museen .related-articles .headline {
					color: #ab488a;
				}
				body.path-museen.negative .related-content .headline,
				body.path-museen.negative .related-articles .headline {
					color: #ab488a;
				}
				body.path-schloesser__parks___gaerten div.navigationMain ul li.active a,
				body.path-schloesser__parks___gaerten div.navigationMain ul li.active a:hover {
					color: white;
					background: #c00418;
				}
				body.path-schloesser__parks___gaerten.negative div.navigationMain ul li.active a,
				body.path-schloesser__parks___gaerten.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #3ffbe7;
				}
				body.path-schloesser__parks___gaerten div.dcDropdownInput {
					color: white;
					background: #c00418;
				}
				body.path-schloesser__parks___gaerten.negative div.dcDropdownInput {
					color: #000;
					background: #3ffbe7;
				}
				body.path-schloesser__parks___gaerten div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-schloesser__parks___gaerten div.dcDropdownFade,
				body.path-schloesser__parks___gaerten .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,4,24,0)), color-stop(100%, rgba(192,4,24,1)));
					background: -webkit-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -o-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -ms-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: linear-gradient(to right, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c00418', endColorstr='#ffc00418',GradientType=1 );*/
				}
				body.path-schloesser__parks___gaerten.negative div.dcDropdownFade,
				body.path-schloesser__parks___gaerten.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,251,231,0)), color-stop(100%, rgba(63,251,231,1)));
					background: -webkit-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -o-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -ms-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: linear-gradient(to right, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ffbe7', endColorstr='#ff3ffbe7',GradientType=1 );*/
				}
				body.rtl body.path-schloesser__parks___gaerten div.dcDropdownFade,
				body.rtl body.path-schloesser__parks___gaerten .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,4,24,0)), color-stop(100%, rgba(192,4,24,1)));
					background: -webkit-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -o-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -ms-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: linear-gradient(to right, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c00418', endColorstr='#ffc00418',GradientType=1 );*/
				}
				body.rtl body.path-schloesser__parks___gaerten div.dcDropdownFade,
				body.rtl body.path-schloesser__parks___gaerten .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,251,231,0)), color-stop(100%, rgba(63,251,231,1)));
					background: -webkit-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -o-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -ms-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: linear-gradient(to right, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ffbe7', endColorstr='#ff3ffbe7',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-schloesser__parks___gaerten:hover {
					color: white;
					background: #c00418;
				}
				.negative .menu-popup .list-group-item.nav-schloesser__parks___gaerten:hover {
					color: #000;
					background: #3ffbe7;
				}
				body.path-schloesser__parks___gaerten .bg-color-theme {
					background: #c00418;
				}
				body.path-schloesser__parks___gaerten.negative .bg-color-theme {
					background: #3ffbe7;
				}
				body.path-schloesser__parks___gaerten .text-color-theme {
					color: #c00418;
				}
				body.path-schloesser__parks___gaerten.negative .text-color-theme {
					color: #3ffbe7;
				}
				body.path-schloesser__parks___gaerten .box-noteable .box-head-main h5 {
					color: #c00418;
				}
				body.path-schloesser__parks___gaerten.negative .box-noteable .box-head-main h5 {
					color: #3ffbe7;
				}
				body.path-schloesser__parks___gaerten .box-noteable a,
				body.path-schloesser__parks___gaerten .box-noteable a.internalLink,
				body.path-schloesser__parks___gaerten .box-noteable a.externalLink {
					color: #c00418;
				}
				body.path-schloesser__parks___gaerten.negative .box-noteable a,
				body.path-schloesser__parks___gaerten.negative .box-noteable a.internalLink,
				body.path-schloesser__parks___gaerten.negative .box-noteable a.externalLink {
					color: #3ffbe7;
				}
				body.path-schloesser__parks___gaerten .related-content .headline,
				body.path-schloesser__parks___gaerten .related-articles .headline {
					color: #c00418;
				}
				body.path-schloesser__parks___gaerten.negative .related-content .headline,
				body.path-schloesser__parks___gaerten.negative .related-articles .headline {
					color: #c00418;
				}
				body.path-musik___shows div.navigationMain ul li.active a,
				body.path-musik___shows div.navigationMain ul li.active a:hover {
					color: white;
					background: #eda200;
				}
				body.path-musik___shows.negative div.navigationMain ul li.active a,
				body.path-musik___shows.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #125dff;
				}
				body.path-musik___shows div.dcDropdownInput {
					color: white;
					background: #eda200;
				}
				body.path-musik___shows.negative div.dcDropdownInput {
					color: #000;
					background: #125dff;
				}
				body.path-musik___shows div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-musik___shows div.dcDropdownFade,
				body.path-musik___shows .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,162,0,0)), color-stop(100%, rgba(237,162,0,1)));
					background: -webkit-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -o-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -ms-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: linear-gradient(to right, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eda200', endColorstr='#ffeda200',GradientType=1 );*/
				}
				body.path-musik___shows.negative div.dcDropdownFade,
				body.path-musik___shows.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(18,93,255,0)), color-stop(100%, rgba(18,93,255,1)));
					background: -webkit-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -o-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -ms-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: linear-gradient(to right, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00125dff', endColorstr='#ff125dff',GradientType=1 );*/
				}
				body.rtl body.path-musik___shows div.dcDropdownFade,
				body.rtl body.path-musik___shows .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,162,0,0)), color-stop(100%, rgba(237,162,0,1)));
					background: -webkit-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -o-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -ms-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: linear-gradient(to right, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eda200', endColorstr='#ffeda200',GradientType=1 );*/
				}
				body.rtl body.path-musik___shows div.dcDropdownFade,
				body.rtl body.path-musik___shows .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(18,93,255,0)), color-stop(100%, rgba(18,93,255,1)));
					background: -webkit-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -o-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -ms-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: linear-gradient(to right, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00125dff', endColorstr='#ff125dff',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-musik___shows:hover {
					color: white;
					background: #eda200;
				}
				.negative .menu-popup .list-group-item.nav-musik___shows:hover {
					color: #000;
					background: #125dff;
				}
				body.path-musik___shows .bg-color-theme {
					background: #eda200;
				}
				body.path-musik___shows.negative .bg-color-theme {
					background: #125dff;
				}
				body.path-musik___shows .text-color-theme {
					color: #eda200;
				}
				body.path-musik___shows.negative .text-color-theme {
					color: #125dff;
				}
				body.path-musik___shows .box-noteable .box-head-main h5 {
					color: #eda200;
				}
				body.path-musik___shows.negative .box-noteable .box-head-main h5 {
					color: #125dff;
				}
				body.path-musik___shows .box-noteable a,
				body.path-musik___shows .box-noteable a.internalLink,
				body.path-musik___shows .box-noteable a.externalLink {
					color: #eda200;
				}
				body.path-musik___shows.negative .box-noteable a,
				body.path-musik___shows.negative .box-noteable a.internalLink,
				body.path-musik___shows.negative .box-noteable a.externalLink {
					color: #125dff;
				}
				body.path-musik___shows .related-content .headline,
				body.path-musik___shows .related-articles .headline {
					color: #eda200;
				}
				body.path-musik___shows.negative .related-content .headline,
				body.path-musik___shows.negative .related-articles .headline {
					color: #eda200;
				}
				body.path-gemuetlichkeit div.navigationMain ul li.active a,
				body.path-gemuetlichkeit div.navigationMain ul li.active a:hover {
					color: white;
					background: #c00418;
				}
				body.path-gemuetlichkeit.negative div.navigationMain ul li.active a,
				body.path-gemuetlichkeit.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #3ffbe7;
				}
				body.path-gemuetlichkeit div.dcDropdownInput {
					color: white;
					background: #c00418;
				}
				body.path-gemuetlichkeit.negative div.dcDropdownInput {
					color: #000;
					background: #3ffbe7;
				}
				body.path-gemuetlichkeit div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-gemuetlichkeit div.dcDropdownFade,
				body.path-gemuetlichkeit .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,4,24,0)), color-stop(100%, rgba(192,4,24,1)));
					background: -webkit-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -o-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -ms-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: linear-gradient(to right, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c00418', endColorstr='#ffc00418',GradientType=1 );*/
				}
				body.path-gemuetlichkeit.negative div.dcDropdownFade,
				body.path-gemuetlichkeit.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,251,231,0)), color-stop(100%, rgba(63,251,231,1)));
					background: -webkit-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -o-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -ms-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: linear-gradient(to right, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ffbe7', endColorstr='#ff3ffbe7',GradientType=1 );*/
				}
				body.rtl body.path-gemuetlichkeit div.dcDropdownFade,
				body.rtl body.path-gemuetlichkeit .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,4,24,0)), color-stop(100%, rgba(192,4,24,1)));
					background: -webkit-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -o-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -ms-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: linear-gradient(to right, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c00418', endColorstr='#ffc00418',GradientType=1 );*/
				}
				body.rtl body.path-gemuetlichkeit div.dcDropdownFade,
				body.rtl body.path-gemuetlichkeit .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,251,231,0)), color-stop(100%, rgba(63,251,231,1)));
					background: -webkit-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -o-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -ms-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: linear-gradient(to right, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ffbe7', endColorstr='#ff3ffbe7',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-gemuetlichkeit:hover {
					color: white;
					background: #c00418;
				}
				.negative .menu-popup .list-group-item.nav-gemuetlichkeit:hover {
					color: #000;
					background: #3ffbe7;
				}
				body.path-gemuetlichkeit .bg-color-theme {
					background: #c00418;
				}
				body.path-gemuetlichkeit.negative .bg-color-theme {
					background: #3ffbe7;
				}
				body.path-gemuetlichkeit .text-color-theme {
					color: #c00418;
				}
				body.path-gemuetlichkeit.negative .text-color-theme {
					color: #3ffbe7;
				}
				body.path-gemuetlichkeit .box-noteable .box-head-main h5 {
					color: #c00418;
				}
				body.path-gemuetlichkeit.negative .box-noteable .box-head-main h5 {
					color: #3ffbe7;
				}
				body.path-gemuetlichkeit .box-noteable a,
				body.path-gemuetlichkeit .box-noteable a.internalLink,
				body.path-gemuetlichkeit .box-noteable a.externalLink {
					color: #c00418;
				}
				body.path-gemuetlichkeit.negative .box-noteable a,
				body.path-gemuetlichkeit.negative .box-noteable a.internalLink,
				body.path-gemuetlichkeit.negative .box-noteable a.externalLink {
					color: #3ffbe7;
				}
				body.path-gemuetlichkeit .related-content .headline,
				body.path-gemuetlichkeit .related-articles .headline {
					color: #c00418;
				}
				body.path-gemuetlichkeit.negative .related-content .headline,
				body.path-gemuetlichkeit.negative .related-articles .headline {
					color: #c00418;
				}
				body.path-essen_trinken div.navigationMain ul li.active a,
				body.path-essen_trinken div.navigationMain ul li.active a:hover {
					color: white;
					background: #c00418;
				}
				body.path-essen_trinken.negative div.navigationMain ul li.active a,
				body.path-essen_trinken.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #3ffbe7;
				}
				body.path-essen_trinken div.dcDropdownInput {
					color: white;
					background: #c00418;
				}
				body.path-essen_trinken.negative div.dcDropdownInput {
					color: #000;
					background: #3ffbe7;
				}
				body.path-essen_trinken div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-essen_trinken div.dcDropdownFade,
				body.path-essen_trinken .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,4,24,0)), color-stop(100%, rgba(192,4,24,1)));
					background: -webkit-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -o-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -ms-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: linear-gradient(to right, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c00418', endColorstr='#ffc00418',GradientType=1 );*/
				}
				body.path-essen_trinken.negative div.dcDropdownFade,
				body.path-essen_trinken.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,251,231,0)), color-stop(100%, rgba(63,251,231,1)));
					background: -webkit-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -o-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -ms-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: linear-gradient(to right, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ffbe7', endColorstr='#ff3ffbe7',GradientType=1 );*/
				}
				body.rtl body.path-essen_trinken div.dcDropdownFade,
				body.rtl body.path-essen_trinken .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,4,24,0)), color-stop(100%, rgba(192,4,24,1)));
					background: -webkit-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -o-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: -ms-linear-gradient(left, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					background: linear-gradient(to right, rgba(192,4,24,0) 0%, rgba(192,4,24,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c00418', endColorstr='#ffc00418',GradientType=1 );*/
				}
				body.rtl body.path-essen_trinken div.dcDropdownFade,
				body.rtl body.path-essen_trinken .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,251,231,0)), color-stop(100%, rgba(63,251,231,1)));
					background: -webkit-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -o-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: -ms-linear-gradient(left, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					background: linear-gradient(to right, rgba(63,251,231,0) 0%, rgba(63,251,231,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ffbe7', endColorstr='#ff3ffbe7',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-essen_trinken:hover {
					color: white;
					background: #c00418;
				}
				.negative .menu-popup .list-group-item.nav-essen_trinken:hover {
					color: #000;
					background: #3ffbe7;
				}
				body.path-essen_trinken .bg-color-theme {
					background: #c00418;
				}
				body.path-essen_trinken.negative .bg-color-theme {
					background: #3ffbe7;
				}
				body.path-essen_trinken .text-color-theme {
					color: #c00418;
				}
				body.path-essen_trinken.negative .text-color-theme {
					color: #3ffbe7;
				}
				body.path-essen_trinken .box-noteable .box-head-main h5 {
					color: #c00418;
				}
				body.path-essen_trinken.negative .box-noteable .box-head-main h5 {
					color: #3ffbe7;
				}
				body.path-essen_trinken .box-noteable a,
				body.path-essen_trinken .box-noteable a.internalLink,
				body.path-essen_trinken .box-noteable a.externalLink {
					color: #c00418;
				}
				body.path-essen_trinken.negative .box-noteable a,
				body.path-essen_trinken.negative .box-noteable a.internalLink,
				body.path-essen_trinken.negative .box-noteable a.externalLink {
					color: #3ffbe7;
				}
				body.path-essen_trinken .related-content .headline,
				body.path-essen_trinken .related-articles .headline {
					color: #c00418;
				}
				body.path-essen_trinken.negative .related-content .headline,
				body.path-essen_trinken.negative .related-articles .headline {
					color: #c00418;
				}
				body.path-jewish_traveler div.navigationMain ul li.active a,
				body.path-jewish_traveler div.navigationMain ul li.active a:hover {
					color: white;
					background: #005CA0;
				}
				body.path-jewish_traveler.negative div.navigationMain ul li.active a,
				body.path-jewish_traveler.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #ffa35f;
				}
				body.path-jewish_traveler div.dcDropdownInput {
					color: white;
					background: #005CA0;
				}
				body.path-jewish_traveler.negative div.dcDropdownInput {
					color: #000;
					background: #ffa35f;
				}
				body.path-jewish_traveler div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-jewish_traveler div.dcDropdownFade,
				body.path-jewish_traveler .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,92,160,0)), color-stop(100%, rgba(0,92,160,1)));
					background: -webkit-linear-gradient(left, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					background: -o-linear-gradient(left, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					background: linear-gradient(to right, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005CA0', endColorstr='#ff005CA0',GradientType=1 );*/
				}
				body.path-jewish_traveler.negative div.dcDropdownFade,
				body.path-jewish_traveler.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,163,95,0)), color-stop(100%, rgba(255,163,95,1)));
					background: -webkit-linear-gradient(left, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					background: -o-linear-gradient(left, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					background: linear-gradient(to right, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffa35f', endColorstr='#ffffa35f',GradientType=1 );*/
				}
				body.rtl body.path-jewish_traveler div.dcDropdownFade,
				body.rtl body.path-jewish_traveler .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,92,160,0)), color-stop(100%, rgba(0,92,160,1)));
					background: -webkit-linear-gradient(left, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					background: -o-linear-gradient(left, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					background: linear-gradient(to right, rgba(0,92,160,0) 0%, rgba(0,92,160,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005CA0', endColorstr='#ff005CA0',GradientType=1 );*/
				}
				body.rtl body.path-jewish_traveler div.dcDropdownFade,
				body.rtl body.path-jewish_traveler .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,163,95,0)), color-stop(100%, rgba(255,163,95,1)));
					background: -webkit-linear-gradient(left, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					background: -o-linear-gradient(left, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					background: linear-gradient(to right, rgba(255,163,95,0) 0%, rgba(255,163,95,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffa35f', endColorstr='#ffffa35f',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-jewish_traveler:hover {
					color: white;
					background: #005CA0;
				}
				.negative .menu-popup .list-group-item.nav-jewish_traveler:hover {
					color: #000;
					background: #ffa35f;
				}
				body.path-jewish_traveler .bg-color-theme {
					background: #005CA0;
				}
				body.path-jewish_traveler.negative .bg-color-theme {
					background: #ffa35f;
				}
					color_secondary: #1c1b1b
					body.path-jewish_traveler .bg-color-theme-secondary {
						background: #E3E4E4;
					}
					body.path-jewish_traveler.negative .bg-color-theme-secondary {
						background: #1c1b1b;
					}
					body.path-jewish_traveler .text-color-theme-secondary {
						color: #E3E4E4;
					}
					body.path-jewish_traveler.negative .text-color-theme-secondary {
						color: #1c1b1b;
					}
					body.path-jewish_traveler .box-noteable {
						background: #E3E4E4;
					}
					body.path-jewish_traveler.negative .box-noteable {
						background: #1c1b1b;
					}
				body.path-jewish_traveler .text-color-theme {
					color: #005CA0;
				}
				body.path-jewish_traveler.negative .text-color-theme {
					color: #ffa35f;
				}
				body.path-jewish_traveler .box-noteable .box-head-main h5 {
					color: #005CA0;
				}
				body.path-jewish_traveler.negative .box-noteable .box-head-main h5 {
					color: #ffa35f;
				}
				body.path-jewish_traveler .box-noteable a,
				body.path-jewish_traveler .box-noteable a.internalLink,
				body.path-jewish_traveler .box-noteable a.externalLink {
					color: #005CA0;
				}
				body.path-jewish_traveler.negative .box-noteable a,
				body.path-jewish_traveler.negative .box-noteable a.internalLink,
				body.path-jewish_traveler.negative .box-noteable a.externalLink {
					color: #ffa35f;
				}
				body.path-jewish_traveler .related-content .headline,
				body.path-jewish_traveler .related-articles .headline {
					color: #005CA0;
				}
				body.path-jewish_traveler.negative .related-content .headline,
				body.path-jewish_traveler.negative .related-articles .headline {
					color: #005CA0;
				}
				body.path-tradition___brauchtum div.navigationMain ul li.active a,
				body.path-tradition___brauchtum div.navigationMain ul li.active a:hover {
					color: white;
					background: #005c24;
				}
				body.path-tradition___brauchtum.negative div.navigationMain ul li.active a,
				body.path-tradition___brauchtum.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #ffa3db;
				}
				body.path-tradition___brauchtum div.dcDropdownInput {
					color: white;
					background: #005c24;
				}
				body.path-tradition___brauchtum.negative div.dcDropdownInput {
					color: #000;
					background: #ffa3db;
				}
				body.path-tradition___brauchtum div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-tradition___brauchtum div.dcDropdownFade,
				body.path-tradition___brauchtum .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,92,36,0)), color-stop(100%, rgba(0,92,36,1)));
					background: -webkit-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -o-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: linear-gradient(to right, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005c24', endColorstr='#ff005c24',GradientType=1 );*/
				}
				body.path-tradition___brauchtum.negative div.dcDropdownFade,
				body.path-tradition___brauchtum.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,163,219,0)), color-stop(100%, rgba(255,163,219,1)));
					background: -webkit-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -o-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: linear-gradient(to right, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffa3db', endColorstr='#ffffa3db',GradientType=1 );*/
				}
				body.rtl body.path-tradition___brauchtum div.dcDropdownFade,
				body.rtl body.path-tradition___brauchtum .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,92,36,0)), color-stop(100%, rgba(0,92,36,1)));
					background: -webkit-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -o-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: linear-gradient(to right, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005c24', endColorstr='#ff005c24',GradientType=1 );*/
				}
				body.rtl body.path-tradition___brauchtum div.dcDropdownFade,
				body.rtl body.path-tradition___brauchtum .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,163,219,0)), color-stop(100%, rgba(255,163,219,1)));
					background: -webkit-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -o-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: linear-gradient(to right, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffa3db', endColorstr='#ffffa3db',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-tradition___brauchtum:hover {
					color: white;
					background: #005c24;
				}
				.negative .menu-popup .list-group-item.nav-tradition___brauchtum:hover {
					color: #000;
					background: #ffa3db;
				}
				body.path-tradition___brauchtum .bg-color-theme {
					background: #005c24;
				}
				body.path-tradition___brauchtum.negative .bg-color-theme {
					background: #ffa3db;
				}
				body.path-tradition___brauchtum .text-color-theme {
					color: #005c24;
				}
				body.path-tradition___brauchtum.negative .text-color-theme {
					color: #ffa3db;
				}
				body.path-tradition___brauchtum .box-noteable .box-head-main h5 {
					color: #005c24;
				}
				body.path-tradition___brauchtum.negative .box-noteable .box-head-main h5 {
					color: #ffa3db;
				}
				body.path-tradition___brauchtum .box-noteable a,
				body.path-tradition___brauchtum .box-noteable a.internalLink,
				body.path-tradition___brauchtum .box-noteable a.externalLink {
					color: #005c24;
				}
				body.path-tradition___brauchtum.negative .box-noteable a,
				body.path-tradition___brauchtum.negative .box-noteable a.internalLink,
				body.path-tradition___brauchtum.negative .box-noteable a.externalLink {
					color: #ffa3db;
				}
				body.path-tradition___brauchtum .related-content .headline,
				body.path-tradition___brauchtum .related-articles .headline {
					color: #005c24;
				}
				body.path-tradition___brauchtum.negative .related-content .headline,
				body.path-tradition___brauchtum.negative .related-articles .headline {
					color: #005c24;
				}
				body.path-top_100 div.navigationMain ul li.active a,
				body.path-top_100 div.navigationMain ul li.active a:hover {
					color: white;
					background: #ca9813;
				}
				body.path-top_100.negative div.navigationMain ul li.active a,
				body.path-top_100.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #3567ec;
				}
				body.path-top_100 div.dcDropdownInput {
					color: white;
					background: #ca9813;
				}
				body.path-top_100.negative div.dcDropdownInput {
					color: #000;
					background: #3567ec;
				}
				body.path-top_100 div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-top_100 div.dcDropdownFade,
				body.path-top_100 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(202,152,19,0)), color-stop(100%, rgba(202,152,19,1)));
					background: -webkit-linear-gradient(left, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					background: -o-linear-gradient(left, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					background: -ms-linear-gradient(left, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					background: linear-gradient(to right, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ca9813', endColorstr='#ffca9813',GradientType=1 );*/
				}
				body.path-top_100.negative div.dcDropdownFade,
				body.path-top_100.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,103,236,0)), color-stop(100%, rgba(53,103,236,1)));
					background: -webkit-linear-gradient(left, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					background: -o-linear-gradient(left, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					background: -ms-linear-gradient(left, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					background: linear-gradient(to right, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003567ec', endColorstr='#ff3567ec',GradientType=1 );*/
				}
				body.rtl body.path-top_100 div.dcDropdownFade,
				body.rtl body.path-top_100 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(202,152,19,0)), color-stop(100%, rgba(202,152,19,1)));
					background: -webkit-linear-gradient(left, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					background: -o-linear-gradient(left, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					background: -ms-linear-gradient(left, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					background: linear-gradient(to right, rgba(202,152,19,0) 0%, rgba(202,152,19,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ca9813', endColorstr='#ffca9813',GradientType=1 );*/
				}
				body.rtl body.path-top_100 div.dcDropdownFade,
				body.rtl body.path-top_100 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,103,236,0)), color-stop(100%, rgba(53,103,236,1)));
					background: -webkit-linear-gradient(left, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					background: -o-linear-gradient(left, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					background: -ms-linear-gradient(left, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					background: linear-gradient(to right, rgba(53,103,236,0) 0%, rgba(53,103,236,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003567ec', endColorstr='#ff3567ec',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-top_100:hover {
					color: white;
					background: #ca9813;
				}
				.negative .menu-popup .list-group-item.nav-top_100:hover {
					color: #000;
					background: #3567ec;
				}
				body.path-top_100 .bg-color-theme {
					background: #ca9813;
				}
				body.path-top_100.negative .bg-color-theme {
					background: #3567ec;
				}
					color_secondary: #ffa
					body.path-top_100 .bg-color-theme-secondary {
						background: #f0f0f5;
					}
					body.path-top_100.negative .bg-color-theme-secondary {
						background: #ffa;
					}
					body.path-top_100 .text-color-theme-secondary {
						color: #f0f0f5;
					}
					body.path-top_100.negative .text-color-theme-secondary {
						color: #ffa;
					}
					body.path-top_100 .box-noteable {
						background: #f0f0f5;
					}
					body.path-top_100.negative .box-noteable {
						background: #ffa;
					}
				body.path-top_100 .text-color-theme {
					color: #ca9813;
				}
				body.path-top_100.negative .text-color-theme {
					color: #3567ec;
				}
				body.path-top_100 .box-noteable .box-head-main h5 {
					color: #ca9813;
				}
				body.path-top_100.negative .box-noteable .box-head-main h5 {
					color: #3567ec;
				}
				body.path-top_100 .box-noteable a,
				body.path-top_100 .box-noteable a.internalLink,
				body.path-top_100 .box-noteable a.externalLink {
					color: #ca9813;
				}
				body.path-top_100.negative .box-noteable a,
				body.path-top_100.negative .box-noteable a.internalLink,
				body.path-top_100.negative .box-noteable a.externalLink {
					color: #3567ec;
				}
				body.path-top_100 .related-content .headline,
				body.path-top_100 .related-articles .headline {
					color: #ca9813;
				}
				body.path-top_100.negative .related-content .headline,
				body.path-top_100.negative .related-articles .headline {
					color: #ca9813;
				}
				body.path-youth_hotspots div.navigationMain ul li.active a,
				body.path-youth_hotspots div.navigationMain ul li.active a:hover {
					color: white;
					background: ca6d06;
				}
				body.path-youth_hotspots.negative div.navigationMain ul li.active a,
				body.path-youth_hotspots.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #592ff9;
				}
				body.path-youth_hotspots div.dcDropdownInput {
					color: white;
					background: ca6d06;
				}
				body.path-youth_hotspots.negative div.dcDropdownInput {
					color: #000;
					background: #592ff9;
				}
				body.path-youth_hotspots div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-youth_hotspots div.dcDropdownFade,
				body.path-youth_hotspots .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(166,208,6,0)), color-stop(100%, rgba(166,208,6,1)));
					background: -webkit-linear-gradient(left, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					background: -o-linear-gradient(left, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					background: -ms-linear-gradient(left, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					background: linear-gradient(to right, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6d06', endColorstr='#ffa6d06',GradientType=1 );*/
				}
				body.path-youth_hotspots.negative div.dcDropdownFade,
				body.path-youth_hotspots.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(89,47,249,0)), color-stop(100%, rgba(89,47,249,1)));
					background: -webkit-linear-gradient(left, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					background: -o-linear-gradient(left, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					background: -ms-linear-gradient(left, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					background: linear-gradient(to right, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00592ff9', endColorstr='#ff592ff9',GradientType=1 );*/
				}
				body.rtl body.path-youth_hotspots div.dcDropdownFade,
				body.rtl body.path-youth_hotspots .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(166,208,6,0)), color-stop(100%, rgba(166,208,6,1)));
					background: -webkit-linear-gradient(left, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					background: -o-linear-gradient(left, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					background: -ms-linear-gradient(left, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					background: linear-gradient(to right, rgba(166,208,6,0) 0%, rgba(166,208,6,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6d06', endColorstr='#ffa6d06',GradientType=1 );*/
				}
				body.rtl body.path-youth_hotspots div.dcDropdownFade,
				body.rtl body.path-youth_hotspots .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(89,47,249,0)), color-stop(100%, rgba(89,47,249,1)));
					background: -webkit-linear-gradient(left, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					background: -o-linear-gradient(left, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					background: -ms-linear-gradient(left, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					background: linear-gradient(to right, rgba(89,47,249,0) 0%, rgba(89,47,249,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00592ff9', endColorstr='#ff592ff9',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-youth_hotspots:hover {
					color: white;
					background: ca6d06;
				}
				.negative .menu-popup .list-group-item.nav-youth_hotspots:hover {
					color: #000;
					background: #592ff9;
				}
				body.path-youth_hotspots .bg-color-theme {
					background: ca6d06;
				}
				body.path-youth_hotspots.negative .bg-color-theme {
					background: #592ff9;
				}
				body.path-youth_hotspots .text-color-theme {
					color: ca6d06;
				}
				body.path-youth_hotspots.negative .text-color-theme {
					color: #592ff9;
				}
				body.path-youth_hotspots .box-noteable .box-head-main h5 {
					color: ca6d06;
				}
				body.path-youth_hotspots.negative .box-noteable .box-head-main h5 {
					color: #592ff9;
				}
				body.path-youth_hotspots .box-noteable a,
				body.path-youth_hotspots .box-noteable a.internalLink,
				body.path-youth_hotspots .box-noteable a.externalLink {
					color: ca6d06;
				}
				body.path-youth_hotspots.negative .box-noteable a,
				body.path-youth_hotspots.negative .box-noteable a.internalLink,
				body.path-youth_hotspots.negative .box-noteable a.externalLink {
					color: #592ff9;
				}
				body.path-youth_hotspots .related-content .headline,
				body.path-youth_hotspots .related-articles .headline {
					color: ca6d06;
				}
				body.path-youth_hotspots.negative .related-content .headline,
				body.path-youth_hotspots.negative .related-articles .headline {
					color: ca6d06;
				}
				body.path-natur____nationalparks div.navigationMain ul li.active a,
				body.path-natur____nationalparks div.navigationMain ul li.active a:hover {
					color: white;
					background: #005c24;
				}
				body.path-natur____nationalparks.negative div.navigationMain ul li.active a,
				body.path-natur____nationalparks.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #ffa3db;
				}
				body.path-natur____nationalparks div.dcDropdownInput {
					color: white;
					background: #005c24;
				}
				body.path-natur____nationalparks.negative div.dcDropdownInput {
					color: #000;
					background: #ffa3db;
				}
				body.path-natur____nationalparks div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-natur____nationalparks div.dcDropdownFade,
				body.path-natur____nationalparks .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,92,36,0)), color-stop(100%, rgba(0,92,36,1)));
					background: -webkit-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -o-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: linear-gradient(to right, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005c24', endColorstr='#ff005c24',GradientType=1 );*/
				}
				body.path-natur____nationalparks.negative div.dcDropdownFade,
				body.path-natur____nationalparks.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,163,219,0)), color-stop(100%, rgba(255,163,219,1)));
					background: -webkit-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -o-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: linear-gradient(to right, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffa3db', endColorstr='#ffffa3db',GradientType=1 );*/
				}
				body.rtl body.path-natur____nationalparks div.dcDropdownFade,
				body.rtl body.path-natur____nationalparks .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,92,36,0)), color-stop(100%, rgba(0,92,36,1)));
					background: -webkit-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -o-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					background: linear-gradient(to right, rgba(0,92,36,0) 0%, rgba(0,92,36,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005c24', endColorstr='#ff005c24',GradientType=1 );*/
				}
				body.rtl body.path-natur____nationalparks div.dcDropdownFade,
				body.rtl body.path-natur____nationalparks .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,163,219,0)), color-stop(100%, rgba(255,163,219,1)));
					background: -webkit-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -o-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					background: linear-gradient(to right, rgba(255,163,219,0) 0%, rgba(255,163,219,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffa3db', endColorstr='#ffffa3db',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-natur____nationalparks:hover {
					color: white;
					background: #005c24;
				}
				.negative .menu-popup .list-group-item.nav-natur____nationalparks:hover {
					color: #000;
					background: #ffa3db;
				}
				body.path-natur____nationalparks .bg-color-theme {
					background: #005c24;
				}
				body.path-natur____nationalparks.negative .bg-color-theme {
					background: #ffa3db;
				}
					color_secondary: #1c131c
					body.path-natur____nationalparks .bg-color-theme-secondary {
						background: #e3ece3;
					}
					body.path-natur____nationalparks.negative .bg-color-theme-secondary {
						background: #1c131c;
					}
					body.path-natur____nationalparks .text-color-theme-secondary {
						color: #e3ece3;
					}
					body.path-natur____nationalparks.negative .text-color-theme-secondary {
						color: #1c131c;
					}
					body.path-natur____nationalparks .box-noteable {
						background: #e3ece3;
					}
					body.path-natur____nationalparks.negative .box-noteable {
						background: #1c131c;
					}
				body.path-natur____nationalparks .text-color-theme {
					color: #005c24;
				}
				body.path-natur____nationalparks.negative .text-color-theme {
					color: #ffa3db;
				}
				body.path-natur____nationalparks .box-noteable .box-head-main h5 {
					color: #005c24;
				}
				body.path-natur____nationalparks.negative .box-noteable .box-head-main h5 {
					color: #ffa3db;
				}
				body.path-natur____nationalparks .box-noteable a,
				body.path-natur____nationalparks .box-noteable a.internalLink,
				body.path-natur____nationalparks .box-noteable a.externalLink {
					color: #005c24;
				}
				body.path-natur____nationalparks.negative .box-noteable a,
				body.path-natur____nationalparks.negative .box-noteable a.internalLink,
				body.path-natur____nationalparks.negative .box-noteable a.externalLink {
					color: #ffa3db;
				}
				body.path-natur____nationalparks .related-content .headline,
				body.path-natur____nationalparks .related-articles .headline {
					color: #005c24;
				}
				body.path-natur____nationalparks.negative .related-content .headline,
				body.path-natur____nationalparks.negative .related-articles .headline {
					color: #005c24;
				}
				body.path-wandern div.navigationMain ul li.active a,
				body.path-wandern div.navigationMain ul li.active a:hover {
					color: white;
					background: #8cb110;
				}
				body.path-wandern.negative div.navigationMain ul li.active a,
				body.path-wandern.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #734eef;
				}
				body.path-wandern div.dcDropdownInput {
					color: white;
					background: #8cb110;
				}
				body.path-wandern.negative div.dcDropdownInput {
					color: #000;
					background: #734eef;
				}
				body.path-wandern div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-wandern div.dcDropdownFade,
				body.path-wandern .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(140,177,16,0)), color-stop(100%, rgba(140,177,16,1)));
					background: -webkit-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -o-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -ms-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: linear-gradient(to right, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cb110', endColorstr='#ff8cb110',GradientType=1 );*/
				}
				body.path-wandern.negative div.dcDropdownFade,
				body.path-wandern.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(115,78,239,0)), color-stop(100%, rgba(115,78,239,1)));
					background: -webkit-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -o-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -ms-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: linear-gradient(to right, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00734eef', endColorstr='#ff734eef',GradientType=1 );*/
				}
				body.rtl body.path-wandern div.dcDropdownFade,
				body.rtl body.path-wandern .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(140,177,16,0)), color-stop(100%, rgba(140,177,16,1)));
					background: -webkit-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -o-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -ms-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: linear-gradient(to right, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cb110', endColorstr='#ff8cb110',GradientType=1 );*/
				}
				body.rtl body.path-wandern div.dcDropdownFade,
				body.rtl body.path-wandern .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(115,78,239,0)), color-stop(100%, rgba(115,78,239,1)));
					background: -webkit-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -o-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -ms-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: linear-gradient(to right, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00734eef', endColorstr='#ff734eef',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-wandern:hover {
					color: white;
					background: #8cb110;
				}
				.negative .menu-popup .list-group-item.nav-wandern:hover {
					color: #000;
					background: #734eef;
				}
				body.path-wandern .bg-color-theme {
					background: #8cb110;
				}
				body.path-wandern.negative .bg-color-theme {
					background: #734eef;
				}
				body.path-wandern .text-color-theme {
					color: #8cb110;
				}
				body.path-wandern.negative .text-color-theme {
					color: #734eef;
				}
				body.path-wandern .box-noteable .box-head-main h5 {
					color: #8cb110;
				}
				body.path-wandern.negative .box-noteable .box-head-main h5 {
					color: #734eef;
				}
				body.path-wandern .box-noteable a,
				body.path-wandern .box-noteable a.internalLink,
				body.path-wandern .box-noteable a.externalLink {
					color: #8cb110;
				}
				body.path-wandern.negative .box-noteable a,
				body.path-wandern.negative .box-noteable a.internalLink,
				body.path-wandern.negative .box-noteable a.externalLink {
					color: #734eef;
				}
				body.path-wandern .related-content .headline,
				body.path-wandern .related-articles .headline {
					color: #8cb110;
				}
				body.path-wandern.negative .related-content .headline,
				body.path-wandern.negative .related-articles .headline {
					color: #8cb110;
				}
				body.path-deutsche_inseln div.navigationMain ul li.active a,
				body.path-deutsche_inseln div.navigationMain ul li.active a:hover {
					color: white;
					background: #3fa3d7;
				}
				body.path-deutsche_inseln.negative div.navigationMain ul li.active a,
				body.path-deutsche_inseln.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #c05c28;
				}
				body.path-deutsche_inseln div.dcDropdownInput {
					color: white;
					background: #3fa3d7;
				}
				body.path-deutsche_inseln.negative div.dcDropdownInput {
					color: #000;
					background: #c05c28;
				}
				body.path-deutsche_inseln div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-deutsche_inseln div.dcDropdownFade,
				body.path-deutsche_inseln .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,163,215,0)), color-stop(100%, rgba(63,163,215,1)));
					background: -webkit-linear-gradient(left, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					background: -o-linear-gradient(left, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					background: -ms-linear-gradient(left, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					background: linear-gradient(to right, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003fa3d7', endColorstr='#ff3fa3d7',GradientType=1 );*/
				}
				body.path-deutsche_inseln.negative div.dcDropdownFade,
				body.path-deutsche_inseln.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,92,40,0)), color-stop(100%, rgba(192,92,40,1)));
					background: -webkit-linear-gradient(left, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					background: -o-linear-gradient(left, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					background: -ms-linear-gradient(left, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					background: linear-gradient(to right, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c05c28', endColorstr='#ffc05c28',GradientType=1 );*/
				}
				body.rtl body.path-deutsche_inseln div.dcDropdownFade,
				body.rtl body.path-deutsche_inseln .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,163,215,0)), color-stop(100%, rgba(63,163,215,1)));
					background: -webkit-linear-gradient(left, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					background: -o-linear-gradient(left, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					background: -ms-linear-gradient(left, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					background: linear-gradient(to right, rgba(63,163,215,0) 0%, rgba(63,163,215,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003fa3d7', endColorstr='#ff3fa3d7',GradientType=1 );*/
				}
				body.rtl body.path-deutsche_inseln div.dcDropdownFade,
				body.rtl body.path-deutsche_inseln .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,92,40,0)), color-stop(100%, rgba(192,92,40,1)));
					background: -webkit-linear-gradient(left, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					background: -o-linear-gradient(left, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					background: -ms-linear-gradient(left, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					background: linear-gradient(to right, rgba(192,92,40,0) 0%, rgba(192,92,40,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c05c28', endColorstr='#ffc05c28',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-deutsche_inseln:hover {
					color: white;
					background: #3fa3d7;
				}
				.negative .menu-popup .list-group-item.nav-deutsche_inseln:hover {
					color: #000;
					background: #c05c28;
				}
				body.path-deutsche_inseln .bg-color-theme {
					background: #3fa3d7;
				}
				body.path-deutsche_inseln.negative .bg-color-theme {
					background: #c05c28;
				}
				body.path-deutsche_inseln .text-color-theme {
					color: #3fa3d7;
				}
				body.path-deutsche_inseln.negative .text-color-theme {
					color: #c05c28;
				}
				body.path-deutsche_inseln .box-noteable .box-head-main h5 {
					color: #3fa3d7;
				}
				body.path-deutsche_inseln.negative .box-noteable .box-head-main h5 {
					color: #c05c28;
				}
				body.path-deutsche_inseln .box-noteable a,
				body.path-deutsche_inseln .box-noteable a.internalLink,
				body.path-deutsche_inseln .box-noteable a.externalLink {
					color: #3fa3d7;
				}
				body.path-deutsche_inseln.negative .box-noteable a,
				body.path-deutsche_inseln.negative .box-noteable a.internalLink,
				body.path-deutsche_inseln.negative .box-noteable a.externalLink {
					color: #c05c28;
				}
				body.path-deutsche_inseln .related-content .headline,
				body.path-deutsche_inseln .related-articles .headline {
					color: #3fa3d7;
				}
				body.path-deutsche_inseln.negative .related-content .headline,
				body.path-deutsche_inseln.negative .related-articles .headline {
					color: #3fa3d7;
				}
				body.path-gesundheit___wellness div.navigationMain ul li.active a,
				body.path-gesundheit___wellness div.navigationMain ul li.active a:hover {
					color: white;
					background: #004171;
				}
				body.path-gesundheit___wellness.negative div.navigationMain ul li.active a,
				body.path-gesundheit___wellness.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #ffbe8e;
				}
				body.path-gesundheit___wellness div.dcDropdownInput {
					color: white;
					background: #004171;
				}
				body.path-gesundheit___wellness.negative div.dcDropdownInput {
					color: #000;
					background: #ffbe8e;
				}
				body.path-gesundheit___wellness div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-gesundheit___wellness div.dcDropdownFade,
				body.path-gesundheit___wellness .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,65,113,0)), color-stop(100%, rgba(0,65,113,1)));
					background: -webkit-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -o-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: linear-gradient(to right, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004171', endColorstr='#ff004171',GradientType=1 );*/
				}
				body.path-gesundheit___wellness.negative div.dcDropdownFade,
				body.path-gesundheit___wellness.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,190,142,0)), color-stop(100%, rgba(255,190,142,1)));
					background: -webkit-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -o-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: linear-gradient(to right, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffbe8e', endColorstr='#ffffbe8e',GradientType=1 );*/
				}
				body.rtl body.path-gesundheit___wellness div.dcDropdownFade,
				body.rtl body.path-gesundheit___wellness .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,65,113,0)), color-stop(100%, rgba(0,65,113,1)));
					background: -webkit-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -o-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					background: linear-gradient(to right, rgba(0,65,113,0) 0%, rgba(0,65,113,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004171', endColorstr='#ff004171',GradientType=1 );*/
				}
				body.rtl body.path-gesundheit___wellness div.dcDropdownFade,
				body.rtl body.path-gesundheit___wellness .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,190,142,0)), color-stop(100%, rgba(255,190,142,1)));
					background: -webkit-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -o-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					background: linear-gradient(to right, rgba(255,190,142,0) 0%, rgba(255,190,142,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffbe8e', endColorstr='#ffffbe8e',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-gesundheit___wellness:hover {
					color: white;
					background: #004171;
				}
				.negative .menu-popup .list-group-item.nav-gesundheit___wellness:hover {
					color: #000;
					background: #ffbe8e;
				}
				body.path-gesundheit___wellness .bg-color-theme {
					background: #004171;
				}
				body.path-gesundheit___wellness.negative .bg-color-theme {
					background: #ffbe8e;
				}
				body.path-gesundheit___wellness .text-color-theme {
					color: #004171;
				}
				body.path-gesundheit___wellness.negative .text-color-theme {
					color: #ffbe8e;
				}
				body.path-gesundheit___wellness .box-noteable .box-head-main h5 {
					color: #004171;
				}
				body.path-gesundheit___wellness.negative .box-noteable .box-head-main h5 {
					color: #ffbe8e;
				}
				body.path-gesundheit___wellness .box-noteable a,
				body.path-gesundheit___wellness .box-noteable a.internalLink,
				body.path-gesundheit___wellness .box-noteable a.externalLink {
					color: #004171;
				}
				body.path-gesundheit___wellness.negative .box-noteable a,
				body.path-gesundheit___wellness.negative .box-noteable a.internalLink,
				body.path-gesundheit___wellness.negative .box-noteable a.externalLink {
					color: #ffbe8e;
				}
				body.path-gesundheit___wellness .related-content .headline,
				body.path-gesundheit___wellness .related-articles .headline {
					color: #004171;
				}
				body.path-gesundheit___wellness.negative .related-content .headline,
				body.path-gesundheit___wellness.negative .related-articles .headline {
					color: #004171;
				}
				body.path-radfahren div.navigationMain ul li.active a,
				body.path-radfahren div.navigationMain ul li.active a:hover {
					color: white;
					background: #5b4317;
				}
				body.path-radfahren.negative div.navigationMain ul li.active a,
				body.path-radfahren.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #a4bce8;
				}
				body.path-radfahren div.dcDropdownInput {
					color: white;
					background: #5b4317;
				}
				body.path-radfahren.negative div.dcDropdownInput {
					color: #000;
					background: #a4bce8;
				}
				body.path-radfahren div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-radfahren div.dcDropdownFade,
				body.path-radfahren .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(91,67,23,0)), color-stop(100%, rgba(91,67,23,1)));
					background: -webkit-linear-gradient(left, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					background: -o-linear-gradient(left, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					background: -ms-linear-gradient(left, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					background: linear-gradient(to right, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b4317', endColorstr='#ff5b4317',GradientType=1 );*/
				}
				body.path-radfahren.negative div.dcDropdownFade,
				body.path-radfahren.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(164,188,232,0)), color-stop(100%, rgba(164,188,232,1)));
					background: -webkit-linear-gradient(left, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					background: -o-linear-gradient(left, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					background: -ms-linear-gradient(left, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					background: linear-gradient(to right, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4bce8', endColorstr='#ffa4bce8',GradientType=1 );*/
				}
				body.rtl body.path-radfahren div.dcDropdownFade,
				body.rtl body.path-radfahren .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(91,67,23,0)), color-stop(100%, rgba(91,67,23,1)));
					background: -webkit-linear-gradient(left, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					background: -o-linear-gradient(left, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					background: -ms-linear-gradient(left, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					background: linear-gradient(to right, rgba(91,67,23,0) 0%, rgba(91,67,23,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b4317', endColorstr='#ff5b4317',GradientType=1 );*/
				}
				body.rtl body.path-radfahren div.dcDropdownFade,
				body.rtl body.path-radfahren .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(164,188,232,0)), color-stop(100%, rgba(164,188,232,1)));
					background: -webkit-linear-gradient(left, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					background: -o-linear-gradient(left, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					background: -ms-linear-gradient(left, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					background: linear-gradient(to right, rgba(164,188,232,0) 0%, rgba(164,188,232,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4bce8', endColorstr='#ffa4bce8',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-radfahren:hover {
					color: white;
					background: #5b4317;
				}
				.negative .menu-popup .list-group-item.nav-radfahren:hover {
					color: #000;
					background: #a4bce8;
				}
				body.path-radfahren .bg-color-theme {
					background: #5b4317;
				}
				body.path-radfahren.negative .bg-color-theme {
					background: #a4bce8;
				}
				body.path-radfahren .text-color-theme {
					color: #5b4317;
				}
				body.path-radfahren.negative .text-color-theme {
					color: #a4bce8;
				}
				body.path-radfahren .box-noteable .box-head-main h5 {
					color: #5b4317;
				}
				body.path-radfahren.negative .box-noteable .box-head-main h5 {
					color: #a4bce8;
				}
				body.path-radfahren .box-noteable a,
				body.path-radfahren .box-noteable a.internalLink,
				body.path-radfahren .box-noteable a.externalLink {
					color: #5b4317;
				}
				body.path-radfahren.negative .box-noteable a,
				body.path-radfahren.negative .box-noteable a.internalLink,
				body.path-radfahren.negative .box-noteable a.externalLink {
					color: #a4bce8;
				}
				body.path-radfahren .related-content .headline,
				body.path-radfahren .related-articles .headline {
					color: #5b4317;
				}
				body.path-radfahren.negative .related-content .headline,
				body.path-radfahren.negative .related-articles .headline {
					color: #5b4317;
				}
				body.path-ferienstrassen div.navigationMain ul li.active a,
				body.path-ferienstrassen div.navigationMain ul li.active a:hover {
					color: white;
					background: #ab488a;
				}
				body.path-ferienstrassen.negative div.navigationMain ul li.active a,
				body.path-ferienstrassen.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #54b775;
				}
				body.path-ferienstrassen div.dcDropdownInput {
					color: white;
					background: #ab488a;
				}
				body.path-ferienstrassen.negative div.dcDropdownInput {
					color: #000;
					background: #54b775;
				}
				body.path-ferienstrassen div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-ferienstrassen div.dcDropdownFade,
				body.path-ferienstrassen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,72,138,0)), color-stop(100%, rgba(171,72,138,1)));
					background: -webkit-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -o-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -ms-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: linear-gradient(to right, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab488a', endColorstr='#ffab488a',GradientType=1 );*/
				}
				body.path-ferienstrassen.negative div.dcDropdownFade,
				body.path-ferienstrassen.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,183,117,0)), color-stop(100%, rgba(84,183,117,1)));
					background: -webkit-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -o-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -ms-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: linear-gradient(to right, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054b775', endColorstr='#ff54b775',GradientType=1 );*/
				}
				body.rtl body.path-ferienstrassen div.dcDropdownFade,
				body.rtl body.path-ferienstrassen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,72,138,0)), color-stop(100%, rgba(171,72,138,1)));
					background: -webkit-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -o-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -ms-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: linear-gradient(to right, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab488a', endColorstr='#ffab488a',GradientType=1 );*/
				}
				body.rtl body.path-ferienstrassen div.dcDropdownFade,
				body.rtl body.path-ferienstrassen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,183,117,0)), color-stop(100%, rgba(84,183,117,1)));
					background: -webkit-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -o-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -ms-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: linear-gradient(to right, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054b775', endColorstr='#ff54b775',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-ferienstrassen:hover {
					color: white;
					background: #ab488a;
				}
				.negative .menu-popup .list-group-item.nav-ferienstrassen:hover {
					color: #000;
					background: #54b775;
				}
				body.path-ferienstrassen .bg-color-theme {
					background: #ab488a;
				}
				body.path-ferienstrassen.negative .bg-color-theme {
					background: #54b775;
				}
				body.path-ferienstrassen .text-color-theme {
					color: #ab488a;
				}
				body.path-ferienstrassen.negative .text-color-theme {
					color: #54b775;
				}
				body.path-ferienstrassen .box-noteable .box-head-main h5 {
					color: #ab488a;
				}
				body.path-ferienstrassen.negative .box-noteable .box-head-main h5 {
					color: #54b775;
				}
				body.path-ferienstrassen .box-noteable a,
				body.path-ferienstrassen .box-noteable a.internalLink,
				body.path-ferienstrassen .box-noteable a.externalLink {
					color: #ab488a;
				}
				body.path-ferienstrassen.negative .box-noteable a,
				body.path-ferienstrassen.negative .box-noteable a.internalLink,
				body.path-ferienstrassen.negative .box-noteable a.externalLink {
					color: #54b775;
				}
				body.path-ferienstrassen .related-content .headline,
				body.path-ferienstrassen .related-articles .headline {
					color: #ab488a;
				}
				body.path-ferienstrassen.negative .related-content .headline,
				body.path-ferienstrassen.negative .related-articles .headline {
					color: #ab488a;
				}
				body.path-automobilland div.navigationMain ul li.active a,
				body.path-automobilland div.navigationMain ul li.active a:hover {
					color: white;
					background: #a7a699;
				}
				body.path-automobilland.negative div.navigationMain ul li.active a,
				body.path-automobilland.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #585966;
				}
				body.path-automobilland div.dcDropdownInput {
					color: white;
					background: #a7a699;
				}
				body.path-automobilland.negative div.dcDropdownInput {
					color: #000;
					background: #585966;
				}
				body.path-automobilland div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-automobilland div.dcDropdownFade,
				body.path-automobilland .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,166,153,0)), color-stop(100%, rgba(167,166,153,1)));
					background: -webkit-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -o-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -ms-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: linear-gradient(to right, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7a699', endColorstr='#ffa7a699',GradientType=1 );*/
				}
				body.path-automobilland.negative div.dcDropdownFade,
				body.path-automobilland.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(88,89,102,0)), color-stop(100%, rgba(88,89,102,1)));
					background: -webkit-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -o-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -ms-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: linear-gradient(to right, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00585966', endColorstr='#ff585966',GradientType=1 );*/
				}
				body.rtl body.path-automobilland div.dcDropdownFade,
				body.rtl body.path-automobilland .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,166,153,0)), color-stop(100%, rgba(167,166,153,1)));
					background: -webkit-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -o-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -ms-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: linear-gradient(to right, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7a699', endColorstr='#ffa7a699',GradientType=1 );*/
				}
				body.rtl body.path-automobilland div.dcDropdownFade,
				body.rtl body.path-automobilland .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(88,89,102,0)), color-stop(100%, rgba(88,89,102,1)));
					background: -webkit-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -o-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -ms-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: linear-gradient(to right, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00585966', endColorstr='#ff585966',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-automobilland:hover {
					color: white;
					background: #a7a699;
				}
				.negative .menu-popup .list-group-item.nav-automobilland:hover {
					color: #000;
					background: #585966;
				}
				body.path-automobilland .bg-color-theme {
					background: #a7a699;
				}
				body.path-automobilland.negative .bg-color-theme {
					background: #585966;
				}
				body.path-automobilland .text-color-theme {
					color: #a7a699;
				}
				body.path-automobilland.negative .text-color-theme {
					color: #585966;
				}
				body.path-automobilland .box-noteable .box-head-main h5 {
					color: #a7a699;
				}
				body.path-automobilland.negative .box-noteable .box-head-main h5 {
					color: #585966;
				}
				body.path-automobilland .box-noteable a,
				body.path-automobilland .box-noteable a.internalLink,
				body.path-automobilland .box-noteable a.externalLink {
					color: #a7a699;
				}
				body.path-automobilland.negative .box-noteable a,
				body.path-automobilland.negative .box-noteable a.internalLink,
				body.path-automobilland.negative .box-noteable a.externalLink {
					color: #585966;
				}
				body.path-automobilland .related-content .headline,
				body.path-automobilland .related-articles .headline {
					color: #a7a699;
				}
				body.path-automobilland.negative .related-content .headline,
				body.path-automobilland.negative .related-articles .headline {
					color: #a7a699;
				}
				body.path-medizin_1 div.navigationMain ul li.active a,
				body.path-medizin_1 div.navigationMain ul li.active a:hover {
					color: white;
					background: #8cb110;
				}
				body.path-medizin_1.negative div.navigationMain ul li.active a,
				body.path-medizin_1.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #734eef;
				}
				body.path-medizin_1 div.dcDropdownInput {
					color: white;
					background: #8cb110;
				}
				body.path-medizin_1.negative div.dcDropdownInput {
					color: #000;
					background: #734eef;
				}
				body.path-medizin_1 div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-medizin_1 div.dcDropdownFade,
				body.path-medizin_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(140,177,16,0)), color-stop(100%, rgba(140,177,16,1)));
					background: -webkit-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -o-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -ms-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: linear-gradient(to right, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cb110', endColorstr='#ff8cb110',GradientType=1 );*/
				}
				body.path-medizin_1.negative div.dcDropdownFade,
				body.path-medizin_1.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(115,78,239,0)), color-stop(100%, rgba(115,78,239,1)));
					background: -webkit-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -o-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -ms-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: linear-gradient(to right, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00734eef', endColorstr='#ff734eef',GradientType=1 );*/
				}
				body.rtl body.path-medizin_1 div.dcDropdownFade,
				body.rtl body.path-medizin_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(140,177,16,0)), color-stop(100%, rgba(140,177,16,1)));
					background: -webkit-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -o-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: -ms-linear-gradient(left, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					background: linear-gradient(to right, rgba(140,177,16,0) 0%, rgba(140,177,16,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cb110', endColorstr='#ff8cb110',GradientType=1 );*/
				}
				body.rtl body.path-medizin_1 div.dcDropdownFade,
				body.rtl body.path-medizin_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(115,78,239,0)), color-stop(100%, rgba(115,78,239,1)));
					background: -webkit-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -o-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: -ms-linear-gradient(left, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					background: linear-gradient(to right, rgba(115,78,239,0) 0%, rgba(115,78,239,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00734eef', endColorstr='#ff734eef',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-medizin_1:hover {
					color: white;
					background: #8cb110;
				}
				.negative .menu-popup .list-group-item.nav-medizin_1:hover {
					color: #000;
					background: #734eef;
				}
				body.path-medizin_1 .bg-color-theme {
					background: #8cb110;
				}
				body.path-medizin_1.negative .bg-color-theme {
					background: #734eef;
				}
				body.path-medizin_1 .text-color-theme {
					color: #8cb110;
				}
				body.path-medizin_1.negative .text-color-theme {
					color: #734eef;
				}
				body.path-medizin_1 .box-noteable .box-head-main h5 {
					color: #8cb110;
				}
				body.path-medizin_1.negative .box-noteable .box-head-main h5 {
					color: #734eef;
				}
				body.path-medizin_1 .box-noteable a,
				body.path-medizin_1 .box-noteable a.internalLink,
				body.path-medizin_1 .box-noteable a.externalLink {
					color: #8cb110;
				}
				body.path-medizin_1.negative .box-noteable a,
				body.path-medizin_1.negative .box-noteable a.internalLink,
				body.path-medizin_1.negative .box-noteable a.externalLink {
					color: #734eef;
				}
				body.path-medizin_1 .related-content .headline,
				body.path-medizin_1 .related-articles .headline {
					color: #8cb110;
				}
				body.path-medizin_1.negative .related-content .headline,
				body.path-medizin_1.negative .related-articles .headline {
					color: #8cb110;
				}
				body.path-creative div.navigationMain ul li.active a,
				body.path-creative div.navigationMain ul li.active a:hover {
					color: white;
					background: #878787;
				}
				body.path-creative.negative div.navigationMain ul li.active a,
				body.path-creative.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #787878;
				}
				body.path-creative div.dcDropdownInput {
					color: white;
					background: #878787;
				}
				body.path-creative.negative div.dcDropdownInput {
					color: #000;
					background: #787878;
				}
				body.path-creative div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-creative div.dcDropdownFade,
				body.path-creative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(135,135,135,0)), color-stop(100%, rgba(135,135,135,1)));
					background: -webkit-linear-gradient(left, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					background: -o-linear-gradient(left, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					background: -ms-linear-gradient(left, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					background: linear-gradient(to right, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00878787', endColorstr='#ff878787',GradientType=1 );*/
				}
				body.path-creative.negative div.dcDropdownFade,
				body.path-creative.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(120,120,120,0)), color-stop(100%, rgba(120,120,120,1)));
					background: -webkit-linear-gradient(left, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					background: -o-linear-gradient(left, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					background: -ms-linear-gradient(left, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					background: linear-gradient(to right, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00787878', endColorstr='#ff787878',GradientType=1 );*/
				}
				body.rtl body.path-creative div.dcDropdownFade,
				body.rtl body.path-creative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(135,135,135,0)), color-stop(100%, rgba(135,135,135,1)));
					background: -webkit-linear-gradient(left, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					background: -o-linear-gradient(left, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					background: -ms-linear-gradient(left, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					background: linear-gradient(to right, rgba(135,135,135,0) 0%, rgba(135,135,135,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00878787', endColorstr='#ff878787',GradientType=1 );*/
				}
				body.rtl body.path-creative div.dcDropdownFade,
				body.rtl body.path-creative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(120,120,120,0)), color-stop(100%, rgba(120,120,120,1)));
					background: -webkit-linear-gradient(left, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					background: -o-linear-gradient(left, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					background: -ms-linear-gradient(left, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					background: linear-gradient(to right, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00787878', endColorstr='#ff787878',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-creative:hover {
					color: white;
					background: #878787;
				}
				.negative .menu-popup .list-group-item.nav-creative:hover {
					color: #000;
					background: #787878;
				}
				body.path-creative .bg-color-theme {
					background: #878787;
				}
				body.path-creative.negative .bg-color-theme {
					background: #787878;
				}
				body.path-creative .text-color-theme {
					color: #878787;
				}
				body.path-creative.negative .text-color-theme {
					color: #787878;
				}
				body.path-creative .box-noteable .box-head-main h5 {
					color: #878787;
				}
				body.path-creative.negative .box-noteable .box-head-main h5 {
					color: #787878;
				}
				body.path-creative .box-noteable a,
				body.path-creative .box-noteable a.internalLink,
				body.path-creative .box-noteable a.externalLink {
					color: #878787;
				}
				body.path-creative.negative .box-noteable a,
				body.path-creative.negative .box-noteable a.internalLink,
				body.path-creative.negative .box-noteable a.externalLink {
					color: #787878;
				}
				body.path-creative .related-content .headline,
				body.path-creative .related-articles .headline {
					color: #878787;
				}
				body.path-creative.negative .related-content .headline,
				body.path-creative.negative .related-articles .headline {
					color: #878787;
				}
				body.path-weihnachtsmaerkte div.navigationMain ul li.active a,
				body.path-weihnachtsmaerkte div.navigationMain ul li.active a:hover {
					color: white;
					background: #eda200;
				}
				body.path-weihnachtsmaerkte.negative div.navigationMain ul li.active a,
				body.path-weihnachtsmaerkte.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #125dff;
				}
				body.path-weihnachtsmaerkte div.dcDropdownInput {
					color: white;
					background: #eda200;
				}
				body.path-weihnachtsmaerkte.negative div.dcDropdownInput {
					color: #000;
					background: #125dff;
				}
				body.path-weihnachtsmaerkte div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-weihnachtsmaerkte div.dcDropdownFade,
				body.path-weihnachtsmaerkte .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,162,0,0)), color-stop(100%, rgba(237,162,0,1)));
					background: -webkit-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -o-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -ms-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: linear-gradient(to right, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eda200', endColorstr='#ffeda200',GradientType=1 );*/
				}
				body.path-weihnachtsmaerkte.negative div.dcDropdownFade,
				body.path-weihnachtsmaerkte.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(18,93,255,0)), color-stop(100%, rgba(18,93,255,1)));
					background: -webkit-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -o-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -ms-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: linear-gradient(to right, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00125dff', endColorstr='#ff125dff',GradientType=1 );*/
				}
				body.rtl body.path-weihnachtsmaerkte div.dcDropdownFade,
				body.rtl body.path-weihnachtsmaerkte .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,162,0,0)), color-stop(100%, rgba(237,162,0,1)));
					background: -webkit-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -o-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: -ms-linear-gradient(left, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					background: linear-gradient(to right, rgba(237,162,0,0) 0%, rgba(237,162,0,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eda200', endColorstr='#ffeda200',GradientType=1 );*/
				}
				body.rtl body.path-weihnachtsmaerkte div.dcDropdownFade,
				body.rtl body.path-weihnachtsmaerkte .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(18,93,255,0)), color-stop(100%, rgba(18,93,255,1)));
					background: -webkit-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -o-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: -ms-linear-gradient(left, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					background: linear-gradient(to right, rgba(18,93,255,0) 0%, rgba(18,93,255,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00125dff', endColorstr='#ff125dff',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-weihnachtsmaerkte:hover {
					color: white;
					background: #eda200;
				}
				.negative .menu-popup .list-group-item.nav-weihnachtsmaerkte:hover {
					color: #000;
					background: #125dff;
				}
				body.path-weihnachtsmaerkte .bg-color-theme {
					background: #eda200;
				}
				body.path-weihnachtsmaerkte.negative .bg-color-theme {
					background: #125dff;
				}
				body.path-weihnachtsmaerkte .text-color-theme {
					color: #eda200;
				}
				body.path-weihnachtsmaerkte.negative .text-color-theme {
					color: #125dff;
				}
				body.path-weihnachtsmaerkte .box-noteable .box-head-main h5 {
					color: #eda200;
				}
				body.path-weihnachtsmaerkte.negative .box-noteable .box-head-main h5 {
					color: #125dff;
				}
				body.path-weihnachtsmaerkte .box-noteable a,
				body.path-weihnachtsmaerkte .box-noteable a.internalLink,
				body.path-weihnachtsmaerkte .box-noteable a.externalLink {
					color: #eda200;
				}
				body.path-weihnachtsmaerkte.negative .box-noteable a,
				body.path-weihnachtsmaerkte.negative .box-noteable a.internalLink,
				body.path-weihnachtsmaerkte.negative .box-noteable a.externalLink {
					color: #125dff;
				}
				body.path-weihnachtsmaerkte .related-content .headline,
				body.path-weihnachtsmaerkte .related-articles .headline {
					color: #eda200;
				}
				body.path-weihnachtsmaerkte.negative .related-content .headline,
				body.path-weihnachtsmaerkte.negative .related-articles .headline {
					color: #eda200;
				}
				body.path-spirituelles_reisen div.navigationMain ul li.active a,
				body.path-spirituelles_reisen div.navigationMain ul li.active a:hover {
					color: white;
					background: #922224;
				}
				body.path-spirituelles_reisen.negative div.navigationMain ul li.active a,
				body.path-spirituelles_reisen.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #6ddddb;
				}
				body.path-spirituelles_reisen div.dcDropdownInput {
					color: white;
					background: #922224;
				}
				body.path-spirituelles_reisen.negative div.dcDropdownInput {
					color: #000;
					background: #6ddddb;
				}
				body.path-spirituelles_reisen div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-spirituelles_reisen div.dcDropdownFade,
				body.path-spirituelles_reisen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(146,34,36,0)), color-stop(100%, rgba(146,34,36,1)));
					background: -webkit-linear-gradient(left, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					background: -o-linear-gradient(left, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					background: -ms-linear-gradient(left, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					background: linear-gradient(to right, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00922224', endColorstr='#ff922224',GradientType=1 );*/
				}
				body.path-spirituelles_reisen.negative div.dcDropdownFade,
				body.path-spirituelles_reisen.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(109,221,219,0)), color-stop(100%, rgba(109,221,219,1)));
					background: -webkit-linear-gradient(left, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					background: -o-linear-gradient(left, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					background: -ms-linear-gradient(left, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					background: linear-gradient(to right, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ddddb', endColorstr='#ff6ddddb',GradientType=1 );*/
				}
				body.rtl body.path-spirituelles_reisen div.dcDropdownFade,
				body.rtl body.path-spirituelles_reisen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(146,34,36,0)), color-stop(100%, rgba(146,34,36,1)));
					background: -webkit-linear-gradient(left, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					background: -o-linear-gradient(left, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					background: -ms-linear-gradient(left, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					background: linear-gradient(to right, rgba(146,34,36,0) 0%, rgba(146,34,36,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00922224', endColorstr='#ff922224',GradientType=1 );*/
				}
				body.rtl body.path-spirituelles_reisen div.dcDropdownFade,
				body.rtl body.path-spirituelles_reisen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(109,221,219,0)), color-stop(100%, rgba(109,221,219,1)));
					background: -webkit-linear-gradient(left, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					background: -o-linear-gradient(left, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					background: -ms-linear-gradient(left, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					background: linear-gradient(to right, rgba(109,221,219,0) 0%, rgba(109,221,219,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ddddb', endColorstr='#ff6ddddb',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-spirituelles_reisen:hover {
					color: white;
					background: #922224;
				}
				.negative .menu-popup .list-group-item.nav-spirituelles_reisen:hover {
					color: #000;
					background: #6ddddb;
				}
				body.path-spirituelles_reisen .bg-color-theme {
					background: #922224;
				}
				body.path-spirituelles_reisen.negative .bg-color-theme {
					background: #6ddddb;
				}
				body.path-spirituelles_reisen .text-color-theme {
					color: #922224;
				}
				body.path-spirituelles_reisen.negative .text-color-theme {
					color: #6ddddb;
				}
				body.path-spirituelles_reisen .box-noteable .box-head-main h5 {
					color: #922224;
				}
				body.path-spirituelles_reisen.negative .box-noteable .box-head-main h5 {
					color: #6ddddb;
				}
				body.path-spirituelles_reisen .box-noteable a,
				body.path-spirituelles_reisen .box-noteable a.internalLink,
				body.path-spirituelles_reisen .box-noteable a.externalLink {
					color: #922224;
				}
				body.path-spirituelles_reisen.negative .box-noteable a,
				body.path-spirituelles_reisen.negative .box-noteable a.internalLink,
				body.path-spirituelles_reisen.negative .box-noteable a.externalLink {
					color: #6ddddb;
				}
				body.path-spirituelles_reisen .related-content .headline,
				body.path-spirituelles_reisen .related-articles .headline {
					color: #922224;
				}
				body.path-spirituelles_reisen.negative .related-content .headline,
				body.path-spirituelles_reisen.negative .related-articles .headline {
					color: #922224;
				}
				body.path-freizeitparks div.navigationMain ul li.active a,
				body.path-freizeitparks div.navigationMain ul li.active a:hover {
					color: white;
					background: #6c3e7f;
				}
				body.path-freizeitparks.negative div.navigationMain ul li.active a,
				body.path-freizeitparks.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #93c180;
				}
				body.path-freizeitparks div.dcDropdownInput {
					color: white;
					background: #6c3e7f;
				}
				body.path-freizeitparks.negative div.dcDropdownInput {
					color: #000;
					background: #93c180;
				}
				body.path-freizeitparks div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-freizeitparks div.dcDropdownFade,
				body.path-freizeitparks .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(108,62,127,0)), color-stop(100%, rgba(108,62,127,1)));
					background: -webkit-linear-gradient(left, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					background: -o-linear-gradient(left, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					background: -ms-linear-gradient(left, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					background: linear-gradient(to right, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006c3e7f', endColorstr='#ff6c3e7f',GradientType=1 );*/
				}
				body.path-freizeitparks.negative div.dcDropdownFade,
				body.path-freizeitparks.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,193,128,0)), color-stop(100%, rgba(147,193,128,1)));
					background: -webkit-linear-gradient(left, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					background: -o-linear-gradient(left, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					background: -ms-linear-gradient(left, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					background: linear-gradient(to right, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093c180', endColorstr='#ff93c180',GradientType=1 );*/
				}
				body.rtl body.path-freizeitparks div.dcDropdownFade,
				body.rtl body.path-freizeitparks .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(108,62,127,0)), color-stop(100%, rgba(108,62,127,1)));
					background: -webkit-linear-gradient(left, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					background: -o-linear-gradient(left, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					background: -ms-linear-gradient(left, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					background: linear-gradient(to right, rgba(108,62,127,0) 0%, rgba(108,62,127,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006c3e7f', endColorstr='#ff6c3e7f',GradientType=1 );*/
				}
				body.rtl body.path-freizeitparks div.dcDropdownFade,
				body.rtl body.path-freizeitparks .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,193,128,0)), color-stop(100%, rgba(147,193,128,1)));
					background: -webkit-linear-gradient(left, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					background: -o-linear-gradient(left, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					background: -ms-linear-gradient(left, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					background: linear-gradient(to right, rgba(147,193,128,0) 0%, rgba(147,193,128,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093c180', endColorstr='#ff93c180',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-freizeitparks:hover {
					color: white;
					background: #6c3e7f;
				}
				.negative .menu-popup .list-group-item.nav-freizeitparks:hover {
					color: #000;
					background: #93c180;
				}
				body.path-freizeitparks .bg-color-theme {
					background: #6c3e7f;
				}
				body.path-freizeitparks.negative .bg-color-theme {
					background: #93c180;
				}
				body.path-freizeitparks .text-color-theme {
					color: #6c3e7f;
				}
				body.path-freizeitparks.negative .text-color-theme {
					color: #93c180;
				}
				body.path-freizeitparks .box-noteable .box-head-main h5 {
					color: #6c3e7f;
				}
				body.path-freizeitparks.negative .box-noteable .box-head-main h5 {
					color: #93c180;
				}
				body.path-freizeitparks .box-noteable a,
				body.path-freizeitparks .box-noteable a.internalLink,
				body.path-freizeitparks .box-noteable a.externalLink {
					color: #6c3e7f;
				}
				body.path-freizeitparks.negative .box-noteable a,
				body.path-freizeitparks.negative .box-noteable a.internalLink,
				body.path-freizeitparks.negative .box-noteable a.externalLink {
					color: #93c180;
				}
				body.path-freizeitparks .related-content .headline,
				body.path-freizeitparks .related-articles .headline {
					color: #6c3e7f;
				}
				body.path-freizeitparks.negative .related-content .headline,
				body.path-freizeitparks.negative .related-articles .headline {
					color: #6c3e7f;
				}
				body.path-luther div.navigationMain ul li.active a,
				body.path-luther div.navigationMain ul li.active a:hover {
					color: white;
					background: #CA9814;
				}
				body.path-luther.negative div.navigationMain ul li.active a,
				body.path-luther.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #3567eb;
				}
				body.path-luther div.dcDropdownInput {
					color: white;
					background: #CA9814;
				}
				body.path-luther.negative div.dcDropdownInput {
					color: #000;
					background: #3567eb;
				}
				body.path-luther div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-luther div.dcDropdownFade,
				body.path-luther .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(202,152,20,0)), color-stop(100%, rgba(202,152,20,1)));
					background: -webkit-linear-gradient(left, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					background: -o-linear-gradient(left, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					background: -ms-linear-gradient(left, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					background: linear-gradient(to right, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CA9814', endColorstr='#ffCA9814',GradientType=1 );*/
				}
				body.path-luther.negative div.dcDropdownFade,
				body.path-luther.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,103,235,0)), color-stop(100%, rgba(53,103,235,1)));
					background: -webkit-linear-gradient(left, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					background: -o-linear-gradient(left, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					background: -ms-linear-gradient(left, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					background: linear-gradient(to right, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003567eb', endColorstr='#ff3567eb',GradientType=1 );*/
				}
				body.rtl body.path-luther div.dcDropdownFade,
				body.rtl body.path-luther .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(202,152,20,0)), color-stop(100%, rgba(202,152,20,1)));
					background: -webkit-linear-gradient(left, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					background: -o-linear-gradient(left, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					background: -ms-linear-gradient(left, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					background: linear-gradient(to right, rgba(202,152,20,0) 0%, rgba(202,152,20,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CA9814', endColorstr='#ffCA9814',GradientType=1 );*/
				}
				body.rtl body.path-luther div.dcDropdownFade,
				body.rtl body.path-luther .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,103,235,0)), color-stop(100%, rgba(53,103,235,1)));
					background: -webkit-linear-gradient(left, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					background: -o-linear-gradient(left, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					background: -ms-linear-gradient(left, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					background: linear-gradient(to right, rgba(53,103,235,0) 0%, rgba(53,103,235,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003567eb', endColorstr='#ff3567eb',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-luther:hover {
					color: white;
					background: #CA9814;
				}
				.negative .menu-popup .list-group-item.nav-luther:hover {
					color: #000;
					background: #3567eb;
				}
				body.path-luther .bg-color-theme {
					background: #CA9814;
				}
				body.path-luther.negative .bg-color-theme {
					background: #3567eb;
				}
					color_secondary: #03b
					body.path-luther .bg-color-theme-secondary {
						background: #FFFCF4;
					}
					body.path-luther.negative .bg-color-theme-secondary {
						background: #03b;
					}
					body.path-luther .text-color-theme-secondary {
						color: #FFFCF4;
					}
					body.path-luther.negative .text-color-theme-secondary {
						color: #03b;
					}
					body.path-luther .box-noteable {
						background: #FFFCF4;
					}
					body.path-luther.negative .box-noteable {
						background: #03b;
					}
				body.path-luther .text-color-theme {
					color: #CA9814;
				}
				body.path-luther.negative .text-color-theme {
					color: #3567eb;
				}
				body.path-luther .box-noteable .box-head-main h5 {
					color: #CA9814;
				}
				body.path-luther.negative .box-noteable .box-head-main h5 {
					color: #3567eb;
				}
				body.path-luther .box-noteable a,
				body.path-luther .box-noteable a.internalLink,
				body.path-luther .box-noteable a.externalLink {
					color: #CA9814;
				}
				body.path-luther.negative .box-noteable a,
				body.path-luther.negative .box-noteable a.internalLink,
				body.path-luther.negative .box-noteable a.externalLink {
					color: #3567eb;
				}
				body.path-luther .related-content .headline,
				body.path-luther .related-articles .headline {
					color: #CA9814;
				}
				body.path-luther.negative .related-content .headline,
				body.path-luther.negative .related-articles .headline {
					color: #CA9814;
				}
				body.path-events_4 div.navigationMain ul li.active a,
				body.path-events_4 div.navigationMain ul li.active a:hover {
					color: white;
					background: #ca6d06;
				}
				body.path-events_4.negative div.navigationMain ul li.active a,
				body.path-events_4.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #3592f9;
				}
				body.path-events_4 div.dcDropdownInput {
					color: white;
					background: #ca6d06;
				}
				body.path-events_4.negative div.dcDropdownInput {
					color: #000;
					background: #3592f9;
				}
				body.path-events_4 div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-events_4 div.dcDropdownFade,
				body.path-events_4 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(202,109,6,0)), color-stop(100%, rgba(202,109,6,1)));
					background: -webkit-linear-gradient(left, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					background: -o-linear-gradient(left, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					background: -ms-linear-gradient(left, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					background: linear-gradient(to right, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ca6d06', endColorstr='#ffca6d06',GradientType=1 );*/
				}
				body.path-events_4.negative div.dcDropdownFade,
				body.path-events_4.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,146,249,0)), color-stop(100%, rgba(53,146,249,1)));
					background: -webkit-linear-gradient(left, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					background: -o-linear-gradient(left, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					background: -ms-linear-gradient(left, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					background: linear-gradient(to right, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003592f9', endColorstr='#ff3592f9',GradientType=1 );*/
				}
				body.rtl body.path-events_4 div.dcDropdownFade,
				body.rtl body.path-events_4 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(202,109,6,0)), color-stop(100%, rgba(202,109,6,1)));
					background: -webkit-linear-gradient(left, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					background: -o-linear-gradient(left, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					background: -ms-linear-gradient(left, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					background: linear-gradient(to right, rgba(202,109,6,0) 0%, rgba(202,109,6,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ca6d06', endColorstr='#ffca6d06',GradientType=1 );*/
				}
				body.rtl body.path-events_4 div.dcDropdownFade,
				body.rtl body.path-events_4 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,146,249,0)), color-stop(100%, rgba(53,146,249,1)));
					background: -webkit-linear-gradient(left, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					background: -o-linear-gradient(left, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					background: -ms-linear-gradient(left, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					background: linear-gradient(to right, rgba(53,146,249,0) 0%, rgba(53,146,249,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003592f9', endColorstr='#ff3592f9',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-events_4:hover {
					color: white;
					background: #ca6d06;
				}
				.negative .menu-popup .list-group-item.nav-events_4:hover {
					color: #000;
					background: #3592f9;
				}
				body.path-events_4 .bg-color-theme {
					background: #ca6d06;
				}
				body.path-events_4.negative .bg-color-theme {
					background: #3592f9;
				}
				body.path-events_4 .text-color-theme {
					color: #ca6d06;
				}
				body.path-events_4.negative .text-color-theme {
					color: #3592f9;
				}
				body.path-events_4 .box-noteable .box-head-main h5 {
					color: #ca6d06;
				}
				body.path-events_4.negative .box-noteable .box-head-main h5 {
					color: #3592f9;
				}
				body.path-events_4 .box-noteable a,
				body.path-events_4 .box-noteable a.internalLink,
				body.path-events_4 .box-noteable a.externalLink {
					color: #ca6d06;
				}
				body.path-events_4.negative .box-noteable a,
				body.path-events_4.negative .box-noteable a.internalLink,
				body.path-events_4.negative .box-noteable a.externalLink {
					color: #3592f9;
				}
				body.path-events_4 .related-content .headline,
				body.path-events_4 .related-articles .headline {
					color: #ca6d06;
				}
				body.path-events_4.negative .related-content .headline,
				body.path-events_4.negative .related-articles .headline {
					color: #ca6d06;
				}
				body.path-messen_1 div.navigationMain ul li.active a,
				body.path-messen_1 div.navigationMain ul li.active a:hover {
					color: white;
					background: #a7a699;
				}
				body.path-messen_1.negative div.navigationMain ul li.active a,
				body.path-messen_1.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #585966;
				}
				body.path-messen_1 div.dcDropdownInput {
					color: white;
					background: #a7a699;
				}
				body.path-messen_1.negative div.dcDropdownInput {
					color: #000;
					background: #585966;
				}
				body.path-messen_1 div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-messen_1 div.dcDropdownFade,
				body.path-messen_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,166,153,0)), color-stop(100%, rgba(167,166,153,1)));
					background: -webkit-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -o-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -ms-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: linear-gradient(to right, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7a699', endColorstr='#ffa7a699',GradientType=1 );*/
				}
				body.path-messen_1.negative div.dcDropdownFade,
				body.path-messen_1.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(88,89,102,0)), color-stop(100%, rgba(88,89,102,1)));
					background: -webkit-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -o-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -ms-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: linear-gradient(to right, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00585966', endColorstr='#ff585966',GradientType=1 );*/
				}
				body.rtl body.path-messen_1 div.dcDropdownFade,
				body.rtl body.path-messen_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,166,153,0)), color-stop(100%, rgba(167,166,153,1)));
					background: -webkit-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -o-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -ms-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: linear-gradient(to right, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7a699', endColorstr='#ffa7a699',GradientType=1 );*/
				}
				body.rtl body.path-messen_1 div.dcDropdownFade,
				body.rtl body.path-messen_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(88,89,102,0)), color-stop(100%, rgba(88,89,102,1)));
					background: -webkit-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -o-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -ms-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: linear-gradient(to right, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00585966', endColorstr='#ff585966',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-messen_1:hover {
					color: white;
					background: #a7a699;
				}
				.negative .menu-popup .list-group-item.nav-messen_1:hover {
					color: #000;
					background: #585966;
				}
				body.path-messen_1 .bg-color-theme {
					background: #a7a699;
				}
				body.path-messen_1.negative .bg-color-theme {
					background: #585966;
				}
				body.path-messen_1 .text-color-theme {
					color: #a7a699;
				}
				body.path-messen_1.negative .text-color-theme {
					color: #585966;
				}
				body.path-messen_1 .box-noteable .box-head-main h5 {
					color: #a7a699;
				}
				body.path-messen_1.negative .box-noteable .box-head-main h5 {
					color: #585966;
				}
				body.path-messen_1 .box-noteable a,
				body.path-messen_1 .box-noteable a.internalLink,
				body.path-messen_1 .box-noteable a.externalLink {
					color: #a7a699;
				}
				body.path-messen_1.negative .box-noteable a,
				body.path-messen_1.negative .box-noteable a.internalLink,
				body.path-messen_1.negative .box-noteable a.externalLink {
					color: #585966;
				}
				body.path-messen_1 .related-content .headline,
				body.path-messen_1 .related-articles .headline {
					color: #a7a699;
				}
				body.path-messen_1.negative .related-content .headline,
				body.path-messen_1.negative .related-articles .headline {
					color: #a7a699;
				}
				body.path-menschen_mit_barrieren_1 div.navigationMain ul li.active a,
				body.path-menschen_mit_barrieren_1 div.navigationMain ul li.active a:hover {
					color: white;
					background: #ab488a;
				}
				body.path-menschen_mit_barrieren_1.negative div.navigationMain ul li.active a,
				body.path-menschen_mit_barrieren_1.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #54b775;
				}
				body.path-menschen_mit_barrieren_1 div.dcDropdownInput {
					color: white;
					background: #ab488a;
				}
				body.path-menschen_mit_barrieren_1.negative div.dcDropdownInput {
					color: #000;
					background: #54b775;
				}
				body.path-menschen_mit_barrieren_1 div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-menschen_mit_barrieren_1 div.dcDropdownFade,
				body.path-menschen_mit_barrieren_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,72,138,0)), color-stop(100%, rgba(171,72,138,1)));
					background: -webkit-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -o-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -ms-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: linear-gradient(to right, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab488a', endColorstr='#ffab488a',GradientType=1 );*/
				}
				body.path-menschen_mit_barrieren_1.negative div.dcDropdownFade,
				body.path-menschen_mit_barrieren_1.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,183,117,0)), color-stop(100%, rgba(84,183,117,1)));
					background: -webkit-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -o-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -ms-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: linear-gradient(to right, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054b775', endColorstr='#ff54b775',GradientType=1 );*/
				}
				body.rtl body.path-menschen_mit_barrieren_1 div.dcDropdownFade,
				body.rtl body.path-menschen_mit_barrieren_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,72,138,0)), color-stop(100%, rgba(171,72,138,1)));
					background: -webkit-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -o-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: -ms-linear-gradient(left, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					background: linear-gradient(to right, rgba(171,72,138,0) 0%, rgba(171,72,138,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab488a', endColorstr='#ffab488a',GradientType=1 );*/
				}
				body.rtl body.path-menschen_mit_barrieren_1 div.dcDropdownFade,
				body.rtl body.path-menschen_mit_barrieren_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,183,117,0)), color-stop(100%, rgba(84,183,117,1)));
					background: -webkit-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -o-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: -ms-linear-gradient(left, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					background: linear-gradient(to right, rgba(84,183,117,0) 0%, rgba(84,183,117,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054b775', endColorstr='#ff54b775',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-menschen_mit_barrieren_1:hover {
					color: white;
					background: #ab488a;
				}
				.negative .menu-popup .list-group-item.nav-menschen_mit_barrieren_1:hover {
					color: #000;
					background: #54b775;
				}
				body.path-menschen_mit_barrieren_1 .bg-color-theme {
					background: #ab488a;
				}
				body.path-menschen_mit_barrieren_1.negative .bg-color-theme {
					background: #54b775;
				}
				body.path-menschen_mit_barrieren_1 .text-color-theme {
					color: #ab488a;
				}
				body.path-menschen_mit_barrieren_1.negative .text-color-theme {
					color: #54b775;
				}
				body.path-menschen_mit_barrieren_1 .box-noteable .box-head-main h5 {
					color: #ab488a;
				}
				body.path-menschen_mit_barrieren_1.negative .box-noteable .box-head-main h5 {
					color: #54b775;
				}
				body.path-menschen_mit_barrieren_1 .box-noteable a,
				body.path-menschen_mit_barrieren_1 .box-noteable a.internalLink,
				body.path-menschen_mit_barrieren_1 .box-noteable a.externalLink {
					color: #ab488a;
				}
				body.path-menschen_mit_barrieren_1.negative .box-noteable a,
				body.path-menschen_mit_barrieren_1.negative .box-noteable a.internalLink,
				body.path-menschen_mit_barrieren_1.negative .box-noteable a.externalLink {
					color: #54b775;
				}
				body.path-menschen_mit_barrieren_1 .related-content .headline,
				body.path-menschen_mit_barrieren_1 .related-articles .headline {
					color: #ab488a;
				}
				body.path-menschen_mit_barrieren_1.negative .related-content .headline,
				body.path-menschen_mit_barrieren_1.negative .related-articles .headline {
					color: #ab488a;
				}
				body.path-nachhaltiges_reisen div.navigationMain ul li.active a,
				body.path-nachhaltiges_reisen div.navigationMain ul li.active a:hover {
					color: white;
					background: #00842D;
				}
				body.path-nachhaltiges_reisen.negative div.navigationMain ul li.active a,
				body.path-nachhaltiges_reisen.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #ff7bd2;
				}
				body.path-nachhaltiges_reisen div.dcDropdownInput {
					color: white;
					background: #00842D;
				}
				body.path-nachhaltiges_reisen.negative div.dcDropdownInput {
					color: #000;
					background: #ff7bd2;
				}
				body.path-nachhaltiges_reisen div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-nachhaltiges_reisen div.dcDropdownFade,
				body.path-nachhaltiges_reisen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,132,45,0)), color-stop(100%, rgba(0,132,45,1)));
					background: -webkit-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -o-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: linear-gradient(to right, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000842D', endColorstr='#ff00842D',GradientType=1 );*/
				}
				body.path-nachhaltiges_reisen.negative div.dcDropdownFade,
				body.path-nachhaltiges_reisen.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,123,210,0)), color-stop(100%, rgba(255,123,210,1)));
					background: -webkit-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -o-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: linear-gradient(to right, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff7bd2', endColorstr='#ffff7bd2',GradientType=1 );*/
				}
				body.rtl body.path-nachhaltiges_reisen div.dcDropdownFade,
				body.rtl body.path-nachhaltiges_reisen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,132,45,0)), color-stop(100%, rgba(0,132,45,1)));
					background: -webkit-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -o-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: linear-gradient(to right, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000842D', endColorstr='#ff00842D',GradientType=1 );*/
				}
				body.rtl body.path-nachhaltiges_reisen div.dcDropdownFade,
				body.rtl body.path-nachhaltiges_reisen .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,123,210,0)), color-stop(100%, rgba(255,123,210,1)));
					background: -webkit-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -o-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: linear-gradient(to right, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff7bd2', endColorstr='#ffff7bd2',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-nachhaltiges_reisen:hover {
					color: white;
					background: #00842D;
				}
				.negative .menu-popup .list-group-item.nav-nachhaltiges_reisen:hover {
					color: #000;
					background: #ff7bd2;
				}
				body.path-nachhaltiges_reisen .bg-color-theme {
					background: #00842D;
				}
				body.path-nachhaltiges_reisen.negative .bg-color-theme {
					background: #ff7bd2;
				}
				body.path-nachhaltiges_reisen .text-color-theme {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen.negative .text-color-theme {
					color: #ff7bd2;
				}
				body.path-nachhaltiges_reisen .box-noteable .box-head-main h5 {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen.negative .box-noteable .box-head-main h5 {
					color: #ff7bd2;
				}
				body.path-nachhaltiges_reisen .box-noteable a,
				body.path-nachhaltiges_reisen .box-noteable a.internalLink,
				body.path-nachhaltiges_reisen .box-noteable a.externalLink {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen.negative .box-noteable a,
				body.path-nachhaltiges_reisen.negative .box-noteable a.internalLink,
				body.path-nachhaltiges_reisen.negative .box-noteable a.externalLink {
					color: #ff7bd2;
				}
				body.path-nachhaltiges_reisen .related-content .headline,
				body.path-nachhaltiges_reisen .related-articles .headline {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen.negative .related-content .headline,
				body.path-nachhaltiges_reisen.negative .related-articles .headline {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen_1 div.navigationMain ul li.active a,
				body.path-nachhaltiges_reisen_1 div.navigationMain ul li.active a:hover {
					color: white;
					background: #00842D;
				}
				body.path-nachhaltiges_reisen_1.negative div.navigationMain ul li.active a,
				body.path-nachhaltiges_reisen_1.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #ff7bd2;
				}
				body.path-nachhaltiges_reisen_1 div.dcDropdownInput {
					color: white;
					background: #00842D;
				}
				body.path-nachhaltiges_reisen_1.negative div.dcDropdownInput {
					color: #000;
					background: #ff7bd2;
				}
				body.path-nachhaltiges_reisen_1 div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-nachhaltiges_reisen_1 div.dcDropdownFade,
				body.path-nachhaltiges_reisen_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,132,45,0)), color-stop(100%, rgba(0,132,45,1)));
					background: -webkit-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -o-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: linear-gradient(to right, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000842D', endColorstr='#ff00842D',GradientType=1 );*/
				}
				body.path-nachhaltiges_reisen_1.negative div.dcDropdownFade,
				body.path-nachhaltiges_reisen_1.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,123,210,0)), color-stop(100%, rgba(255,123,210,1)));
					background: -webkit-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -o-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: linear-gradient(to right, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff7bd2', endColorstr='#ffff7bd2',GradientType=1 );*/
				}
				body.rtl body.path-nachhaltiges_reisen_1 div.dcDropdownFade,
				body.rtl body.path-nachhaltiges_reisen_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,132,45,0)), color-stop(100%, rgba(0,132,45,1)));
					background: -webkit-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -o-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: -ms-linear-gradient(left, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					background: linear-gradient(to right, rgba(0,132,45,0) 0%, rgba(0,132,45,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000842D', endColorstr='#ff00842D',GradientType=1 );*/
				}
				body.rtl body.path-nachhaltiges_reisen_1 div.dcDropdownFade,
				body.rtl body.path-nachhaltiges_reisen_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,123,210,0)), color-stop(100%, rgba(255,123,210,1)));
					background: -webkit-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -o-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: -ms-linear-gradient(left, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					background: linear-gradient(to right, rgba(255,123,210,0) 0%, rgba(255,123,210,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff7bd2', endColorstr='#ffff7bd2',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-nachhaltiges_reisen_1:hover {
					color: white;
					background: #00842D;
				}
				.negative .menu-popup .list-group-item.nav-nachhaltiges_reisen_1:hover {
					color: #000;
					background: #ff7bd2;
				}
				body.path-nachhaltiges_reisen_1 .bg-color-theme {
					background: #00842D;
				}
				body.path-nachhaltiges_reisen_1.negative .bg-color-theme {
					background: #ff7bd2;
				}
					color_secondary: #33192a
					body.path-nachhaltiges_reisen_1 .bg-color-theme-secondary {
						background: #cce6d5;
					}
					body.path-nachhaltiges_reisen_1.negative .bg-color-theme-secondary {
						background: #33192a;
					}
					body.path-nachhaltiges_reisen_1 .text-color-theme-secondary {
						color: #cce6d5;
					}
					body.path-nachhaltiges_reisen_1.negative .text-color-theme-secondary {
						color: #33192a;
					}
					body.path-nachhaltiges_reisen_1 .box-noteable {
						background: #cce6d5;
					}
					body.path-nachhaltiges_reisen_1.negative .box-noteable {
						background: #33192a;
					}
				body.path-nachhaltiges_reisen_1 .text-color-theme {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen_1.negative .text-color-theme {
					color: #ff7bd2;
				}
				body.path-nachhaltiges_reisen_1 .box-noteable .box-head-main h5 {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen_1.negative .box-noteable .box-head-main h5 {
					color: #ff7bd2;
				}
				body.path-nachhaltiges_reisen_1 .box-noteable a,
				body.path-nachhaltiges_reisen_1 .box-noteable a.internalLink,
				body.path-nachhaltiges_reisen_1 .box-noteable a.externalLink {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen_1.negative .box-noteable a,
				body.path-nachhaltiges_reisen_1.negative .box-noteable a.internalLink,
				body.path-nachhaltiges_reisen_1.negative .box-noteable a.externalLink {
					color: #ff7bd2;
				}
				body.path-nachhaltiges_reisen_1 .related-content .headline,
				body.path-nachhaltiges_reisen_1 .related-articles .headline {
					color: #00842D;
				}
				body.path-nachhaltiges_reisen_1.negative .related-content .headline,
				body.path-nachhaltiges_reisen_1.negative .related-articles .headline {
					color: #00842D;
				}
				body.path-top_1 div.navigationMain ul li.active a,
				body.path-top_1 div.navigationMain ul li.active a:hover {
					color: white;
					background: #a7a699;
				}
				body.path-top_1.negative div.navigationMain ul li.active a,
				body.path-top_1.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #585966;
				}
				body.path-top_1 div.dcDropdownInput {
					color: white;
					background: #a7a699;
				}
				body.path-top_1.negative div.dcDropdownInput {
					color: #000;
					background: #585966;
				}
				body.path-top_1 div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-top_1 div.dcDropdownFade,
				body.path-top_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,166,153,0)), color-stop(100%, rgba(167,166,153,1)));
					background: -webkit-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -o-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -ms-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: linear-gradient(to right, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7a699', endColorstr='#ffa7a699',GradientType=1 );*/
				}
				body.path-top_1.negative div.dcDropdownFade,
				body.path-top_1.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(88,89,102,0)), color-stop(100%, rgba(88,89,102,1)));
					background: -webkit-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -o-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -ms-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: linear-gradient(to right, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00585966', endColorstr='#ff585966',GradientType=1 );*/
				}
				body.rtl body.path-top_1 div.dcDropdownFade,
				body.rtl body.path-top_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,166,153,0)), color-stop(100%, rgba(167,166,153,1)));
					background: -webkit-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -o-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: -ms-linear-gradient(left, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					background: linear-gradient(to right, rgba(167,166,153,0) 0%, rgba(167,166,153,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7a699', endColorstr='#ffa7a699',GradientType=1 );*/
				}
				body.rtl body.path-top_1 div.dcDropdownFade,
				body.rtl body.path-top_1 .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(88,89,102,0)), color-stop(100%, rgba(88,89,102,1)));
					background: -webkit-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -o-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: -ms-linear-gradient(left, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					background: linear-gradient(to right, rgba(88,89,102,0) 0%, rgba(88,89,102,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00585966', endColorstr='#ff585966',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-top_1:hover {
					color: white;
					background: #a7a699;
				}
				.negative .menu-popup .list-group-item.nav-top_1:hover {
					color: #000;
					background: #585966;
				}
				body.path-top_1 .bg-color-theme {
					background: #a7a699;
				}
				body.path-top_1.negative .bg-color-theme {
					background: #585966;
				}
				body.path-top_1 .text-color-theme {
					color: #a7a699;
				}
				body.path-top_1.negative .text-color-theme {
					color: #585966;
				}
				body.path-top_1 .box-noteable .box-head-main h5 {
					color: #a7a699;
				}
				body.path-top_1.negative .box-noteable .box-head-main h5 {
					color: #585966;
				}
				body.path-top_1 .box-noteable a,
				body.path-top_1 .box-noteable a.internalLink,
				body.path-top_1 .box-noteable a.externalLink {
					color: #a7a699;
				}
				body.path-top_1.negative .box-noteable a,
				body.path-top_1.negative .box-noteable a.internalLink,
				body.path-top_1.negative .box-noteable a.externalLink {
					color: #585966;
				}
				body.path-top_1 .related-content .headline,
				body.path-top_1 .related-articles .headline {
					color: #a7a699;
				}
				body.path-top_1.negative .related-content .headline,
				body.path-top_1.negative .related-articles .headline {
					color: #a7a699;
				}
				body.path-25_blickwinkel div.navigationMain ul li.active a,
				body.path-25_blickwinkel div.navigationMain ul li.active a:hover {
					color: white;
					background: #b51621;
				}
				body.path-25_blickwinkel.negative div.navigationMain ul li.active a,
				body.path-25_blickwinkel.negative div.navigationMain ul li.active a:hover {
					color: #000;
					background: #4ae9de;
				}
				body.path-25_blickwinkel div.dcDropdownInput {
					color: white;
					background: #b51621;
				}
				body.path-25_blickwinkel.negative div.dcDropdownInput {
					color: #000;
					background: #4ae9de;
				}
				body.path-25_blickwinkel div.dcDropdownInput span {
					background: transparent url('/media/layout/image/redesign_2012/navigation_1/dropdown_arrow_white.png') 100% 50% no-repeat;
				}
				body.path-25_blickwinkel div.dcDropdownFade,
				body.path-25_blickwinkel .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(181,22,33,0)), color-stop(100%, rgba(181,22,33,1)));
					background: -webkit-linear-gradient(left, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					background: -o-linear-gradient(left, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					background: -ms-linear-gradient(left, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					background: linear-gradient(to right, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b51621', endColorstr='#ffb51621',GradientType=1 );*/
				}
				body.path-25_blickwinkel.negative div.dcDropdownFade,
				body.path-25_blickwinkel.negative .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(74,233,222,0)), color-stop(100%, rgba(74,233,222,1)));
					background: -webkit-linear-gradient(left, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					background: -o-linear-gradient(left, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					background: -ms-linear-gradient(left, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					background: linear-gradient(to right, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ae9de', endColorstr='#ff4ae9de',GradientType=1 );*/
				}
				body.rtl body.path-25_blickwinkel div.dcDropdownFade,
				body.rtl body.path-25_blickwinkel .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(181,22,33,0)), color-stop(100%, rgba(181,22,33,1)));
					background: -webkit-linear-gradient(left, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					background: -o-linear-gradient(left, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					background: -ms-linear-gradient(left, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					background: linear-gradient(to right, rgba(181,22,33,0) 0%, rgba(181,22,33,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b51621', endColorstr='#ffb51621',GradientType=1 );*/
				}
				body.rtl body.path-25_blickwinkel div.dcDropdownFade,
				body.rtl body.path-25_blickwinkel .dcDropdownInput:hover div.dcDropdownFade {
					background: -moz-linear-gradient(left, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(74,233,222,0)), color-stop(100%, rgba(74,233,222,1)));
					background: -webkit-linear-gradient(left, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					background: -o-linear-gradient(left, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					background: -ms-linear-gradient(left, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					background: linear-gradient(to right, rgba(74,233,222,0) 0%, rgba(74,233,222,1) 100%);
					/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ae9de', endColorstr='#ff4ae9de',GradientType=1 );*/
				}
				.menu-popup .list-group-item.nav-25_blickwinkel:hover {
					color: white;
					background: #b51621;
				}
				.negative .menu-popup .list-group-item.nav-25_blickwinkel:hover {
					color: #000;
					background: #4ae9de;
				}
				body.path-25_blickwinkel .bg-color-theme {
					background: #b51621;
				}
				body.path-25_blickwinkel.negative .bg-color-theme {
					background: #4ae9de;
				}
				body.path-25_blickwinkel .text-color-theme {
					color: #b51621;
				}
				body.path-25_blickwinkel.negative .text-color-theme {
					color: #4ae9de;
				}
				body.path-25_blickwinkel .box-noteable .box-head-main h5 {
					color: #b51621;
				}
				body.path-25_blickwinkel.negative .box-noteable .box-head-main h5 {
					color: #4ae9de;
				}
				body.path-25_blickwinkel .box-noteable a,
				body.path-25_blickwinkel .box-noteable a.internalLink,
				body.path-25_blickwinkel .box-noteable a.externalLink {
					color: #b51621;
				}
				body.path-25_blickwinkel.negative .box-noteable a,
				body.path-25_blickwinkel.negative .box-noteable a.internalLink,
				body.path-25_blickwinkel.negative .box-noteable a.externalLink {
					color: #4ae9de;
				}
				body.path-25_blickwinkel .related-content .headline,
				body.path-25_blickwinkel .related-articles .headline {
					color: #b51621;
				}
				body.path-25_blickwinkel.negative .related-content .headline,
				body.path-25_blickwinkel.negative .related-articles .headline {
					color: #b51621;
				}



/*Abdou Über-uns Bereich 20152502 */
body.path-ueber_uns.path-ausbildung___jobs div.pageAbout div.layoutColumn100InnerMain div.foldingList div.foldingListInner div.foldingListHeadline,
body.path-ueber_uns.path-partner div.pageAbout div.layoutColumn100InnerMain div.foldingList div.foldingListInner div.foldingListHeadline {
	background: none;
}

body.path-ueber_uns.path-marktforschung div.pageAbout div.textContent hr {
	border-bottom: none;
}

/* Abdou 16.06.2015 ===> menu group-partir_avec_un_voyagiste should only showed on frensch market */
body.content div.navigation div.navigationMain li.nav883762 {
	display: none;
	visibility: hidden;
}
body.content.market-fr div.navigation div.navigationMain li.nav883762 {
	display: block;
	visibility: visible;
}

/* Dropdown List auf Übernachtenseite (Detailseite) ausblenden */
body.content.path-gut_zu_wissen.path-uebernachten.site-uebernachten .dcDropdownContainer,
body.content.path-gut_zu_wissen.path-uebernachten.site-deep_content_datenbank_98 .dcDropdownContainer {
	display: none;
}

