<!--
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #A3C0E2;
}
#wrapper {
   /* border: solid 1px #FFFFFF; */
   height: 100%;
}

#kop {
  height: 148px;
  background-image: url(images/Kop.jpg);
  width: 1900px;
  background-repeat: no-repeat;
  /* background-position: top; */
  padding: 0px;
  margin: 0px;
}
  
#kop-overgang {
  background-image: url(images/Overgang-zijkant.jpg);
  height: 47px;
  background-repeat: no-repeat;
}

#zijkant {
  background-image: url(images/zijkant.jpg);
  background-repeat: repeat-y;
  height: 3000px;
}

#footer {
   /* visibility: hidden; */
   border: solid 1px #000000;
}

.knop {
  background: url(images/knop.gif);
  height: 47px;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-bottom: 6px;
}

#artikellijst {
  position: absolute;
  top: 178px;
  left: 170px;
  width: 185px;
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #000000;
}

h2 {
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

#tekst {
  position: absolute;
  width: 600px;
  top: 15px;
  left: 200px;
  height: auto;
  font-family: arial, sans-serif;
  color: #000000;
  /* border: solid 1px #000000; */
}

#kopmenu a {
  position: absolute;
  height: 20px;
  width: 88px;
  top: 103px;
  text-decoration: none;
}

#kopmenu a i {
  visibility: hidden;
}

#zoekfunctie {
  position: absolute;
  top: 35px;
  left: 800px;
  font-family: arial, sans-serif;
  font-size: 10px;
}

#zoektekst {
  background-image: url(images/achter_zoekfunctie.jpg);
}

a#route { left: 230px; width: 47px;}
a#voorwaarden { left: 282px; width: 97px;}
a#bedrijfsgegevens { left: 385px; width: 119px;}
a#contact { left: 509px; width: 62px;}
a#links { left: 576px; width: 120px; }

#produkt {
  position: absolute;
  width: 345px;
  top: 15px;
  left: 325px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #000000;
  /* border: solid 1px #000000; */
}


a.artlst:link {
  border: 0px;
  text-decoration: none;
  color: #8BADDA;
}

a.artlst:visited{
  border: 0px;
  text-decoration: none;
  color: #F79CBB;
}

a.artlst:hover {
  border: 0px;
  text-decoration: none;
  color: #4D6F9D;
}

a.artlst:focus {
  border: 0px;
  text-decoration: none;

}

a.artlst:active {
  border: 0px;
  text-decoration: none;
}

a:link {
  border: 0px;
  text-decoration: none;
  color: #000000;
}

a:visited{
  border: 0px;
  text-decoration: none;
  color: #000000;
}

a:hover {
  border: 0px;
  text-decoration: underline;
  color: #000000;
}

a:focus {
  border: 0px;
  text-decoration: none;

}

a:active {
  border: 0px;
  text-decoration: none;
}

.inputbox {
  /* color: red; */
  width: 422px;
}

bbcodeBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

.bbcodeBold {
	font-weight: bold;
}

.bbcodeItalics {
	font-style: italic;
}

.bbcodeUnderline {
	text-decoration: underline;
}

.bbcodeStrikethrough {
	text-decoration: line-through;
}

.bbcodeOverline {
	text-decoration: overline;
}

.bbcodeQuotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bbcodeCodebody {
	background-color: #FFFFFF;
 	font-family: Courier new, courier, mono;
        font-size: 12px;
        color: #006600;
        border: 1px solid #BFBFBF;
}

.bbcodeQuotebody {
        font-family: Courier new, courier, mono;
        font-style: italic;
        font-size: 12px;
        color: #660002;
}

.bbcodeListbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.bbcodeListdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.bbcodeListlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.bbcodeListupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.bbcodeListloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.bbcodeListupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}

.bbcodeJustify {
	text-align: justify;
}

.bbcodeLeft {
	text-align: left;
}

.bbcodeRight {
	text-align: right;
}

.bbcodeCenter {
	text-align: center;
}
-->
