@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
}
#wrapper {
	background-color: #1990BA;
	height: 504px;
	width: 859px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -429px;
	margin-top: -252px;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
}
#prev {
	position:absolute;
	left:10px;
	top:446px;
}
#next {
	position:absolute;
	left:801px;
	top:446px;
}
#bottomLogo {
	position:absolute;
	left:317px;
	top:446px;
}
#menu {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -165px;
  width: 107px;
  height: 329px;
  font-size: 0px;
}
#tekst {
	position:absolute;
	width: 150px;
	height: 375px;
	left:30px;
	top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
	border: 3px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}
#tekst h3 {
	font-size:24px;
	color:#FFF;
	margin-top: 6px;
	margin-bottom: 0px;
}

#tekst p {
	font-size:16px;
	color:#FFF;
	margin-top: 6px;
	margin-bottom: 0px;
}
#plaatjes {
	position:absolute;
	width: 604px;
	height: 380px;
	left:227px;
	top: 55px;
}
#volgende {
	position:absolute;
	width: 48px;
	height: 48px;
	left:95px;
	top: 370px;
	cursor:pointer;
}
#tru1, #tru2, #tru3 {
	position:absolute;
	left: 20px;
	top:52px;
	display: none;
}
#image0, #image1, #image2, #image3, #image4, #image5, #image6, #image6a, #image7, #image8, #image9, #image10, #image11, #image12, #image13, #image14, #image15, #image16, #image17, #image18, #image19, #image20, #image21, #image22, #image23, #image24, #image25, #image26 {
	position:absolute;
	left: 0px;
	top:0px;
	display: none;
}
#prod1 {
	position:absolute;
	left: 31px;
	top:49px;
	width:160px;
	height:116px;
	border: 3px solid #FFF;
	display: none;
}
#prod2 {
	position:absolute;
	left: 222px;
	top:49px;
	width:160px;
	height:116px;
	border: 3px solid #FFF;
	display: none;
}
#prod3 {
	position:absolute;
	left: 413px;
	top:49px;
	width:160px;
	height:116px;
	border: 3px solid #FFF;
	display: none;
}
#prod4 {
	position:absolute;
	left: 94px;
	top:214px;
	width:160px;
	height:116px;;
	border: 3px solid #FFF;
	display: none;
}
#prod5 {
	position:absolute;
	left: 348px;
	top:214px;
	width:160px;
	height:116px;
	border: 3px solid #FFF;
	display: none;
}



/* Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.8);
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.5);
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.4);
	}
}