@charset "utf-8";



html, body, div, h3, p, ul, li, img {
			width: 100%;
			height: 100%;
			margin: 0px;
			border: 0;
			overflow: hidden; /*  Disable scrollbars */
		display: block;  /* No floating content on sides */
		
		}


article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; } 

#darea {
  position: absolute;
  left:     50%;
  top:      50%;
}

#dcanvas {
  width: 100%;
  height: 100%;
}

body{
	background: #000;
	
	
}


#overlayBox-fix
{
    position:fixed;
	width: 60px;
	height: 122px;
	right:0px;
	top: 50%;
	margin-top: -100px;
	z-index:999;
}

#p01
{
    position:absolute;
	width: 75px;
	height: 75px;
	left: 88%;
    top: 94%;
	margin-top: -100px;
	z-index:1;
}


#p02
{
    position:absolute;
	width: 75px;
	height: 75px;
	left: 93%;
    top: 35%;
	margin-top: -100px;
	z-index:1;
}


#p03
{
    position:absolute;
	width: 75px;
	height: 75px;
	left: 3%;
    top: 69%;
	margin-top: -100px;
	z-index:1;
}

#p04
{
    position:absolute;
	width: 75px;
	height: 75px;
	left: 17%;
    top: 9%;
	margin-top: -100px;
	z-index:1;
}



#offen
{
    position:absolute;
	width: 75px;
	height: 75px;
	left: 45%;
    top: 44%;
	margin-top: -100px;
	z-index:1;
}


