html {
    overflow-y: scroll;
}

body {
	
	/*background-color: #e4dacc;*/
	margin:0px;
	
	color:#666666;

	font-family: 'Oswald', sans-serif;
	text-align:left;	
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 113%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.pShareOptie 
{
	color: #666666;
	font-size: 15px;
	margin: 10px 0px 6px 0px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0;  max-width: 100%; z-index:1 } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.videokeuze
{
	width:90%;
	padding: 3% 5%;
	margin-bottom: 20px;
	color: #333333;
	font-size: 14px;
	
	border:1px solid #bbbbbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: #eeeeee;
}
.videoPageEmbed
{
	width: 560px;
	height: 315px;
}
.videoEmbed
{
	width: 100%;
	height: auto;
}
.codeInput 
{
	margin:10px 0px 10px 0px;
	font-family: 'Verdana','Arial';
	color:#000000;
	width:120px;
	height:35px;
	
	line-height:29px;
	vertical-align:middle;
	padding: 0px 5px;
	
	border:1px solid #bbbbbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-size: 18px;
	
}


.tekstBox {
	width:800px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 20px;
}

.tekstBox h3
{
	color: #e1007a;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.tekstBox p
{
	max-width: 450px;
}


.bestelEmailInput {
	margin:10px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	color:#666666;
	width:90%;
	height:35px;
	
	line-height:29px;
	vertical-align:middle;
	
	
	border:1px solid #bbbbbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-size: 14px;
}
.downloadOptieContainer
{
	width:94%;
	padding:2% 2% 3% 3%;
	margin: 15px 0px 0px 0px;
	border: 1px solid #cccccc;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-color: #EEEEEE;
}
.downloadOptieContainerThumb
{
	float: right;
	margin: 5px 5px 0px 0px;
}
.rondehoekjes
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.xlflap
{
	background-image: url('/images/icons/xl-flap.png');
	background-repeat: no-repeat;
	
	background-position: left top;
	 
  
  background-size: 30px 30px;
}
.xxlflap
{
	background-image: url('/images/icons/xxl-flap.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px 30px;
}

.downloadXLtabel
{
	margin: 10px 0px 0px 0px;
	width: 91%;
	padding: 2%;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 

	cursor:pointer;
	font-size: 13px;
	
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	
}
.downloadXLtabel:hover
{
	/*background-color: #e8f0fd;*/
	border: 1px solid #333333;
}
.buttonDownload {
	height:32px !important;
	min-width:140px;
	max-width: 190px;
	
	border:1px solid #f9a326 !important; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	/*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
	font-size:15px !important;
	padding:8px 0px 0px 10px;
	
	color: #FFFFFF !important; 
	background-color: #f9a326;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a326), color-stop(100%, #f6782d));
	background-image: -webkit-linear-gradient(top, #f9a326, #f6782d);
	background-image: -moz-linear-gradient(top, #f9a326, #f6782d);
	background-image: -ms-linear-gradient(top, #f9a326, #f6782d);
	background-image: -o-linear-gradient(top, #f9a326, #f6782d);
	background-image: linear-gradient(top, #f9a326, #f6782d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f9a326, endColorstr=#f6782d);
	
}
.buttonDownload:hover{
	border:1px solid #f6782d; 
	background-color: #f9a326;
	background-image:none;
}
.buttonicon {
	float:right;
	color:#ffffff;
	padding-right:12px;
	padding-top:5px;
	
}
/* width:max basis */
.downloadscherm 
{
	background-color:#ffffff;
	width:95%;
	
	max-width: 640px;
	float:left;
	/*margin:3px 0px 12px 0px;*/
	display:none;
	border:1px solid #999999;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
	
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	
	position:absolute; 
	z-index:9002;
	top:15px;
}
.downloadschermClose {
	float:right;
	margin:10px 10px 0px 0px;
	cursor:pointer;
}
.downloadSchermContainer
{
	padding:25px 35px;
	/*background-color: #f6f6f6;*/
}
.downloadscherm h3
{
	color: #e1007a;
	font-size: 20px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.downloadscherm p
{
	color: #666666;
	font-size: 14px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	/*max-width:330px;*/
}





/* width:max basis */
.openseadragon-container {
    background-color: #eeeeee !important;
	
}
.tdfotostoevoegen
{
	width: 140px;
	text-align: left;
	text-indent: 5px;
	font-size: 17px;
	padding-bottom: 6px;
}
.paginasdeelfotos
{
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size: 16px;
	margin-top: 15px;
	/*letter-spacing: 1px;*/
	width: 410px;
}

.alledeelfotos
{
	width:408px; /* 208 + randen + padding = 430px */
	height: 350px; 
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 10px;
	
	border-spacing: 5px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
/* width:max basis */
.numpa 
{
	border-radius: 50%;
	width: 18px;
	
	padding: 6px;
	
	border: 1px solid #eeeeee;
	color: #666 !important;
	text-align: center;
	font-size: 14px;
	display: block;
	float: left;
	margin:0px 3px;
}
.nump 
{
	border-radius: 50%;
	width: 18px;
	
	padding: 6px;
	
	border: 1px solid #666666;
	color: #666 !important;
	text-align: center;
	font-size: 14px;
	display: block;
	float: left;
	margin:0px 3px;
	
}
.nump a
{
	color: #666 !important;
}
	
.alledeelfotos::-webkit-scrollbar {
    width: 20px !important;
		 
 }
/* width:max basis */
 /* Track */
.alledeelfotos::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

 /* Handle */
 .alledeelfotos::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #cccccc !important; 
	 height: 30px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
 .alledeelfotos::-webkit-scrollbar-thumb:window-inactive {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #cccccc !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 
 }
/* width:max basis */
.deelfotoshandig {
	width:430px;
	text-align: left;
	color: #666666;
	
	/*font-size:13px;*/

	font-family: 'Oswald', sans-serif;
	margin:0px auto 10px auto;
	padding:0px;
	
}
.deelfotoshandig select{
	color: #666666;
	border: 1px solid #cccccc;
	height: 25px;
	font-family: 'Oswald', sans-serif;
	
}
.deelfotoshandig option
{
	font-family: 'Oswald', sans-serif;
}

.tablerowfoto
{
	width: 100%;
	background-color: #ffffff;
	
	margin-bottom: 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tablerowfoto td {
	font-size: 13px;
    padding: 5px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
/* width:max basis */
.popup {
	margin: 20px;
	background-color: #ffffff;
}
.overdiv {
	position: absolute;
    
    width:100%;
	height: 1500px;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
	
	bottom: 0;
	 z-index: 9999998;
	display: none;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;

	border-bottom: 12px solid #eeeeee;
	margin: 4px auto 0px auto;
	display: none;
}
.contrainerrij
{
	width: 100%;
	float: left;
}
.overdivinhoud {
	z-index: 9999999;
	background-color: #645854;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:600px;
	height:600px;
	 margin: 40px auto;
	border:1px solid #ffffff;
}
.apptips {
	width: 100%;
	text-align: left;
	margin: 20px 10px 0px 5px;
	line-height: 28px;
}
/* width:max basis */
.staptekstHoofdfoto {
	width:430px;
	text-align: left;
	color: #666666;
	
	/*font-size:13px;*/

	font-family: 'Oswald', sans-serif;
	margin:12px auto 12px auto;
	padding:0px;
	font-size: 15px;

}
.staptekstDeelfotos {
	width:430px;
	text-align: left;
	color: #666666;
	
	/*font-size:13px;*/

	font-family: 'Oswald', sans-serif;
	margin:12px auto 12px auto;
	padding:0px;
	font-size: 15px;

}
.settingswheel {
	margin:13px 0px 0px 0px;
	cursor: pointer;
	float: left;
}
.settingswheel img{
	height:36px;
	width: 36px;
	margin-top: 17px;
	
}
.boven {
	height: 55px;
	background-color: #5f534f;
	width:100%;
	float: left;
}
.onder {
	/*height: 170px;*/
	background-color: #5f534f;
	width:100%;
	float: left;
}

/* width:max basis */
.mainKnoppen
{
	height: 90px;
	background-color: #ffffff;
	width:100%;
	float: left;
}

.numberCircle {
    border-radius: 50%;
width: 10px;
height: 10px;
padding: 5px;
line-height: 8px;
background: #f99f27;
border: 2px solid #fff;
color: #fff;
text-align: center;
font-weight: bold !important;
font-size: 14px;
font-family: 'Oswald', sans-serif;
position: relative;
top: -10px;
left: -8px;
	
	
}
.mainKnoppenPlaatsing {
	width:640px;
	margin: 0 auto;
	background-color: #ffffff;
	height: 90px;
}
/* width:max basis */
.mainknop {
	margin:18px 13px 0px 0px;
	
	height:56px;
	width:182px;
	
	float:left;
	cursor:pointer;
	
	/*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
	font-size:14px;
	line-height:18px;
	
	color: #FFFFFF; 
	
	background-color: #f9a326;
	border:1px solid #f9a326; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a326), color-stop(100%, #f6782d));
	background-image: -webkit-linear-gradient(top, #f9a326, #f6782d);
	background-image: -moz-linear-gradient(top, #f9a326, #f6782d);
	background-image: -ms-linear-gradient(top, #f9a326, #f6782d);
	background-image: -o-linear-gradient(top, #f9a326, #f6782d);
	background-image: linear-gradient(top, #f9a326, #f6782d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f9a326, endColorstr=#f6782d);
	
}
.mainknop:hover{
	border:1px solid #f6782d; 
	background-color: #f9a326;
	background-image:none;
}
.mainknopinactief {
	cursor:default;
	opacity: 0.5;
	pointer-events: none;
}
.mainknopinactief:hover{
	pointer-events: none;
}
.mainknoptekst {
	text-align: center;
	color: #ffffff;
	position: relative;
	width: 182px;

	top: -11px;
	margin: 0 auto;
	line-height: 15px;
	height: 33px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	font-weight: normal !important;
}

/* width:max basis */
.optieKnoppenPlaatsing {
	width:880px;
	margin: 0 auto;
	
}
.optieKnoppen
{
	height: 105px;
	background-color: #ffffff;
	width: 100%;
	float: left;
}
.optie {
	margin: 25px 10px 0px 10px;
	width: 200px;
	height: 55px;
	background-color: #eeeeee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	
	color: #5f534f;
	font-size: 14px;
	
	outline: 0px;
    outline-offset: 0px;
}
.optie:hover, .optie:active {
	background-color: #eeeeee;
	cursor:pointer;
	outline: 1px solid #999999;
    outline-offset: -1px;

}
.optie img{
	width: 30px;
	float: left;
	margin: 14px 10px 0px 15px;
}
.optie p{
	margin: 15px 0px 0px 10px;
}
.tekstOnderOpties
{
	width: 100%;
	background-color: #eeeeee;
	float: left;
}
.tekstPlaatsing
{
	width:520px;
	font-size: 15px;
	line-height: 22px;
	margin: 0px auto 40px auto;
}
.tekstPlaatsing h5
{
	margin-bottom: 20px;
}
.mainHeader {
	width:880px;
	margin: 0 auto;
}
a {
	text-decoration:none;
}
.zichtbaar900 {
	display:none;
}
.onzichtbaar900 {
	display:block;
}
a:link, a:visited {
	color:#dc892b;
}

a:hover, a:active {
	color:#dc892b;
	
}
.deelfotoReport {
	width:100%;
	float:left;
	margin:10px 5px 0px 0px !important;

	font-size:13px !important;
	display:none;
	color:#e1007a;
}
.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
.besteloverzichtCode {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	
	width:340px;
	height:83px;
	margin:15px 0px 15px 0px;
}
.besteloverzichtTitel {
	margin: 4px 0px 0px 12px;
	max-width:100%;
}
.besteloverzichtAantal {
	margin: 4px 0px 0px 12px;
	width:230px;
	height:34px;
	float:left;
	color:#333333;
}
.besteloverzichtPrijs {
	margin: 15px 15px 0px 0px;
	float:right;
	color:#333333;
}
.besteloverzichtAantalInput {
	border:1px solid #cccccc;
	width:28px;
	height:24px;
	text-align:center;
	font-size:14px;
	color:#333333;
	margin:0px 0px 0px 7px;
}
.besteloverzichtEmail {
	width:340px;
	height:46px;
	
}
.bestelEmailInp {
	margin:0px;
	color:#333333;
	width:338px;
	height:44px;
	font-size:18px;
	line-height:44px;
	vertical-align:middle;
	text-indent:10px;
	
	border:1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
}
.inpdisabled {
	background:url(../images/icons/bestelIngelogd.png) no-repeat right;
	background-color:#dddddd;
}
.besteloverzichtBetaalopties{
	width:340px;
	/*height:110px;*/
	margin:15px 0px 15px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.betaaloptie {
	margin:10px 0px 0px 10px;
	color:#333333;
	max-width:100%;
	font-size:14px;
	
}
.knopBetalen {
	height:56px;
	width:338px;
	float:left;
	
	margin:0px 0px 0px 0px;
	
	border:2px solid #ffdc8d; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 

	cursor:pointer;
	
	
	
	font-size:16px;
	line-height:24px;

	
	color: #663300; 
	background-color: #ffdc8d;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdc8d), color-stop(100%, #ffbf2e));
	background-image: -webkit-linear-gradient(top, #ffdc8d, #ffbf2e);/* eerste is bovenste */
	background-image: -moz-linear-gradient(top, #ffdc8d, #ffbf2e);
	background-image: -ms-linear-gradient(top, #ffdc8d, #ffbf2e);
	background-image: -o-linear-gradient(top, #ffdc8d, #ffbf2e);
	background-image: linear-gradient(top, #ffdc8d, #ffbf2e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffdc8d, endColorstr=#ffbf2e);
	
}
.knopBetalen:hover{
	border:2px solid #ffdc8d; 
	background-color: #ffdc8d;
	background-image:none;
}
.knopBetalenTekst {
	float:left;
	color:#663300;
	font-weight:bold;
	padding-left:14px;
	padding-top:15px;

}
.foutmeldingWebshop {
	font-size:14px;
	color:#ff0000;
	margin:10px 0px 15px 0px;
	display:none;	
}







.tariefbox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:340px;
	height:114px;
	margin:15px 0px 15px 0px;
}
.xltitel {
	font-family: 'Open Sans',sans-serif;
	font-size:18px;
	color:#f9a11c;
	float:left;
	margin:4px 0px 0px 10px;
	width:245px;
	height:30px;
	font-weight:bold;
}
.xxltitel {
	font-family: 'Open Sans',sans-serif;
	font-size:18px;
	color:#993300;
	float:left;
	margin:4px 0px 0px 10px;
	width:245px;
	height:30px;
	font-weight:bold;
}
.tarief1 {
	margin:15px 5px 0px 0px;
	float:left;
	font-size:14px;
	color:#333333;
	line-height:14px;
}
.tarief2 {
	float:left;
	font-size:11px;
	color:#bbbbbb;
	line-height:12px;
}
.tariefplusjes {
	margin:0px 0px 0px 9px;
	float:left;
	width:242px;
	font-size:14px;
}
.addtoshop {
	float:left;

	padding:21px 0px 0px 0px;
}

.tariefvraag {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
  	
	-webkit-border-top-right-radius:5px;
  	-webkit-border-top-left-radius:5px;
	
	border:1px solid #cccccc;
	background-color:#eeeeee;
	
  
	width:340px;
	height:42px;
	margin:10px 0px 0px 0px;
	cursor:pointer;
}
.tariefvraaginh {
	margin: 12px 0px 0px 9px;
	width:292px;
	float:left;
	font-size:14px;
}
.tariefvraagarrow {
	margin:15px 0px 0px 0px;
}

.tariefvraagUit {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
  	
	-webkit-border-bottom-right-radius:5px;
  	-webkit-border-bottom-left-radius:5px;
	
	border:1px solid #cccccc;
	border-top-color:#ffffff;
	
	width:340px;
	height:300px;
	
	display:none;
}
.tdVerhoudingImg {
	width:80px;
	text-align:center;
	height:30px;
}
.tdVerhoudingImg img{
	text-align:center;
    vertical-align: middle;
}
.tdXl {
	width:130px;
	text-align:center;
	background-color:#d2e3f6;
	color:#333333;
	height:30px;
	font-size:13px;
}
.tdXxl {
	width:130px;
	text-align:center;
	background-color:#ebd1e5;
	color:#333333;
	height:30px;
	font-size:13px;
}
.tariefvraaginhTable {
	margin: 17px 0px 0px 0px;
	width:322px;
	float:left;
}
.showsize {
	font-size:14px !important;
	color:#666666 !important;
	margin:0px 0px 15px 10px !important;
	width:100% !important;
	max-width:100% !important;
}
.sizenote {
	font-size:12px !important;
	color:#aaaaaa !important;
	margin:15px 0px 0px 10px !important;
	width:100% !important;
	max-width:100% !important;
}
.selectCmInXl {
	height:20px;
	font-size:13px;
	line-height:11px;
	
	background-color:#d2e3f6;
	color:#1e73d2 !important;
	border:none;
	padding:0px;
	margin:0px;
}
.selectCmInXl {
	padding:0px;
	margin:0px;
}	


.downloadHRcode {
	position:relative;
	font-size:16px;
	font-weight:bold;

	padding:10px 30px 10px 10px;
	
	background-color:#118408;
	color:#FFFFFF;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.downloadHRcode a{
	color:#ffffff;
	
	
}

.downloadHRcode img{
	margin:0px 10px 0px 0px;	
}

/* width:max basis */
.downloadOptie {
	height:72px !important;
	width:280px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;border-radius: 5px; 
	cursor:pointer;
	margin:15px 0px 0px 0px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
	background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
	background-image: -o-linear-gradient(top, #ffffff, #dddddd);
	background-image: linear-gradient(top, #ffffff, #dddddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#dddddd);
	
	
	
}
.downloadOptie:hover{
	background-color: #ffffff !important;
	background-image:none;
}
.downloadOptieTekst {
	font-size:14px !important;
	padding:8px 0px 0px 8px;
	float:left;
}
.downloadOptiePijl {
	float:right;
	padding:18px 10px 0px 0px;
	
}



.downloadMelding {
	
	float:left;
	margin: 10px 0px 10px 0px;
	
}

hr {
	display:none;
}
.rozeTekst {
	color:#e1007a;
}
.blauweTekst {
	color:#009900;

}
h5 {
	color:#e1007a;
	font-size:20px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
}

.loadgif {
	position:absolute;
}

.betaalcodepijl {
	position:absolute;
	margin:122px 0px 0px 48px;
}

.laderDivDeelfotos {
	position:absolute;
	margin: 106px 0px 0px 107px;
	display: none;
}
.laderDivMosaic {
	position:absolute;
	margin: 161px 0px 0px 162px;
}
/* width:max basis */
.mymosaicsTable {
	/*min-width:284px;*/
	width:100%;
	background-color:#eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	
}
.mymosaicsTable:hover{
	background-color:#cccccc;
	
}
.mymosaicsTable td{
	height:35px;
}
.mymosaicsTableDropDown {
	/*min-width:284px;*/
	width:100%;
	background-color:#eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
.mymosaicsTableDropDown td{
	border-top:1px solid #ffffff;
	height:35px;
}

.mymosaicsTableImg {
	margin:5px 0px 0px 0px;
	height:22px;
}


.laadLijn {
	height: 2px;
	background-color: #2D8210;
	width: 0%;
	float: left;
	margin-bottom: 10px;
}


.body {
	margin: 0px auto;
	width:100%;
	clear:both;
	font-size: 14px;
}

.mainHeader nav {

	font-size:14px;
	background-color:#5f534f;
	height:55px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
	
}

.mainHeader nav ul li {
	float: left;
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color:#FFF;
	display: inline-block;
	padding: 20px 14px 16px 14px;
	height: 19px;
}

.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color:#70625e;
	color:#FFF;
	text-shadow:none;
}
.active a {
	background-color:#70625e;
}
.mainHeader nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.mainHeader nav img{

	margin: 3px 6px;
	padding-right:26px;
	float: left;
	
}






.navMobile ul {
	list-style: none;
	margin: 0 auto;
	width:100%;
	float:left;
	display:none;
	padding-left:0;
	

}
.vavlim
{
	float: left;
	display: inline;
	background-color:#5f534f;
	width:100% ;
	border-top:1px solid #ffffff;
}
.navMobile ul li {
	float: left;
	display: inline;
	background-color:#5f534f;
	width:100% ;
	border-top:1px solid #ffffff;
	

}

.navMobile a:link, .navMobile a:visited {
	color:#FFF;
	display: inline-block;
	padding: 15px 0px 0px 0px;
	height: 30px;
	width:100%;

}

.navMobile a:hover, .navMobile a:active,
.navMobile .active a:link, .navMobile .active a:visited {
	background-color:#70625e;
	color:#FFF;
	text-shadow:none;
	display:block;

}

.navMobile ul li a {
	text-indent:5%;
	color:#FFFFFF;
}







.talen {
	width:880px;
	margin: 0 auto;
}



.talen ul {
	list-style: none;
	margin: 0px 0px 0px 590px;
	width:250px;
	float:right;
	display:none;
	
	position:absolute;
	
}

.talen ul li img {
	margin: 0px 15px 2px 0px;
	vertical-align:middle;
	/*height:20px;*/
}
.myEMmenu {
	margin: 0px 11px 2px 0px;
	vertical-align:middle;
}
.talen ul li {
	float: right;
	display: inline;
	background-color:#5f534f;
	width:250px ;
	border-top:1px solid #ffffff;
	font-size:15px;
}

.talen a:link, .talen a:visited {
	color:#FFF;
	display: inline-block;
	padding: 14px 18px 14px 18px;
	height: 22px;
	width:214px;
}

.talen a:hover, .talen a:active,
.talen .active a:link, .talen .active a:visited {
	background-color:#70625e;
	color:#FFF;
	text-shadow:none;
	display:block;
}

.talen ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
.mainHeader nav ul {
		padding-left:0;
		display:none;
		
	}
	
	.mainHeader nav ul li {
		width:100% ;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
	}
	
	.mainHeader nav a:hover, .mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {

		display:block;
	}
	*/










.mainContent{
	width:100%;
	background-color: #eeeeee;
	float: left;
}

.contentFullwidth {
	width:100%;
	background-color:#ffffff;
	float:left;
	
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.contentFullwidth h1{
	margin:22px 10px 27px 55px;
	padding: 10px 0px 10px 0px;
	font-weight:bold;
	color:#5f534f;
	float:left;
}
.contentFullwidth img{
	margin:55px 10px 0px 5px;
	padding: 0px 0px 0px 0px;
	float:left;
}
	
	
.contentHalfwidthLeft {
	width:50%;
	background-color:#ffffff;
	float: left;
	min-height:395px;
	
	border-radius:0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}

.contentHalfwidthLeft iframe {
	margin:0px 0px 0px 57px;
	
}

.reacties_home {
	
	margin:0px;
	
	font-family: 'Open Sans',sans-serif;
	font-size:18px;
	line-height:36px;
	font-style:italic;
	color:#999999;
	/*
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	*/	
	
}
.contentHalfwidthLeft img {
	margin: 10px 5px 0px 80px;	float:left;
}

.contentHalfwidthRight {
	width:50%;
	background-color:#ffffff;
	float: left;
	min-height:395px;

	border-radius:0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}


.contentHalfwidthRight ul {
	padding-top: 25px;
	margin-left:54px;
	font-size:14px;
	line-height:24px;
	color:#666666;
	list-style-image: url('../images/licheck.png');
	
}

.ulOranje {
	padding-top: 0px;
	margin-left:0px;
	font-size:14px;
	line-height:24px;
	color:#666666;
	list-style-image: url('../images/licheck.png');
	
}

.contentHalfwidthRight p {
	padding-top: 25px;
	padding-right: 67px;
	margin-left:61px;
	font-size:14px;
	line-height:24px;
	color:#666666;
	
}
/*Knoppen */
.homeCTA {
	margin-left:61px;
}
.buttontext {
	/*
	text-align: center;
	color:#ffffff;
	padding-top:14px;
	*/
	float:left;
	color:#ffffff;
	padding-left:12px;
	padding-top:14px;
	
	line-height: 20px;
}
.buttonarrow {
	float:right;
	color:#ffffff;
	padding-right:12px;
	padding-top:17px;
	font-size:16px;
}
.buttoncreatemosaic {
	height:50px !important;
	width:284px;
	
	
	border:1px solid #f9a326 !important; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:16px !important;
	font-weight:bold;
	
	color: #FFFFFF !important; 
	background-color: #f9a326;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a326), color-stop(100%, #f6782d));
	background-image: -webkit-linear-gradient(top, #f9a326, #f6782d);
	background-image: -moz-linear-gradient(top, #f9a326, #f6782d);
	background-image: -ms-linear-gradient(top, #f9a326, #f6782d);
	background-image: -o-linear-gradient(top, #f9a326, #f6782d);
	background-image: linear-gradient(top, #f9a326, #f6782d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f9a326, endColorstr=#f6782d);
	
}
.buttoncreatemosaic:hover{
	border:1px solid #f6782d; 
	background-color: #f9a326;
	background-image:none;
}

.buttonFacebook {
	height:50px !important;
	width:284px;
	
	
	border:1px solid #627cad !important; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:16px !important;
	font-weight:bold;
	
	color: #FFFFFF !important; 
	background-color: #778db8;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #778db8), color-stop(100%, #627cad));
	background-image: -webkit-linear-gradient(top, #778db8, #627cad);
	background-image: -moz-linear-gradient(top, #778db8, #627cad);
	background-image: -ms-linear-gradient(top, #778db8, #627cad);
	background-image: -o-linear-gradient(top, #778db8, #627cad);
	background-image: linear-gradient(top, #778db8, #627cad);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#778db8, endColorstr=#627cad);
	
}
.buttonFacebook:hover{
	border:1px solid #627cad; 
	background-color: #778db8;
	background-image:none;
}




.menu-trigger {
	
	display: none;
	float:left;
	margin-top:0px;
	margin-right:0px;
	padding: 0px 0px 0px 0px;
	cursor:pointer;
}
.menu-trigger img {
	/*margin-right:8px !important;*/

	cursor:pointer;
	margin:0px;
	padding:0px;
}
.myandlang {
	float:right;
	margin-right:8px;
}
.myeasymoza {
	float: left;
	margin:6px 0px 0px 0px;
	cursor:pointer;
	padding:0px 0px 0px 0px;
}
.myeasymoza img{
	margin:0px 0px 0px 0px:!important;
	cursor:pointer;
	padding:0px 0px 0px 0px !important;
}

.taalkeuze {
	float: left;
	margin:3px 0px 0px 0px;
	cursor:pointer;
	padding:0px 0px 0px 0px;
}
.taalkeuze img{
	margin:0px 0px 0px 0px:!important;
	cursor:pointer;
	padding:0px 0px 0px 0px !important;
}

.fb-like-box {
	margin-top:26px ;
	float:left; 
	display:block;
	width:287px;
}
	

.contentTwoThirdWidthRight {
	margin-top:26px ;
	margin-left:24px;
	
	padding:38px 48px 38px 48px;
	
	width:473px;
	background-color:#ffffff;
	float: left;

	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentTwoThirdWidthRight h5{
	margin:0px;
	padding:0px;
}

.contentTwoThirdWidthRight p{
	margin:25px 0px 0px 0px;
	padding:0px;
	color:#666666;
	font-size:14px;
	line-height:24px;
}

.contentTwoThirdWidthRight iframe {
	/*op informatie pagina als eerste */
	
}

.webshopPayMethodsLogos {
	margin:25px 20px 0px 0px;
	padding:0px;
	float:left;

}

.buttonGrey {
	cursor:pointer;
	
	float:left;
	margin:41px 0px 0px 0px;
	padding:0px;
	
	height:50px;
	width:284px;
	
	border:1px solid #84746e; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;border-radius: 5px; 
	
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	
	color: #FFFFFF; 
	background-color: #84746e;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84746e), color-stop(100%, #5f534f));
	background-image: -webkit-linear-gradient(top, #84746e, #5f534f);
	background-image: -moz-linear-gradient(top, #84746e, #5f534f);
	background-image: -ms-linear-gradient(top, #84746e, #5f534f);
	background-image: -o-linear-gradient(top, #84746e, #5f534f);
	background-image: linear-gradient(top, #84746e, #5f534f);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#84746e, endColorstr=#5f534f);
	
}
.buttonGrey:hover{
	border:1px solid #5f534f; 
	background-color: #84746e;
	background-image:none;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84746e), color-stop(100%, #5f534f));
	background-image: -webkit-linear-gradient(top, #84746e, #5f534f);
	background-image: -moz-linear-gradient(top, #84746e, #5f534f);
	background-image: -ms-linear-gradient(top, #84746e, #5f534f);
	background-image: -o-linear-gradient(top, #84746e, #5f534f);
	background-image: linear-gradient(top, #84746e, #5f534f);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#84746e, endColorstr=#5f534f);
	*/
}

.contentBlockLeft {
	margin-top:26px ;
	padding: 38px 28px 38px 48px;
	
	width:352px;
	min-height:300px;
	
	background-color:#ffffff;
	float: left;
	

	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentBlockLeft h5{
	margin:0px;
	padding:0px;
}


.contentBlockLeft p{
	margin:25px 0px 0px 0px;
	padding:0px;
	width:215px;
	float:left;
	
	color:#666666;
	font-size:14px;
	line-height:24px;
}
.contentBlockRight {
	margin-left:24px;
	margin-top:26px;
	padding: 38px 28px 38px 48px;
	
	width:352px;
	min-height:300px;
	
	background-color:#ffffff;
	float: left;

	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentBlockRight h5{
	margin:0px;
	padding:0px;
}

.contentBlockRight p{
	margin:25px 0px 0px 0px;
	padding:0px;
	float:left;
	width:95%;

	
	color:#666666;
	font-size:14px;
	line-height:24px;
}

.contentBlockImg{
	float:right;
	margin-top:24px;
	
}

.gototop {
	float:right;
	display:none;
}

.socialIcons
{
	float:left;
	margin-top:0px;
	margin-right:20px;
}
.socialIcons img
{
	margin-right:2px;
}
.copyR {
	margin-top:25px;
	font-size:13px;
	line-height: 22px;
}
.footerImg {
	 filter:sepia(100%);
	margin-right:15px;
	width:30px;
	height:30px;
}
.footerImg:hover {
	 filter:sepia(0%);
}

.footer {
	width:832px;
	padding:10px;
	width: 860px;
	margin: 0 auto;
	text-align: center;
}
.footer a {

	color:#dddddd;
}
	




.contentInfoPage {

	padding:30px 0px 30px 0px;

	
	width:100%;
	min-height:300px;
	
	background-color:#ffffff;
	float: left;
	

	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.contentTextPage{
	float:left;
	margin: 0px 48px 30px 48px;
}




.contentVideoPage{
	float:left;
	margin-left:48px;
	margin-bottom:30px;
}
.contentVideoPage h1 {
	margin:0px;
	padding:0px;

}
.contentVideoPageSharebuttons {
	float:left;
	margin-top:15px;

}
.contentVideoPageSharebuttons2 {
	display:none;
	
}
.contentVideoPagePijl {
	float:right;
	margin-right:20px;
	
}
.contentVideoPageButton {
	float:right;
}



.contactPageLeft {
	float:left;
	margin:0px 48px 30px 48px;
	min-height:300px;
	width:400px;
}
.contactPageLeft h1 {
	margin:0px;
	padding:0px;
}
.inputVeld{
	margin-bottom:0px 0px 10px 0px;
	
	
	-webkit-appearance: none; -moz-appearance: none;
	display: block;
	width: 90%; height: 25px;
	line-height: 25px; font-size: 14px;
	border: 1px solid #bbb;
	font-family: Verdana;
	color:#000000;
	letter-spacing: 1px;
	font-weight:bold;
	text-indent:3px;
}
.contactPageLeft textarea {
	margin-bottom:0px 0px 10px 0px;
	-webkit-appearance: none; -moz-appearance: none;
	display: block;
	width: 100%; height: 60px;
	line-height: 25px; font-size: 17px;
	border: 1px solid #bbb;
	font-family: 'Open Sans',sans-serif;
	color:#333333;
}


.contactPageRight {
	float:left;
	padding-top:61px;
	margin-left:48px;
	width:290px;
}





/*

*/
.appcontainer {
	width:100%;
	height:auto;
	margin: 0px auto 0px auto;
	float: left;
}

.deelfotosContainer {
	
	width:430px;
	
	margin:0px auto;
}
.deelfotosContainer p {
	color:#666666;
	font-size:14px;

	font-family: 'Oswald', sans-serif;
	margin:6px 0px 0px 0px;
	padding:0px;
	float:left;
	max-width: 220px;
	
}


.appPageLeft {
	
	width:430px;
	
	margin:0px auto;
}
.appPageLeft p {
	color:#666666;
	font-size:14px;

	font-family: 'Oswald', sans-serif;
	margin:6px 0px 0px 0px;
	padding:0px;
	float:left;
	max-width: 220px;
	
}
.nummers {
		height:39px;
		margin:0px;
}

.nrvid {
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	   
    width: 30px;
    height: 30px;
    
	padding: 0px;
	line-height:30px;
    
    color: #ffffff;
   
    
    text-align: center;

	font-size:17px;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	float:left;
	margin-right:11px; 
	
}

.nr {
    border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	   
    width: 30px;
    height: 30px;
    
	padding: 0px;
	line-height:30px;
    
    color: #ffffff;
   
    
    text-align: center;

	font-size:17px;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
}
.nr1a {
	float:left;
	margin-right:11px; 
	background: #e1007a;
}
.nr2a {
	float:right;
	margin-right:11px;
	background:#b3b3b3;
}
.nr3a {
	float:right;
	background:#b3b3b3;
}

.nr1b {
	float:left;
	margin-right:9px;
	background:#b3b3b3;
}
.nr2b {
	float:left;
	margin-right:11px;
	background:#e1007a;
}
.nr3b {
	float:right;
	background:#b3b3b3;
}

.nr1c {
	float:left;
	margin-right:9px;
	background:#b3b3b3;
}
.nr2c {
	float:left;
	margin-right:9px;
	background:#b3b3b3;
}
.nr3c {
	float:left;
	margin-right:11px;
	background:#e1007a;
}

.holderHoofdFoto {
	/*background-color:#b3b3b3;*/
	width:250px;
	height:250px;
	float:left;
	/*margin:3px 0px 12px 0px;*/
}
.holderEditHoofdFoto {
	/*background-color:#b3b3b3;*/
	width:85px;
	height:250px;
	margin:0px 0px 0px 4px;
	float:left;

}
.holderEditHoofdFoto p{
	/*padding: 25px 0 0 0 !important;*/
	
	margin:15px auto 0px auto !important;
	float:none !important;
	text-align:center !important;
}
.holderEditHoofdFoto img
{
	display:block;
	margin:0px auto;
	cursor:pointer;
	
	
}
.knopKiesHoofdfoto {
	margin:0px 4px 4px 0px;
	height:50px;
	width:176px;
	
	float:left;
	cursor:pointer;
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	color: #FFFFFF; 
	
	background-color: #f9a326;
	border:1px solid #f9a326; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a326), color-stop(100%, #f6782d));
	background-image: -webkit-linear-gradient(top, #f9a326, #f6782d);
	background-image: -moz-linear-gradient(top, #f9a326, #f6782d);
	background-image: -ms-linear-gradient(top, #f9a326, #f6782d);
	background-image: -o-linear-gradient(top, #f9a326, #f6782d);
	background-image: linear-gradient(top, #f9a326, #f6782d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f9a326, endColorstr=#f6782d);
	
}
.knopKiesHoofdfoto:hover{
	border:1px solid #f6782d; 
	background-color: #f9a326;
	background-image:none;
}

.recentDownload {
	height:35px;
	width:280px;
	float:left;
	
	margin:10px 0px 5px 0px;
	
	border:1px solid #16a80b; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:14px;
	line-height:14px;
	/*font-weight:bold;*/
	
	color: #FFFFFF; 
	background-color: #16a80b;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16a80b), color-stop(100%, #118408));
	background-image: -webkit-linear-gradient(top, #16a80b, #118408);
	background-image: -moz-linear-gradient(top, #16a80b, #118408);
	background-image: -ms-linear-gradient(top, #16a80b, #118408);
	background-image: -o-linear-gradient(top, #16a80b, #118408);
	background-image: linear-gradient(top, #16a80b, #118408);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#16a80b, endColorstr=#118408);
	
}
.recentDownload:hover{
	border:1px solid #118408; 
	background-color: #16a80b;
	background-image:none;
}

.opslaanKnop {
	height:50px;
	width:306px;
	float:left;
	
	margin:0px 0px 5px 0px;
	
	border:1px solid #16a80b; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:16px;
	line-height:24px;
	/*font-weight:bold;*/
	
	color: #FFFFFF; 
	background-color: #16a80b;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16a80b), color-stop(100%, #118408));
	background-image: -webkit-linear-gradient(top, #16a80b, #118408);
	background-image: -moz-linear-gradient(top, #16a80b, #118408);
	background-image: -ms-linear-gradient(top, #16a80b, #118408);
	background-image: -o-linear-gradient(top, #16a80b, #118408);
	background-image: linear-gradient(top, #16a80b, #118408);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#16a80b, endColorstr=#118408);
	
}
.opslaanKnop:hover{
	border:1px solid #118408; 
	background-color: #16a80b;
	background-image:none;
}



.knopGaVerder1 {
	height:50px;
	width:176px;
	float:left;
	
	margin:0px 0px 4px 0px;
	
	border:1px solid #f9a326; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	
	color: #FFFFFF; 
	background-color: #f9a326;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a326), color-stop(100%, #f6782d));
	background-image: -webkit-linear-gradient(top, #f9a326, #f6782d);
	background-image: -moz-linear-gradient(top, #f9a326, #f6782d);
	background-image: -ms-linear-gradient(top, #f9a326, #f6782d);
	background-image: -o-linear-gradient(top, #f9a326, #f6782d);
	background-image: linear-gradient(top, #f9a326, #f6782d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f9a326, endColorstr=#f6782d);
	
}
.knopGaVerder1:hover{
	border:1px solid #f6782d; 
	background-color: #f9a326;
	background-image:none;
}
.knopGaVerder2 {
	height:50px;
	width:176px;
	float:left;
	
	margin:0px 0px 0px 4px;
	
	border:1px solid #999999; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	
	color: #FFFFFF; 
	background-color: #999999;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666));
	background-image: -webkit-linear-gradient(top, #999999, #666666);
	background-image: -moz-linear-gradient(top, #999999, #666666);
	background-image: -ms-linear-gradient(top, #999999, #666666);
	background-image: -o-linear-gradient(top, #999999, #666666);
	background-image: linear-gradient(top, #999999, #666666);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#999999, endColorstr=#666666);
}
.knopGaVerder2:hover{
	border:1px solid #666666; 
	background-color: #999999;
	background-image:none;
}
.knopRood {
	border:1px solid #cc0000; 
	background-color: #cc3333;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc3333), color-stop(100%, #cc0000));
	background-image: -webkit-linear-gradient(top, #cc3333, #cc0000);
	background-image: -moz-linear-gradient(top, #cc3333, #cc0000);
	background-image: -ms-linear-gradient(top, #cc3333, #cc0000);
	background-image: -o-linear-gradient(top, #cc3333, #cc0000);
	background-image: linear-gradient(top, #cc3333, #cc0000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cc3333, endColorstr=#cc0000);
	
}
.knopRood:hover{
	border:1px solid #cc0000; 
	background-color: #cc3333;
	background-image:none;
}

.knopGaTerug {
	height:50px;
	width:176px;
	float:left;
	
	margin:0px;
	
	border:1px solid #999999; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	
	color: #FFFFFF; 
	background-color: #999999;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666));
	background-image: -webkit-linear-gradient(top, #999999, #666666);
	background-image: -moz-linear-gradient(top, #999999, #666666);
	background-image: -ms-linear-gradient(top, #999999, #666666);
	background-image: -o-linear-gradient(top, #999999, #666666);
	background-image: linear-gradient(top, #999999, #666666);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#999999, endColorstr=#666666);
	
}
.knopGaTerug:hover{
	border:1px solid #666666; 
	background-color: #999999;
	background-image:none;
}



.overlayBoxtekst {
	text-align:left;
	margin:10px !important;
}
.overlayBoxtekst table{
	margin-left:5px;
	font-size:13px !important;
}
.overlayBoxtekst td {
	color:#000000;
	height:18px;
}
.overlayBoxtekst img{
	padding:20px;
}
.overlayBoxtekst h4{
	text-align:left;
	padding:0px 20px !important;
	font-size:15px !important;
	color:#000000 !important;
}
.overlayBoxtekst p{
	text-align:left;
	padding:10px !important;
	font-size:14px !important;
	color:#00CC00 !important;
	max-width:100% !important;
}

.wachtenBoxWebshop{
	background-color:#ffffff;
	width:340px;
	height:335px;
	float:left;
	margin:3px 0px 12px 0px;
	display:none;
	border:1px solid #999999;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	
	position: fixed;
	top: 50%; 
	left: 50%;  
	margin-left: -170px; 
	margin-top: -115px; 
}
/* Basis width */
.maakmozaiekContainer 
{
	width: 860px;
	height: 320px;
	margin:0px auto;
}
.maakmozaiek 
{
	background-color:#ffffff;
	width:860px;
	
	float:left;
	text-align: center;
	z-index:9003;
	position:absolute;
	top:65px;
	/*margin:3px 0px 12px 0px;*/
	display:none;
	border:1px solid #999999;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	padding-bottom: 20px;
}
.maakmozaiek p
{
	width: 100%;
	max-width: 100%;
	line-height: 12px;
	margin-bottom: 10px;
	
	font-size: 14px;
	font-weight: bold;
	
}
/* Basis width */
.wachtvideoscontainer
{
	width: 100%;
	margin: 0px auto;
}
/* Basis width */
.wachtvideo {
	float: left;
	margin: 20px 0px 20px 0px;
	width:50%;
}
.wachtvideo iframe{
	width:381px;
	height: 214px;
}


/* Basis width */
.instellingen 
{
	background-color:#ffffff;
	width:360px;
	height:430px;
	float:left;
	/*margin:3px 0px 12px 0px;*/
	display:none;
	border:1px solid #999999;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
	
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	
	position:absolute; 
	z-index:9002;
	top:60px;
}
.instellingen table {
	width: 100%;
	float:left;
}

.instellingenClose {
	float:right;
	margin:10px 10px 0px 0px;
	cursor:pointer;
}
.instellingen h3{
	color:#666666 !important;
	margin:20px 20px 25px 25px;
	font-size:18px;
}
.instelling {
	float:left;
	width:130px;
	height:30px;
	line-height:28px;
	text-align:right;
}
.instellingen select { 
	
	margin-bottom:20px;
	font-size:14px;
	height:30px;
	line-height:16px;
	color:#666666;
	width:240px;
	float:left;

}
.instellingUitleg {
	margin:0px 0px 0px 25px;
	text-align:left !important;
	color:#666666 !important;
	
	font-size:16px !important;
}
.infoBoxUitleg {
	margin:0px 25px 0px 25px;
	text-align:left !important;
	color:#666666 !important;
	
	font-size:15px !important;
	line-height:19px !important;
}
.instellingKnoppen {
	padding: 5px 0px 0px 25px;
	
}
.knopInstelling {
	
	height:35px;
	
	padding:0px 10px 0px 10px;
	
	float:left;
	text-align:center;
	line-height:35px;
	
	margin:0px 4px 0px 0px;
	
	border:1px solid #999999; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 

	cursor:pointer;
	
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:16px;
	font-weight:bold;
	
	color: #FFFFFF; 
	background-color: #999999;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666));
	background-image: -webkit-linear-gradient(top, #999999, #666666);
	background-image: -moz-linear-gradient(top, #999999, #666666);
	background-image: -ms-linear-gradient(top, #999999, #666666);
	background-image: -o-linear-gradient(top, #999999, #666666);
	background-image: linear-gradient(top, #999999, #666666);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#999999, endColorstr=#666666);
	
}
.knopInstelling:hover{
	border:1px solid #666666; 
	background-color: #999999;
	background-image:none;
}
.infoInstelling {
    border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	  
	cursor:pointer;
    width: 29px;
    height: 29px;
    
	padding: 0px;
	line-height:29px;
    float:left;
	margin:0px 0px 0px 10px;
  
    text-align: center;

	font-size:18px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:bold;
	font-style:italic;
	
	color: #999999; 
	background-color: #ffffff;
	border:1px solid #dddddd; 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
	background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
	background-image: -o-linear-gradient(top, #ffffff, #dddddd);
	background-image: linear-gradient(top, #ffffff, #dddddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#dddddd);
}

.infoInstelling:hover{
	border:1px solid #dddddd; 
	background-color: #ffffff;
	background-image:none;
}








.appPageRight {
	float:left;
	margin:56px 0px 0px 0px;
	width:280px;
}

.appPageRight p{
	margin: 0%;
}







.contentInfoPageLijst{
	float:left;
	margin-left:48px;
}
.contentInfoPageLijst a:hover, .contentInfoPageLijst a:active 
{
	color:#dc892b;
	text-decoration:underline;
}

.contentInfoPageUitleg {
	
	float:right;
	margin-right:55px;
	width:380px;
}

.contentInfoPageLijst ul {
	list-style: none;
	margin: 0 auto;
	padding:0px;
}

.contentInfoPageLijst ul li {
	line-height:40px;
	font-size:15px;
	
}

.contentInfoPageUitleg h5{
	margin:0px;
	padding:0px;

}

.contentInfoPageUitleg p{
	margin:25px 0px 0px 0px;
	padding:0px;
	
	color:#666666;
	font-size:14px;
	line-height:24px;
}

.inactief {
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	pointer-events: none;
    cursor: default;
}
.inactief5 {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    cursor: pointer;
}

.foutmelding {
	background-color:#b3b3b3;
	width:250px;
	height:250px;
	float:left;
	margin:0px 0px 0px 0px;
	display:none;
}
.foutmelding p {
	background-color: #ffffff;
   	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #f32d20;
    margin: 15px;
    padding: 15px 15px 25px 15px;
    text-align: center;
	font-size:13px;
	height:180px;
}
.foutmelding img {
	margin-bottom:10px;
	margin-top:5px;
}


.deelfotoLaadInfo {
	height: 204px;
	width:100%;
	padding-top:17px;
}
.deelfotoLaadInfo p{
	width:80% !important;
	padding:5% 10% 0% 10% !important;
	text-align:center !important;
	color:#666666 !important;
	max-width:80% !important;
}

.deelfotoDriehoek {
	height:14px;
	width: 100%;
	background-color:#FFFFFF;
	
	margin:17px 0 0 0;
	float:left;
	padding:0px;
	
}
.deelfotoDriehoek img{
	margin:0px 0px 0px 78px;
	padding:0;
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #ffffff;
}
.deelfotoDriehoekNew {
	height:14px;
	width: 360px;
	background-color:#FFFFFF;
	position: absolute;
	margin-top:245px;
	
	float:left;
	padding:0px;
	
}
.deelfotoDriehoekNew img{
	margin:0px 0px 0px 78px;
	padding:0;
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #ffffff;
}
.deelfotosOpties {
	background-color:#ffffff;
	width:340px;
	padding: 10px 10px 25px 10px;
	float:left;
	
	display:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.deelfotoOptiesClose {
	float:none;
	margin:10px 10px 0px 315px;
	cursor:pointer;
}
.deelfotoOptiesCloseNew {
	float:right;
	margin:0px;
	cursor:pointer;
}


.deelfotoOptie {
	margin-top:72px;
	margin-left: 15px;
	padding:5px;
	
	float:left;
	background-color: #ffffff;
   	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    
	width:75px;
	height:90px;
	
	cursor:pointer;
}
.deelfotoOptieNew {
	
	margin:5px 3px 0px 0px;
	padding:2px 0px 5px 2px;
	
	float:left;
	background-color: #ffffff;
   	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    
	width:58px;
	height:75px;
	
	cursor:pointer;
}
.deelfotoOptieNew:hover {
	background-color:#eeeeee;
}
.deelfotoOptieNew img {
	margin-left: auto;
    margin-right: auto;
	
}
.deelfotoOptieNew p{
	text-align:center;
	font-family: 'Open Sans',sans-serif;
	font-size:10px !important;
	width:100%;
	color:#666666 !important;
	margin-top:1px !important;
	line-height: 12px;
}

.deelfotoOptie:hover {
	background-color:#eeeeee;
}
.deelfotoOptie img {
	margin-left: auto;
    margin-right: auto;
}
.deelfotoOptie p{
	text-align:center;
	font-family: 'Open Sans',sans-serif;
	font-size:10px !important;
	width:100%;
	color:#666666 !important;
}

.holderEditDeelFotos {
	/*background-color:#b3b3b3;*/
	width:85px;
	height:250px;
	margin:0px 0px 0px 4px;
	float:left;

}
.holderEditDeelFotos p{
	
	margin:15px auto 0px auto !important;
	float:none !important;
	text-align:center !important;
}
.holderEditDeelFotos img
{
	display:block;
	margin:0px auto;
}
.holderEditDropdown {
	width:70px;
	height:30px;
	font-size:11px;
	line-height:13px;
	font-family:Arial;
	
	background-color:#d8d8d8;
	color:#666666 !important;
	border:1px #d8d8d8 solid;
}
.progBarMaakMozaiek {
	width: 80%;
	margin: 10px 10% 15px 10%;
	height: 14px;
	border:1px #666666 solid;
	background-color:#ffffff;
	float:left;
}
.progBarMaakMozaiek span {
	width:1%;
	background-color:#333333;
	height:14px;
	display:block;
}


.progBar {
	width: 80%;
	margin: 20px 10% 0px 10%;
	height: 14px;
	border:1px #666666 solid;
	background-color:#ffffff;
	float:left;
}
.progBar span {
	width:1%;
	background-color:#333333;
	height:14px;
	display:block;
}
.progBar2 {
	width: 80%;
	margin: 20px 20% 0px 0%;
	height: 14px;
	border:1px #666666 solid;
	background-color:#ffffff;
	float:left;
}
.progBar2 span {
	width:1%;
	background-color:#333333;
	height:14px;
	display:block;
}


.holderEditFoto {
	display:none;
	background-color:#b3b3b3;
	width:250px;
	height:250px;
	float:left;
	margin:3px 0px 12px 0px;
}
.holderEditTools {
	/*background-color:#b3b3b3;*/
	width:106px;
	height:250px;
	margin:3px 0px 12px 4px;
	float:left;
	display:none;
}
.holderEditTools p{
	padding: 65px 0 0 0 !important;
}
.holderEditTools img
{
	display:block;
	margin:0px 0px 30px 33px;
	cursor:pointer;
}

.mosaicDiv {
	width:360px;
	heigh:360px;
	background-color:#b3b3b3;
	margin:3px 0px 0px 0px;
	padding:0px;
	float:left;
}
.mosaic {
	/*width:360px;
	height:360px;
	*/
	width:350px;
	height:350px;
	border:5px #b3b3b3 solid;
	
	background-color:#999999;
	float:left;
}
.shareOptions {
	width:360px;
	
	float:left;
}
.mosaicTools {
	background-color:#999999;
	width:355px;
	height:55px;
	float:left;
	margin:0px 0px 12px 0px;
	text-align:center;
	vertical-align:middle;
	padding:5px 0px 0px 5px;

}
.mosaicTools img{
	cursor:pointer;
}

.mosaicTools1{
	padding:0px 2px 0px 2px;	
}

.knoppenResultaat {
	float:left;
}

.mosaicToolsBig {
	display:none;
	background-color:#999999;
	width:165px;
	height:560px;
	float:left;
	
	text-align:center;
	vertical-align:middle;
	margin:3px 0px 0px 0px;
	padding:0px;
	border:5px #b3b3b3 solid;
}
.mosaicToolsBig img{
	cursor:pointer;
}

.downloadUitleg p {
	width:100% !important;
	max-width:100%;
	color:#666666;
}
.titelDownload {
	font-size:18px;
	font-weight:bold;
	color:#666666;
}
.downloadUitleg input {
	width:110px;
	height:45px;
	float:left;
	margin: 0px 4px 0px 0px;
	font-size:22px;
	text-indent:3px;
	font-family:Arial !important;
	
	color:#000000;
	box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
}
.DownloadIconVb{
		display:none;
	}
@media only screen and (max-height: 800px)
{
	.alledeelfotos
	{
		height:250px;	
	}
	
}
@media only screen and (max-width: 900px)
{
	.mainHeader {
		width:100%;
		
	}
	.tekstBox 
	{
		width: 94%;
		padding: 3%;
	}
	.maakmozaiekContainer 
	{
		width: 95%;
		height: 320px;
		margin:0px auto;
	}
	.maakmozaiek 
	{
		background-color:#ffffff;
		width:95%;

		float:left;
		text-align: center;
		z-index:9003;
		position:absolute;
		top:65px;
		/*margin:3px 0px 12px 0px;*/
		display:none;
		border:1px solid #999999;
		-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
	}
	.maakmozaiek p
	{
		width:90%;
		padding: 0% 5% 0% 5%;
		
	}
	.wachtvideoscontainer
	{
		width: 90%;
		margin: 0px auto;
	}
	.wachtvideo {
		float: left;
		margin: 20px 0px 20px 0px;
		width:100%;
	}
	.wachtvideo iframe{
		width:540px;
		height: 300px;
	}
	
	
	.optieKnoppenPlaatsing {
		width:440px;
		margin: 0 auto;

	}
	.optieKnoppen
	{
		height: 120px;
		
	}
	.optie {
		margin: 15px 10px 0px 0px;
		width: 95px;
		height: 86px;
		
		font-size: 12px;
		text-align: center
	}
	.optie img{
		width: 30px;
		float:none;
		margin: 5px auto 8px auto;
		display: table-cell;
	}
	.optie p{
		margin: 0px auto;
		width: 93%;
		line-height: 16px;
	}
	
	
	/*max-width: 900px*/
	.mainknop 
	{
		/* margin:13px 10px 0px 0px; */
	}
	.talen {
		width:100%;
	}
	.zichtbaar900 {
		display:block;	
	}
	.onzichtbaar900 {
		display:none;	
	}
	h1 {
		font-size:28px;
	}
	.DownloadIconVb{
		display:block;
	}
	.menu-trigger {
		display:block;
		margin-top:6px !important;
		margin-left:5%;
	
	}
	.menu-trigger img{
		margin-left:0px !important;
		padding-left:0px !important;
	}
	.myandlang {
		float:left;
		margin-right:0px;
	}
	.taalkeuze {
		float:left;
		margin-top:6px !important;
	}
	.myeasymoza {
		float:left;
		margin-top:8px !important;
		margin-right:4px;
		margin-left:2px;
	}
	/*max-width: 900px*/
	.body {
		margin: 0% auto;
		width:100%;
		clear:both;
		
		background-image:none;
		/*background-color: #eeeeee;*/
	}
	.mainContent{
		/*width:90%;*/
		
	}
	
	.minH {
		min-height:442px;
	}
	
	.mainHeader nav {
		/*height:66px;*/
	
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	} 
	
	.mainHeader nav ul {
		padding-left:0;
		display:none;
		
	}
	
	.mainHeader nav ul li {
		width:100% ;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
	}
	
	.mainHeader nav a:hover, .mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {

		display:block;
	}
	/*max-width: 900px*/
	.mainHeader nav ul li a {
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	
	.mainHeader nav img{
		margin: 3px 6px 0 5%;
		padding-right:0px;
		float: left;
	}
	
	

	.betaalcodepijl {
		display:none;
	}
	
	
	/*max-width: 900px*/
	.talen ul {
		margin: 0 auto;
		width:100%;
		float:right;
		position:relative;
	}
	
	.talen ul li img {
		margin: 0px 15px 0px 5%;
	}
	.myEMmenu {
		margin: 0px 11px 0px 5%;
	}
	
	.talen ul li {
		float: left;
		width:100% ;
	}
	
	.talen a:link, .talen a:visited {
		padding: 14px 0px 14px 0px;
		width:100%;
	}

	.recentDownload {
	
		width:280px;
		
	}
	
	.opslaanKnop {
		width:306px;
	}
	
	
	/*max-width: 900px*/
	
	
	.contentFullwidth {
		width:100%;
		background-color:#ffffff;
		float:left;
		
		border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
	}
	
	.contentFullwidth h1{
		margin:5% 5% 5% 5%;
		padding:0px;
	}
	.contentFullwidth img{
		display:none;
	}
	
	.contentHalfwidthLeft {
		width:100%;
		background-color:#ffffff;
		float: left;
		min-height:165px;
		padding-bottom:5%;

		
		border-radius:0 0 0 0;
		-moz-border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
	}
	
	.contentHalfwidthLeft iframe {
		margin:0px 0px 0px 5%;
	}
	
	.contentHalfwidthLeft p {
		display:none;
	}
	.contentHalfwidthLeft img {
		display:none;
	}
/*max-width: 900px*/
	.contentHalfwidthRight {
		width:100%;
		min-height:200px;
	
		border-radius:0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
	}
	
	.contentHalfwidthRight ul {
		padding-top: 3%;
		margin-left:4%;
		list-style-image: url('../images/licheck.png');
	}
	.ulOranje {
		padding-top: 0;
		margin-left:0;
		list-style-image: url('../images/licheck.png');
	}
	.contentHalfwidthRight p {
		padding-top: 2%;
		padding-bottom:2%;
		padding-right: 4%;
		margin-left:5%;
		width: 380px;
	}
	.homeCTA {
		margin-left:5%;

	}
	.buttontext {
		
	}
	.buttonarrow {
/*max-width: 900px*/
	}
	.fb-like-box {
		margin-left:0%;
		margin-top:5%;
	}
	
	
	
	.contentTwoThirdWidthRight {
		margin-top:26px ;
		margin-left:0px;
		padding:5%;
		width:90%;
	}
	
	
	.contentTwoThirdWidthRight p{
		margin:3% 0px 0px 0px;
		padding:0px 5% 0px 0px;
		color:#666666;
		font-size:14px;
		line-height:24px;
		width:380px;
	}
	
	.contentTwoThirdWidthRight iframe {
		width:381px;
		height:244px;
	}
	
/*max-width: 900px*/	
	.webshopPayMethodsLogos {
		margin-top:5%;
		padding:0px;
		float:left;
	
	}
	.buttonGrey {
		margin:5% 0px 0px 0px;		
	}
	
	.contentBlockLeft {
		margin-top:26px ;
		padding: 5%;
		width:90%;
		min-height:200px;
	}
	.contentBlockLeft p{
		margin:3% 0px 0px 0px;
		padding:0px 5% 0px 0px;
		width:80%;
		float:left;
	}
	.contentBlockRight {
		margin-left:0px;
		margin-top:26px ;
		padding: 5%;
		width:90%;
		min-height:200px;
	}
	.contentBlockRight p{
		margin:3% 0px 0px 0px;
		padding:0px 5% 0px 0px;
		width:90%;
		float:left;
	}
/*max-width: 900px*/	
	.contentBlockImg{
		float:left;
		margin-top:24px;
		width:15%;
		
	}
	
	.footer {
		width:90%;
		
		
	}
	
	
	
	
	.contactPageLeft {
		float:left;
		margin:0% 5% 0% 5%;
		/* width:auto; */
		min-height:none;
	}
	.contactPageRight {
		float:left;
		margin: 10% 5% 0% 5%;
		width:auto;
		padding:0px;
	}
	
	
	
	
	
	
	/*max-width: 900px*/
	
	
	
	.downloadUitleg p {
		width:100% !important;
		max-width:100%;
		color:#666666;
	}
	.titelDownload {
		font-size:14px;
	}
	.nummers {
		width:360px;
		height:39px;
		margin:1% 0 0 0;
	}
	.nr {
		border-radius:50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		   
		width: 30px;
		height: 30px;
		
		padding: 0px;
		line-height:30px;
		
	}
	/*max-width: 900px*/
	.nr1a {
		float:left;
		margin-right:11px;
	}
	.nr2a {
		float:right;
		margin-right:11px;
	}
	.nr3a {
		float:right;
	}
	.holderEditHoofdFoto {
		/*background-color:#b3b3b3;*/
		width:85px;
		height:250px;
		margin:0px 0px 0px 4px;
		float:left;
		display:block;
	}

	.knopKiesHoofdfoto {
		/*
		height:50px;
		width:358px;
		float:left;
		margin:0px;
		*/	
	}
/*max-width: 900px*/
	.knopGaVerder1 {
		/*
		height:50px;
		width:178px;
		float:left;
		
		margin:0px 0px 0px 180px;
		*/
	}
	.knopGaVerder2 {
		width:176px;	
	}
	.knopGaTerug {
		
	}
	
	
	.appPageRight {
		float:left;
		margin: 0% 5% 0% 5%;
		width:90%;
	}
	.appPageRight p{
		margin: 0%;
		width:360px;
	}
	
	
	
	
	
	
	
	/*max-width: 900px*/
	.contentInfoPage {

		padding:3% 0px 30px 0px;

	}
	.contentInfoPageLijst{
		float:left;
		margin-left:5%;
	}
	.contentInfoPageLijst ul li {
		line-height:35px;		
	}
	.contentInfoPageUitleg {
		
		float:left;
		margin:5% 7% 5% 5%;
		width:88%;
	}
	.contentInfoPageUitleg p{
		margin:3% 0px 0px 0px;
		padding:0px;
		
		color:#666666;
		font-size:14px;
		line-height:24px;
	}
	
	
	
	
	/*max-width: 900px*/
	.contentTextPage{
		margin:0% 7% 5% 5%;
		width:88%;
	}
	
	
	
	
	.contentVideoPage{
		width:100%;
		margin:0%;
	}
	.contentVideoPage h1 {
		margin-left:5%;
		margin-top:1%;
		padding:0px;
	}
	.contentVideoPageSharebuttons {
		float:none;
		margin-top:0%;
		margin-left:5%;
		margin-bottom:3%;
	}
	.contentVideoPagePijl {
		display:none;
	}
	.contentVideoPageButton {
		float:none;
		margin-left:5%;
	}
	
	.contentVideoPage iframe{
		margin:0px 0px 0px 5%;
		width:381px;
		height:244px;
	}
	
	/*max-width: 900px*/
	
	
	
	.inputVeld{
		width: 100%; height: 40px;
		line-height: 40px;
		font-size: 19px;
	}
	.contactPageLeft textarea {
		width: 100%; height: 60px;
		line-height: 40px; font-size: 19px;
	}
	
	
	
	.foutmelding p {
		
		margin: 15px;
		padding: 15px 15px 25px 15px;

	}
	
	.deelfotoDriehoek {
		height:14px;
	}
	.deelfotosOpties {
		
		
	}
	.holderEditDeelFotos {
		
		width:85px;
		height:250px;
		margin:0px 0px 0px 8px;
		float:left;
		display:block;
	}
	
	/*max-width: 900px*/
	
	
	.holderEditFoto {
		margin:0px 0px 12px 0px;
	}
	.holderEditTools {
		margin:0px 0px 12px 4px;
	}
	.holderEditTools p{
		
	}
	.holderEditTools img
	{
		display:block;
		margin:0px 0px 30px 33px;
		cursor:pointer;
	}
	.iconFull {
		display:none;
	}
}

@media only screen and (max-width: 680px)
{
	.wachtvideo iframe{
		width:410px;
		height: 230px;
	}
	.wachtvideoscontainer {
		width: 98%;
	}
	
	.mainKnoppenPlaatsing 
	{
		width:92%;
		margin: 0 auto;
		margin-left: 5%;
		height: 90px;
	}
	
	/* width:max basis */
	.mainknop {
		width:25%;
		font-size:13px;
		line-height:18px;
		font-weight:bold;

	}
	.mainknoptekst {
		width: 25%;
	}
	
	.settingswheel {
		width: 8%;
	}
	.settingswheel img{
		height:36px;
		width: 36px;
		margin-top: 17px;
	}
	.tekstPlaatsing
	{
		width:410px;
	}
}
@media only screen and (max-width: 580px)
{
	.videoPageEmbed
	{
		width: 420px;
		height: 236px;
	}
	
	
}
@media only screen and (max-width: 445px)
{
	.videoPageEmbed
	{
		width: 330px;
		height: 187px;
	}
	/*
	.videoEmbed
	{
		width: 310px;
		height: 174px;
	}
	*/
	.downloadXLtabel
	{
		width: 100%;
	}
	.downloadOptieContainerThumb
	{
		width: 80px;
	}
	.downloadSchermContainer
	{
		padding:15px;
		
	}
	.downloadscherm
	{
		top:15px;
	}
/* max-width: 445px */	
	.paginasdeelfotos
	{
		font-size: 17px;
		width:98%;
	}
	.tekstPlaatsing
	{
		width:300px;
		margin-left: 5%;
		
	}
	.tdfotostoevoegen
	{
		font-size: 17px;
	}
	.wachtvideo iframe{
		width:320px;
		height: 180px;
	}
	.wachtvideoscontainer {
		width: 98%;
	}
	
	html {
		overflow-y:none;
	}
	h1 {
		font-size:26px;
	}
	.mainknop {
		margin-right: 10px;
	}
/* max-width: 445px */
	.optieKnoppenPlaatsing {
		width:96%;
		margin: 0 auto;

	}
	.staptekstHoofdfoto {
		font-size: 15px;
		
		text-align: left;
		width:90%;
		margin-left: 5%;
	}
	.staptekstDeelfotos {
		font-size: 15px;
		
		text-align: left;
		width:90%;
		margin-left: 5%;
	}
	.deelfotoshandig 
	{
		width:90%;
		margin-left: 4%;
	}
	.deelfotosContainer
	{
		width:90%;
		margin-left: 4%;
	}
	.alledeelfotos
	{
		width:92%;
	}
/* max-width: 445px */
	.appcontainer {
		/*margin: 0px auto 20px auto;*/
		
	}
	.apptips {
		font-size: 14px;
	}
	.optieKnoppen
	{
		height: 120px;
		
	}
	.optie {
		margin-top: 17px;
		/*margin-right: 2%;*/
		margin-bottom: 0px;
		margin-left:  1%;
		width: 70px;
		/*margin: 17px 0px 0px 8px;
		width: 72px;
		*/
		height: 95px;
		
		font-size: 13px;
		text-align: center;
	}
	.optie img{
		width: 30px;
	}
	/*
	.optie img{
		width: 30px;
		float: left;
		margin: 10px 10px 10px 30%;
	}
	.optie p{
		margin: 10px 0px 0px 0px;
	}
	*/
	
	/* max-width: 445px */
	
	
	.tekstwit {
		color:#FFFFFF !important;
	}
	
	.body {
		margin: 0% auto;
		width:100%;
		clear:both;
		
	}
	hr {
		display:block;
		margin: 10px 3% 0% 0%;
		border: 0; 
		height: 0; 
		border-top: 1px solid rgba(0, 0, 0, 0.1); 
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);

	}
	.contentFullwidth h1{
		margin:2% 5% 5% 5%;

	}
	.contentHalfwidthLeft iframe {
		margin:0% 5% 0% 5%;
		width:284px;
		height:160px;

	}
	.onzichtbaar445 {
		display:none;
	}
	.zichtbaar445 {
		display:block;	
	}

	.laderDivMosaic {
		
		margin: 136px 0px 0px 137px;
	}
	/* max-width: 445px */
	
	
	
	
	.showsize {
		font-size:13px !important;
	}

	
	.contentHalfwidthRight ul {
		padding-top: 3%;
		margin-left:2%;
	}
	.ulOranje {
		padding-top: 3%;
		margin-left:2%;

	}
	.contentHalfwidthRight p {
		margin:0% 5% 0% 5%;
		width:90%;
	}
	.homeCTA {
		margin-left:5%;

	}
	
	.buttonarrow {
		
		padding-right:8px;

	}
	.fb-like-box {
		margin-left:5%;
		/*display:none;*/
	}
	
	.recentDownload {
		width:280px;

		margin:0 0 0 5%;
	}
	.opslaanKnop {
		width:306px;
	}
	
	
	/* max-width: 445px */
	
	.besteloverzichtCode {
		margin:0px 0px 15px 0px;
		width:320px;
	}
	.besteloverzichtTitel {
		max-width:100%;
	}
	.besteloverzichtAantal {
		width:180px;
	}
	.besteloverzichtPrijs {
		
	}
	.besteloverzichtEmail {
		width:320px;
	}
	.bestelEmailInp {
		width:318px;
	}
	.besteloverzichtBetaalopties{
		width:320px;
	}
	.betaaloptie {
		max-width:100%;
	}
	.knopBetalen {
		width:318px;
	}
	.wachtenBoxWebshop{
		width:320px;
		
	}
	
	
	
	/* max-width: 445px */
	.downloadscherm h3
	{
		font-size: 16px;
	}
	
	.tariefbox {
		width:320px;
	}
	.xltitel {
		width:235px;
	}
	.xxltitel {
		width:235px;
	}
	
	.tariefplusjes {
		margin:0px 0px 0px 9px;
		float:left;
		width:232px;
		font-size:13px;
	}
	
	.tariefvraag {
		width:320px;
	}
	.tariefvraaginh {
		width:280px;
		font-size:13px;
	}
	
	
	.tariefvraagUit {
		width:320px;
	}
	.tdVerhoudingImg {
		width:70px;
	}
	
	.tdXl {
		width:120px;
	}
	.tdXxl {
		width:120px;
	}
	.tariefvraaginhTable {
		width:308px;
	}
	.sizenote {
		width:100% !important;
		max-width:100% !important;
	}
	
	
	
	
	
	/* max-width: 445px */
	
	
	
	
	.contentTwoThirdWidthRight {
		margin:10% 5% 0% 5%;
		padding:0%;
	}
	.contentTwoThirdWidthRight p{
		margin:0%;
		width:300px;
	}
	.contentTwoThirdWidthRight iframe {
		width:284px;
		height:160px;
	}
	
	
	.webshopPayMethodsLogos {
		margin:4% 0% 0% 0%;
		padding:0px;
		float:left;
	
	}
	.buttonGrey {
		margin:4% 0px 0px 0px;		
	}
	.downloadOptie {
		width:280px;
		margin:10px 0px 0px 5%;	
	}
	.linksUitlijnen {
		margin-left:5% !important;
	}
	/* max-width: 445px */
	.contentBlockLeft {
		margin-top:12% ;
		padding:4% 5% 4% 5%;
		width:92%;
	}
	.contentBlockLeft p{
		margin:3% 0% 2% 0%;
		padding:0px;
		width:72%;
		float:left;
	}
	.contentBlockRight {
		margin-top:12% ;
		margin-left:0%;
		padding:4% 5% 4% 5%;
		width:92%;
	}
	/* max-width: 445px */
	.contentBlockRight p{
		margin:3% 0% 2% 0%;
		padding:0px;
		width:94%;
		float:left;
	}
	.contentBlockImg{
		float:left;
		margin-top:4%;
		margin-right:4%;
		width:20%;
		
	}

	/* max-width: 445px */
	
	.contentInfoPage {
		padding:2% 0% 30px 0%;
	}
	.contentInfoPageLijst{
		float:left;
		margin-left:5%;
	}
	.contentInfoPageUitleg {
		
		float:left;
		margin:6% 7% 0% 5%;
		width:93%;
	}
	.contentInfoPageLijst ul li {
		line-height:30px;		
	}
	.contentInfoPageUitleg p{
		margin:3% 5% 0px 0px;
		padding:0px;
		
		color:#666666;
		font-size:14px;
		line-height:24px;
	}
	
	
	
	.contentTextPage{
		margin:0% 7% 0% 0%;
		width:93%;
	}
	
	/* max-width: 445px */
	
	
	.contactPageLeft {
		margin: 0% 5% 0% 5%;
		width:90%;
	}
	.contactPageRight {
		margin: 10% 5% 0% 5%;
	}
	

	/* max-width: 445px */
	.appPageLeft {
		/*margin: 0% 5% 0% 5%;*/
		
		width:90%;
	}
	
	.appPageLeft p {
		
		margin:4px 0px 0px 0px;
		
	
	}
	
	.downloadUitleg p {
		width:100% !important;
		max-width:100%;
		color:#666666;
		
	}
	
	.nummers {
		max-width:306px;
		height:35px;
		margin:0 0 0 0;
	}
	.nr {
		
		border-radius:50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		   
		width: 24px;
		height: 24px;
		
		padding: 0px;
		line-height:24px;
		
		font-size:13px;
		
	}
	.nr1a {
		float:left;
		margin-right:8px;
	}
	.nr2a {
		float:right;
		margin-right:8px;
	}
	.nr3a {
		float:right;
	}
	
	
	/* max-width: 445px */
	
	.holderHoofdFoto {
		/*
		background-color:#b3b3b3;
		width:250px;
		height:250px;
		float:left;
		*/
	}
	.holderEditHoofdFoto {
		width:54px;
		margin: 0px 0px 0px 8px;
		/*
		background-color:#b3b3b3;
		height:250px;
		
		float:left;
		display:block;
		*/
	}
	

	.knopKiesHoofdfoto {
		
		height:50px;
		width:147px; 
	
	}
	/* max-width: 445px */
	
	.buttontext {

		padding-left:7px;
		font-weight:normal !important;
	
		/*
		padding: 8px 5px 0px 5px;
		
		line-height: 18px;
		*/
	}
	.knopGaVerder1 {
		height:50px;
		width:152px;
		float:left;
		
		margin:0px 0px 4px 0px;
		
	}
	.knopGaVerder2 {
		width:152px;
	}
	.knopGaTerug {
		width:150px;

	}
	
	.instellingen {
		
		width:308px;
	
	}
	/* max-width: 445px */
	.instellingenClose {
		float:right;
		margin:10px 10px 0px 0px;
		cursor:pointer;
	}
	
	.instelling {
		/*
		float:left;
		width:150px;
		height:30px;
		line-height:28px;
		*/
	}
	
	.instellingUitleg {
		margin:0px 0px 0px 15px;
		/*;
		
		font-size:16px !important;
		*/
	}
	.instellingen select { 
	

		width:220px;

	
	}
	/* max-width: 445px */
	.instellingKnoppen {
		padding: 5px 0px 0px 15px;
		
	}
	.infoInstelling {

		margin:0px 0px 0px 10px;
	}
	
	.infoBoxUitleg {
	margin:0px 15px 0px 15px;
	}
	
	
	
	
	
	
	
	
	
	
	/* max-width: 445px */
	
	.appPageRight {
		float:left;
		margin: 0% 0% 0% 0%;
		width:100%;
		background-color:#5f534f;
	}
	.appPageRight p{
		margin: 5%;
		width:308px;
		color:#cccccc !important;
	}
	
	
	
		
	
	
	
	
	
	/* max-width: 445px */
	.contentVideoPage{
		width:90%;
		margin:0% 5% 0% 5%;
	}
	.contentVideoPage h1 {
		margin-left:0%;
		margin-top:1%;
		padding:0px;
	}
	.contentVideoPageSharebuttons {
		float:none;
		display:none;
		margin-top:0%;
		margin-left:0%;
		margin-bottom:5%;
	
	}
	.contentVideoPageSharebuttons2 {
		float:none;
		display:block;
		margin-top:8%;
		margin-left:0%;
		margin-bottom:5%;
		
	}
	.contentVideoPagePijl {
		display:none;

		
	}
	.contentVideoPageButton {
		float:none;
		margin-left:0%;
	}
	/* max-width: 445px */
	.contentVideoPage iframe{
		margin:0px 0px 0px 0%;
		width:284px;
		height:160px;
	}
	.foutmelding p {
		
		margin: 15px;
		padding: 15px 15px 25px 15px;

	}
	
	.inputVeld{
		width: 90%; height: 40px;
		line-height: 40px;
		font-size: 19px;
	}
	
	
	
	
	.deelfotosOpties {
		width:300px;
	}
	.deelfotoDriehoekNew {
		width:308px;
	}
	.deelfotoOptiesClose {
		float:none;
		margin:10px 10px 0px 263px;
		cursor:pointer;
	}

	.deelfotoOptie {
		margin-top:72px;
		margin-left: 13px;
		
	}
	.holderEditDeelFotos {
		
		width:54px;
		height:250px;
		
		float:left;
		display:block;
	}
	.holderEditDropdown {
	width:44px;
	}
	/* max-width: 445px */
	.holderEditTools {
		width:54px;

		
	}
	
	.holderEditTools img
	{
		margin:0px 0px 30px 7px;
	}
	
	
	
	
	
	
	.mosaicDiv {
		width:310px;
		height:260px;
	}
	.mosaic {
		width:300px;
		height:250px;
		
	}
	.shareOptions {
		width:310px;
	}
	
	.mosaicTools {
		width:305px;
	}
	.mosaicTools img{
		
	}
	.iconFull {
		display:none;
	}
	
}



@media only screen and (max-width: 359px)
{
	/*
	.videoEmbed
	{
		width: 280px;
		height: 158px;
	}
	*/
	.videoPageEmbed
	{
		width: 280px;
		height: 158px;
	}
	.downloadSchermContainer
	{
		padding:10px;
	}
	.tekstPlaatsing
	{
		width: 280px;
	}
	/* max-width: 359px */
	.wachtvideo iframe{
		width:290px;
		height: 163px;
	}
	
	.paginasdeelfotos
	{
		width:98%;	
	}
	.buttontext {
		/*
		padding: 8px 5px 0px 5px;
		
		line-height: 18px;
		*/
	}
	.contentHalfwidthLeft iframe {
		width:284px;
		height:160px;
	}
	
	/* max-width: 359px */
	.deelfotoOptieNew {
	
		
		width:52px;
		
	}
	.alledeelfotos
	{
		width:93%;
	}
	.mainknoptekst
	{
		line-height: 12px;
	}
	h1{
		font-size:22px;
	}
	h5 {
		font-size:18px;
	}
	.contentHalfwidthRight ul {
		margin-left:0;
		
	}
	.ulOranje {
		margin-left:0;
		
	}
	.contentInfoPageLijst ul li {
		line-height:25px;		
	}
	/* max-width: 359px */
	
	.downloadUitleg {
		margin-left: 3%;
		margin-right: 3%;
	}
	.downloadUitleg input {
		width:100px;
		height:36px;
		float:left;
		margin: 0px 4px 0px 0px;
		font-size:28px;
		color:#000000;
	}
	
	.appPageLeft {
		margin: 0% 0% 0% 4%;
		
		width:96%;
	}
	.staptekstHoofdfoto {
		margin-left: 4%;
		width:96%;
	}
	.staptekstDeelfotos {
		margin-left: 4%;
		width:96%;
	}
	.DownloadIconVb{
		margin-left: 3%;
		
	}
	/* max-width: 359px */
	
	.besteloverzichtCode {
		
		width:300px;
	}
	.besteloverzichtTitel {
		max-width:100%;
	}
	.besteloverzichtAantal {
		width:180px;
	}
	.besteloverzichtPrijs {
		
	}
	.besteloverzichtEmail {
		width:300px;
	}
	.bestelEmailInp {
		width:298px;
	}
	.besteloverzichtBetaalopties{
		width:300px;
	}
	.betaaloptie {
		max-width:100%;
	}
	.knopBetalen {
		width:298px;
	}
	.wachtenBoxWebshop{
		width:300px;
		
	}
	
	/* max-width: 359px */
	
	
	.tariefbox {
		width:300px;
	}
	.xltitel {
		width:215px;
	}
	.xxltitel {
		width:215px;
	}
	
	.tariefplusjes {
		margin:0px 0px 0px 9px;
		float:left;
		width:212px;
	}
	.tariefvraag {
		width:300px;
	}
	.tariefvraaginh {
		width:262px;
	}
	.tariefvraagarrow {
		margin:12px 0px 0px 0px;
	}
	
	/* max-width: 359px */
	.tariefvraagUit {
		width:300px;
	}
	.tdVerhoudingImg {
		width:60px;
	}
	
	.tdXl {
		width:110px;
	}
	.tdXxl {
		width:110px;
	}
	.tariefvraaginhTable {
		width:290px;
	}
	.sizenote {
		width:100% !important;
		max-width:100% !important;
	}
	/* max-width: 359px */
	
	.nummers {
		display:none;
	}
	
	.holderHoofdFoto {
		/*
		background-color:#b3b3b3;
		width:250px;
		height:250px;
		float:left;
		*/
	}
	.recentDownload {
		width:280px;
		margin-left:5%;
	}
	.opslaanKnop {
		width:290px;
	}
	.holderEditHoofdFoto {
		width:40px;
		/*
		background-color:#cccccc;
		height:250px;
		
		float:left;
		display:block;
		*/
	}
	
	.knopKiesHoofdfoto {
		
		width:148px;
	
	}
	.downloadOptie {
		width:280px;
		
	}
	/* max-width: 359px */
	.contentTwoThirdWidthRight {
		margin:0% 5% 0% 5%;
		padding:0%;
	}
	.contentTwoThirdWidthRight p{
		margin:0%;
		width:290px;
	}
	.contentTwoThirdWidthRight iframe {
		width:284px;
		height:160px;
	}

	.knopGaVerder1 {
		
		width:148px;
	}
	.knopGaVerder2 {
		width:148px;
	}
	.knopGaTerug {
		width:148px;

	}
	.instellingen {
		
		width:304px;
	
	}
	
	.appPageRight {
		float:left;
		margin: 0% 0% 0% 0%;
		width:100%;
	}
	
	
	/* max-width: 359px */
	.appPageRight p{
		margin: 5% 5% 5% 5%;
		width:290px
	}

	
	.deelfotosOpties {
		width:270px;
	}
	.deelfotoDriehoekNew {
		width:302px;
	}
	.deelfotoOptiesClose {
		margin:10px 10px 0px 256px;
	}

	.deelfotoOptie {
		margin-left: 12px;
		
	}
	/* max-width: 359px */
	.holderEditDeelFotos {
		
		width:40px;
		height:250px;
		
		float:left;
		display:block;
	}
	
	.holderEditTools {
		width:50px;
	}
	/* max-width: 359px */
	.holderEditTools img
	{
		margin:0px 0px 30px 5px;
	}
}
@media only screen and (max-width: 319px)
{
	
	
}