@charset "utf-8";

/* @media Rule */
@media all and (max-width:1024px) {

#overlay {
	position: absolute;
	height:1600px;
	width:100%;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 9999;
}

#mainframe {
	position:absolute;
	background-color:#FFF;
	border-right: solid 1px #7f7f7f;
	border-left: solid 1px #7f7f7f;
	-moz-box-shadow: 3px 3px 7px #969696;
	-webkit-box-shadow: 3px 3px 7px #969696;
	box-shadow: 3px 3px 7px #969696;
	z-index:1;
	top: 0px;
	left: 5em;
	right: 5em;
/*	left: 50%;
	bottom: 30px;
	width: 450px;
	margin-left: -225px; */
	min-width: 400px;
	height: 800px;
}
#mainframe_subpage {
	position:absolute;
	background-color:#FFF;
	border-right: solid 1px #7f7f7f;
	border-left: solid 1px #7f7f7f;
	-moz-box-shadow: 3px 3px 7px #969696;
	-webkit-box-shadow: 3px 3px 7px #969696;
	box-shadow: 3px 3px 7px #969696;
	z-index:1;
	top: 0px;
	left: 5em;
	right: 5em;
	min-width: 400px;
	height: 1050px;
}
#titel {
	position:absolute;
    background-image: -webkit-linear-gradient(right, rgba(255,255,255,1), rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(right, rgba(255,255,255,1), rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(right, rgba(255,255,255,1), rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(0,0,0,0.5)); /* Standard syntax (must be last) */
	z-index:2;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 90px;
}
#subtitel {
	position:absolute;
	z-index:2;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 4em;
}
#viewport {
	position: absolute;
	top: 15em;
	width:100%;
}
#viewport_small {
	position: absolute;
	top: 28.5em;
	left: 0.5em;
	right: 0.5em;
	border-top: solid 1px #ccc;
	border-right: solid 1px #7f7f7f;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #7f7f7f;
	-moz-box-shadow: 3px 3px 7px #969696;
	-webkit-box-shadow: 3px 3px 7px #969696;
	box-shadow: 3px 3px 7px #969696;
}
#viewport_sidebar {
	position: absolute;
	top: 13em;
	left: 0.5em;
	right: 0.5em;
}

	img.sidebar {
		display: none;
	}
	div.imgoverlay {
		position: relative;
		z-index: 10;
		width: 100%;
		height: 25px;
		margin: 0px;
		padding: 2px;
		background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
		background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
		background-image: -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
		background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(255,255,255,1)); /* Standard syntax (must be last) */
				font-size: 16px;
				font-family: Avenir;
				font-variant: small-caps;
				font-weight: bold;
				text-align: left;
				color: #FFDC64;
				text-shadow: 0px 0px 5px #666;
	}
	span.imgoverlay {
				font-size: 12px;
				font-family: Avenir;
				font-variant: small-caps;
				font-weight: bold;
				color: #FFDC64;
	}
	table.sidebar {
		width: 100%;
		border: 1px dotted #333;
	}
	table.sidebar td {
		text-align: left;
		border: 1px dotted #333;
		height: 25px;
	}

	
	
.wittetitel {
	position:absolute;
	bottom: -16px;
	left: 0em;
	z-index:3;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-shadow: 3px 3px 5px #666;
	filter: progid:DXImageTransform.Microsoft.DropShadow(offX=2,offY=2,color=cccccc);
}










.item {
	position: absolute;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../../verkoop/css/PIE.htc); /* remove if you don't care about IE8 */
	-moz-box-shadow: 3px 3px 5px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
	box-shadow: 3px 3px 5px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-215, Color='#666666')"; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-215, Color='#666666'); /* For IE 5.5 - 7 */
	z-index:4;
	left: 10px; 
	width: 375px;
	max-height: 120px;
}
.one {
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url("../../img/RodeBol.png");
	background-repeat: no-repeat;
	border:3px #ffdc64 solid; 
	top: -25px;
	max-height: 310px;
}
.two {
	background-color:#fff;
	border:3px #ffdc64 solid; 
	top: 210%;
	max-height: 120px;
}
.three {
	background-color:#fff;
	border:3px #ffdc64 solid; 
	top: 260%;
	max-height: 120px;
}
.four {
	background-color: rgba(255, 220, 100, 0.8);
	border:3px #FFF solid; 
	top: 137%;
	max-height: 160px;
}
.five {
	background-color: rgba(255, 220, 100, 0.8);
	border:3px #FFF solid; 
	top: 137%;
	max-height: 220px;
}
.four {
	display: none;
}
.six {
	background-color: rgba(255, 255, 255, 0.8);
	border:3px #ffdc64 solid; 
	top: 95%;
	max-height: 250px;
}

.bigitem {
	position:absolute;
	background-color:#FBFBFB;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../../verkoop/css/PIE.htc); /* remove if you don't care about IE8 */
	z-index:4;
	padding-top: 10px;
	width: 410px;
	min-height: 200px;
	top: 1200px;
	left: 5px;
	border:3px #ffdc64 solid; 
}

.bigimage {
	min-width: 400px;
}
div#wn	{ 
	display: none;
}



table.itemtable, table.itemtable a:link {
	padding: 3px;
	width: 100%;
	height: 100%;
	font-size: 10px;
}
table.itemtable th {
	text-align: center;
	width: 175px;
	background-color: #FFF;
}
table.itemtable td {
	text-align: left;
}

table.beschikbaartable, table.beschikbaartable a:link {
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 10px;
}
table.beschikbaartable th {
	text-align: left;
	background-color: #FFF;
}
table.beschikbaartable td {
	vertical-align: top;
	text-align: left;
}


.pdficons {
	vertical-align: middle;
	border: none;
	cursor: pointer;
	max-height: 20px;
	max-width: 20px;
}
.downloadicons {
	display: none;
}
.verkochticons {
	display: none;
}
.smallicons {
	max-height: 30px;
	max-width: 30px;
	margin-left: 40px;
}


.popup, .popup:hover, table.popuptable, table.popuptable th, table.popuptable td {
	display:none;
}

.E, .F, .G, .H, .I, .J, .K, .L {
	display:none;
}

#icoon {
	position: absolute;
	margin-top: 350px;
	padding: 0px;
	width: 100%;
	max-height: 200px;
	text-align: center;
	z-index: 0;
}
#icoon img {
	max-height: 200px;
}





/* ------------------------------------------------------- hoofdmenu ------------------------------------------------------- */
#menubalk {
	position:absolute;
	bottom: 4.25em;
	height: 1.5em;
	width: 100%;
	margin-bottom: -2px;
	padding: 0px;
	z-index:3;
}

#menubalk ul {
	width: 100%;
	text-align: center;
	margin:0;
	padding:0; 
	max-width: 79em; 
	margin: auto; 
}
#menubalk li {
	width: 33.3333%;
	float:left; 
	list-style-type: none; 
	display:inline-block; 
}
#menubalk li:hover {
	background: #CC0000;
	-moz-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
	behavior: url(../../verkoop/css/PIE.htc); /* remove if you don't care about IE8 */
	right: 35em;
	transition: ease-in 500ms;
}
.menuknoppen a:link, .menuknoppen a:active, .menuknoppen a:visited {
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	color: #000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0.2em;
}
.menuknoppen a:hover {
	color: #999999;
}



/* ----------------------------------------------------- menubalk dropdown ----------------------------------------------------- */
.navigation {
  position: relative;
  z-index: 50;
  background:rgba(255,255,255,0.5);
  width: 100%;
  height: 41px;
  margin-top: 85px;
}
.subnavigation {
  display: none;
}
	.homeimg {
  position: absolute;
  z-index: 51;
  margin: 10px 0px 0px;
  padding: 0px;
  cursor: pointer;
}
nav .skip {
  display: none;
}
nav li a:not(:only-of-type).more,
nav li a:not(:only-of-type).less {
  display: none;
}


nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
nav ul {
	background:rgba(255, 220, 100, 0.8);
	padding: 0px 20px; /*padding om hoofd-items*/
	list-style: none;
	position: relative;
	display: inline-table;
	text-transform: uppercase;
}
	nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}


nav ul li {
	float: left;
}
	nav ul li:hover {
		background:rgba(75,84,95,0.75);
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: all 0.5s;
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; 
		padding: 5px 20px;
		color: #757575; 
		text-decoration: none;
	}


nav ul ul {
	background:rgba(95,105,117,0.75);
	padding: 0px;
	position: absolute; 
	top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		position: relative;
		text-transform: lowercase;
	}
		nav ul ul li a {
			padding: 10px 40px;
			border-bottom: 1px solid #575f6a;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
				border-bottom: 1px dotted #CC0000;
			  -webkit-transition: all 0.5s;
			  -moz-transition: all 0.5s;
			  -o-transition: all 0.5s;
			  transition: all 0.5s;
			}


nav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}






/* ----------------------------------------------------- bottombar ------------------------------------------------------- */

#CircleLogo {
	position:absolute;
	bottom: 4.5em;
	right: 0.2em;
	-moz-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
	behavior: url(../../verkoop/css/PIE.htc); /* remove if you don't care about IE8 */
	width: 100px;
	height: 50px;
	background: #CC0000;
	border: none;
	z-index:1;
}
#circleSmallred {
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(../../verkoop/css/PIE.htc); /* remove if you don't care about IE8 */
	width: 14px;
	height: 14px;
	background: #CC0000;
	border: none;
	bottom: 0em;
}


#bottombar {
	position:absolute;
	background-color:#000;
	z-index:2;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 4.5em;
}

#logotekst {
	position:absolute;
	bottom: 0em;
	left: 50%;
	margin-left: -13em;
	width: 26em;
	height: 4.5em;
	z-index:3;
}
table.logoteksttable {
	width: 100%;
	height: 100%;
	font-family: HelveticaNeueUltraLight;
	color: #FFF;
	text-align: center;
}
table.logoteksttable th {
	height: 20px;
	font-size: 14px;
}
table.logoteksttable td {
	height: 10px;
	font-size: 8px;
}
#copyright {
	position:absolute;
	left: 0em;
	right: 0em;
	bottom: -2em;
}

#facebook {
	position:absolute;
	left: 0.5em;
	top: 4em;
	filter:alpha(opacity=20);
	opacity: 0.4;
	z-index: 3;
}
#facebook img {
	max-width: 20px;
	max-height: 20px;
	vertical-align:middle;
}
#facebook:hover { 
filter:alpha(opacity=100);
opacity: 1.0;
transition: filter 1000ms ease, opacity 1000ms ease;
}




/* ----------------------------------------------------- contactinfo ------------------------------------------------------- */
#contact-container {
	position:absolute;
	top: 1700px;
	width: 350px;
	height: 150px;
	left: 10px;
	background-color:#FBFBFB;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../../verkoop/css/PIE.htc); /* remove if you don't care about IE8 */
	border:3px #ffdc64 solid; 
	z-index:99;
}

#titel-container {
	position:absolute;
	bottom: -18px;
	left: 0em;
/*	border: 1px solid #000; */
	z-index:3;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-shadow: 3px 3px 5px #666;
	filter: progid:DXImageTransform.Microsoft.DropShadow(offX=2,offY=2,color=cccccc);
}

#titel-contact {
	display:none;
}

.contact20 {
	display:none;
}

#info-email {
	visibility:visible;
}
#info-phone {
	visibility:visible;
}
#info-mail {
	visibility:visible;
}

.contactinfo {
}
.email {
}
.phone {
}
.mail {
}
table.contacttable {
	padding: 0px;
	width: 100%;
	height: 100%;
}
table.contacttable th {
	height: 1em;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	color: #ffdc64;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
table.contacttable td {
	text-align: left;
}



}


