/* CSS Document */
#header{
  width: 844px;
  margin: auto;
  height: 168px;
  background: url(../../images/theme/header.png) no-repeat;
}

#logo {
  background: url(../../images/theme/logo.png) no-repeat;
  height: 118px;
  width: 127px;
  position: relative;
  padding-left: 10px;
}

.logo-inner{
  margin-left: 10px;
}

#topnav{
  width: 844px;
  height: 29px;
  margin: auto;
  position: absolute;
  top: 159px;
  z-index: 2;
}

#maincontentwrapper{
  margin: auto;
  width: 836px;
  min-height: 837px;
  border-top: 1px solid #b1b1b1;
  background: url(../../images/theme/mid_content_bg.png) repeat-x;
  background-color: #ffffff;
  padding: 4px;
}

#main_banner{
  width: 575px;
  float: left;
  margin-right: 8px;
}

#information_pan_wrapper{
  float: right;
  width: 249px;
}

#information_pan{
  background: url(../../images/theme/bg_informatie_box.png) no-repeat;
  background-position: bottom;
  background-color: #dcc8c8;
  min-height: 280px;
  width: 249px;
  font-size: 12px;
  position: relative;
}

.information_title{
  background: url(../../images/theme/header_img_informatie.png) no-repeat;
  height: 62px;
}

.morelink a{
  float: right;
  width: 100px;
  color: #b54d40;
  text-align: right;
  text-decoration: none;
}

.morelink a:hover{
  color: #000000;
}

#ad_banner{
  width: 249px;
  float: right;
  position: relative;
  padding-top: 5px;
}

#content {
  display: block;
}

.inner-content {
  padding-left: 10px;
  padding-right: 10px;
}

#content_box{
  width: 575px;
  position: absolute;
  top: 500px;
  z-index: 1;
}

#left_buttons{
  width: 175px;
  float: left;
}

#main_content{
  float: right;
  width: 400px;
}

#product-gallery{
  width: 800px;
  background: #740c00;
  height: 130px;
  z-index: 200;
  margin: 10px;
  padding: 4px;
}

.product-gallery-title {
  height: 25px;
  width: 107px;
  display: block;
  background: url(../../images/theme/title_producten.png);
}

.product-gallery-list {
  margin-left: 10px;
}

.imgpadding{
  padding-right: 4px;
}

.clear{
  clear: both;
}

#maincontent_bottom{
  width: 844px;
  margin: auto;
  background: url(../../images/theme/mid_round_bottom.png) no-repeat;
  height: 10px;
}

#footer{
  width: 844px;
  margin: auto;
  color: #ffffff;
  text-align: center;
}

#breadcrumb {
  font-size: 11px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:focus {
  text-decoration: none;
  color: #b54d40;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#product-list li {
  float: left;
  list-style-type: none;
  padding: 2px;
}

#product-list li a {
  color: #660000;
  text-decoration: none;
}

#product-list li a:hover {
  color: #000000;
  text-decoration: underline;
}