html, body{
  background-color: #DFCEBE;
  height: inherit;
  font-family: Arial, sans-serif;
}
p, a, li{
  font-family: Arial, sans-serif;
}
p, li{
  margin-bottom:.4em;
}
header nav{
  width: 760px;
  margin: 0 auto;
  background: url('/images/top_left.jpg') no-repeat #ffffff;
  padding-top: 85px;
}
footer{
  text-align: center;
  /*background-color: #9d9d9d;*/
  background: rgb(157,157,157); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(157,157,157,1) 95%, rgba(158,141,113,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(95%,rgba(157,157,157,1)), color-stop(100%,rgba(158,141,113,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(157,157,157,1) 95%,rgba(158,141,113,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(157,157,157,1) 95%,rgba(158,141,113,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(157,157,157,1) 95%,rgba(158,141,113,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(157,157,157,1) 95%,rgba(158,141,113,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#9e8d71',GradientType=1 ); /* IE6-9 */
  padding: 10px 0;
}
.wrapper{
  width: 760px;
  margin: 0 auto;
  border-left: 15px solid #9d9d9d;
  border-right: 15px solid #9E8D71;
  box-shadow: 0 0 17px 1px black;
}
footer a{
  font-size: 16px;
  color: #000000;
  font-weight:normal;
}
footer a:hover{
  color: #ffffff;
}
main{
  background-color: #ffffff;
  overflow: auto;
}
header nav ol,
header nav ol li{
  background-color: #dfd7d4;
  background: #faf6ed; /* Old browsers */
  background: -moz-linear-gradient(top,  #faf6ed 0%, #d9d9d9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf6ed), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #faf6ed 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #faf6ed 0%,#d9d9d9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #faf6ed 0%,#d9d9d9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #faf6ed 0%,#d9d9d9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf6ed', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}
header nav ol{
  height: 3em;
  padding-top: 1em;
}
header nav ol li{
  height: 1.5em;
  border: 1px #b2b2b2 solid;
  width: 150px;
  display: inline-block;
  padding-top: 0.5em;
  border-radius: 5px;
  text-align: center;
  margin-left: 27px;
}
header nav ol li.active{
  background: #a49484; /* Old browsers */
  background: -moz-linear-gradient(top,  #a49484 0%, #564d44 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a49484), color-stop(100%,#564d44)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a49484 0%,#564d44 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a49484 0%,#564d44 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a49484 0%,#564d44 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a49484 0%,#564d44 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a49484', endColorstr='#564d44',GradientType=0 ); /* IE6-9 */

}
header nav ol li a:hover{
  text-decoration: none;
  color: #000000;
}
header nav ol li:hover{
  color: #000000;
  background: rgb(217,217,217); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(217,217,217,1) 0%, rgba(223,215,212,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,217,217,1)), color-stop(100%,rgba(223,215,212,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(223,215,212,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(223,215,212,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(223,215,212,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(217,217,217,1) 0%,rgba(223,215,212,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#dfd7d4',GradientType=0 ); /* IE6-9 */
}
header nav ol li a{
  text-decoration: none;
  height: 100%;
  display: block;
}
header nav ol li.active a{
  color: #d9d9d9;
}
header nav ol li.active a:hover{
  color: #000000;
}
footer nav ul{
  overflow:auto;
  padding: 1em;
}
footer nav ul li{
  height: 1.2em;
  border: 1px #b2b2b2 solid;
  display: inline-block;
  padding-top: 0.3em;
  border-radius: 5px;
  text-align: center;
  margin:0 .3em;  
}
footer nav ul li a{
  text-decoration: none;
  height: 100%;
  display: block;
  padding:0 2em;
}
footer nav ul li a:hover{
  text-decoration: none;
}
aside{
  width: 170px;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}
aside div{
  padding: 10px 0;
}
aside p {
  margin: 10px auto;
}
.center{
  width: 570px;
  float: left;
}
.textblock, .txt_block{
  padding: 10px 10px 20px 10px;
}
.name{
  text-transform: capitalize;
}
h1{
  font-family: Arial;
  color: #6E602D;
  font-size: 1.4em;
  padding: 3px 0px;
}
h2{
  font-family: Arial;
  color: #6E602D;
  padding: 0px 0px 3px 0px;
  font-size: 1.3em;
  margin:1em 0 .8em 0;
}
h3{
  font-family: Arial;
  color: #6E602D;
  padding: 3px 0px 3px 0px;
  font-size: 1.2em;
}
h4{
  font-family: Arial;
  color: #6E602D;
  padding: 3px 0px 3px 0px;
  font-size: 1.1em;
}
h5{
  font-family: Arial;
  color: #6E602D;
  padding: 5px 0px 5px 0px;
  font-size: 1em;
}
a{
  font-family: Arial;
  color: #6E602D;
  text-decoration: none;
  font-weight:bold;
}
a:hover{
  text-decoration: underline;
}
nav ol,
aside ol{
  list-style-type:decimal;
  list-style-position:inside;
}
aside ol li{
  height: 2em;
  padding-left: 40px;
}
.checked{
  background:url('../img/checked.png') no-repeat -7px -10px;
}
.unchecked{
  background:url('../img/unchecked.png') no-repeat -7px -10px;
}
.error{
  background-color: #FFDADA;
  border-color:#ff4444;
}
.greet{
  margin: 10px 10px;
}
.greet h1{
  margin: 10px 10px;
  font-size: 2em;
}
.greet strong{
  margin: 0px 20px;
  color: #4B4B4B;
  font-size: 1.6em;
}

.bestelling .textblock table thead tr th{
  font-weight: bold;
}
.bestellingerror .textblock .address_data li label{
  width: 270px;
  display: inline-block;
  line-height: 1.4em;
}
.betalingerror .cart_address .payment_methods input{
  display: block;
  float: left;
  margin-top: 5px;
}
.betalingerror .cart_address .payment_methods label{
  display: block;
  float: left;
  width: 91%;
  padding-left: 15px;
  padding-bottom: 10px;
}
.payment_methods{
  padding: 10px 0 10px 0;
}
.payment_methods img{
  display:block;
  float:right;
  margin-left:4em;
}
.payment_methods li:nth-child(even){
  background-color:#f6f6f6;
}
.payment_methods li{
  list-style-type:none !important;
  clear:both;
  padding:.5em 1em;
  margin-bottom: 10px;
  font-size:.9em;
}
.payment_methods li strong{
  font-size:1em;
}
.cart_total_payment div{
  margin-bottom: 10px;
}
.overmaken_details{
  display:none;
  background-color:#f6f6f6;
  clear:both;
  padding:.5em 1em;
}
#printbutton{
  display:none;
}

.gegevens table td{
  width: 205px;
}
.bestelling tbody td, tr, th{
  padding: 0px 50px 10px 0px;
}
.contact ul{
  padding-top: 10px;
}
.textblock ul li{
  list-style-position:inside;
  list-style-type:circle;
}
.contact .feedback{
  width: 510px;
  height: 2em;
}
.contact .submit{
  width: 180px;
  margin: 10px 165px;
}


@media screen and (max-width: 768px) {
    header nav,
    .center,
    .wrapper,
    header nav ol li {
      width: 100%;
    }
    .wrapper{
      box-shadow: 0 0 0px 0px black;
    }
    aside { display:none;}
    .greet{
      margin: 0px 0px;
    }
    header nav ol {
      height:auto;
    }
    header nav ol li {
        margin-left: 1em;
    }
}

