html{
	width:100%;
	height:100%;
	border:none;
}
body{
	width:100%;
	height:100%;
	border:none;
	background:#fff;
	/*background-image:URL(../images/referenz/08.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-filter:FlipV;
	color:#000;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
a{color:#fb2;text-decoration:none;}
a:hover{color:#fff;text-decoration:underline;}
.menuitem{
	font-size:17px;
	font-family:verdana;
	color:#fed;
	float:left;
	margin-left:30px;
	margin-top:18px;
	cursor:pointer;
}
.menuitem:first-letter{font-size:20px;color:#fff;}
.menuitem:hover{text-decoration:underline;color:#fff;}
.anim_linkdiv{
	position:absolute;
	left:-300px;
	top:40px;
	width:100px;
	height:3px;
	background-color:rgba(160,200,255,.2);
	cursor:default;
}
.topdiv{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:-80px 0px;
	padding:5px;
	padding-left:350px;
	padding:0px;
	height:1px;
	overflow:hidden;
	min-width:800px;
}
.filter{
	background-image:URL(../images/raster2.png);
	position:absolute;
	left:0px;
	top:56px;
	background-color:#fff;
	width:100%;
	height:100px;
	opacity:0;
}
#main_container{ position:absolute;left:0px;top:0px; }
.bottomdiv{
	height:20px;
	width:100%;
	min-width:1100px;
	color:#fff;
	position:fixed;
	left:0px;
	bottom:-30px;
	font-family:verdana;
	font-size:12px;
	text-align:right;
	padding:0px;
	padding-top:4px;
	box-shadow:0px 0px 5px #200;
}
.contmetric{
	position:absolute;
	left:-200;
	top:-300;
	width:10%;
	height:50px;
	overflow:hidden;
	/*overflow-Y:auto;*/
	font-family:verdana;
	font-size:13px;
	color:#fff;
	visibility:hidde;
	opacity:0;
}

/*** für Option helperlines ***/
.contctrl{ border:solid 1px rgba(255,255,255,.75); }

/*** ab hier die ADD-CLASSES ***/
.txmaindiv{
	border-radius:10px;
	border:solid 1px rgba(255,255,255,.75);
	background:rgba(0,0,0,.75);
	padding:10px;
}
.picmaindiv{
	border-radius:10px;
	border:solid 1px rgba(255,255,255,.75);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding:10px;
}
.secdiv{
	border-radius:10px;
	background:rgba(0,0,0,.75);
	padding:5px;
}
.secdiv img{
	border-radius:5px;
}
.galtxdiv{
	border-radius:10px;
	background:rgba(0,0,0,.25);
	color:#fff;
	padding:5px;
}
.reftxdiv{
	border-radius:10px;
	background:rgba(0,0,0,.75);
	color:#fff;
	padding:5px;
}
.wellcomediv{
	color:#fff;
	font-size:14px;
	font-family:tahoma;
}
#inner_content{
	font-size:14px;
	padding:10px;
	color:#fff;
	height:90%;
}
.boxtitle{
	font-family:verdana;
	font-size:20px;
	color:#fff;
	padding-left:10px;
}
.rpic{
	float:left;
	border-radius:3px;
	background-size:cover;
	background-position:center center;
	opacity:0;
}
.liefercls{
	background-color:rgba(255,255,255,.05);
	border-radius:4px;
}
.liefercls img{
	border-radius:3px;
	margin:1px;
}
.refcls{
	background-color:rgba(0,0,0,.25);
	border-radius:4px;
	font-size:14px;
}
/*** sonstige Classes für nachgeladene Inhalte ***/
.hltx{ color:#fb2; }
