﻿a:link    { text-decoration:none; color:#999999; }
a:visited { text-decoration:none; color:#999999; }
a:hover   { text-decoration:none; color:#FF00FF; }

body {
  margin: 0px;
  background-color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #333333;
}

strong {
  font-weight: bold;
  color: #FF00FF;
}

em {
  font-size:10px;
}

img {
	border-width: 0px;
}

td.prijs1 {
  text-align:left;
  width:350px
}

td.prijs2 {
  text-align:right;
  width:75px
}

/* CSS layout <div id> */

#canvas {background-image: url('../../images/bm-back.jpg');
}

/* header */

#header_box {
  position: relative;
  width: 770px;
  height: 150px;
}

#header_left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 185px;
  height: 100px;
	padding-top: 50px;
  background-image: url('../../images/bg-top-l.gif');
  background-position: left;
  text-align: right;
  font-size: 15px;
}

#header {
  margin-left: 185px;
  margin-right: 185px;
  height: 50px;
	padding-top: 100px;
  background-image: url('../../images/bg-top.gif');
  background-repeat: repeat-x;
  text-align: center;
	font-family: "English111 Vivace BT", Georgia, "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight:bold;
  color: #FF00FF;
}

#iheader {
  height: 30px;
  width: 400px;
  border: 0px;
}

#header_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 185px;
  height: 150px;
  background-image: url('../../images/bg-top-r.gif');
  background-position: right;
  text-align: right;
}

/* content */

#content_box {
  position: relative;
  width: 770px;
  background-image: url('../../images/bg-repeat.gif');
  background-repeat: repeat-y;
}

#content_left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
  line-height: 25px;
  font-size: 12px;
  font-weight:bold;
}

#content_index {
  margin-left: 195px;
  margin-right: 195px;
  padding-top: 15px;
  text-align: left;
}

#content {
  margin-left: 195px;
  margin-right: 35px;
  padding-top: 15px;
  text-align: left;
}

div.filler {line-height: 0; height: 0;}

#foto3_box {
  margin-left: 195px;
  margin-right: 185px;
  height: 130px;
  text-align: left;
}

#content_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 150px;
  padding-top: 15px;
  padding-right: 30px;
  text-align: left;
  color:#ff00ff;
}

#imodellen {
  height: 480px;
  width: 100%;
  border: 0px;
}

#itrouwen {
  height: 400px;
  width: 100%;
  border: 0px;
}

/* foto5 */

#foto5_box {
  position: relative;
  width: 710px;
  height: 130px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  background-image: url('../../images/bg-repeat.gif');
  background-repeat: repeat-y;
}

#foto5 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 750px;
  height: 130px;
  padding-left: 10px;
  padding-right: 10px;
}

/* footer */

#footer_box {
  position: relative;
  width: 770px;
  height: 150px;
}

#footer_left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height:150px;
  background-image: url('../../images/bg-btm-l.gif');
  background-position: left;
}

#footer {
  margin-left: 150px;
  margin-right: 150px;
  height: 130px;
  padding-top: 25px;
  text-align: center;
  background-image: url('../../images/bg-btm.gif');
  background-repeat: repeat-x;
}

#ifooter {
  height: 30px;
  width: 400px;
  border: 0px;
}

#footer_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 150px;
  height: 140px;
  padding-top: 10px;
  background-image: url('../../images/bg-btm-r.gif');
  background-position: right;
}

