.wrapper
{
	height: 100%;									/* Mindesthöhe für moderne Browser */
	height: auto !important;							/* Important Regel für moderne Browser, Mindesthöhe für den IE */
	overflow: hidden !important;						/* FF Scroll-Leiste */
	width: 700px;
	max-width: 700px;
	overflow: hidden;
	line-height: 1.5em;
	background-color: #fff;
}

.outline
{
	background-color: #ffff;
	padding: 5px !important;
	margin: 0px 0 !important; height:310px
}

.row
{
	width: 690px;
	overflow: hidden;
}

.gridBox
{
	float: left;
	padding-left: 10px !important;
	margin-right: 5px !important;
	margin-bottom: 0; /* war: 15px */margin-bottom:15px;
}

.border
{
	
	border: 1px solid #000 !important;
}

.row .r1c1 { width: 177px; }
.row .r1c2 { width: 401px; }
.row .r1c3 { width: 625px; }
.row .r2c1 { width: 177px; }
.row .r2c2 { width: 401px; }
.row .r2c3 { width: 625px; }


.row .first { margin-left: 15px !important; }
.row .last   { margin-right: 0px; }

.r1c1, .r1c2, .r1c3, .r1c4, .r2c1, .r2c2, .r2c3, .r2c4
{
	margin-bottom: 0px;
	background-color: #fff;
	min-height: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px #f6f6f6 solid;
}

.r1c1, .r1c2, .r1c3, .r1c4
{
	height: 152px;
}

.r2c1, .r2c2, .r2c3, .r2c4 
{
	height: 358px;
}

.wrapper div
{
	position: relative;
}

.overEffekt:hover,
img.overEffekt:hover
/*,
a:hover img*/
{
	/*FF*/
	opacity: 0.6;
	/*IE*/
	filter: alpha(opacity=60);
}

/*
	*** Links Start ***
*/

a:link
{
	text-decoration: none;
	color: #333333;
}

a:visited
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	text-decoration: underline;
	color: #DC021B;
}

a:active
{
	text-decoration: none;
	color: #DC021B;
}

a.pfeil
{
	background-image: url("/images/pfeil_schwarz_re.gif");
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px !important;
}

a.pfeil:hover
{
	background-image: url("/images/pfeil_re_dc021b.png");
}

/*
	*** Links End ***
*/

.unsichtbar,
.invisible
{
	display: none;
}

.nofloat
{
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.noDecoration
{
	text-decoration: none !important;
}

.floatLi
{
	float: left;
	display: inline;
}

.floatRe
{
	float: right;
	display: inline;
}

.handCursor
{
	cursor: pointer;
}

.block
{
	display: block;
}

.inline
{
	display: inline;
}



.navTabs 
{
	list-style: none;
	display: inline; 
}

.navTabs li
{
	display: inline-block; 
	margin-right: 1px;
	/*IE7 Hack*/
	zoom: 1;
	*display:inline; 
}

.navTabs li a
{
	display: block;
	background-color: #fff; /* geaendert von f0f0f0 - jpk 20130131 */
	border-top: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-bottom: 0px #e2e2e2 solid;
	border-left: 1px #e2e2e2 solid;
	font-size: 14px !important; font-weight:bold;
	text-decoration: none;
	padding: 10px 15px;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	background-image: url(/assets/landingpage/tab_verlauf.png);
	background-repeat: repeat-x;
	background-position: left top;
	/*FF
	opacity: 0.5;*/ /* ausgeknipst - jpk 20130131 */
	/*IE
	filter: alpha(opacity=50);*/ /* ausgeknipst - jpk 20130131 */
	color: #777; /* hinzugefuegt - jpk 20130131 */
}

.navTabs li a.current
{
	background-color: #f6f6f6;
	/*FF*/
	opacity: 1;
	/*IE*/
	filter: alpha(opacity=100);
	border-bottom: 1px #f6f6f6 solid;
	color: #DC021B; z-index:100000; position:relative /* hinzugefuegt - jpk 20130131 */
}

.navigationArrowLeft,
.navigationArrowRight
{
	cursor: pointer;
	position: absolute;
	top: 45%;
	z-index: 99;
}

.navigationArrowLeft
{
	left: -1px;
}

.navigationArrowRight
{
	right: -11px;
}

.navigationArrowRight:hover, .navigationArrowLeft:hover
{
	/*FF*/
	opacity: 0.5;
	/*IE*/
	filter: alpha(opacity=50);
}

/*
	================================================== *** lp_baukasten.css ***
*/

.contentHeightC2														/* 358px */
{
   height: 330px;
   margin: 14px !important;
   overflow: hidden;
}

.contentHeightC1														/* 172px */
{
   height: 122px;
   margin: 14px !important;
   overflow: hidden;
}

.contentHeightNone
{
   overflow: hidden;
}

.txtBox
{
	position: absolute !important;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 1em !important;
	height: auto;
	background-image: url(/assets/landingpage/alpha_75_percent.png);
}

.txt
{
	color: #898787;
	font-size: 12px; /* war: 100% */
	line-height: 1.5em;
}

.head1
{
    font-size: 13px !important; /* war: 125% */
    line-height: 1.375em;
    margin: 1em 0 1em 0 !important;
}

.head2
{
    font-size: 13px !important; /* war: 108.33% */
    line-height: 1.375em; 
    margin: 1em 0 1em 0 !important;
}

.head3
{
    font-size: 12px !important; /* war: 100% */
    line-height: 1.375em; 
    margin: 1em 0 1em 0 !important;
}

.head3 + h2,
.head3 + h1,
.head2 + h1
{
   margin-top: 0;
}

.backColor333 { background-color: #333; }
.backColor666 { background-color: #666; }
.backColor999 { background-color: #999; }
.backColorccc { background-color: #ccc; }

.txtColorWhite, .txtColorOrange, .txtColorGrau
{
}

.txtColorWhite	{ color: #fff; }
.txtColorOrange	{ color: #333; }
.txtColorGrau	{ color: #333; }

.gridBoxNewsSlider
{
	width: 670px;
	height: 300px;
	padding-left: 10px;
	margin-right: 5px;
	float: left;
}

.gridBoxNewsSlider .gridBox
{
	float: left;
	width: 177px;
	padding-left: 25px !important;
	padding-right: 11px;
	margin-right: 0px;
	background-image: url(/assets/landingpage/trenner_linie.gif);
	background-repeat: repeat-y;
	background-position: 14px top;
	border-left: 0px #e2e2e2 solid;
}

.gridBoxNewsSlider .gridBox:first-child
{
	padding-left: 0px !important;
	background-image: none;
}

div.gridBoxNewsSlider div.boxRundeEckenSchattenUnten,
div.gridBoxNewsSlider div.schattenC4
{
	position: relative;
	top: 230px;
}

.gridBoxNewsSlider .head1
{
	margin: 0.5em 0 0.5em 0;
}

.gridBoxNewsSlider .head2
{
	margin: 0.5em 0 0.5em 0;
}

.gridBoxNewsSlider .head3
{
	margin: 0.5em 0 0.5em 0;
}

.gridBoxNewsSlider .contentHeightC1
{
	height: 204px;
}

.gridBoxNewsSlider .r1c1
{
	height: 228px;
	width: 189px;
}

div.slidercontent
{
	height: 230px;
	width: 635px;
	overflow: hidden;
	position: absolute;
}
	
div.innerContainer {
	width: 1186px;
}

div.solidBox
{
    margin: 14px 0 0 0 !important;
}

div.contentHeightC1.solidBox
{
    height: 138px;
}

div.contentHeightC2.solidBox
{
    height: 344px;
}

div.solidBox > h1,
div.solidBox > h2,
div.solidBox > h3
{
    margin-left: 14px !important;
    margin-right: 14px !important;
}

div.solidBox div.txtBox
{
    background-image: none !important;
    background-color: #f6f6f6;
} 

/*
	================================================== *** lp_baukasten_ecken.css ***
*/

.boxRundeEckenSchattenOben
{
    height: 15px;
    position: relative;
    font-size: 1px;
    text-align: right;
}

.RundeEckenSchattenOL
{
	height: 15px;
	width: 16px;
	background-image: url(/assets/landingpage/ecke_ol.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute !important;
	top: 0px;
	left: 0px;
	z-index: 2;
/*
	margin-left: 15px;
*/
}

.RundeEckenSchattenOM
{
	background-color: #f6f6f6;
	height: 15px;
	z-index: 1;
	margin: 0px 0px;
	font-size: 1px;;
}


.RundeEckenSchattenOR {	
	height: 15px;
	width: 16px;
	background-image: url(/assets/landingpage/ecke_or.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute !important;
	top: 0px;
	right: 0px;
	z-index: 3;
/*
	margin-right: 15px;
*/
}

.boxRundeEckenInhaltSchatten
{
	padding: 14px 14px 14px 19px !important;
	background-color: #f6f6f6;
	border: 1px #e2e2e2 solid; 
	margin-top:0px; 
/*
	margin: 0 15px 0 15px;
*/
}

.boxRundeEckenInhaltSchattenRe
{
	background-image: url(/assets/landingpage/back_inhalt_verlauf.png);
	background-position: right bottom;
	background-repeat: repeat-y;
	padding: 0px 16px 0px 0px !important;
	background-color: #fff;
}


.boxRundeEckenSchattenUnten
{
    height: 17px;
    position: relative;
    font-size: 1px;
}

.RundeEckenSchattenUL
{
	height: 17px;
	width: 15px;
	background-image: url(/assets/landingpage/ecke_ul.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute !important;
	bottom: 0px;
	left: 0px;
	z-index: 2;
/*
	margin-left: 15px;
*/
}

.RundeEckenSchattenUM
{
	height: 17px;
	background-color: #f6f6f6;
	z-index: 1;
/*
	margin: 0 15px;
*/
	font-size: 1px;
	background-image: url(/assets/landingpage/back_um.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.RundeEckenSchattenUR
{
	height: 17px;
	width: 15px;
	background-image: url(/assets/landingpage/ecke_ur.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	z-index: 3;
/*
	margin-right: 15px;
*/
}

.schattenC1
{
	background-image: url(/assets/landingpage/schatten_c1.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 13px;
	margin-bottom: 7px !important;

}

.schattenC2
{
	background-image: url(/assets/landingpage/schatten_c2.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 13px;
	margin-bottom: 7px !important;
}

.schattenC3
{
	background-image: url(/assets/landingpage/schatten_c3.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 13px;
	margin-bottom: 7px !important;
}

.schattenC4
{
	background-image: url(/assets/landingpage/schatten_c4.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 13px;
	margin-bottom: 7px !important;
}

.wrapper div.video a.player
{
	width: 443px;
	height: 219px;
}

.wrapper div.video a.player img
{
	padding: 80px 0 0 136px !important;
}

.wrapper div.video h1,
.wrapper div.video h2,
.wrapper div.video h3,
.wrapper div.video .txt
{
	padding: 0 10px !important;
}

.wrapper div.video div.contentHeightC2
{
	margin: 0px !important;
	height: 358px;
	background-color: #f6f6f6;
}
.wrapper div.video div.contentHeightC2.zentriert
{
	height: 301px;
	padding-top: 57px;
	background-color: #000;
}
.wrapper div.video div.contentHeightC2.zentriert.grau
{
	background-color: #f6f6f6;
}

.txtBox.nebenVideo
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 109px;
}

/* Styles Buehne START */

#stageLoader {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 412px;
	width: 690px;
	z-index: 100;
	background-color: #ffffff;
	background-image: url(/static/all/spinner.gif) no-repeat scroll center center;
}

#stageContainer{
	background-color: #f6f6f6;
}

.stageElement {
	/*display:none;*/
	position: absolute !important;
	top: 0px;
	left: 0px;
}

.buehneTabControlDots {
	display:none;
}

.buehneTabDirectionArrow {
	display:none;
}


.tabPage {
	/*display: none;*/
	position: absolute !important;
}

.buehneTab {
	cursor: pointer;
}

.stageElement .video {
	width: 636px;
	height: 358px;
	display: block;
}

.gridBoxBuehne
{
	float: left; 
}


.gridBoxBuehne .r2c3
{
	width: 636px;
}


.gridBoxBuehne .contentHeightC2,
.gridBoxBuehneTabs .contentHeightC2
{
   height: 358px;
   margin: 0 !important;
   overflow: hidden;
}

.gridBoxBuehne .txtBox
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em;
	margin: 1em !important;
	height: auto;
	/* background: #f6f6f6;
	background-image: none !important; */
}


.gridBoxBuehneTabs
{
	float: left;
	padding-left: 0;
	margin-right: 0;
}

.gridBoxBuehneTabs .boxRundeEckenInhaltSchatten
{
	padding: 0 14px 0 0 !important;
}



.gridBoxBuehneTabs .r2c1
{
	width: 258px;
	position: relative;
	left: -1px;
	top: 0;
	background-color: transparent;
	border-color: transparent;
}

.gridBoxBuehneTabs .buehneTab
{
	width: auto;
	height: 63px;
	overflow: hidden;
	border-top: 1px solid #f6f6f6;
	border-right: 1px solid #dbdbdb;
	border-bottom: 2px solid #a4a4a4;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-image: url(/assets/landingpage/buehne_tab_schatten.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #ffffff;
	padding: 8px 0 10px 0;
}

.gridBoxBuehneTabs .buehneTab:hover
{
	background-color: #eeeeee;
}

.gridBoxBuehneTabs .buehneTab.active
{
	background-color: #eeeeee;
}

.gridBoxBuehneTabs .buehneTabPic
{
	float: left;
	margin: 0 10px 10px 0 !important;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #a4a4a4;
	display: block;
}

.gridBoxBuehneTabs .buehneTabPic img
{
	border: 1px solid #ffffff;
	display: block;
}

.gridBoxBuehneTabs .buehneTabHead,
.gridBoxBuehneTabs .buehneTabDescription
{
	display: block;
}
.gridBoxBuehneTabs .buehneTabDescription
{
	margin: 0 10px 0 15px !important;
}

.gridBoxBuehneTabs .buehneTabDescription a
{
	color: #000;
	width: 100%;
	display: inline-block;
	padding-top: 3px;
}

.gridBoxBuehneTabs .buehneTabDescription a:hover
{
	color: #DC021B;
}

.gridBoxBuehneTabs .buehneTabHead
{
	margin-top: 0;
	margin-bottom: 0;
}

/* Direction Arrows */
.gridBoxBuehneTabs .buehneTabDirectionArrow
{
	width: auto;
	position: absolute;
	right: 2px;
	bottom: -5px;
}

.gridBoxBuehneTabs .buehneTabDirectionArrow li
{
	display: inline-block;
}

.gridBoxBuehneTabs .buehneTabDirectionArrow li a
{
	width: 10px;
	height: 9px;
	margin: 0 0 0 0;
	display: block;
		
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(/assets/landingpage/bg_direction_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.gridBoxBuehneTabs .buehneTabDirectionArrow li .next
{
	background-position: -12px 0;
	
}

.gridBoxBuehneTabs .buehneTabDirectionArrow li .prev { left: 0; }

.gridBoxBuehneTabs .buehneTabDirectionArrow li .disabled
{
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* ControlDots */

.gridBoxBuehneTabs .buehneTabControlDots
{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.gridBoxBuehneTabs .buehneTabControlDots li
{
	margin: 0 0 0 4px;
	display: inline-block;
	/*
	zoom: 1;
	*display: inline;
	*/
}

.gridBoxBuehneTabs .buehneTabControlDots li:first-child { margin: 0; }

.gridBoxBuehneTabs .buehneTabControlDots li a
{
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(/assets/landingpage/bg_control_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.gridBoxBuehneTabs .buehneTabControlDots li a:hover { background-position: 0 -13px; }

.gridBoxBuehneTabs .buehneTabControlDots li a.active
{
	background-position: 0 -26px;
	cursor: default;
}

/* Styles Buehne ENDE */

/* Platzierung Countdown in Box */

div.countdownContainer
{
	margin: 50px 0 !important;
	left: -2px;
}

/* Platzierung Countdown ENDE */
