@charset "utf-8";

/* @media Rule */
@media (min-width: 1024px) {

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

#mainframe {
	position: absolute;
	z-index: 1;
	margin-top: 1px;
	left: 50%;
	margin-left: -500px;
	min-width: 1000px;
	height: 800px;
	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;
}
#mainframe_subpage {
	position: absolute;
	z-index: 1;
	margin-top: 1px;
	left: 50%;
	margin-left: -500px;
	min-width: 1000px;
	height: 800px;
	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;
}

#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: 14em;
	width:100%;
}
#viewport_small {
	position: absolute;
	top: 14em;
	left: 0.5em;
	width:60%;
	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: 14em;
	right: 0.5em;
	width:35%;
	overflow-y: auto;
}

	img.sidebar {
		width: 150px;
		position: relative;
	}
	div.imgoverlay {
		float: left;
		position: absolute;
		z-index: 10;
		width: 150px;
		height: 20px;
		margin: 2px 0px 0px 2px;
		padding: 3px;
		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: 18px;
				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: 14px;
				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;
	}


.wittetitel {
	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);
}
.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;
	width: 30em;
}
.one {
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url("../../img/RodeBol.png");
	background-repeat: no-repeat;
	border:3px #7f7f7f solid; 
	top: 2em;
	left: 2em;
	width: 29.5em;
	min-height: 15em;
	padding: 0.25em;
}
.two {
	background-color:#fff;
	border:3px #7f7f7f solid; 
	top: 90em;
	left: 2em;
	width: 30em;
	height: 10em;
}
.three {
	background-color:#fff;
	border:3px #7f7f7f solid; 
	top: 71em;     /* was 102em */
	left: 40em;      /* was 2em */
	width: 400px;    /* was 30em */
	height: 8em;
}

.four {
	background-color: rgba(255, 220, 100, 0.8);
	border:3px #FFF solid; 
	top: 68em;
	left: 2em;
	width: 30em;
	height: 18em;
}

.five {
	background-color: rgba(255, 220, 100, 0.8);
	border:3px #FFF solid; 
	top: 45em;
	left: 2em;
	width: 30em;
	height: 19em;
}
.six {
	background-color:#FFF;
	border:3px #7f7f7f solid; 
	top: 45em;    /* was 88em */
	left: 40em;
	width: 400px;
	height: 265px;
	overflow: hidden;
}


.bigitem {
	position:absolute;
	background-color:#f6f6f6;
	-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 */
	border:3px #7f7f7f solid; 
	z-index:4;
	padding-top: 6em;
	height: 29em;
	width: 37em;
	top: 45em;
	right: 6em;
}

.bigimage {
	margin-left: 2em;
	margin-top: -4em;
	max-width: 35em;
	max-height: 29em;
}

table.itemtable, table.itemtable a:link {
	padding: 3px;
	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;
	font-size: 12px;
	background-color: #FFF;
	border-bottom: 2px solid #7f7f7f;
}
table.beschikbaartable td {
	width: 11%;
	text-align: center;
	border: 1px solid #fff;
}
table.beschikbaartable td:hover {
	background-color: #f5f5f5;
	border: 1px solid #7f7f7f;
	transition: all 500ms ease-in; 
}
table.beschikbaartable tr {
}

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


.popup {
	position:absolute;
	padding:2px;
	width: 20px;
	height: 20px;
	background-color: #CCC;
	filter:alpha(opacity=0);
	opacity: 0.0;
	cursor: pointer;
	transition: filter 500ms ease, opacity 500ms ease, width 500ms ease;
	border:2px #FFF solid; 
	z-index:5;
}
.popup:hover {
	filter:alpha(opacity=80);
	opacity: 0.8;
	width: 120px;
	height: 40px;
}
table.popuptable {
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-style: normal;
	text-align: left;
}
table.popuptable th {
	color: #CC0000;
	background-color: #FFF;
	font-weight: bold;
}
table.popuptable td {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.E {
	top: 9em;
	right: 22em;
}
.F {
	top: 13.5em;
	right: 17em;
}
.G {
	top: 7em;
	right: 17.5em;
}
.H {
	top: 5.5em;
	right: 14.5em;
}
.I {
	top: 5em;
	right: 9em;
}
.J {
	top: 7.5em;
	right: 5em;
}
.K {
	top: 9.5em;
	right: 7em;
}
.L {
	top: 11.5em;
	right: 10em;
}

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



/* ------------------------------------------------------- hoofdmenu ------------------------------------------------------- */

#menubalk {
	position:absolute;
	bottom: 4.5em;
	height: 1.5em;
	width: 60em;
	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: 50%;
	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: 14px;
	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;
  right: 0px;
}
.homeimg {
  position: absolute;
  z-index: 51;
  margin: 18px 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: 5px 40px; /*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 40px;
		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: 20px;
	height: 20px;
	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;
	right: 0em;
	width: 28em;
	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: 18px;
}
table.logoteksttable td {
	height: 10px;
	font-size: 10px;
}

#copyright {
	position:absolute;
	width: 100%;
	bottom: -30px;
}

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




/* ----------------------------------------------------- contactinfo ------------------------------------------------------- */

.contact20 {
	position:absolute;
	right: 0em;
	bottom: 10em;
	height: 162px;
	width: 71px;
	background-image:url(../../img/contact-bar.png);
	background-repeat:no-repeat;
	z-index:3;
	padding:4px;
	filter:alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
	transition: filter 500ms ease, opacity 500ms ease;
/*	border:1px #000000 solid; */
}
.contact20:hover {
	filter:alpha(opacity=50);
	opacity: 0.5;
}
.contacticons {
	filter:alpha(opacity=60);
	opacity: 0.6;
	transition: filter 500ms ease, opacity 500ms ease;
}
.contacticons:hover {
	filter:alpha(opacity=100);
	opacity: 1.0;
}

#info-email {
	visibility:hidden;
	transition: filter 500ms ease, visibility 200ms ease;
}
#info-phone {
	visibility:hidden;
	transition: filter 500ms ease, visibility 200ms ease;
}
#info-mail {
	visibility:hidden;
	transition: filter 500ms ease, visibility 200ms ease;
}

#contact-container {
}
#titel-container {
	display:none; 
}

#titel-contact {
	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);
}

.contactinfo {
	position:absolute;
	right: 6em;
	width: 20em;
	background-color:rgba(120,120,120,0.5);
	-moz-border-radius: 7px;
	border-radius: 7px;
	behavior: url(../../verkoop/css/PIE.htc); /* remove if you don't care about IE8 */
	border:3px #FFF solid; 
	-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:99;
}
.email {
	bottom: 13em;
	height: 8em;
}
.phone {
	bottom: 14em;
	height: 6em;
}
.mail {
	bottom: 12em;
	height: 10em;
}

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

#copyright {
	position:absolute;
	right: 50%;
	margin-right: -500px;
	width: 1000px;
	bottom: -2em;
}

}


