/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
}

img { 
  border: 0;
}

.button {
  width: auto;
}

#tekst p, #tekst ul, #tekst ol {
  line-height: 1.5em;
}

#tekst img {
  margin: 1em;
}

body #tekstedit {
  background: white url(gfx/trans.gif) 0 0 no-repeat;
}

/*** tabellen ***/
div#tekst table ul {
  margin-left: 16px;
}
div#tekst table ol {
  margin-left: 23px;
}

div#tekst table td, div#tekst table th {
  vertical-align: top;
  line-height: 1.5em;
}

.hcell, .lcell, .dcell {
  text-align: left;
  padding: 4px!important;
}
.hcellc, .lcellc, .hcello {
  background-color: #bbb;
  color: white;
}
.hcellc, .dcellc {
  text-align: center;
}
.dcellc {
  background-color: #eee;
}
.hcell p, .lcell p, .dcell p {
  margin: 0!important;
  padding: 0!important;
}
.lcello_odd {
  background-color: #bbb;
}
.lcello_even {
  background-color: #ccc;
}
.dcello_odd {
  background-color: #eee;
}
.dcello_even {
  background-color: #ddd;
}

/*** zoeken ***/
#sq {
  text-align: center;
}

.searchquery {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.google {
  width: 260px;
}
.searchquery label, .searchquery input, .searchquery select {
  width: auto;
  display: block;
  vertical-align: middle;
}
.searchquery label {
  padding: 6px 0 0;
  margin:0;
}

.searchmode {
  display: none;
}

.searchheader {
}

.searchrow {
  padding-bottom: 1em;
}

.searchinfo {
  font-size: 80%;
}
.searchinfo a {
  font-size: 125%;
}

/*** formulieren ***/
form {
  padding-bottom: 10px;
}

label, .input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 250px;
}
select, .input {
  width: auto;
}

.radio, .checkbox {
  border: 0;
  width: auto;
}

form br {
  clear: left;
}

/*** nieuws(brieven/items) ***/
#datum {
  font-weight: bold;
  display: block;
  text-align: right;
}

.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** drempels weg ***/
img.dwnw {
  border: 0;
  margin: 0 .25em 0 0;
  display: none;
}
img.dwhv {
  border: 0;
  margin: 0 0 0 .25em ;
  display: none;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted black;
}

/*** shop ***/
.shopbutton {
  width: auto;
}
#cartform input {
}
.shoptitle {
  background-color: #51AAD7;
  font-weight: bold;
}
.shopdelcol {
  background-color: white;
}
#tekst .shoptable .shopbottom {
  text-align: right;
  background-color: #51AAD7;
}
.shoptabledetails {
  width: 50%;
  margin-bottom: 25px;
}
.shoptable {
  width: auto;
  margin-bottom: 25px;
}
.shoptable input {
  width: auto;
}
#tekst .shoptable .shoptotalline {
  text-align: right;
  border-top: 1px solid #51AAD7;
  font-weight: bold;
}
.shopadresheader {
  text-align: left;
  border-bottom: 1px solid #51AAD7;
  font-weight: bold;
}
.shopbottomproduct {
  border-top: 1px solid #51AAD7;
  border-bottom: 1px solid #51AAD7;
  width: 100%;
}

/*** forum ***/
.nieuw {
  font-size: 80%;
  color: red;
}
#forummenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#forummenu li {
  float: left;
  padding: 1px 5px;
  border-right: 1px solid black;
}
#forummenu .last {
  border-right: 0;
}
.divider {
  height: 1px;
  border-bottom: 1px solid #51AAD7;
  clear: both;
}

.hidden {
  display: none;
  font-size: 0.1pt;
}
