/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#A32020;
	color:#fff;
	line-height: 12px;
	/*opacity:0.8;*/ /* Overridden by captionOpacity setting */
	opacity: 1.0 !important;
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	color: #F38500 !important;
	color: #ffffff !important;
	text-decoration: underline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* CUSTOM */
.nivo_slider_center {
  text-align: center;
}
.nivo_slider_center .nivo_slider {
  margin: 0 auto;
  text-align: center;
}
.nivo_slider_center .nivo_slider .nivo-controlNav {
  text-align: center;
}
.nivo_slider_container {
	background-color: #a32020
}
.nivo_slider {
	position: relative;
	/*background: url("../images/loading.gif") no-repeat 50% 50%;*/
	font-size: 12px;
	line-height: 18px;
}
.nivo_slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	border: 0;
}
.nivo_slider a {
	border: 0;
}
.nivo_slider .nivo-controlNav {
	position: absolute;
	left: 15px;
}
.nivo_slider .nivo-controlNav a {
	/*margin: 0 3px;
	text-decoration: none;
	color: #333333;
	font-size: 11px;*/
	/*###############*/
	background-color: #eb8c00;
    color: #FFFFFF;
    display: inline-block;
    font-family: "PwC ITC Charter",Georgia;
    font-size: 14px;
    height: 10px;
    margin: 0 0 0 2px;
	padding: 0px 5px 10px 7px;
    text-decoration: none;
    width: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70) !important;
	-moz-opacity:0.7 !important;
	-khtml-opacity: 0.7 !important;
}

li.li_jj_slider h3 {
	line-height: 1px;
	font-size: 1px;
	color: #fff;
}
.nivo_slider .nivo-controlNav a:hover {
	text-decoration: none;
}
.nivo_slider .nivo-controlNav a.active {
	font-weight: bold;
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity:1.0 !important;
	-khtml-opacity: 1.0 !important;
}
.nivo_slider .nivo-directionNav a {
	display: block;
	width: 27px;
	height: 25px;	
	text-indent: -9999px;
	border: 0;
}
.nivo_slider a.nivo-nextNav {
	background: url("../images/arrows-next.jpg") no-repeat;
	left: 165px;
	top: 50px;
}
a.nivo-prevNav {
	background: url("../images/arrows-prev.jpg") no-repeat;
	left: 0px;
	top: 50px;
}
.nivo_slider .nivo-caption {
  text-shadow: none;
  font-family: "PwC Helvetica Neue",Arial,Sans-Serif;
  text-align: left;
  line-height: 14px;
  font-size: 12px;
  height: 70px;
}

.nivo_slider .nivo-caption  h2 {
	font-family: 	"PwC ITC Charter",Georgia;
/*    font-style: 	italic; */
    margin: 		0 0 3px 0;
    font-size: 		12px;
	line-height: 	1.125em;
    font-weight: 	bold;
    color:			#ffffff;
}
.nivo_slider .nivo-caption p {
  margin-bottom: 0px !important;
  margin-top: 6px;
  padding: 0 10px;
}
.nivo_slider .nivo-caption a { 
  color: #ffffff;
  text-decoration: underline;
}
.nivo_slider .nivo-caption a:hover { 
  text-decoration: none;
}
.nivo_slider_controlNavText {
	margin: 0px;
	padding: 0px 0px 18px 0px;   
}
.nivo_slider_controlNavText .nivo-controlNav {
	right: 0px;
	top: 115px;
}	
.nivo_slider_controlNavImages .nivo-controlNav {
	overflow: hidden;
	visibility: hidden;
	line-height: 1px;
	left: 0px;  
}
.nivo_slider_controlNavImages .nivo-controlNav a, 
.nivo_slider_controlNavImages .nivo-controlNav img {
  margin: 0;
  padding: 0;
}
.nivo_slider_controlNavImages .nivo-controlNav img {
	display: inline;
	position: relative;
}
.nivo_slider_controlNavImages .nivo-controlNav a.active img {
}

ul.ul_jj_slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.ul_jj_slider li.li_jj_slider {
  margin: 0;
  padding: 0;  
}





/* jQuery Slider - Content Area */
#Content-Widget .nivo-caption {
  text-shadow: none;
  font-family: "PwC Helvetica Neue",Arial,Sans-Serif;
  text-align: left;
  line-height: 14px;
  font-size: 12px;
  height: 140px;
  width: 340px;
  position: relative;
  left: 428px;
  top: 112px;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -moz-opacity:0.7 !important;
  -khtml-opacity: 0.7 !important;
}

#Content-Widget  .nivo-controlNav {
    left: 450px;
    top: 100px;
}
#Content-Widget  .nivo-controlNav a.nivo-control {
    color: #ffffff;
	text-decoration: none;
	padding: 4px 10px 16px 12px;
}
#Content-Widget .nivo_slider_controlNavText {
	margin: 0 !important;
	padding: 0 !important;
}
#Content-Widget .nivo_slider a.nivo-nextNav {
	background: url("../images/arrows-next.jpg") no-repeat;
	left: 741px;
	top: 220px;
}
#Content-Widget a.nivo-prevNav {
	background: url("../images/arrows-prev.jpg") no-repeat;
	left: 711px;
	top: 220px;
}

#Content-Widget .nivo-caption p {
	padding: 30px 60px 5px 20px;
	font-size: 12px;
	line-height: 14px;
}
#Content-Widget .nivo_slider .nivo-caption  h2 {
    font-family: 	"PwC ITC Charter",Georgia;
/
/*    font-style: 	italic; */
    margin: 		0 0 6px 0;
    font-size: 		14px;
    line-height: 	1.125em;
    font-weight: 	bold;
    color:		#ffffff;
    width:              300px;
}

#jj-nexgen-jquery_slider-3 {
	height: 280px;
	background-color: #ffffff;
	background: url("../images/loadingbar.gif") no-repeat scroll 50% 50% transparent;	
}



#Startseiten-Slider {
	height: 252px;
	margin-bottom: 50px;
	background-color: #ffffff;
	background: url("../images/loadingbar.gif") no-repeat scroll 50% 50% transparent;
}
#Startseiten-Slider .nivo-caption {
  text-shadow: none;
  font-family: "PwC Helvetica Neue",Arial,Sans-Serif;
  text-align: left;
  line-height: 14px;
  font-size: 12px;
  height: 140px;
  width: 340px;
  position: relative;
  left: 638px;
  top: 112px;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -moz-opacity:0.7 !important;
  -khtml-opacity: 0.7 !important;
}
#Startseiten-Slider .nivo_slider_controlNavText {
	padding: 0 !important;   
}


#Startseiten-Slider  .nivo-controlNav {
    left: 680px;
    top: 100px;
}
#Startseiten-Slider  .nivo-controlNav a.nivo-control {
    color: #ffffff;
	text-decoration: none;
	padding: 0px 6px 12px 8px;
	display:none;
}
#Startseiten-Slider .nivo_slider_controlNavText {
	margin: 0 !important;
	padding: 0 !important;
}
#Startseiten-Slider .nivo_slider a.nivo-nextNav {
	background: url("../images/arrows-next.jpg") no-repeat;
	left: 950px;
	top: 220px;
}
#Startseiten-Slider a.nivo-prevNav {
	background: url("../images/arrows-prev.jpg") no-repeat;
	left: 918px;
	top: 220px;
}

#Startseiten-Slider .nivo-caption p {
	padding: 18px 60px 5px 20px;
	font-size: 12px;
	line-height: 14px;
}
#Startseiten-Slider .nivo-caption p p{
	padding: 0;
}
#Startseiten-Slider .nivo_slider .nivo-caption  h2 {
	font-family: 	"PwC ITC Charter",Georgia;
/*    font-style: 	italic; */
    margin: 		0 0 6px 0;
    font-size: 		14px;
	line-height: 	1.125em;
/*    font-weight: 	bold;*/
    color:			#ffffff;
}


/*
	KTS Slider | id: Teaser
	KTS Slider mit überarbeitetem CSS damit sich die Boxen automatisch der Größe der Bilder Anpassen und nicht nachträglich geändert werden müssen.
*/
/*
#Teaser > ul > li.widget {
  margin-bottom: 20px;
}
*/

#Teaser .nivo-caption {
  text-shadow: none;
  font-family: "PwC Helvetica Neue",Arial,Sans-Serif;
  text-align: left;
  line-height: 14px;
  font-size: 12px;
  height: 120px;
  width: 340px;
  position: 	absolute;
  right:	0px;
  left:		auto;
  bottom:	0px;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -moz-opacity:0.7 !important;
  -khtml-opacity: 0.7 !important;
}

#Teaser  .nivo-controlNav {
    right:  0px;
    left:   auto;
    bottom: 100px;
    top:    auto;
    width:  298px;
}
#Teaser  .nivo-controlNav a.nivo-control {
    color: #ffffff;
	text-decoration: none;
	padding: 4px 10px 16px 12px;
}
#Teaser .nivo_slider_controlNavText {
	margin: 0 !important;
	padding: 0 !important;
}
#Teaser .nivo_slider a.nivo-nextNav {
	background: url("../images/arrows-next.jpg") no-repeat;
	bottom: 5px;
    	left: auto;
    	right: 0px;
    	top: auto;
}
#Teaser .nivo_slider a.nivo-prevNav {
	background: url("../images/arrows-prev.jpg") no-repeat;
	bottom: 5px;
    	left: auto;
    	right: 32px;
    	top: auto;
}

#Teaser .nivo-caption p {
	padding: 30px 60px 5px 20px;
	font-size: 12px;
	line-height: 14px;
}
#Teaser .nivo_slider .nivo-caption  strong, 
#sideTeaser_container .nivo_slider .nivo-caption  strong {
    font-family: 	"PwC ITC Charter",Georgia;
/*    font-style: 	italic; */
    margin: 		0 0 6px 0;
    font-size: 		14px;
    line-height: 	1.125em;
/*    font-weight: 	bold;*/
    color:		#ffffff;
    width:		300px;
    display:		block;
}

#sideTeaser_container {
    height: 		252px;
    border-top:	4px solid  #A32020;
}

#sideTeaser_container .nivo-caption {
   top:			126px;
}

#sideTeaser_container .nivo_slider .nivo-caption {
  height:		126px;
}

#sideTeaser_container .nivo_slider .nivo-caption p {
  padding:		6px;
}

#sideTeaser_container .nivo_slider_controlNavText {
	margin: 0px;
	padding: 0px;   
}