html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width:300px;
	height:600px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {    
	image-rendering: auto;
}

.content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:300px;
	height:600px;
	border: 1px solid #1d1d1b;
	overflow: hidden;
	background-color: #1d1d1b;
}
.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
#button{
	position: absolute;
   	width: 180px;
	height: 36px;
  	top: 318px;
    left: 16px;
}
.but_text{
	position: absolute;
	top: 11px;
	left: 24px;
}
.but_arrow{
	position: absolute;
  	top: 10px;
    left: 148px;
}
.but_arrow2{
	position: absolute;
  	top: 10px;
    left: 18px;
    opacity: 0;
}
.greenBut{	 
	width: 180px;
	height: 36px;
	border: 1px solid #ffffff;
	cursor: pointer;
}
.greenBut:hover, .greenBut:focus{
	background: ##00CCBB;
}
button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}
.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:300px;
	height:600px;
}
.public{
	position: absolute;
	top: 320px;
	left: 0px;
	width:450px;
	height:280px;
}
.public img{
	width:450px;
	height:280px;
}
.publiek_achter{
	left:-80px;
}
.publiek_voor{
	left:-60px;
}
.publiek_midden{
	left:-60px;
}
.licht_1{
	position: absolute;
	top: 20px;
	left: 30px;
}
.licht_2{
	position: absolute;
	top: 17px;
	left: 80px;
}
.licht_3{
	position: absolute;
	top: 22px;
	left: 150px;
}
.licht_4{
	position: absolute;
	top: 14px;
	left: 270px;
}
.groen_blok{
	opacity:.7;
}