@viewport {
	width		: device-width;
	}
* {
	-moz-box-sizing	:  border-box;
	box-sizing		:  border-box;
	margin			: 0px; /* moet zo blijven */
	padding			: 0px; /* moet zo blijven */
	}

#floor_overlay2 {
	display: none;
	}


/*
ipad portrait 768px
	 landscape 1024px
samsung portrait 800px
		 landscape 1280px

*/

body {
	font-family: 'Lustria', serif;
	color: #7a7c84;
	font-size: 21px !important;
	}
header, nav, footer {
	display: block;
	float: left;
	width: 100%;
	}
#window_width {
	font-size: 16px;
	}

p {
	margin		: 0px; /* moet zo blijven */
	padding		: 0px; /* moet zo blijven */
}
.wrap {
	margin: 0 auto;
	width: 1010px;
	}
.hide {
	display: none;
	}
#headerxx {
	height:85px;
	}
#headoverlayxx {
	text-align: center;
/*	background-image		: url(img/ilab_logo.png), url(img/nvva2.png);
	background-repeat		: no-repeat, no-repeat;
	background-size		: auto 75px, auto 75px;
	background-position	: 10% center, 90% center;
*/	height:85px;
	}
#headoverlayxx h1 {
	color: rgb(227,6,19) !important;
	}
#headoverlayxx img {
	height: 75px;
	padding: 5px 0;
	width: auto;
	}
hgroup {
	display: inline-block;
	height: 85px;
	padding: 0 10px; /* was 90px */
	}
header h1 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 85px;
	}
header h2 {
	font-size: 21px;
	letter-spacing: 1px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lustria', serif;
	color	: black
	}

#center {
	width: 100%;
	float: left;
	}
#innerwrap {
/*	padding: 0 3px; */
	margin-top: 20px;
	}
#homewrap {
	text-align: center;
	}
#centerwrap {
	text-align: center;
	}

#result {
	padding: 0 20px 20px 20px;
	float: left;
	width: 100%;
	border: 0px solid blue;
	}

.clear {
	clear	: both; /* moet zo blijven */
	}
.fixedxx {
	position	: fixed;
	}
.zweef {
	float		: left; /* moet zo blijven */
	width	: 100%; /* moet zo blijven */
	}
.margin {
	width	: 100%;
	clear	: both;
	height	: 40px;
	}

#left-rest {
	text-align	: center;
	border		: 0px solid #666666;
	width		: 235px;
	margin-top	: 30px;
	margin-right	: auto;
	margin-bottom	: 10px;
	margin-left	: auto;
	}
#left-rest a {
	color: #fc9;
	}
#left-rest a:hover {
	color: #fc9;
	text-decoration: none;
	}


/* standard navigation */
#nav {
	margin		: 5px 0 0 0;
	width		: 100%;
	}
.menu {
	display: flex;
	justify-content: space-between
	}
.part_menu {
	padding: 5px;
	margin-top: 15px;
	}
#nav ul, .part_menu ul {
	list-style		: none;
	padding		: 0;
	margin		: 0;
	}
#nav ul ul {
	height: 0;
	left: -10px;	/* 10px correctie */
	position: absolute;
	visibility: hidden;
	}
#nav ul li, .part_menu ul li {
	position		:relative;
	display		: inline-block;
	padding:0;
	margin:0;
	}
#nav ul ul li {
	display		: block;	/* maakt heel vak aanklikbaar ps er is een verschil in px tussen firefox en IE */
	width		: 154px;	/* zonder pijltje */
	width		: 170px;
	width		: 183px;
	text-align	: left;
	height		: auto;
	padding		: 3px 0px 5px 8px;
	border		: 1px solid lightgray;
	border-top	: 0px;
	background	: white;
	}
#nav ul ul li a {
	display		: block;	/* maakt heel vak aanklikbaar ps er is een verschil in px tussen firefox en IE */
	width		: 183px;
	}
#nav ul li:hover {
	position		: relative;
	}
#nav ul :hover ul {
	visibility	: visible;
	height		: auto;
	padding		: 0 50px 50px 40px;	/* zet de ruimte naast het menu waar het nog zichtbaar blijft */
/*	background	: transparent url(images/trans.gif);	/* url moet blijven ook al wijst nergens naar
								is voor IE nodig om te werken */
	left		: -50px;		/* corrigeren voor padding van net  minus 10px correctie */
	}
#nav a, .part_menu a {
	display		: inline-block;
	text-decoration: none;
	color		: black;
	font-size		: 20px;
	padding		: 0 0 4px 0;
	}
.part_menu a {
	font-size		: 18px;
	}
#aanmelden a:hover {
	text-decoration: none !important;
	color				: rgb(227,6,19) !important;
	}
#uitvoeren a:hover {
	text-decoration: none !important;
	color				: rgb(0,79,159); !important;
	}
#nav a:hover {
/*	color				: #d82620 !important; */
	color				: rgb(227,6,19) !important;
	}
#nav a:visited, #nav a:focus {
	color		: black;
	}
.this {
	border-bottom	: 2px solid rgb(227,6,19);
	}
#uitvoeren .this {
	border-bottom	: 2px solid rgb(0,79,159); !important;
	}
.knop {
	display: inline-block;
	padding: 10px;
	}
.knop a {
	display: inline-block;
	padding: 5px 10px;
	background: rgb(227,6,19) !important;
	color: white !important;
	}
.knop a:hover {
	text-decoration:none !important;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
footer {
	font-size: 16px;
	height: 89px;
	}
footer h2 {
	font-size: 18px;
	padding: 0 0 15px 0;
	}
footer ul {
	padding: 0;
	}
footer ul img {
	width: 25px;
	height: auto;
	padding: 0;
	}
footer ul li {
	display: inline-block;
	padding: 0 5px 0 0;
	}
.foot_elements {
	float: left;
	width: 250px;
	padding: 0 60px 0 0;
	display: inline-block;
	}
footer #first {
	padding-left: 5px;
	}
footer #first a {
	text-decoration: none;
	color: #d82620;
	}
footer #midden {
	padding-right: 100px;
	}
#foot-container {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	float: left;
	width: 100%;
	padding: 15px 0 20px 0;
	}
#footright {
	margin:4px 0;
	text-align: right;
	padding: 0;
	float: right;
	}
#footcenter {
	padding-left:10px;
	font-size: 14px;
	}
.video {
	padding	: 0 0 36px 0;
	}
.sidebar {
	float :right;
	padding: 0px;
	width: 380px;
	margin-top: 0;
	}
/* slide show home page */
.home_blok {
	width:328px;
	color: black;
	float :left;
	margin: 20px 0;
	}
#home1 {
	margin-left: 12px;
	}
#home2 {
	margin-left: 12px;
	}
.home_blok p {
	font-size: 19px;
	text-align:center;
	}
.home_blok h1 {
	text-align:center;
	font-size: 65px;
	margin-top: 10px;
	}
.highlight_blok {
	width:328px;
	padding: 0 0 40px 0;
	float :left;
	}
#highlight_slider {
	height: 346px;
	height	: 300px;
	background: #f9f9f9;
	}
#highlight_link {
/*	background: rgb(227,6,19);
	height: 34px;
*/	color:#d82620;
	}
#highlight_link a {
	color: black;
	color: #7a7c84;
	color:#d82620;
	text-decoration: none;
/*	line-height: 34px;
*/
	display: inline-block;
	width: 100%;
	}
#highlight_link a:hover {
	color: rgb(227,6,19);
	}
#slider {
	float:left;
	width: 100%;
	position: relative;
	}
#etalage_wrap {
	float:left;
	width: 100%;
	overflow: hidden;
	height: 346px;
	height	: 300px;
	position: relative;
	}
#etalage {
	float:left;
	width: 11400px;
	overflow: hidden;
	height: 346px;
	height	: 300px;
	position: relative;
	padding: 0;
	}
#etalage_wrap ul {
	list-style		: none;
	padding		: 0;
	margin		: 0;
	}
.etalage_blok {
	display	: inline-block;
	height	: 346px;
	height	: 300px;
	width	: 328px;
	margin	: 0;
	padding: 10px;
	text-align: center;
	}
#etalage_variabelen {
	display : block;
	}

.arrow {
	opacity	: 0;
	}

#etalage_prev:hover, #etalage_next:hover, .etalage_afbeelding:hover, .etalage_title {
	cursor:pointer;
	cursor:hand;
	}
#etalage_prev, #etalage_next {
	margin-top	: 100px;
	position: absolute;
	display: block;
	}
#etalage_prev {
	left: 0;
	}
#etalage_next {
	right: 0;
	}
.panel {
	float: left;
	position: relative;
	}
.etalage_title, .blok_title {
	clear:both;
	display: block;
	font-size:16px;
	margin-top: 15px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	}
.etalage_prijs, .blok_prijs {
	clear :both;
	float: right;
	position: absolute;
	right:20px;
	bottom:4px;
	}
.etalage_afbeelding {
	text-align: center;
	height: 220px;
	width: 220px;
	margin: 5px auto 0 auto;
	}
.etalage_afbeelding img {
	}
.etalage_title a, .blok_title a {
	color: black;
	text-decoration: none;
	}
.etalage_title a:hover, .blok_title a:hover {
	text-decoration: underline;
	}

.zoekveld {
	display: inline-block;
	margin: 5px;
	}
.zoekbut {
	display: inline-block;
	margin: 5px -1px;
	}
#formulier {
	float: left;
	text-align: center;
	width: 100%;
	border: 0px solid yellow;
	padding: 0 20px;
	}
#formulier a, #formulier a:visited {
	color: black;
	}
.partners img {
	margin: 10px 35px 0 0;
	}
.zweef a {
	color: black;
	text-decoration: none;
	}
.zweef a:hover {
	text-decoration: underline;
	}

/* application */
.tabel span {
	display: inline-block;
	}
.tabel img {
	height:170px;
	width:auto;
	float:right;
	}
.tabel img, .tabel_item {
	padding:10px 0;
	}
.tabel_item {
	display: inline-block;
	height:180px;
	line-height: 25px;
	font-size: 18px;
	line-height: 25px;
	float:left;
	}
.tabel_frst {
	width:25px;
	}
.tabel_head {
	line-height: 28px;
	}
.tabel_txt {
	width: 570px;
	}
.tabel_prc {
	}
.tabel_regel {
	display: inline-block;
	float: left;
	clear: both;
	}
#next_knop {
	background: rgb(227, 6, 19) none repeat scroll 0 0 !important;
	color: white !important;
	display: inline-block;
	height:35px;
	width:100px;
	border:0;
	font-size:21px;
	font-family: "Lustria",serif;
	}
/* application */

/* formulier */
#ww_adres {
	width: 649px;
	overflow: hidden;
	display: inline-block;
	float: left;
	}
#ww_adres label {
	display: inline-block;
	padding: 0;
	text-align: left;
	vertical-align: top;
	color: rgb(120,120,120);
	}
.adresveld {
	display: inline-block;
	float: left;
	height: 34px;
	line-height: 26px;
	}
.width624 {
	width: 394px;
	}
.ww_input_styles  input {
	color: rgb(120,120,120);
	background: transparent;
	padding: 0 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	}
.ww_input_styles {
	display: inline-block;
	height: 28px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgb(0,79,159);
	float: right;
	}
.ww_select_styles {
	display: inline-block;
	height: 28px;
	overflow: hidden;
	background: url(img/selectieDubbel.png) no-repeat right #fff;
	background-size: 13px;
	background-position: 98% 50%;
	border: 1px solid rgb(0,79,159);
	float: right;
	}
.ww_select_styles select {
	color: rgb(120,120,120);
	background: transparent;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	}
.select_styles394 {
	width: 411px;
	}
#contact_but {
	width:200px;
	margin-top:10px;
	height:50px;
	font-size:32px;
	background:rgb(0,79,159);
	float:right;
	color:white
	}
#contact_but:hover {
	cursor:pointer;
	cursor:hand;
	}
/* formulier */

/* highlights owner data */
.owner_data {
	width:242px;
	margin:20px 8px 20px 0;
	display:inline-block;
	font-size:16px;
	text-align: left;
	float:left;
	}
.owner_data h3 {
	color:rgb(227,6,19);
	padding: 13px 0 4px 0;
	}
.book_data, .book_data2 {
	width:758px;
	display:inline-block;
	}
/* highlights owner data */

/* highlights single book*/
.higlights_book {
	text-align: center;
	padding: 20px 5px;
	}
.short {
	padding:5px;
	font-size:25px;
	margin: 0 0 35px 0;
	}
.book_text {
	text-align: justify;
	line-height: 35px;
	margin: 35px 0 0 0;
	}
.book_text span {
	display: block;
	}
.book_image img {
	width:100%;
	height:auto;
	}
.book_rest_image {
	width:100%;
	text-align:center;
	}
.book_rest_image img {
	width: 150px;
	height: auto;
	padding:5px;
	}
.book_noot {
	padding: 20px 0;
	line-height: 25px;
	font-size:18px;
	}
.book_price {
	text-align: left;
	padding: 20px 0;
	}
.book_firma {
	text-align: left;
	padding: 20px 0 30px 0;
	}
.pre_next {
	text-align: left;
	}
.pre_next span {
	position:relative;
	}
.verplaats {
	position:absolute;
	top:50px;
	left:125px;
	font-size:25px;
	}
.verplaats_rechts {
	left: -70px;
	}
/* highlights single book*/

/* highlights list books*/
.page_nr_small {
	display: none;
	}
.leftnav {
	float: left;
	margin: 1px 0;
	text-align: left;
	width: 20%;
	}
.rightnav {
	float: right;
	margin: 1px 0;
	padding-right: 12px;
	text-align: right;
	width: 20%;
	}
.bordertop {
	border-bottom: 0px solid grey;
	height: 40px;
	}
.navi {
	float: left;
	font-size: 16px;
	padding: 5px 0 0;
	text-align: center;
	width: 100%;
	}
.list_book {
	border:1px solid grey;
	display: inline-block;
	float: left;
	margin: 0 8px 8px 0;
	padding: 12px 12px 0 12px;
	position: relative;
	width: 244px;
	overflow:hidden;
	line-height: 28px;
	color:black;
	height: 504px;
	}
.list_book1 {
	border:1px solid grey;
	display: inline-block;
	float: left;
	margin: 0 12px 12px 0;
	padding: 12px 12px 0 12px;
	position: relative;
	width: 246px;
	overflow:hidden;
	line-height: 28px;
	}
.list_book2 {
	border:1px solid grey;
	display: inline-block;
	float: left;
	margin: 0 12px 12px 0;
	padding: 12px 12px 0 12px;
	position: relative;
	width: 246px;
	overflow:hidden;
	line-height: 28px;
	}
.list_book3 {
	border:1px solid grey;
	display: inline-block;
	float: left;
	margin: 0 12px 12px 0;
	padding: 12px 12px 0 12px;
	position: relative;
	width: 246px;
	overflow:hidden;
	line-height: 28px;
	color:black;
	}
.list_book0 {
	border:1px solid grey;
	display: inline-block;
	float: left;
	margin: 0 12px 12px 0;
	padding: 12px 12px 0 12px;
	position: relative;
	width: 246px;
	overflow:hidden;
	line-height: 28px;
	color:black;
	}
.rechts {
/*	margin: 0 0 12px 0;
*/	}
.list_book_image {
	background-color: white;
	display: inline-block;
	height: 276px;
	text-align: center;
	width: 220px;
	overflow:hidden;
	}
.list_book_image1 {
	background-color: white;
	display: inline-block;
	height: 276px;
	text-align: center;
	width: 220px;
	overflow:hidden;
	}
.list_book_image2 {
	background-color: white;
	display: inline-block;
	height: 276px;
	text-align: center;
	width: 220px;
	overflow:hidden;
	}
.list_book_image3 {
	background-color: white;
	display: inline-block;
	height: 276px;
	text-align: center;
	width: 220px;
	overflow:hidden;
	}
.list_book_image0 {
	background-color: white;
	display: inline-block;
	height: 276px;
	text-align: center;
	width: 220px;
	overflow:hidden;
	}
#listbooks {
	margin:10px auto;
	padding: 0 ;
	display: inline-block;
/*	float: left;
	width:100%;
*/	}
#search_books {
	margin:10px 0 0 0;
	padding: 0 9px ;
	height:50px;
	width:100%;
	}
.wrap_book_text {
	display:inline-block;
	height:208px;
	text-align:center;
	font-weight:bold;
	width:100%;
	font-size:18px;
	}
.list_book_text {
	border-top:1px solid grey;
	height:97px;
	padding-top: 14px;
	overflow:hidden;
	}
.list_book_text1 {
	border-top:1px solid grey;
	height:97px;
	padding-top: 14px;
	overflow:hidden;
	}
.list_book_text2 {
	border-top:1px solid grey;
	height:97px;
	padding-top: 14px;
	overflow:hidden;
	}
.list_book_text3 {
	border-top:1px solid grey;
	height:97px;
	padding-top: 14px;
	overflow:hidden;
	}
.list_book_text0 {
	border-top:1px solid grey;
	height:97px;
	padding-top: 14px;
	overflow:hidden;
	}
.book_author {
	display:block;
	clear:both;
	font-weight: bold;
	}
.book_title {
	font-style: italic;
	clear:both;
	overflow:hidden;
	display:block;
	height:56px;
	}
.single_book_title {
	font-weight: bold;
	font-style: italic;
	clear:both;
	display:block;
	margin-bottom: 35px;
	border-top: 1px solid #7a7c84;
	}
.book_prijs {
	display:block;
	clear:both;
	}
.book_prijs1 {
	display:block;
	clear:both;
	}
.book_prijs2 {
	display:block;
	clear:both;
	}
.book_prijs3 {
	display:block;
	clear:both;
	}
.book_prijs0 {
	display:block;
	clear:both;
	}
.book_exhibitor {
	display:block;
	clear:both;
	}
.book_exhibitor a {
	color: rgb(227,6,19);
	}
/* highlights list books*/

/* admin diversen*/
#voorwaarden, #events, #press, #partners, #homepage {
	width:800px;
	height:500px;
	}
.admin_buttons {
	color:white;
	font-size:18px;
	width:80px;
	height:30px;
	background:rgb(0,79,159);
	}
/* admin diversen*/

.sd-content ul {
    list-style: outside none none !important;
    margin: 0 0 0.7em !important;
    padding: 0 !important;
}
.sd-content ul li {
	display: inline-block;
	margin: 0 !important;
	padding: 0 10px 0 0;
	font-size:18px;
	}
.sd-content ul li a:hover {
	text-decoration: none;
	}

.back-to-top {
	position: fixed;
	bottom: 5em;
	right: 5px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
	border-radius: 5px;
	}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);
	}
.float_cart, .float_cart2 {
	position: fixed;
	bottom: 5em;
	right: 50px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
	border-radius: 5px;
	}

.float_cart:hover, .float_cart2:hover {	
	background-color: rgba(135, 135, 135, 0.50);
	}

#tref_section a, #tref_section a:visited {
	color: #4e7a97 ;
	text-decoration: none;
	}
#tref_section a:hover {
	text-decoration: underline;
	}
#formulier2 header, #formulier header {
	display		: block;
	text-align		: center;
	margin		: 20px 0;
	}
#formulier2, .form_holder {
	overflow:hidden;
	}
.form_holder {
	width: 100%;
	margin: 0 0 10px 0;
	display: inline-block;
	text-align		: center;
	}
.zoekveld2, .zoekveld3 {
	margin		: 5px 0;
	display		: inline-block;
	}
.zoekveld2 {
	height		: 34px;
	margin-left	: 8%;
	}
.zoekveld2 label, .zoekveld3 label {
	width		: 110px;
	text-align	: right;
	display		: inline-block;
	padding-right	: 7px;
	float:left;
	padding-top: 15px;
	}

.boek_blok {
/*	background-color: white;
	border-style: double;
	border-width: 3px;
	padding: 10px;
*/	display: inline-block;
	float: right;
	height: 120px;
	margin: 5px;
	width: 140px;
	}

.blok_afbeelding {
	display: inline-block;
	height: 120px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	width: 120px;
	}

.blok_afbeelding img {
	top: 0;
	height: 100px;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: auto;
	float: right;
	}
.blok_afbeelding_oblong img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: 0 auto;
/*	position: absolute; */
	right: 0;
	width: 120px;
	float: right;
	}
.input_styles  input {
	background: transparent;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	}
.input_styles {
	display: inline-block;
	height: 34px;
	overflow: hidden;
	border: 1px solid grey;
	}
.my_button_styles {
	display: inline-block;
	height: 34px;
	overflow: hidden;
	text-align: center;
/*	background: #E7EDF2;
	border: 1px solid #cce;
	}
.my_button_styles:hover {
	cursor	: pointer;
	cursor	: hand;
*/	}
.my_button:hover {
	cursor	: pointer;
	cursor	: hand;
	}
.select_styles select {
	background: transparent;
	width: 106%;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	color: grey;
	-webkit-appearance: none;
	}
.select_styles {
	display: inline-block;
	height: 34px;
	overflow: hidden;
	background: url(img/down-arrow.png) no-repeat right #ddd;
	background: url(img/down_arrow_select.jpg) no-repeat right #E7EDF2;
	border: 1px solid #ccc;
	}
.textarea_styles {
	display: inline-block;
	height: 103px;
	overflow: hidden;
	background: #E7EDF2;
	border: 1px solid #cce;
	}
.textarea_styles textarea {
	background: transparent;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 103px;
	-webkit-appearance: none;
	}
.width150 {
	width: 150px;
	}
.width200 select {
	width: 250px;
	}
.width200 {
	width: 220px;
	}
.width250 {
	width: 250px;
	}
.width350 {
	width: 350px;
	width: 70%;
	}
.width400 {
	width: 350px;
	}
.width390 {
	width: 300px;
	}
.maxwidth {
	width: 100%;
	}

#floor_overlay {
/*	position: relative;
	top:0;
	left:40%;
	width:20%;
	background-color: white;
/*	height: 100px;
	border:1px solid black;
*/
	float:left;
	width:20%;
	}
#floor_plan_left {
	float:left;
	width:40%;
	}
#floor_plan_right {
	float:left;
	width:40%;
	}
#fp_small2 {
	display:none;
	}
.floorplan_list {
	font-family: 'Arial', sans-serif;
	font-size:15px;
	color:black;
	padding-left:10px;
	}
.floorplan_list, .standnr, .standnaam {
	height:17px;
	}
/* login gedeelte op participate */

#complexity, #name {
	width: 100px;
	padding: 2px 10px 2px 10px;
	color: #000;
	font-size: 12px;
	text-align: center;
}

#results{
	margin: 30px 0 20px 0;
}

.default{background-color: #CCC;}
.weak{background-color: #FF5353;}
.strong{background-color: #FAD054;}
.stronger{background-color: #93C9F4; }
.strongest{background-color: #B6FF6C;}

span.value{
	font-weight:bold;
	float: right;
}

#box2, #box { 
 float: left;
 color: #333;
 background-color:#eeeeee;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 100%;
 display: block;
} 

.notWaiting {
	display: none;
	}
#errors {
	display: inline-block;
	width: 95%;
	color: darkred;
	text-align: center;
	}
.head1 {
	font-size: 18px;
	display: inline-block;
	float: right;
	}
.head1 a {
	text-decoration: none;
	color: black;
	line-height: 30px;
	}
.mobiel {
	display:none;
	}

/* vboek styles */
.lijstkop {
    color: black;
    margin-left: 0;
}
.lijst {
    box-sizing: border-box;
    clear: left;
    display: inline-block;
    float: left;
    margin-left: 1px;
    width: 100%;
}
span.nopadding {
    padding: 0 !important;
}
.lijst span {
    border: 0 none;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    padding: 2px 4px;
}
.bottom {
    border-bottom: 1px solid #c8c8c8 !important;
}
.left {
    border-left: 1px solid #c8c8c8 !important;
}
.lijst input {
    border: 0 none;
    box-sizing: border-box;
    font-size: 14px;
    height: 26px;
    line-height: 22px;
    padding: 2px 4px;
    width: 100%;
}
.right {
    border-right: 1px solid #c8c8c8 !important;
}
.top {
    border-top: 1px solid #c8c8c8 !important;
}
.hand {
    cursor: pointer;
}
.Lijstdivs {
    width: auto;
}
.Lijstdivs {
    border: 0 none;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 1050px;
}

#KlantKaart4 {
    border-color: #c8c8c8;
    border-style: solid;
    border-width: 0 1px 1px;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0 1px;
    padding: 5px;
    width: 886px;
}
#klantkaart4buttons {
    clear: none;
    float: left;
    line-height: normal;
    padding: 5px;
    width: 100px;
}
.button4new, #factuurlijst .button, #diversmenu .button, #topknoppen .button, #opslaannweklant .button, #lijstkop .button, #rapport .button, #hulp .button, #navigatie .button, #klantkaart4buttons .button, #KlantKaart4 .button, #plaatjes4 input[type="submit"], #bigcat4 input[type="submit"], .bigcat4 input[type="submit"] {
    background: rgba(5, 5, 5, 0.2) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: white;
    display: inline-block;
    font-size: 16px;
    padding: 3px;
    text-align: center;
    width: 90px;
}
#klantkaart4buttons .button {
    margin: 0 0 20px;
}
#KlantKaart4 select, #KlantKaart4 input {
    height: 26px;
}
#KlantKaart4 input, #KlantKaart4 textarea, #KlantKaart4 select {
    border: 1px solid #333;
    font-size: 14px;
    padding: 2px 4px;
}
#KlantKaart4 input, #KlantKaart4 textarea {
    box-sizing: border-box;
}
.Groot {
    height: 200px;
}
.Klein {
    height: 40px;
}


#lijst {
box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    padding: 2px 4px;
	}
#order {
border: 0 none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 4px;
    width: 100%;
}