@import url("content.css");

* {
	margin:0;
	padding:0;
	outline: none;
}

a img {border: none;}

#column1 h1 {display: none;}

#container {margin: 0 auto;}

#container, #header, #menu, #content, #image, #footer {width: 990px;}

#header, #content, #column1, #footer {padding: 10px 0;}

#logo {
	background: url(../assets/logo.jpg) no-repeat;
	width: 990px;
	height: 175px;
	display: block;
	text-indent: -9999px;
}

#menu, #menu li, #content, #column1, #column2, #footer {float: left;}

/*#menu {text-align: center;}

#menu ul {
	display: inline-block;
	list-style: none;
	vertical-align: bottom;
}

#menu a {	
	text-decoration: none;
	color: #000;
	font-size: 26px;
	background-color: #fff;
	display: block;
	padding: 5px 20px;
}

#menu a:hover,
#menu li.current a {color: #fe29c3;}*/

#menu {
	position:relative;
	z-index:100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-touch-action: none;

	padding: 0 22px;
	color: #000;
	font-size: 26px;
	text-align: center;
}

#menu ul {
	margin:0;
	padding:0;
	display: inline-block;
	vertical-align: bottom;
	list-style:none;
	white-space:nowrap;
	text-align:left;
}
#menu ul {display:inline-block;}

#menu li {
	display:block;
	position:relative;
}

#menu ul ul {
	position:absolute;
	left:-9999px;
	top:45px;
	padding:0;
	z-index:0;
	font-size: 18px;
	background: #333;
}

#menu ul ul a {color: #fff;}

#menu ul ul ul {
	left:100%;
	top:0;
}
#menu ul li.left > ul {
	left:auto;
	right:0;
	top:45px;
}
#menu ul li.left ul li > ul {
	left:auto;
	right:100%;
	top:auto;
	margin-top:-35px;
}

#menu > ul {margin:0 auto;}
#menu > ul > li {
	float:left;
	position:relative;
}

#menu a {
	display:block;
	padding:0 22px;
	position:relative;
	z-index:10;
	line-height: 45px;

	text-align: center;
	text-decoration:none;
}

#menu > ul > li > a {
	line-height:45px;
	border: none;
}

#menu li.left ul a {text-align:right;}

#menu li:hover > a, #menu ul li:hover > a {
	color: #fe29c3;
}

#menu ul li a.hassub {background:url(down.gif) no-repeat right center;}
#menu li.left ul li a.hassub {background:url(down.gif) no-repeat left center;}

#menu > ul {*display:inline;}

#menu ul ul, #menu ul ul ul, #menu ul li.left > ul, #menu ul li.left ul li > ul {
	left:-9999px;
	right:auto;
	opacity:0;
}

#menu ul li:hover > ul {
	left:0;
	opacity:1;
}
#menu ul ul li:hover > ul {
	left:100%;
	opacity:1;
}
#menu ul li.left:hover > ul {
	left:auto;
	right:0;
	opacity:1;
}
#menu ul li.left ul li:hover > ul {
	left:auto;
	right:100%;
	opacity:1;
}

#menu ul li:hover > a.hassub {background:url(right.gif) no-repeat right center;}
#menu li.left ul li:hover > a.hassub {background:url(left.gif) no-repeat left center;}

#menu li.current > a {color: #fe29c3;} /* 2014-09-18 10:40 Menu current roze */

#column1 {
	position: relative;
	width: 660px;
}

#column2 {
	width: 310px;
	padding-left: 20px;
}

#footer p {
	float: left;
	width: 50%;
}

#footer p.office {text-align: right;}

/* Column 1 */

/* Breadcrumbs */

#breadcrumbs {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0 12px 20px 12px !important;
}

#breadcrumbs li {
	float: left;
	padding-left: 24px;
	margin-right: 10px;
	background: url(../assets/breadcrumbs-arrow.png) left center no-repeat;
}

#breadcrumbs li:first-child {
	padding: 0;
	background: none;
}

#breadcrumbs a {padding: 10px 0;}

#breadcrumbs li.current a, #products-menu:hover > a {
	text-decoration: none;
	color: #fe29c3;
}

#content #news h2 a, #content #blog h2 a {text-decoration: underline;}

/* Products */

#products ul, #product .images ul, #product .books ul, #products-menu ul {list-style: none;}

#products ul, #product .books ul {
	margin: 0; /* Override of content.css */
	margin-left: 0 !important;
}

#products li, #product .container, #product div.image, #product .info-after, #product .books li, #product .images li,#products a img, #product a img, #product .images a img, #product .books a img {float: left;}

#products li, .books li {
	height: 245px;
	position: relative;
}

#products a, #product a, #product .images a, #product .books a, #product .books span.title, #products-menu:hover ul {display: block;}

#products a, #product .images a, #product .books a {
	margin: 6px;
}
#products a, #product a, #product .images a, #product .books a {
	border: 4px solid #fff;
	overflow: hidden;
}

#products a:hover span.categorie {
	display: block;
	position: absolute;
	top: 20px;
	opacity: 0.8;
	left: 6px;;
	text-align: center;
	width: 153px;;
	color: #000;
	background: #fff;
	/*background: #fe29c3;*/
	padding: 5px 0;
}

#products a:hover, #product a:hover, #product .images a:hover, .books a:hover {/*border-color: #333;*/}

#products a, #product .books a, #products a img, #product .books a img {width: 145px;}

#products a, , #product .books a {max-height: 225px;}

#products span.title,
#products span.categorie, 
#product .books li span.categorie,
#product .books li span.title, 
#products-menu ul {display: none;}

#product .books span.title {margin-bottom: 0 !important;}

#products a img, .books a img, #product div.image img {height: auto;}

#product div.image, #product div.image img {width: 318px;}

#product div.image {padding: 10px 6px 6px 6px;}

#product .info-after {padding: 20px 0;}

#product .books, #product .info-before {
	clear: both;
	width: 100%;
}

#product .info-after {
	width: 660px;
	padding-bottom: 180px;
}

#product .container {position: relative;}

#product .images {
	position: absolute;
	left: 330px;
	bottom: -8px;

	height: 178px;
	width: 660px;
	
	margin: 0 !important;
	white-space:nowrap;
}

#product .images a {
	display: inline-block;
	height: 150px;
	max-width: 150px;
}

#product .images img {
	height: 150px;
	width: auto;
}

#products-menu {
	position: absolute;
	top: 0;
	right: 10px;
	background: #333;
}

#products-menu a {
	position: relative;
	margin-left: 0 !important;
	float: right;
	clear: both;
	vertical-align: middle;
	padding: 10px 20px;
	background-color: #fe29c3;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#products-menu a span {
	display: inline-block;
	background-color: #fe29c3;
	width: 10px;
	text-align: center;
}

#products-menu:hover a span.plus,
#products-menu a span.min {display: none;}

#products-menu:hover a span.min,
#products-menu a span.plus {display: inline-block;}

#products-menu a:hover, #products-menu:hover > a {color: #fff;}

#products-menu ul {margin: 0 20px;}

#products-menu ul a {
	background: none;
	color: #fff;
	padding: 5px 0;
}

#products-menu ul a:hover {color: #fe29c3;}

/* Contact */

#column1 form input, 
#column1 form label,
#column1 form textarea {
	float: left;
	padding: 10px;
	width: 640px;
	font-weight: bold;
	border: solid 1px #000;
	margin: 1px;
	margin-bottom: 10px;
}

#column1 form input:focus, #column1 form textarea:focus, #column1 form div.error input, #column1 form div.error textarea {
	border: solid 2px #fe29c3;
	margin: 0;
	margin-bottom: 9px;
}

#column1 form {margin-bottom: 20px;}

#column1 form,
#column1 form div {float: left;}

#column1 form fieldset, #column1 form label {border: none;}
#column1 form legend {display: none;}

#column1 form input[type=submit] {
	display: block;
	margin: 10px 0 0 180px;
	width: 300px;
	border: none;
	background-color: #fe29c3;
	color: #fff;
}

#column1 form textarea {
	height: 250px;
	resize: none;
}

#column1 .errors span {
	font-weight: bold;
	color: #fe29c3;
}

/* News/blog  */

#column1 #news a.more, #column1 #blog a.more, #column1 a.back {margin: 0 10px 20px 10px;}

#column1 #news a, #column1 #blog a, #column1 #news a.more:hover, #column1 #blog a.more:hover {text-decoration: none;}

#column1 #news a, #column1 #blog a {color: #000;}

#column1 #news a.more, #column1 #blog a.more {text-decoration: underline;}

#column1 #news a.more:hover, #column1 #blog a.more:hover {color: #fe29c3;}

#column1 #news div, #column1 #blog div {margin-bottom: 20px;}


/* Column 2 */

/* Socialmedia */
#socialmedia.sitespecific {
	float: left;
	height: auto !important;
	width: 100% !important;
	padding: 0 0 5px 0 !important;
}

#socialmedia.sitespecific li {padding: 3px 0 7px 0 !important;}

/* Nieuws */

/* Blog */

#nieuws {
	list-style: none;
	padding: 5px 0;
}

#nieuws li, #nieuws span {float: left;}

#nieuws li, #nieuws span.message {padding: 5px 0;}

#nieuws a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#nieuws span {width: 100%;}

#nieuws span.more {
	padding-right: 25px;
	height: 25px;
	width: auto;
	background: url(../assets/pijltjes-klein.png) right top no-repeat;
	text-decoration: underline;
	font-weight: bold;
}

#nieuws a:hover span.more {
	background-position: right bottom;
	color: #fe29c3;
	text-decoration: none;
}

#nieuws span.date-time {
	font-size: 14px;
	background: none;
	text-decoration: none;
	height: auto;
	padding-right: 0;
	width: 330px;
}

#nieuws a:hover span.date-time {color: #000;}

/* Test */
/*#header {background-color: #000;}
#menu {background-color: #aaa;}
#content {background-color: #000;}
#column1 {background-color: #aaa;}
#column2 {background-color: #fff;}
#nieuws li {background-color: #ff0;}
#nieuws h2 span {background-color: #f0f;}
#footer {background-color: #0ff;}*/

.verificationvalue-container {display: none;}