/* id Selector #para1 - class Selector .para1 (cannot start with number)*/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, a,
del, img, ins, q, s, 
small, strong, sub, sup, b, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas,  
figure, figcaption, footer, header,
nav, output, section, 
time, mark  {
	border: 0;
	font-size: 100%; /* verder alles in em */
	line-height: 150%;
    margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, figcaption, figure, 
footer, header, nav, section {
	display: block;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
a {
    color: #1d78ad;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
a:hover, a:active { /* a:active MUST come after a:hover */
	color:#ff4824;
	text-decoration:underline;
}
br {
	clear: both;
}
p a {
	display: inline;
}
header {
	width:100%;
	margin: 0 auto;
}
h2 {
    clear: both;
    color: #ff4824;
    font-size: 1.25em;
    padding: .375em 0;
    margin: 0;
}
h4 {
	margin: 0;
    line-height: 100%;
}
mark {
	background-color: inherit;
	color: #455;
    font-family: Tahoma, Geneva, sans-serif;
	font-weight: 700;
}
p {
	margin: .75em 0;
}
body, html {
	background: #333 none repeat scroll 0 0;
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
	position: relative;
	width: 100%;
}
#container {
	color: #333;
    background-color: #f9f9f9;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 61.25em; /* was 61.5 */
}
#header_logo {
    float: left;
    width: 21.875em;
}
#logo {
	padding: .125em;
	margin: 0;
}
.plaatsnaam { /*nog uitwerken */
    font: normal normal 700 14px sans-serif;
    color: #fff;
    background-color:#191970;
    padding: 1px 4px;
    border: 1px solid #FFFFFF;
    outline:#191970 solid 1px;
    line-height: 100%;
    text-transform: uppercase;
}
#content {
	clear: both;
	display: block;
	height:100%;
	padding:0 .375em 1.25em; /* Height of the footer minus margin body */
}
footer {
    bottom: 0em;
    height: 0em; /* Padding-bottom of the content */
    position: absolute;
    width:100%;
    border-top: .125em solid #1D78AD;
}
footer b {
    font-size: 95%;
}
footer .footmenu {
	float: left;
	display: inline-block;
	text-align: center;
	background: #dee none repeat scroll 0 0;
}
footer .footmenu .fa-home,  footer .footmenu .fa-arrow-up{
    font-size: 2em;
    margin: .1875em .3125em 3em;
}
footer .footmenu .fa-home {float: left;}
footer .footmenu .fa-arrow-up {float: right;}

footer .footmenu:nth-child(odd) {
    width: 35%
}
footer .footmenu:nth-child(2){
    width: 30%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Default Styles 
--------------------------------------------------------------------*/
input, select, label {
    box-sizing: content-box;
    color: inherit;
    float: left;
    height: 1.5em;
    padding: .25em 0 .25em .5625em; /* deze kan weg? */
    font-size: inherit;
    font-family: inherit;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 .625em 0;
}
#showhint {
    margin: 0;
    z-index: 99999;
}
#showhint li {float: none;}

nav {
	background: rgba(0, 0, 0, 0) linear-gradient(#dee, #f9f9f9) repeat scroll 0 0;
	border-top: .125em solid #1d78ad;
	padding: 0 3.375em 0 .25em;
	position: relative;
	height: 2.25em;
	z-index: 99997;
}

.menu li {
	float: left;
	position: relative;
}
.menu li:nth-child(n+6):nth-child(-n+7) {float: right;}

.menu li a {
	font-size: 112.5%;
	line-height: 1.375em;
	padding: .25em .625em;
	margin: .1875em .375em;
	vertical-align: middle;
	text-decoration: none;
}
/* ?? */
.menu li a:hover {
    background: #f0f0f0;
	background-image: linear-gradient(#ededed, #fff);
	box-shadow: inset 0 0 .125em .125em rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -200em;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.menu ul li {
	float: none;
}

.menu ul a {
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background: rgba(255,255,255,0.95);
	border-radius: 0 0 .375em .375em;
	box-shadow: inset 0 .125em .25em rgba(0,0,0,0.4);
	left: .375em;
	opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
    background: #eff;
	background: linear-gradient(#fff, #dee);
	border-radius: .5em;
	box-shadow: inset 0 0 .125em .125em rgba(0,0,0,0.1);
	color: #ff4824;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
	color: #1d78ad;
}

.menu li:hover ul li a:hover {
    background: #eff;
	background-image: linear-gradient(#fff, #dee);
	border-radius: .5em;
	box-shadow: inset 0 0 .25em .125em rgba(0,0,0,0.1);
	color: #ff4824;
}
/* zie: .search_form */
.menu li span {
    clear: both;
	float: left;
	font-size: 75%;
	height: 1em;
	padding: 0;
	text-align: right;
	width: 23.25em;
}
.menu form input {
	margin: 0;
}
/* */
#zoekplus {
	float: left;
	margin: 0;
}
#zoekplus form {
	padding: 1em .25em 0 .25em;
	width: 18.5em;
}
#zoekplus fieldset {
	background: #cdd none repeat scroll 0 0;
	border: .125em solid #1D78AD;
	border-radius: .5em;
	padding: 0 .5em;
}
#zoekplus legend {
    background: #1D78AD;
    border-radius: .125em;
    box-shadow: 0 0 0 .125em #f9f9f9; /* page background */
    color: #fff;
    font-size: 87.5%;
    padding: .25em .5em;
    margin-left: .5em;
}
#zoekplus input, select {
    box-sizing: border-box;
    height: 2em;
	width: 16.25em;
	margin: .25em .5em .75em;
}
#zoekplus option {
	padding: .125em 0;
    font-size: inherit;
}
#zoekplus span {
	height: 1em;
	float:right;
	font-size: .75em;
	padding:0;
	margin:0 1.25em 0 0;
	text-align:right;
	width: 14.5em;
}
#zoekplus #keuze select {
	width: 5.5em;/* was 5 25-3-2022 */
}
#zoekplus #keuze input {
    float: none;
    padding: .15em;
    text-align: right;
    width: 3em;	
}
/* */
#nederland {
    padding: 0 5% .5em;
}
#nederland .card {
    border: .125em solid #d0d0d0;
    border-radius: .25em;
    float: left;
    height: 8.5em;
    margin: .125em .25em;
    text-align: center;
    width: 12.75em;
    background-image: linear-gradient(#f9f9f9, #eee);
}
#nederland .card img {
    height: 6.875em;
    width: 10.5em;
    top: .125em;
    position: relative;
}
#nederland .card:hover {
	background-image: linear-gradient(#f9f9f9, #dee);
}
/* */
#top20 a {
	font-family: Tahoma, Geneva, sans-serif;
	display: inline;
}
#top20 strong {
	font-family: Tahoma, Geneva, sans-serif;
}
#top20_plaatsnamen {
	float: left;
    height: 16em;
    overflow: hidden;
	width: 36%;
}
#top20_plaatsnamen li {
	width: auto;
	float: left;
	margin: .125em .625em;
}
#top20_uitgevers {
	float: left;
    height: 16em;
    overflow: hidden;
	width: 42%;	
}
#top20_uitgevers li {
	width: auto;
	float: left;
	margin: .125em .75em;
}
#top20_motieven {
	float: left;
    height: 16em;
    overflow: hidden;
	width: 22%;
}
#top20_motieven li {
	width: auto;
	float: left;
	margin: .125em .5em;
}
/* */
#overzicht h1 {
    background-color: #ccc;
    float: left;
    font-size: 1.0625em;
    line-height: 2em;
    margin: 0;
    padding: 0;
    width: 100%;
}
#overzicht h2 {
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	padding: 0;
	line-height: 2em;
	width: 25%;
}
#overzicht div {
	float: left;
	width: 25%;
}
#overzicht span {
	float: left;
	width: 33%;
}
#overzicht a {
	line-height: 2em;
}
#kies {
	font-size: 1.375em;
	padding-bottom: .375em;
}
#kies a {
	font-size: inherit;
    padding: .375em;
	display: inline;
}
#contact form {
    background-image: url("../images/postcard.gif");
    background-position: 33.375em .375em;
    background-repeat: no-repeat;
    margin: 1.375em auto;
    width: 42.5em;
}
#contact label, input, textarea, button {
    font: inherit;
    margin: .25em .375em;
    padding: .125em .5em;
}
#contact label {
    width: 7.5em;
}
#copyright {
    font-size: 87.5%;
    line-height: 1.5em;
    padding: .25em 0 0 0;
    color: azure;
    text-align: center;
	width: 100%;
}
#copyright a {
    color: white;
    display: inline;
    font-weight: 900;
}
#copyright mark {
    font-size: inherit;
    color: inherit;
}
#count_results {
	padding-top: .625em;
	text-align: center;
	margin-left:auto;
	margin-right: 0;
	background-color: #FAFAFA;
	width: 40em;
	z-index: 8000;

}
#count_results .page {
	margin: 0;
}
#count_results select {
	width: auto;
	float: none;
}
#display_results {
    width: 40em;
    margin-left: auto;
    margin-right: 0;
    height: auto;
    z-index: 8001;
}

#display_results th{
    border-bottom: .125em solid #808080;
}
#display_results td, th{
    vertical-align: text-top;
    padding: .125em .25em;
    line-height: 1.375em;
}
#display_results .alt{
    background: rgba(64, 128, 128, 0.20);
    float: left;
    font: inherit;
    border: .125em solid #EAEAEA;
    border-radius: .25em;
    margin: .25em 0 0;
    padding: 0;
}
#display_results .bas{
    background: rgba(128, 92, 92, 0.20);
    float: left;
    font: inherit;
    border: .125em solid #EAEAEA;
    border-radius: .25em;
    margin: .25em 0 0;
    padding: 0;
}
#display_results ul{
    padding: 0;
    list-style-type: none;
    z-index: 666;
    margin: 0;
}
#display_results ul li{
    display: block;
}
#display_results .k1 {
    float: left;
    width: 4em;
    padding: .125em;
}
#display_results .k2 {
    float: left;
    width: 1.5em;
    text-align: center;
    padding: .125em;
}
#display_results .k2 i {
	color: #228b8b;
	font-size: 1.25em;
	font-weight: 900;
}
#display_results .k3 {
    float: left;
    width: 2.5em;
    text-align: center;
    padding: .125em;
}
#display_results .k4 {
    float: left;
    width: 26em;
    text-align: left;
    padding: .125em;
    display: inline;
}
#display_results .k4 b{
    font-variant: small-caps;
}
#display_results .k4 i{
    float: right;
    font-size: .875em;
    margin-top: .125em;
}
#display_results .k4 a{
    font-style: italic;
    float: right;
    font-size: .875em;
    margin-top: .125em;
}
#display_results .k5 {
    float: left;
    width: 4.5em;
    text-align: right;
    padding: .125em;
}

/* wat is k6? */
#display_results .k6 {
    float: left;
    width: 1.3125em;
    padding: .125em;
    text-align: center;
}
#display_results .bestel {
	padding: .25em;
    background: #fee399;
	background: linear-gradient(#FFF5DF, #FECF67);
    float: right;
    font-size: .875em;
    font-weight: 700;
    margin: 1.875em .25em 0 0;
}
#display_results .card {
    border: .375em double #228B8B;
    clear: left;
    margin: .0625em auto 1.375em;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
}

.img_back {
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1.00;
}
.img_back:hover {
    opacity: 0.00;
    /*filter:alpha(opacity=0);*/
}
#display_grid {
	margin-left: auto;
	margin-right: 0;
	background-color: #FAFAFA;
	width: 40.25em;
}
.rechaud {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border: .0625em solid #F0F0F0;
    float: left;
    height: 10.875em;
    margin: .125em;
    padding: 0;
    position: relative;
    text-align: center;
    width: 13em;
}
.rechaud .hor{
	width: 10.5em;
	height: 6.875em;
	margin: 1.375em auto auto;
}
.rechaud .ver{
	width: 6.875em;
	height: 10.5em;
	margin: .1875em auto auto;
}
.rechaud h1 {
    background: none repeat scroll 0 0 rgba(255, 69, 0, 0.5);
    color: #ffffff;
    display: block;
    font-size: 75%;
    font-variant: small-caps;
    line-height: 100%;
    margin: 0;
    padding: .125em 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 666;
}
.rechaud h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 75%;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding: 0 0 .25em 0;
    position: absolute;
    width: 100%;
}
#tips ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5em;
}
#verkoopvoorwaarden ol {
    list-style-type: lower-alpha;
    margin: 1em 0;
    padding-left: 2.5em;
}
.korting {
	margin: .5em .5em .5em 3.5em;
	border: .25em solid #eee;
}
.korting td {
	padding: 3px .375em;
}
.value {
	text-align: right;
}

#ordernow {
	font-size : 12px;
	font-weight: 900;
	width: auto;
	right: 0px;
	padding: 1px;
	cursor: pointer;
	color: #1d78ad;
}
#ordernow:hover {
    color: #ff4824;
}
#ordernow div {
	background: url("../images/shoppingcart.png") repeat-x scroll 0 0 transparent;
	float: left;
	height: 32px;
}
#ordernow div.cart_start {
	background-position: 0 -132px;
	background-repeat: no-repeat;
	padding-left: 14px;
}
#ordernow div.cart_content {
	background-position: -10px -64px;
	height: 30px;
	padding-top: 2px;
	background-color: transparent;
	font-weight: 900;
}
#ordernow div.cart_end {
	background-position: 0 -198px;
	background-repeat: no-repeat;
	padding-right: 1.25em;
	padding-top: 0;
}
#ordernow div.cart_text {
	background-position: 0 2px;
	height: 27px;
	font-size: 14px;
	cursor: pointer;
}
#ordernow div.cart_next {
	background-position: 0 -299px;
	height: 27px;
}
table#voc {
    width: 100%;
    text-align: left;
}
table#voc th {
    padding: 0px;
    width: 100%;
}
table#voc td {
    border: 1px solid black;
    padding: .375em;
}
table#voc td:nth-child(odd) {
    font-weight: 900;
    width: 4%;
}
table#voc td:nth-child(even) {
    width: 28%;
}
table#posttarieven tr:nth-child(2n+4) {
    background-color: #ddd;
}
table#posttarieven td {
    text-align: center;
}
table#posttarieven td:nth-child(1) {
    width: 16%;
}
table#posttarieven td:nth-child(2n) {
    width: 21%;
}
table#posttarieven th {
    padding: 0px;
    width: 100%;
}
table#posttarieven {
    width: 100%;
    text-align: left;
}
table#posttarieven td {
    border: 1px solid;
}
/* zie ook .menu */
.search_form {
    background-color: #fff;
    border: .125em solid #d0d0d0;
    border-radius: .125em;
    height: 1.75em;
    padding: 0 0 0 .5625em;
    margin-top: 1em;
    width: 19em;
}
.search_form_input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 100%;
    height: 1.875em;
    margin: 0;
    padding: 0;
    width: 13.25em;
}
.search_form_input_clear {
    color: #fff;
    float: right;
    padding: 0;
    font-size: 1.25em;
    height: inherit;
    width: 1.5em;
    background: none; /*none*/
    border: none;
    cursor: default;
    text-align: left;
}
.search_form_input_clear:hover {
    cursor: default;
}
.search_form button {
    padding: 0;
    margin: 0;
    color: #1d78ad;
    float: right;
    font-size: 125%;
    font-weight: 900;
    border: none;
    float: right;
    height: inherit;
    width: 2em;
    background: #fee990;
    background: linear-gradient(#fff5df, #fecf67);
}
.search_form_button:hover {
    color: #ff4824;
}
ins {
    color: crimson;
    font-variant: small-caps;
    text-decoration: none;
}


