* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #a66c08;
  background-color: #e2f3fb;
  font: 10pt Verdana, sans-serif;
  text-align: center;
}

body.route {
	background-color: #fff;
	margin: 20px;
	text-align: left;
}

#container-page {
  margin: 0 auto;
  width: 642px;
  background: #fff;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  background-image: url(../images/onderrand.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#container-head {
  background: #fff;
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

#container-head2 {
  background: #fff;
  background-image: url(../images/header2.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

#head {
  padding: 0px;
  height: 125px;
}

#container-content {
  padding: 0px;
  margin: 0px 0px 110px 0px;
  padding: 0px 0px 110px 0px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 100%;
  float: left;
  background-color: #fff;
  background-image: url(../images/kruis_vervolg.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 20px 0px 0px 0px;
}

#content-sec {
  padding: 1em 0;
  width: 20%;
  float: left;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 100%;
  background: #CCC;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 80px;
}

#foot {
  padding: 0px;
}

#menu {
	float: left;
	width: 298px;
	height: 52px;
	text-align: left;
	margin: 0px;
	padding: 36px 0px 0px 140px;
	line-height: 17pt;
	}

#adres {
	text-align: left;
	margin: 0px;
	padding: 34px 0px 0px 0px;
	font-size: 8pt;
	}
	
p {
	margin: 0px 0px 20px 0px;
	}
	
a.navigatie:link { 
	color: #a66c08; 
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1pt;
	}

a.navigatie:visited { 
	color: #a66c08;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1pt;
	}

a.navigatie:hover { 
	color: #67bee7; 
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1pt;
	}
	
a.navigatie:active { 
	color: #67bee7;
	text-decoration: underline; 
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1pt;
	}
	
img.product {
	float: left;
	padding: 0px;
	margin: 0px 0px 1px 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #e2f3fb;
	}
	
.prodtekst {
	font-size: 10pt;
	padding: 10px 50px 0px 10px;
	width: 445px;
	float: right;
	}
	
.pastratekst {
	font-size: 10pt;
	padding: 10px 10px 0px 10px;
	width: 400px;
	float: left;
	display: inline;
	}
	
.opening {
	font-size: 8pt;
	font-weight: bold;
	width: 137px;
	padding: 10px 8px 8px 8px;
	margin: 0px 50px 0px 0px;
	float: right;
	border: 1px solid #e2f3fb;
	display: inline;
	}
	
div.prod {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 81px;
	}
