/* general */

body {
  background-color: #CACACA;
  padding: 0px;
  margin: 0px;
}

body, table, input, textarea, select {
  color: #3C130F;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
  color: #0010AD;
  text-decoration: underline;
}

a:hover {
  color: #3C130F;
  text-decoration: underline;
}

a.menu {
  color: #3C130F;
  text-decoration: none;
}

a.menu:hover {
  text-decoration: underline;
}

img {
  margin: 0px;
  border: 0px;
}

ul {
  list-style-type: circle;
  list-style-position: outside;
}

ol {
  list-style-type: upper-roman;
}

ol ol { 
  list-style-type: decimal; 
}

ol ol ol { 
  list-style-type: lower-alpha; 
}

.error {
  text-align: center;
  font-weight: bold;
  color: #CC0000;
}

.ok {
  text-align: center;
  font-weight: bold;
  color: #00CC00;
}

td.stap {
  padding-top: 10px;
  padding-left: 10px;
}

td.stap_kop {
  vertical-align: bottom;
  padding-left: 5px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}

td.kop {
  vertical-align: bottom;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: #314BA2;
  font-size: 25px;
  font-weight: bold;
}

td.content {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

td.rood {
  text-align: center;
  font-weight: bold;
  color: #CC0000;
}

table.content {
  width: 100%;
  border-collapse: collapse;
}

select.uitvoering {
  width: 175px;
}

select.kleur {
  width: 175px;
}

input.foto {
  width: 175px;
}

input.opsturen {
  width: 100px;
}

select.betaling {
  width: 220px;
}

td.opsturen {
  text-align: center;
  padding-bottom: 10px;
}

td.kop_prijs {
  font-weight: bold;
  text-align: center;
}

table.formaat {
  border-collapse: collapse;
  padding: 0px;
}

td.afmeting {
  padding-right: 8px;
}

td.prijs {
  padding-right: 8px;
  text-align: right;
}

table.kleur {
  width: 175px;
}

td.kleur {
  text-align: center;
}

.per_10 {
  padding-left: 48px;
  font-size: 10px;
}

input.contact {
  width: 280px;
}

textarea.contact {
  width: 280px;
  height: 125px;
}

td.winkelwagentje_kop_links {
  padding: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #314BA2;
  font-weight: bold;
  
}

td.winkelwagentje_kop_rechts {
  padding: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #314BA2;
  text-align: right;
  vertical-align: bottom;
  font-size: 11px;
}

td.winkelwagentje_links {
  padding: 10px;
  width: 140px;
}

td.winkelwagentje_rechts {
  padding: 10px;
  vertical-align: top;
}

td.winkelwagentje_bottom {
  padding-left: 10px;
  vertical-align: bottom;
}

img.winkelwagentje_thumbnail {
  margin: 0px;
}

table.details {
  border-collapse: collapse;
}

td.details {
  padding-left: 10px;
}

input.winkelwagentje_aantal {
  width: 35px;
}

td.winkelwagentje_totaal_top {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #314BA2;
  padding-top: 10px;
  padding-bottom: 10px;  
  text-align: right;
}

td.winkelwagentje_totaal {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

td.winkelwagentje_prijs {
  width: 80px;
  text-align: right;
  font-weight: bold;
}

td.lijn_boven {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #000000;  
}

.klein {
  font-size: 10px;
}

input.afrekenen {
  width:200px;
}

select.afrekenen {
  width: 200px;
}

textarea.afrekenen {
  width: 200px;
  height: 100px;
}

td.top {
  vertical-align: top;
}

input.betalen {
  width: 100px;
}

.kan_niet_verzonden_worden {
  color: #CC0000;
  font-size: 11px;
}

input.herinnering {
  width: 175px;
}

textarea.herinnering {
  width: 335px;
  height: 175px;
}


/* layout */

table.layout_fullscreen {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

td.layout_content {
  padding: 10px;
}

table.layout_main {
  width: 750px;
  border-collapse: collapse;
  padding: 5px;
}

td.layout_top {
  background-image: url('../images/logo.jpg');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  vertical-align: bottom;
  text-align: right;
  width: 100%;
  height: 85px;
  background-color: #FFFFFF;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;  
  padding: 10px;
}

td.layout_middle_spacer {
    border-width: 0px;
    padding: 2px;
}

table.layout_middle {
  border-collapse: collapse;
  padding: 0px;
}

td.layout_middle {
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

td.layout_left {
  background-color: #FFFFFF;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  width: 500px;
  padding: 0px;
  vertical-align: top;
}

td.layout_right {
  background-color: #FFFFFF;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  width: 250px;
  padding: 0px;
  vertical-align: top;
}

td.layout_bottom {
  font-size: 10px;
  padding: 0px;
  text-align: center;
}

