@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Roboto:300');
* {
	padding:0;
	margin:0;
}
body {
	font-family:"Open Sans", Arial, Helvetica, sans-serif!important;
	color:#666;
	font-size:14px;
	background:#eee;
	font-weight:300
}
a, .grid, .listing, .list, .knop {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
img{
	max-width:100%; border:0
}
/*menu */
.onlymobile {
	display:none
}
.changecolumn.grey{ /* value not val */
    background: #ccc;
}
table .trover:hover{
	background:#eee
}
#menu {
	font-family:"Open Sans", Arial, Helvetica, sans-serif!important;
	height:79px;
	line-height:79px;
	padding-left:30px;
	color:#666;
	background:#fff;
	border-bottom:1px solid #ccc;
	font-weight:400;
	font-size:1.1em
}
#menu span i {
	color:#bebebe;
}
#menu li:hover i {
	color:#0073a9;
}
#menu li {
	float: left;
	position: relative;
	width: 130px;
	display: block;
	color: inherit;
	height:30px;
	line-height:30px;
	cursor:pointer;
}
#menu .mainitem {
	height:80px;
	text-align:center;
}
#menu .mainitem span {
	display:block;
	font-size:40px;
	padding-top:10px
}
#menu .lastmenubox {
	float:right
}
#menu li a {
	color:inherit;
	text-decoration:none;
	display: block;
}
#menu li a:hover {
	text-decoration:none;
}
#menu li ul { /* sub items */
	display: none;
	color:inherit;
	position: absolute;
	top: 80px;
	left: 0;
	background:#eee;
	box-shadow:3px 3px 3px #666;
	width:175px;
	z-index:999999999999
}
#menu li ul li {
	width:175px;
	display: block;
	color:inherit;
	height:50px;
	line-height:50px;
}
#menu li ul a {
	color: inherit;
	text-decoration:none;
	margin: 0px;
	line-height:50px;
	height:50px;
	display: block;
	padding-left:10px;
}
#menu li ul a:hover {
	color:#fff;
	text-decoration:none;
	background:#0073a9;
}
#menu li:hover ul, #menu li.over ul { /* lists nested onder hovered list items */
	display: block;
}
#menu li a:hover ul, #menu li.over ul { /* lists nested onder hovered list items */
	display: block;
}
#menu li ul li a {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
/* standard page */
#content {
	background:#fff;
	border-bottom:1px solid #ccc;
	box-shadow: 0 1px 3px #888888;
	padding:2em
}
#content.bggrey {
	background:#eee;
	box-shadow:none;
	border-bottom:none;
}
#content a {
	text-decoration:underline;
	color:#0073a9;
}
#content a:hover {
	text-decoration:underline;
	color: #a90024;
}
#content h1, #content h2, #content h3, #content h4, #content h5,#content .blue {
	color:#0073a9;
}
#content h1 {
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-size:2.2em;
	font-weight:300;
	margin-bottom:1.3em;
}
#content h2 {
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:300;
	margin-bottom:1.2em;
}
#content h3 {
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:300;
	margin-bottom:1.2em;
}
#content h4, #content h5, #content .title {
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:300;
	margin-bottom:1.2em;
	display:block
}
#content .óverviewbox:hover {
	background:#d4f1fe;
}
#content p {
	line-height:2em
}
#content p, #content form, #content table, #content ul, #content ol {
	margin-bottom:1em;
}
#content .labelfloat {
	width:33%;
	float:left
}
#content form {
	margin-bottom:2em;
}
.fotobox {
	width:200px;
	border:1px solid #ccc;
	float:left;
	margin:0 1em 1em 0;
	padding:1em;
}
.fotobox .imgbo {
	height:120px;
	overflow:hidden;
}
.fotobox img {
	max-width:100%
}
/*textbanbox */
.textbanbox {
	border:1px solid #ccc;
	padding:1em;
}
.textbanbox .img{
	width: 270px;
	float: left
	
}
.textbanbox .bannr{
	width:-moz-calc(100% - 270px);width:-webkit-calc(100% - 270px);width:calc(100% - 270px);
	float: left
	
}
/*searchresults */
.sortbox {
	border:1px solid #ccc;
	overflow:hidden;
	margin-bottom:2em;
	font-size:2em;
	line-height:2em;
	padding:0.1em
}
.sortbox p {
	margin:0!important
}
.sorttitle {
	float:left;
	width:41%;
	padding-left:150px!important
}
.sortprice {
	float:left;
	width:-moz-calc(59% - 150px);
	width:-webkit-calc(59% - 150px);
	width:calc(59% - 150px);
}
.founditems {
	border:1px solid #ccc;
	margin-bottom:1em;
	overflow:hidden;
	padding:0.6em;
}
.founditems .firstform {
	width:30px;
	float:left;
	text-align:center
}
.founditems .firstform input {
	width:auto;
	margin:10px 0 0 0;
	padding:0
}
.founditems .image {
	width:120px;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
.founditems .image img {
	max-width:100%;
}
.founditems .desc {
	width:40%;
	padding-right:1%;
	float:left;
	overflow:hidden;
}
.founditems .prijs {
	width:15%;
	float:left;
	font-weight:400;
	overflow:hidden;
}
.founditems .prijs i{
	width: 20px;
	color:#0073a9
}
.founditems .opties {
	width:-moz-calc(44% - 160px);
	width:-webkit-calc(44% - 160px);
	width:calc(44% - 160px);
	float:left;
	overflow:hidden;
}
.founditems .opties a {
	display:inline-block;
	margin:0 1em 1em 0
}
.founditems h3 {
	margin-bottom:4px;
}
.founditems a {
	text-decoration:none;
}
#prevnext {
	font-size:1.2em;
	margin-bottom:1em;
	text-align:center
}
#prevnext a, #prevnext span {
	border:1px solid #ccc;
	display:inline-block;
	margin:0 0.2em 1em 0.2em;
	padding:0.5em!important;
	text-decoration:none
}
#prevnext a:hover {
	background:#0073a9;
	border:1px solid #0073a9;
	color:#fff
}
#prevnext span {
	background:#fff;
	border:1px solid #0073a9;
	color:#fff
}
/*reviewbox */
.reviewbox {
	margin-bottom:1em;
	border:1px solid #ccc;
	padding:1em;
}
#complogo {
	width:180px;
	background:#fff;
	padding:10px;
	text-align:center;
	float:right;
	margin:0 0 10px 10px
}
#complogo img {
	max-width:100%
}
/*footer*/
#footer {
	
	padding:1em 0.3em 2em 0.3em;
	line-height:2em
}
#footer span {
	display:block
}
#footer a {
	text-decoration:none;
	font-weight:400;
	color:#333
}
/* standard */
/* table */
table {
}
table td {
	padding:8px;
	white-space: nowrap
}
table .trtop {
	background:#0073a9;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#fff;
	font-weight:400;
}
table .bottomborder td{
	 
}
table .blue {
	background:#d4f1fe;
}
/*form */
input, textarea, select {
	background:#fff;
	border:1px solid #ccc;
	padding:6px;
	font-size:14px;
	font-family:"Open Sans", Arial, Helvetica, sans-serif!important;
	font-weight:400;
	color:#333;
	margin-bottom:8px;
	border-radius: 4px;
}
input:focus, textarea:focus, select:focus{
	box-shadow: 0 0 3px #ccc
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
	width:40%
}
input[type="text"].width, input[type="number"].width, input[type="email"].width, input[type="tel"].width, input[type="password"].width, select.width, textarea.width {
	width:auto!important
}
#maininlog input[type="text"], #maininlog input[type="email"], #maininlog input[type="password"] {
	width:90%!important;
}
.center {
	text-align:center
}
.right {
	text-align:right
}
.warn {
	margin:1em;
	padding:1em;
	background:#d4f1fe
}
.borderbox{
		margin:1em;
	padding:1em;
	border:1px solid #ccc
}
.nomargin {
	margin:0!important;
}
.blue {
	color:#0073a9!important;
	 
}
.red {
	color:#d80000!important;
	 
}
.green {
	color:#69ba00!important;
	 
}
.farbtastic {
	position: fixed;
	 
}
.farbtastic * {
	position: absolute;
	cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
	width: 195px;
	height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
	top: 47px;
	left: 47px;
	width: 101px;
	height: 101px;
}
.farbtastic .wheel {
	background:url(../web_images/wheel.png) no-repeat;
	width: 195px;
	height: 195px;
}
.farbtastic .overlay {
	background: url(../web_images/mask.png) no-repeat;
}
.farbtastic .marker {
	width: 17px;
	height: 17px;
	margin: -8px 0 0 -8px;
	overflow: hidden;
	background: url(../web_images/marker.png) no-repeat;
}
hr {
	border:0;
	margin:1em 0 1em 0;
	border-top:1px solid #ccc;
}
.knop {
	border:2px solid #0073a9;
	background:#fff!important;
	display:inline-block!important;
	color:#0073a9!important;
	cursor:pointer!important;
 	text-decoration:none!important;
	line-height:2.2em!important;
	padding-top:0!important;
	padding-bottom:0!important;
	padding-left:1.1em!important;
	padding-right:1.1em!important;
	margin:0 1em 1em 0!important;
	font-weight: 700;
	border-radius:25px;
	font-family:"Open Sans", Arial, Helvetica, sans-serif!important;
}
a.knop {
 margin:0 1em 1em 0!important ;
	padding-top:0.1em!important;
	padding-bottom:0.1em!important;
}
.knop:hover {
	box-shadow:0 0 10px #0073a9;
}
.knop i{
	margin-right: 5px
}
.clear {
	clear:both!important;
}
.space {
	margin-top:2em!important
}
.small,.copyr {
	font-size:0.85em!important
}
.column33{
	width:32%;
	margin-right:1%;
	float:left
}
.column50{
	width:49%;
	margin-right:1%;
	float:left
}
 
.hidden{
	display:none
}
#maininlog{
	width:360px;
	max-width:90%;
	text-align:center;
	margin:0 auto;
 }
.embedbox{
	border:0;
	padding:0;
	margin:0;
	height:1px;
	display:none}
.selectnormal{
	width:auto!important
}
	.listblock50{
		background:pink;
		list-style:none!important;
		 
	}
	.listblock50 li{
		width:50%;
		float:left!important;
		padding:0;
		margin:0;
	}
	.listblock50 li a{
		display:block;
		padding:0.5em;
		text-decoration:none!important;
	}
	.listblock50 li a:hover{
		background:#eee;
	}
 @media only screen and (max-width: 991px) {
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
	width:90%
}
.notonmobile {
	display: none
}
.onlymobile {
	display:block
}
#mobmenu {
	font-size:2em;
	text-align:right;
	margin-right:1em
}
#mobmenu a {
	color:#333;
}
#mainmenu {
	width:90%;
	position:absolute;
	top:65px;
	right:0;
	z-index:9999;
	background:#ccc;
	font-size:1.2em;
	display:none
}
#mainmenu ul {
	width:100%
}
#mainmenu ul li {
	display:block;
	border-bottom:1px solid #fff
}
#mainmenu ul li a {
	display:block;
	padding:10px
}
/* new menu *//**/
#menu {
	font-family:"Open Sans", Arial, Helvetica, sans-serif!important;
	height:auto;
	line-height:auto;
	padding-left:0;
	color:#666;
	background:#fff;
	border-bottom:1px solid #ccc;
	font-weight:400;
	font-size:1.1em;
	text-align:right!important
}
#menu span i {
	color:#bebebe;
}
#menu li {
	float: none;
	position: relative;
	width: auto;
	color: inherit;
	line-height:2em;
	cursor:pointer;
}
#menu .mainitem {
	height:auto;
	text-align: inherit;
	background:#333;
}
#menu .firstmenuitem {
	color:#fff;
}
#menu .mainitem span {
	display: inline;
	font-size:inherit;
	padding-top:0
}
#menu .lastmenubox {
	float: none
}
#menu li a {
	color:#666;
	text-decoration:none;
	display: block;
}
#menu li a:hover {
	text-decoration:none;
}
#menu li ul { /* sub items */
	display: block;
	color:inherit;
	position: relative;
	top: auto;
	left: auto;
	background:#eee;
	box-shadow: none;
	width:auto;
	z-index: auto
}
#menu li ul li {
	width: auto;
	display: block;
	color:inherit;
	height:auto;
	line-height:2em;
}
#menu li ul a {
	color: inherit;
	text-decoration:none;
	margin: 0px;
	line-height:auto;
	height:auto;
	display: block;
	padding-left:0;
}
#menu li ul a:hover {
	color:#fff;
	text-decoration:none;
	background:#0073a9;
}
#menu li:hover ul, #menu li.over ul { /* lists nested onder hovered list items */
	display: block;
}
#menu li a:hover ul, #menu li.over ul { /* lists nested onder hovered list items */
	display: block;
}
#menu li ul li a {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.farbtastic {
	display:none;
}
.founditems .firstform {
	width:30px;
	float:left;
	text-align:center
}
.founditems .firstform input {
	width:auto;
	margin:10px 0 0 0;
	padding:0
}
.founditems .image {
	width:120px;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
.founditems .image img {
	max-width:100%;
}
.founditems .desc {
	width:-moz-calc(84% - 160px);
	width:-webkit-calc(84% - 160px);
	width:calc(84% - 160px);
	padding-right:1%;
	float:left;
	overflow:hidden;
}
.founditems .opties {
	margin-top:1em;
	border-top:1px solid #0073a9;
	padding-top:1em;
	width:100%;
	float:none;
}
#maininlog input[type="text"], #maininlog input[type="email"], #maininlog input[type="password"] {
	width:91%!important;
}
#complogo {
	width:auto;
	float:none;
}
#complogo img {
}
.column33,.column50{
	width:100%;
	margin-right:0;
	float:none
}

}
table .bg_green{
	background:#d3ffd3!important
}
table .bg_red{
	background:#ffc6b4!important
}
.preview{
	padding:20px;
}
.preview h4{
	border-bottom:1px solid #ccc;
}
.tablewrapper{overflow-x:auto!important;}
.optionlist{list-style:none;width:20%;float:left;margin-top:15px;font-size:13px}
.optionlist li{margin:0 1% 4px 0;}