@charset "UTF-8";
/* CSS Document */

body { margin:0; padding:0; }
#stage { 
	position:relative; 
	display:block; 
	width:300px; 
	height:250px; 
	background:#009286; 
	overflow:hidden; 
}

#clicktag {
	position:absolute; 
	z-index:500; 
	width:300px; 
	height:250px; 
	top:0; 
	left:0; 
	cursor: pointer;
}

#border {
	position:absolute; 
	z-index:100; 
	border:1px solid #cccccc; 
	width:298px; 
	height:248px; 
	top:0; 
	left:0; 
	cursor: pointer;
}

#overlay { 
	position:absolute; 
	display:block; 
	width:100%; 
	height:100%; 
	background:#fff; 
	z-index: 99;
}


#afbeelding{
	position: absolute;
	left: -30px;
	top: -30px;
}

#afbeelding2{
	position: absolute;
	left: 0px;
	top: 0px;
}


#logo{
	position: absolute;
	left: 133px;
	top: 0px;
}

#txt1{
	position: absolute;
	left: 27px;
	top: 127px;
}

#txt2{
	position: absolute;
	left: 35px;
	top: 94px;
}

#txt3{
	position: absolute;
	left: 35px;
	top: 188px;
}

#txt4{
	position: absolute;
	left: 52px;
	top: 102px;
}

.extra { 
  margin-top: 6px;
}