body 
{
	padding-top:0px;
	font-family: 'custom';
	color: #EAEDEE;
	cursor:default;
	background-color: white;
}
.content
{ 

}
#yellowBar
{ 
	position: absolute;
	left:2.083vw;
	right:2.083vw;
	top: 0px;
	width: 95.833vw;
    height:1.302vw; 
	z-index: 90;
	background-color: #FFC500;
}
#blueBox
{ 
	position: absolute;
	left:2.083vw;
	right:2.083vw;
	top:11.458vw;
	width: 95.833vw;
    height:42.708vw;
	z-index: 90;
	background-image:url("../images/base/background.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
	margin-bottom:2.083vw;
}
#logo
{ 		
	background-image:url("../images/base/logo_de.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
	cursor:pointer;
	position: absolute;
	left: 2.083vw;
	top: 4.947vw;
	width: 14.635vw;
	height: 4.427vw;
	z-index: 100;
}
.scalableImageCanvas{

}

#contentLeft{
	position: absolute;
	left: 4.6875vw;
	top: 18.489vw;
	width: 50vw;
	height: 28.906vw;
	z-index: 90;
}
#contentRight
{ 
	position: absolute;
	left: 57.812vw;
	top: 18.489vw;
	width: 32.8125vw;
	height: 0.289vw;
	z-index: 90;
}
#objectName
{ 
	position: absolute;
	left: 57.812vw;
	top: 6.927vw;
	width: 32.8125vw;
	height: 2.604vw;
	z-index: 100;
	vertical-align: bottom;
}
#menu
{ 
	position: absolute;
	left: 4.6875vw;
	top: 50.52vw;
}
.menuItem{
	position: absolute;
	width:  2.343vw;
	height: 2.343vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	opacity:0.15;
	z-index: 2000;
	cursor:pointer;
}
#languageIcons
{ 
	left:95.833vw;
	position: absolute;
	top: 2.604vw;
}
.languageIcon{
	position: absolute;
	width: 2.083vw;
	height: 1.302vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	z-index: 300;
	cursor:pointer;
}
.imageCarouselMenuItem{
	position: absolute;
	width: 1.5625vw;
	height: 1.5625vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	opacity:0.75;
}
.imageCarouselItemIcon{
	position: absolute;
	width: 1.5625vw;
	height: 1.5625vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	opacity:0.75;
}

.itemBox{
	z-index:200;
	position:absolute;
	width:100%;
	top:0.625vw;
	margin-left:-2.083vw;
	margin-top:-2.083vw;
	background-color:#476A75;
}

.itemBoxTitle{
	margin-top:1.5625vw;
	margin-left:2.083vw;
}

.itemBoxImage{
	margin-left:2.083vw;
	margin-top:1.302vw;
	margin-bottom:1.302vw;
	cursor:pointer;
}


.itemBoxButtonY{
	background-image: url('../images/base/accept.png'); 
	background-size:100% 100%;
	width:2.3437vw;
	height:2.3437vw;
	float:left;
	margin-left:26.125vw;
	margin-bottom:0.52vw;
	z-index:300;
	cursor:pointer;
}

.itemBoxButtonN{
	background-image:url('../images/base/deny.png');
	background-size: 100% 100%;
	width:2.3437vw;
	height:2.3437vw;
	float:right;
	left:13.281vw;
	margin-right:1.041vw;
	margin-bottom:0.729vw;
	z-index:300;
	cursor:pointer;
}


.linkListItem{
	padding:0.520vw;
	padding-left:1.5625vw;
	cursor:pointer;
}

#simpleInfo{
  min-height: 5.989vw;
}

#iconBar{
	position:absolute;
	left:0px;
	top:0px;
}

.iconBarItem{
	position:absolute;
	width:1.5625vw;
	height:1.5625vw;
	background-size: 100% 100%;
	cursor:pointer;

}

.iconBarItemInfo{
	left:-200px;
	min-width:12.604vw;
	opacity:0;
	position:absolute;
	height:3.75vw;
	top:-6.093vw;
	padding:0.520vw;
	border-radius:0.520vw;
	background-color:#466974;
	font-size:0.8333vw;
	color:#EAEDEE;
	letter-spacing: 1px;
	text-align:center;
	line-height: 3.75vw;
	
}

.iconBarItemInfoText{
  display: inline-block;
  vertical-align: middle;
  line-height: 150%;      
}

.iconBarItemInfoArrow{
	opacity:0;
	position:absolute;
	width:1.770vw;
	height:1.302vw;
	top:-1.302vw;
	left:0.625vw;
	background-size: 100% 100%;
	background-image: url('../images/base/iconBarItemInfoArrow.png');
}
#clickableVideoCanvas{
	display:block;
}