@charset "utf-8";
/* CSS Document */

/* ---------------------------- Container ---------------------------- */
* {


}
html{
	height: 100%;	
	overflow-y: scroll;
}
body{
	height: 100%;	
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #FFFFFF;
	color: #000;	
	font-size: 13px;	
}
#noflash{
	display: block;
	height: 100%;
}
#noflash-text{
	text-align: center;
	background-color: #FFF;
	margin-top: 220px;
	height: 320px;
}

.schatten {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#CCCCCC');
}

.shadow-bottom{
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444');
}
.shadow-top{
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=45, Color='#444444')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=45, Color='#444444');
}

#content{
	width: 960px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#content-inner{
	background-color: #FFF;
	padding: 20px;
	margin-top: 120px;
	margin-bottom: 80px;
}
hr{
	margin: 50px 0 50px 0;
}

#centercontent{
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 150px;
	padding-bottom: 60px;
}
#centercontent-container{
	background-color: #FFF;
	position: relative;
	padding: 20px;
	width: 920px;
}
#goleft{
	width: 30px;
	height: 73px;
	position: absolute;
	left: 7px;
	top: 160px;
	z-index: 62;
	background-color: #FFF;
}
#goright{
	width: 30px;
	height: 73px;
	position: absolute;
	right: 8px;
	top: 160px;
	z-index: 63;
	background-color: #FFF;
}
#goleft a:hover, #goright a:hover{
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}
#bigimage{
	width: 920px;
	margin-bottom: 20px;
	position: relative;
}
#textcontent{
	width: 920px;
}
#thumbcontainer{
	margin-top: 20px;
	background-color: #FFF;
	padding: 20px 0 20px 20px;
	width: 940px;
}
#thumbcontainer img{
	width: 109px;
	height: 66px;
	margin-right: 7px;
}
#thumbcontainer a{
	width: 109px;
	height: 66px;
}
/* ---------------------------- Container ---------------------------- */





/* ------------------ Inhaltscontainer Gestaltraster ------------------ */




/* ---------------------------- Header ---------------------------- */
#header{
	height: 120px;
	background-color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#header-content{
	margin: 0 auto;
	width: 960px;
}
#header-left{
	float: left;
	text-align: left;
	padding: 19px 0 0 0;
}
#header-right{
	float: right;
	text-align: right;
	padding: 14px 0 0 0;
	position: relative;
}
/* ---------------------------- Header ---------------------------- */




/* ---------------------------- Footer ---------------------------- */
#footer{
	padding: 0;
	height: 36px; /* .push must be the same height as #footer */
	width: 100%;
	margin: 0px -8px auto;
	background-color: #fff;
	position: fixed;
	z-index: 90;
	bottom: 0;
}
#footer-content{
	font-size: 11px;
	color: #333;
	width: 960px;
	margin: 0 auto;
}
#footer-left{
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
	display: block;
}
#footer-right{
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
	display: block;	
}
#footer-right img{
	margin-top: 8px;
}
#footer a:link, #footer a:visited, #footer a:active{
	color: 				#000;
	text-decoration: 	none;
	font-size: 			11px;
}
#footer a:hover, #footer a:hover{
	color: 				#666;
	text-decoration: 	underline;
}


.icon_facebook,
.icon_twitter{
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	top: 9px;
}
.icon_weitersagen{
	position: relative;
	top: 13px;
	margin-right: 5px;
	float: left;
	display: inline;
}

#footer-nav {
	list-style-type:none; 
	margin:0; 
	padding:0;
}
#footer-nav li {
	float:left; 
	padding:0; 
	margin:0 20px 0 0;
}
#footer-nav li a {
	display:block; 
	text-align:left; 
	color:#000; 
	text-decoration:none; 
	height: 36px; 
	line-height: 36px;
	float: left;
}
#footer-nav ul {
	display:none; 
	list-style-type:none; 
	margin: 0; 
	position:absolute; 
	bottom: 35px; 
	z-index:999; 
	background:#fff!important; 
	text-align:left; 
	height:auto; 
	width:auto; 
	padding:7px 10px 7px 10px;
}
#footer-nav li li {
	float:none; margin: 0;
}
#footer-nav li li a {
	line-height: 24px;
	height: 24px;
}
* html #footer-nav li li {
	display:inline;
}




/* ---------------------------- Footer ---------------------------- */



/* ---------------------------- Navigation ---------------------------- */

#navi {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 200;
}
#navi ul{ 
	list-style-type:none; 
	margin:0; 
	padding:0; 
}
#navi li { 
	float:left; 
	padding:0; 
	margin:0;
}
#navi li a {
	display:block; 
	text-align:left; 
	color:#000; 
	padding: 0 0 0 20px;
	height:68px; 
	line-height:68px; 
	text-decoration:none; 
	font-size:17px;
}
#navi li a:hover {
	color:#555;
}
#navi ul ul { 
	display:none; 
	position:absolute; 
	z-index:999;
}
#navi li li { 
	float:none; }
#navi li li a {
	font-size: 13px;
	background:#FFF!important; 
	text-align:left; 
	height:auto; 
	line-height:1;
	width:auto; 
	padding:7px 20px 7px 22px; 
	border: 1px solid #DDD;
	border-top: none;
	margin-right:0;
}
* html li li {/* IE6 Bugfix */
	display:inline;
} 
/* ---------------------------- Navigation ---------------------------- */



/* ---------------------------- Allgemeine Angaben ---------------------------- */
h1{
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
}
h1.sub{
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 2px;	
}
h2{
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 6px;
}
h3{
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 4px;	
}
h4{
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 4px;
}
p{
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}
p.small{
	font-size: 11px;	
	line-height: 15px;
}
a:link, a:visited, a:active {
	color: 				#555;
	text-decoration: 	underline;
}
a:hover{
	color: 				#000;
	text-decoration: 	underline;	
}
ul.liste{
	list-style-type: square;
	margin: 0;
	padding: 0;
	line-height: 19px;
}
ul.liste li{
	margin-left: 15px;
}
ul.sprachauswahl{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 19px;
}
ul.sprachauswahl li{
	margin-left: 0px;
	font-size: 14px;
}
a.filelink{
	background-image:	url(../images/filelink.html);
	background-repeat: 	no-repeat;
	background-position: 0px 2px;
	color: 				#7f8b01;
	text-decoration: 	underline;	
	padding-left: 		14px;
}
span.filedesc{
	font-size: 10px;
	color: #666;
}
a.filelink:hover{
	color: 				#000;
	text-decoration: 	underline;	
}
img.zoom{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
}
/* ---------------------------- Allgemeine Angaben ---------------------------- */


.bildrahmen{
	border:				1px solid #999;
}

.transparenz{
	display: block;
}
a:hover .transparenz{
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}
#countdown{
	/*width: 500px;
	height: 300px;
	background-color:#fff;
	background-image:	url(../images/countdownbox_bg.jpg);
	background-repeat: 	no-repeat;
	background-position: top right;*/
	text-align:left;
	padding: 20px;
	margin: 3% 10%;
	text-shadow: 0px 0px 2px #fff;
}
#countdownbox{
	background-image:	url(../images/countdown_bg.png);
	background-repeat: 	no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#coverlay{
	background-image:	url(../images/countdown_over.png);
	background-repeat: 	no-repeat;
	background-position: 0px 0px;
	position: absolute;
	width: 359px;
	height: 59px;
	z-index: 3;
	left: 0;
	top: 0;
}
.countdownzahl{
	color: #fff;
	background-image:	url(../images/countdown_bg.png);
	background-repeat: 	no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 7px;
	float: left;
	font-size: 50px;
	letter-spacing: 7px;
	width: 77px;
	height: 59px;
	overflow: hidden;
	text-shadow: none;
}
.countdowntrenner{
	display: block;
	width: 10px;
	height: 59px;
	float: left;
	background-image:	url(../images/countdown_trenner.png);
	background-repeat: 	no-repeat;
	background-position: 0px 0px;
}
.countdowntext{
	font-weight: bold;
}
#countdown a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#countdown h3{
	font-size: 18px;
}
#countdown a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}
#introbox{
	padding: 0;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	margin-bottom: 60px;
	height: 570px;
	background-color: #000;
}
.skipintro{
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.skipintro a{
display: inline-block;
padding-top: 6px;
	color: #999;
	text-decoration: none;
}
.skipintro a:hover{
	color: #fff;
	text-decoration: underline;
}


#entdecken-text{
	position: absolute;
	z-index: 20;
	left: 40px;
	top: 30px;
	width: 370px;
}
#entdecken-ausstattung{
	position: absolute;
	top: 200px;
	left: 430px;
	z-index: 21;
}
#entdecken-motor{
	position: absolute;
	top: 250px;
	left: 360px;
	z-index: 21;
}
#entdecken-vielseitigkeit{
	position: absolute;
	top: 430px;
	left: 350px;
	z-index: 21;
}
#entdecken-getriebe{
	position: absolute;
	top: 330px;
	left: 660px;
	z-index: 21;
}
#entdecken-kabine{
	position: absolute;
	top: 150px;
	left: 580px;
	z-index: 21;
}
#entdecken-bedienung{
	position: absolute;
	top: 240px;
	left: 700px;
	z-index: 21;
}
#entdecken-lenksysteme{
	position: absolute;
	top: 470px;
	left: 520px;
	z-index: 21;
}
#entdecken-technischedaten{
	position: absolute;
	top: 450px;
	left: 700px;
	z-index: 21;
}
.hotspot{
	display: block;
}
.hotspot a{
	background-color: #e6e6e6;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 11px 5px 22px;
	background-image:	url(../images/pfeil_schwarz.png);
	background-repeat: 	no-repeat;
	background-position: 9px 10px;
}
.hotspot a:hover{
	background-color: #fff;
	text-decoration: none;
}
#tdaten td{
	border-bottom: 1px solid #DDD;
	padding: 4px 0 4px 0
}
#tdaten td.no{
	border-bottom: none;
}
#starttour {
	padding-top: 6px;
}
#starttour a{
	background-image:	url(../images/pfeil_schwarz.png);
	background-repeat: 	no-repeat;
	background-position: 1px 5px;
	padding-left: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#starttour a:hover{
	color: #000;
	text-decoration: underline;
}

#asterisk{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 40px;
	top: 520px;
}

#slides #goright,
#slides #goleft{
	top: 270px;
}
#animationen #goright,
#animationen #goleft{
	top: 270px;
}

.slides_container {
	width:920px;
	display:none;
}
.slides_container div {
	width:920px;
	height:655px;
	display:block;
}
.pagination .current a,
.pagination a:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
.pagination a {
	filter:alpha(opacity=30);
	opacity:0.3;
}
.pagination{
	height: 54px;
	list-style:none;
	margin:0;
	padding:0;
}
.pagination img{
	width: 96px;
}
.pagination li{
	float: left;
	margin-right: 7px;
}
.pagination li.bild8{
	margin-right: 0;
}
.wallpaper{
	padding-top: 3px;
	font-size: 12px;
}
.wallpaper a{
	text-decoration: none;
	color: #000;
	background-image: url("../images/pfeil_schwarz.png");
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 7px;
}
.wallpaper a:hover{
	text-decoration: underline;
	color: #777;
}
.wallpaper .whlblock{
	display: inline;
	font-weight: bold;
	margin-right: 15px;
}
.wallpaper .wlblock{
	display: inline;
	margin-right: 15px;
}
.wallpaper .whrblock{
	display: inline;
	font-weight: bold;
	margin-right: 5px;
}
.wallpaper .wrblock{
	display: inline;
	margin-left: 10px;
}

.sprachauswahl{
	text-shadow: 0 0 2px #FFFFFF;
}
.sprachauswahl h3{
	font-size: 18px;
	margin-bottom: 6px;
}
.sprachauswahl p{
	font-weight: bold;
}
.sprachauswahl a{
	color: #000;
	text-decoration: none;
}
.sprachauswahl a:hover{
	color: #444;
	text-decoration: underliner;
}
