/*
 * jQuery Nivo Slider v2.5.2
 * http://drow.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 */
.drowSlider {
	position: relative;
}
.drowSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#tx_drowhtmlheader a.btnWeiter {
	position: absolute;
	display: block;
	width: 100%;
	height: 350px;
	z-index: 3;
}
#tx_drowhtmlheader .headlines {
	position: absolute;
	top: 31px;
	left: 345px;
	background-color: #fff;
}
/* If an image is wrapped in a link */
.drowSlider a.drow-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 */
.drow-slice {
	display: block;
	position: absolute;
	z-index: 5;
	/*height:100%;*/
}
.drow-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.drow-caption {
	/*position:absolute;
	 background-color:#fff;
	 left:345px;
	 top:31px;
	 padding: 2px 5px;
	 width:auto;*/
	position: relative;
	z-index: 8;
	height: 100%;
}
.drow-caption p {
	margin: 0;
	line-height: normal;
	height: 100%;
}
.drow-caption .tx_drowflashheader_alt_subtitle_content {
	height: 100%;
	width: 100%;
}
.drow-caption a {
	display: inline !important;
}
.drow-html-caption {
	display: none;
}
.drow-caption h3 {
	padding: 2px 5px;
	font-size: 20px;
	font-weight: normal;
	color: #004f9f;
}
/* Direction nav styles (e.g. Next & Prev) */
.drow-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.drow-prevNav {
	left: 0px;
}
.drow-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.drow-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.drow-controlNav a.active {
	font-weight: bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#tx_drowhtmlheader {
	/*background:url(./images/slider.png) no-repeat;*/
}

#slider {
	position: relative;
	width: 1680px;
	height: 100%;
	background: #fff url(./images/loading.gif) no-repeat 50% 50%;
	overflow: hidden;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	/*display:none;*/
}

.drow-controlNav {
	position: absolute;
	right: 350px;
	top: 80%;
	z-index: 10;
}
.drow-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: transparent none;
	text-indent: -9999px;
	border: 3px solid #FFFFFF;
	border-radius: 6px;
	margin-right: 3px;
	float: left;
}
.drow-controlNav a.active {
	/*background-position:0 -22px;*/
	background: #FFFFFF;
}

.drow-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(./images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.drow-nextNav {
	background-position: -30px 0;
	right: 35px;
}
a.drow-prevNav {
	left: 15px;
}

.drow-caption {
	text-shadow: none;
	/*font-family: Helvetica, Arial, sans-serif;*/
}
.drow-caption a {
	color: #efe9d1;
	text-decoration: underline;
}