#scene {
	position: relative;
	margin:auto;
	width: 990px;
}

#header{
	
	}
	#logo{
		float:left;
		height:70px;
		width:176px;
		}
	#menu1{
		float:left;
		width:804px;
		height:18px;
		border-bottom:1px solid #b9b9b9;
		padding:10px 10px 0px 0px;
		text-align:right;
		}
		#menu1 button{
			height:17px;
			font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, sans-serif;
			font-size:11px;
			color:#ffffff;
			text-transform:uppercase;			
			cursor:pointer;
		}
		#menu1 button:hover{
			color:#f08b00;
			background-color:#ececec;
		}
		#menu1 button.active{
			color:#f08b00;
			background-color:#ececec;
		}
	#menu2{
		float:left;
		width:804px;
		height:23px;
		padding: 18px 10px 0px 0px;
		}
		#menu2 button{
			height:22px;
			font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, sans-serif;
			font-size:13px;
			color:#ffffff;
			text-transform:uppercase;			
			cursor:pointer;
		}
		#menu2 button:hover{
			color:#f08b00;
			background-color:#ececec;
		}
		#menu2 button.active{
			color:#f08b00;
			background-color:#ececec;
		}
	#menu3{
		clear:left;
		height:24px;
		width:962px;
		border-bottom:1px solid #a1a1a1;		
		padding: 0px 14px 0px 14px;
		background-color:#ececec;
		font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, sans-serif;
		font-size:13px;
		color:#6d6d6d;
		text-transform:uppercase;			
		}
		#menu3 .slogan{
			padding-top:4px;
			font-size:13px;
		}
		#menu3 button{
			margin-top:1px;
			height:22px;
			/*padding-top:4px;*/
			font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, sans-serif;
			font-size:13px;
			color:#000;
			text-transform:uppercase;			
			cursor:pointer;
		}
		#menu3 button:hover{
			color:#f08b00;
			background-color:#ffffff;
		}
		#menu3 button.active{
			color:#f08b00;
			background-color:#ffffff;
		}

#contentContainer{
	display:block;
	position:relative;
	width:990px;
	height:496px;
	background-color: transparent;
	overflow:hidden;
	}

	#content{
		display:none;
		position:absolute;
		top:0px;
		left:0px;
		width:990px;
		height:496px;
		background-color: transparent;
		}
	#contentSlide1{
		display:block;
		position:absolute;
		width:990px;
		height:496px;
		top:0px;
		left:-990px;
		background-color: transparent;
		}
	#contentSlide2{
		display:block;
		position:absolute;
		width:990px;
		height:496px;
		top:0px;
		left:990px;
		background-color: transparent;
		}
		
		#overlayMenu{
			display:block;
			position:absolute;
			top:0px;
			right:0px;
			width:440px;
			border: 1px solid #fff;
			border-left:none;
			padding: 5px 4px 49px 4px;
			/*background:url(/images/overlayMenu_background_white.png);*/
			background-color: #fff;
			}
			#overlayContainer{
				margin-bottom:49px;
				}
				#overlayContainer img{
					display:block;
					float:left;
					margin:0;
					margin-left:5px;
					border:none;
					cursor:pointer;
					}
			#overlaySubContainer{
				clear:left;
				padding-top:5px;
				bottom:49px;
				}
	
			#overlayButtonAus{
				position:absolute;
				left:0px;
				bottom:0px;
				height:24px;
				width:370px;
				background-image:url(/images/overlayMenu_aus.jpg);
				cursor:pointer;
				}

#logoline{
	/*border-top: 1px solid #FFF;*/
	display:block;
	width:990px;
	height:49px;
	padding-top:8px;
	text-align:center;
	background-color:#dbdbdd;
	/*background-color:#dbdbdd;
	background-color:#afb0b1;*/
	}

#footer{
	width:990px;
	height:40px;
	
	padding-top:51px;
	background-image:url(/images/footer_background.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	#copyright{
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#777777;
		}

#modalOverLay{
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 9999;

	}

#box {
	position:absolute;
	top:0;
	left:0;
	}
	#boxText{
		float:left;
		background:url(/images/box_background_60.png);
		padding: 20px 20px 0px 20px;
		}
		#boxText h1{
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			color:#f08b00;
			margin:0px 0px 16px 0px;
			padding:0;
			text-transform: uppercase;
			}
		#boxText p{
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			color:#000;
			line-height:21px;
			margin:0;
			padding:0;
			}
	#boxEcke{
		clear:left;			
		width:100%;
		height:25px;
		background:url(/images/box_ecke_60.png) top right;
		float:right;
		}

#contentRight {
	position:absolute;
	display:block;
	top:20px;
	left:480px;
	}
	#contentText{
		
		padding: 130px 20px 0px 20px;
	}

#imageMenu {
	width:100%;
	position:absolute;
	bottom:-5px;
	height: 67px;
	background:url(/images/box_background.png);
	text-align:center;
	}
	.imageMenuItem{
		margin: auto;
		border: 1px solid #fff;
		cursor:pointer;
	}
			
			
#goLeft{
	position:absolute;
	display:none;
	left:25px;
	bottom:245px;
	cursor:pointer;
	
	}		
#goRight{
	position:absolute;
	display:none;
	right:25px;
	bottom:245px;
	cursor:pointer;
	
	}		
