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;
}

body {
	line-height: 1;
	width:300px;
	height:600px;
}

img {    
	image-rendering: auto;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.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 #00A9FE;
	overflow: hidden;
	background-color: #fff;

}

.bluelayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#005FAA;
}
.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}

#button{
	position: absolute;
    width: 152px;
    height: 32px;
    bottom: 70px;
    left: 18px;
    /*cursor: pointer;*/
}
.whiteBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 152px;
    height: 32px;
	border: 0 none;
	background-color: #fff;
	border-radius:16px;
	 /*cursor: pointer;*/
}
.greyBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 182px;
    height: 32px;
	border: 0 none;
	background-color: #fff;
	border-radius:16px;
	opacity: .5;
	 /*cursor: pointer;*/
}
button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}
.butShade{
	position: absolute;
	height:16px;
	width: 140px;
	top: 20px;
	left: 10px;
	opacity: 0;
}
.but_txt{
	position: absolute;
	top:9px;
	left: 32px;
}
.but_arrow2{
	position: absolute;
    top: 9px;
    left: 8px;
}
.but_arrow{
	position: absolute;
    top: 9px;
    left: 156px;
}

#logoAll{
	position: absolute;
	top:240px;
	left:76px;
}
.logo{
	position: absolute;
}
.logo img{
	width:147px;
	height:52px;
}
.blueBox{
	position: absolute;
	background-color: #00A9FE;
	background-color:#005FAA;
	
}
.full{
	position: absolute;
	top:0px;
	left:0px;
}

.full img{
	width:300px;
	height:600px;
}


.kleurbalk{
	position: absolute;
	bottom:-4px;
	left:0px;
}
#hand{
	position: absolute;
	cursor: none;
	top:340px;
	left:200px;
}
.butArea{
	position: absolute;
	width:300px;
	height:56px;
	cursor: pointer;
	/*
	background-color:#000;
	opacity:.4;
	*/
}
.butArea_1{
	top:294px;
}
.butArea_2{
	top:350px;
}
.butArea_3{
	top:406px;
}
.vraag{
	top:-20px;
}

.replay_but{
	position: absolute;
    top: 540px;
    right: 14px;
    cursor: pointer;
}