* {
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, serif;
  font-size: 12px;
  color: #000000;
}

body {
  width: 100%;
  height: 100%;
  background-image: url(../img/body_back.jpg);
  background-color: #fffff;
  background-position: top center;
  text-align: center;
}

#main {
  width: 800px;
  height: 200%;
  min-height: 200%;
  background-color: #0000ff;
  background-image: url(../img/back_main.jpg);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: left;    
}

#main_left {
  clear: both;
  padding-left: 23px;
  margin-top: 10px;
  float: left;
  width: 502px;  
  height: 100%;  
}

#main_left_content {
  background-color: #ffffff;
  background-image: url(../img/main_left_back.jpg);
  background-repeat: no-repeat;
  height: 600px;
  min-height: 600px;
  width: 100%;
  padding: 0 0 0 0;
}

#main_left_tekst {
  line-height: 20px;
  width: 460px;
  padding-top: 20px;
  padding-left: 22px; 
}

#main_scroll {
  height: 570px;
  margin-top: 0px;
  overflow-y: auto;
}

#main_left_bottom {
  background-image: url(../img/back_main_bottom.gif);
  width: 100%;
  height: 14px;
  background-repeat: no-repeat;
}

#main_right_bottom {
  background-image: url(../img/back_right_bottom.gif);
  width: 100%;
  height: 14px;
  background-repeat: no-repeat;  
}

#main_right {
  float: right;
  margin-top: 10px;
  padding-right: 6px;  
}

#main_right_content {
  background-image: url(../img/back_right.jpg);
  background-repeat: repeat-y;
  min-height: 600px;
  height: 600px;
  width: 256px;   
}

html>body #main_right_content {height: auto}

div.right {
  line-height: 20px;
}

#knop {
  background-image: url(../img/knop.jpg);
  width: 135px;
  height: 38px;
  font-size: 12px;
  font-weight: bold; 
  text-align: center;
  margin-right: 12px;
  float: left;
}

#knop_tekst {
  padding-top: 10px;  
}

a.menu, a.menu:hover {
  text-decoration: none;
  color: #ffffff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



div.aanbieding {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding-top: 10px;
}

#error {
  color: #ff0000;
}

#lblBestel {
  cursor: pointer;
  padding-right: 10px;
}

.bold {
  font-weight: bold;
}

*.bestelw, *.bestels {
  width: 250px;
}

*.bestels {
  width: 80px;
}

td.bestel_field {
  font-weight: bold;
  width: 130px;
  vertical-align: top;
}

p {
  padding-bottom: 15px;
}

#bestel_tekst {
  float: right;
}

#smart_klein {
  float: right;
  padding-top: 2px;
  padding-left: 10px;
}

div.optiesClass {
  border-top: 1px dotted #9d0a0e;
  border-bottom: 1px dotted #9d0a0e;
  clear: both;
  width: 100%;
}

div.optiesLine {
  height: 3px;
  margin-left: 5px;
  border-bottom: 1px solid #333333;
  clear: both;
  width: 30%;
  font-size: 1px;
}

#bestel_product_img {
  cursor: pointer;
}

#bestel_product {
  float: right;
  padding-top: 3px;
  padding-left: 7px;
}

#cat {
  border: 1px solid #000000;
  float: left;
}

#bestel_knop {
  float: right;
  padding-right: 36px;
  padding-bottom: 5px;
}

#smart_klein_del {
  padding-left: 20px;
  float: left;
  padding-top: 0px;
  padding-right: 10px;
}

#bestellijst_product_naam {
  padding-top: 2px;
  float: left;
  clear: both;  
  padding-left: 20px;
}

.width100 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width:100%;
  height:1px;
  font-size: 2px;
  border: 1px solid #000000;
}

#bestellijst_product_naam_small {
  padding-top: 2px;
  float: left;
  font-size: 11px;
}

#bestellijst_product_prijs {
  float: right;  
  padding-right: 45px;
}

#categorie {
  border-bottom: 2px solid #ff0000;
  font-weight: bold;
  font-size: 13px;
}

#product {
  clear: both;
  float: left;
}

#product_omschrijving {
  clear: both;
  float: left;
  font-style: italic;
  padding-left: 10px;  
}

#clear {
  clear: both;
  font-size: 1px;  
}

#product_optie {
  font-style: italic;
  padding-left: 10px;  
}

#prijs {
  float: right;
}

html {
  width: 100%;
  height: 100%;
}

#smart {
  float: left;
}

#bestel_totaal {
  clear: both;
  padding-left: 1px;
  padding-right: 45px;
  padding-top: 5px;
  /*border-top: 1px solid #9d0a0e;*/
  float: right;
  font-weight: bold;
}

#bestellijst_product_opties {
  clear: both;
  font-style: italic;
  padding-left: 46px;  
  font-size: 11px;
  padding-bottom: 7px;
  display: block;  
}

#bestel_prijs {
  font-weight: normal;
  width: 100%;
  text-align: right;
  padding-left: 10px;
}

#bestel_lijst {
  padding-top: 10px;
  padding-left: 0px;
  clear: both; 
  background-color: #ffffff;  
  overflow: auto;
}

textarea.bestelw {
  overflow: auto;
}

#image_right {
  padding-top: 6px;
  padding-bottom: 6px;
}

#spacer {
  height: 4px;
}

div {
  /*border: 1px solid #000000;*/
}



#besteloverzicht {
  float: right;
  width: 230px;
}

#blok {
  margin-top: 20px;
  float: right;
  width: 235px;
}

#blok_header {
  height: 20px;
}

#blok_header_actie {
  border-left: 1px solid #ffffda;
  border-right: 1px solid #ffffda;
  background-color: #ff0000;
/*  background-image: url(../img/actie_header.jpg);*/
  height: 3px;
  width: 195px;  
  font-size: 0px;
}

#blok_header_content {
  padding-top: 2px;
  color: #000000;
  font-weight: bold;
  width: 190px;
}

#blok_content {
  padding-top: 4px;
  width: 196px;
}

#header {
  width: 100%;
  height: 150px;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  clear: both;
}

#menu {
  padding-top: 120px;
  padding-left: 23px;  
}

h1 {
  background-image: url(../img/bullet_title.jpg);
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
}

#categorie_opmerking {
  font-style: italic;
  padding-bottom: 5px;
}