/* CSS Document */

:focus {
	outline: 0;
}
	
#hintergrund {
	min-height: 100%; 
	min-width: 1024px;
	width: 100%;  
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
}

* textarea {
	overflow:auto;
	}
	
textarea {
	width:400px;
	}

* html body {
	font-size: x-small; /* für IE5/WIN */
	f\ont-size: small;  /* für andere IE-Versionen */
  	height:100%; 
  	max-height:100%;
    overflow: hidden; 
	}
	
* { margin: 0; padding: 0; }

#container {
	position:fixed; 
	top:27%;
	bottom:18%;
	overflow:auto;
	overflow-x:hidden;
	width:100%;
	
}

body {
	background-color:#3a3a3a;
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	color:#666;
	}
	
label.left {
	display:inline-block;
	width:155px;
	padding-bottom:0.5em;
	}

#head {
		min-width:960px;
	position:absolute;
	height:150px;
	width:100%;
	left:0px;
	background-image:url(../img/header.png);
	background-position:0px 40px;
	background-repeat:no-repeat;
	z-index:10;
  overflow:hidden; 
	}

#topnav {
	float:right;
	right:0px;
	padding:4px;
	font-size: 12px;
	letter-spacing:0.3em;
	}
	
#topnav a, #leftnav a {color:#fff;text-decoration: none;}
#topnav a:hover, #topnav span.selected, #leftnav a:hover {color:#09C;}

#headnav {
	padding-top:55px;
}

#headnav a, #headnav .selectedlink {
	padding-top:3px;
	padding-left:1%;
	padding-right:1%;
	color:#000;
	text-decoration:none;
	float:right;
	border-left-width:1px;
	border-left-color:#28b4dc;
	border-left-style:solid;
	height:22px;
}

#headnav2 {
	margin-top:45px;
	}
	
#headnav2 a, #headnav2 .selectedsublink {
	color:#FFF;
	padding-left:1%;
	padding-right:1%;	
	float:right;
	font-weight:normal;
	text-decoration:none;
	text-shadow: #000000 3px 3px 8px;
}

#headnav a:hover, #headnav .selectedlink, #headnav2 a:hover, #headnav2 .selectedsublink {
	color:#28b4dc;

}

#leftnav {
	display:none;
	position:absolute;
	margin-top:10%;
	padding-top:15px;
	float:left;
	background-image:url(../img/bg_leftnav.png);
	background-position:top right;
	height:275px;
	width:180px;	
}

#leftnav a {
	color:#FFF;
	padding:15px;
	float:left;
	text-decoration:none;
	text-shadow: #000000 1px 1px 8px;
}

#main {
	position:relative;	
	margin:auto;
	padding-top:0px;
	width:1160px;
	height:auto;
	z-index:2;
	}
	
#content {
	font-size:90%;
	color:#fff;
	position:relative;	
	margin:auto;
	width:960px;
	height:100%;
	z-index:2;

	}

#content p, #content table {
	line-height:1.6em;
	padding-bottom:20px;
	}
#content td {
	padding-left:3px;
	padding-right:3px;
	vertical-align:top;
	font-style:italic;
	}
	
#content p strong {		
	color:#999;
	}
	
#content ul li {
	margin-left:45px;
	line-height:1.5em;
	}
	
#content ol li {
	margin-left:45px;
	margin-right:5em;
	margin-bottom:1.5em;
	line-height:1.5em;
	list-style-type: lower-alpha;
	}
	
#content ul li.news{
	margin-left:2em;
	line-height:1.5em;
	margin-top:0px;
	padding:0;
	margin-bottom:2em;
	width:550px;
	list-style:circle;
	list-style-position:outside;
	vertical-align:middle;
	
	}
	
#content h1 {
	display:none;
	padding-bottom:1em;
	font-size:140%;
	color:#fff;
	text-shadow: #000000 3px 3px 8px;	
	}
	
#content h2 {
	padding-bottom:0.5em;
	font-size:140%;
	font-weight:normal;
	color:#fff;
	}
	
#content img {
	padding:4px;
	margin-top:0.5em;
	margin-bottom:0.1em;
	border:solid;
	border-width:1px;
	border-color:#666666;
	}
	
#content p a  {
	color:#09C;
	text-decoration: none;
	font-weight:bold;
	}

#content p a:hover  {	
	color:#000;
	text-decoration: underline;
	}

.pressimg {
	margin-right:1em;
	margin-left:0;
	clear:both;
	float:left;
	}
		
.fltlt {
	margin-right:1em;
	margin-left:0;
	float:left;
	}

#content img.blackborder {
	margin:0;
	padding:0px;
	border-color:#000;
	border-width:0px;
}

.fltrt {
	margin-right:0;
	margin-left:1em;
	float:right;
	}
	
#leftimages {
	float:left;
	margin:0;
	padding:0;
	margin-top:5%;
	}
	
#leftimages a:link, #leftimages a:visited{
	border-color:#333;
	color:#111;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width:100%;
	height:100px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 15px;
	padding-left:0px;
	padding-right:15px;
	z-index:20;
	}

#skybed {
float:right;
	z-index:21;
	}

#PRODUCT {
	margin-top:50px;
	float:right;
	}
	
.inputstyle {
	background: #000 url(../img/bg.gif);
	font-size:100%;
	border: 1px solid #666;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	color:#CCCCCC;
	}
	
input {
 	width:240px;
	}

input.radio {
	width:30px;
	}
	

.buttonstyle {
	background-color: #666666;
	color: #CCCCCC;
	font-size:100%;
	font-weight:bold;
	border: 0px solid #666;
	border-right: 0px solid #333;
	border-bottom: 0px solid;
	border-bottom-color: #333333;
	width:170px;
	height:25px;
	background-image:url(../img/h1bg3.png);
	background-repeat:repeat-x;
	}
	
#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:18%;
  overflow:hidden; 
  text-align:right; 
  }


#rightside {
	width:700px;
	height:500px;
	float:right;
	margin-top:-15px
}

#viewconfig {
	margin-top:-435px;
	text-align:center;
}

#viewconfig a {
	text-decoration:none;
	color:#FFF;
	font-size:90%;
}

#viewconfig a:hover {
	color:#28b4dc;
	text-shadow: #000000 1px 1px 0px;
}

#colorconfig {
	margin-top:300px;
	text-align:center;
}

#colorconfig a {
	margin-right:15px;
	border-color:#3a3a3a;
	border-style:solid;
	border-width:2px;
	display:inline-block;
	width:30px;
	height:30px;
}

#colorconfig a:hover, #colorconfig a.selected {
	border-color:#FFF;
}

.white {background-color:#FFF;}
.cyan{background-color:#00f1a2;}
.yellow {background-color:#ffc600;}
.anthracite {background-color:#1b2022;}
.grey {background-color:#5b6868;}
.beige {background-color:#bca980;}
.blue {background-color:#254fac;}
.brown {background-color:#332b17;}
.green {background-color:#00400a;}
.red {background-color:#941312;}

.video {
	float:left;
}

/* *++++++++++++++++++++++++*/
#slider {

	/* You MUST specify the width and height */
	position:absolute;	
	overflow:hidden;
min-height: 100%; 
min-width: 1024px;
width: 100%; 
height: auto;
position: fixed;
bottom: 0;
left: 0;

	
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:14080px;
	overflow:hidden;
}

#gallery li {
	/* float left, so that the items are arrangged horizontally */
	float:left;
}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:0;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}
	
.clear {
	clear:both;	
}


.startfoot {
	background-image:url(../img/starticons4.png);
	background-repeat:no-repeat;
	position:fixed;
	width:689px;
	height:141px;
	right:0;
	bottom:0;
}

.logolink {
	position:absolute;
	display:block;
	margin-top:50px;
	margin-left:60px;
	width:350px;
	height:75px;
}

.fairlink {
	position:fixed;
	display:block;
	bottom:0px;
	right:437px;
	width:150px;
	height:30px;
	text-align:center;
	padding-top:110px;
}

.newslink {
	position:fixed;
	display:block;
	bottom:0px;
	right:238px;
	width:150px;
	height:30px;
	text-align:center;
	padding-top:110px;
}

.innovationlink {
	position:fixed;
	display:block;
	bottom:0px;
	right:44px;
	width:150px;
	height:30px;
	text-align:center;
	padding-top:110px;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#28b4dc;
}

/*supersize*/
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	
	/*Controls Section*/
	#controls-wrapper { margin:0 auto; height:62px; width:100%; bottom:0; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
		#controls { overflow:hidden; height:100%; text-align:left; z-index:5; padding:0 114px; /* Increase padding to give thumbnails room */ }
			#slidecounter { float:left; color:#888; font:23px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:#000 0 -1px 0; margin:19px 10px 18px 20px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:16px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:#000 0 2px 0; margin:23px 20px 23px 0; }
			#navigation { float:right; margin:10px 20px 0 0; }
	
	/*Thumbnail Navigation*/	
	#nextthumb,#prevthumb { z-index:6; display:none; position:fixed; bottom:12px; height:75px; width:100px; overflow:hidden; background:#ddd; border:2px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:10px; }
			#navigation > :hover,#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
			
/*#####################################*/
#carousel_container {
  position: relative;
  margin:auto;
  padding-top:10px;
  overflow:hidden;
	width:960px;
	border-top-color:#28b4dc;
	border-top-style:solid;
	border-top-width:1px;
	text-align:center
}

#carousel_inner {
	
float:left; /* important for inline positioning */
width:825px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
}

#carousel_ul {
position:relative;
left:-165px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:0px;

}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:145px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:90px;
background: #000000;
margin-top:0px;
margin-bottom:0px; 
margin-left:10px; 
margin-right:10px; 
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
float:left; 
height:90px; 
width:30px;
text-align:center;
background-color:#3a3a3a;
}

#left_scroll a, #right_scroll a {
	padding-top:35px;
	color:#FFF;
	font-weight:bold;
	display:block;
	height:90px;
	width:30px;
}
#left_scroll img, #right_scroll img{
border:0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;

}

#headnav a.film, #headnav2 a.film{
	background-image:url(../img/film04.png);
	background-repeat:no-repeat;
	background-position:3px 0px;
	padding-left:16px;
	padding-top:4px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	border:0;
	height:30px;
	letter-spacing:2px;
}

.highslide-caption a {
	color:#666;
	text-decoration:none;
}

.highslide-caption a:hover {
	text-decoration:underline;
}
