/* Global Styling */
body {
  margin: 0 auto;
  background: #b45f5f url('../assets/background.jpg') repeat-x;
  font-family: verdana, tahoma, arial, helvetica;
  font-size: 75%;
}

h3 {
  color: #5e0404;
  font-size: 115%;
}

hr {
  height: 3px;
  overflow: hidden;
  color: #a21413;
  clear: both;
}

a {
  color: #b45f5f;
  text-decoration: none;
}

a:hover {
  color: #a21413;
}

.updateknop
{
  color : white;
  border: 0px;
  background: #fff2b5;
  cursor: pointer;
}

.border_right
{
  border-right: 1px solid black;
}

.border_bottom
{
  border-bottom: 1px solid black;
}

.border_top
{
  border-top: 1px solid black;
}

.subCatHead {
  color: #5e0404;
  font-weight: bold;
}

.subCat a {
}

#menu a {
  color: white;
  text-decoration: none;
}

#menu a:hover {
  color: #b45f5f;
}

.pagepic {
  padding: 3px;
  margin: 3px;
  width: 160px;
  border: 1px solid #a21413;
  float: right;
}

#static_left {
  float: left;
  width: 277px;
}

#static_right {
  float: right;
  width: 168px;
}

.productPic {
  padding: 3px;
  margin: 3px;
  width: 70px;
  border: 1px solid #a21413;
}

.aanbiedingPic {
  padding: 3px;
  margin: 3px;
  width: 145px;
  border: 1px solid #a21413;
}

#left_content img {
  padding: 5px;
  width: 115px;
  border: 0px;
}

/* Form Styling */
label {
  float: left;
  display: block;
  width: 140px;
  text-align: right;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 3px 0px 3px 40px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.formfield {
  height: 16px; 
  background-color: #fff; 
  border: 1px solid #5e0404; 
}

.formtext {
  background-color: #fff; 
  border: 1px solid #5e0404;
}

.formbutton {
  color: #fff;
  height: 21px; 
  border: #000000 outset 1px;
  background: #5e0404;
}

/* Layout Styling */

.subCat {
  display: block;
  padding: 3px;
}

#container {
  margin: auto;
  width: 900px;
}

#menu {
  text-align: right;
  color: white;
  height: 20px;
  padding-top: 4px;
  font-weight: bold;
}

#pano_block {
  width: 900px;
  height: 225px;
  overflow: hidden;
  position: relative;
}

#pano_content {
  width: 900px;
  height: 225px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

#pano_logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 226px;
  height: 76px;
  background: url( '../assets/henr_logo.png' ) no-repeat;
}

#pano_logo {
  _background: url('../assets/blank.gif');
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/henr_logo.png', sizingMethod='scale');
}


#left {
  float: left;
  width: 265px;
}

#top_left {
  width: 265px;
  height: 80px;
  background: url('../assets/top_left.jpg') no-repeat;
}

#left_content {
  background-color: #fffae1;
  height: 375px;
  padding: 5px;
  padding-top: 15px;
  width: 255px;
  color: #5e0404;
}

#left_bottom {
  width: 265px;
  height: 74px;
  background: #b45f5f url('../assets/left_bottom.gif') no-repeat top right;
}

#right {
  float: left;
  width: 635px;
}

#top_right {
  width: 635px;
  height: 123px;
  background: url('../assets/top_right.jpg') no-repeat;
}

#right_left {
  float: left;
  width: 455px;
  padding: 5px;
  background-color: #fff2b5;
  line-height: 20px;
  color: #5e0404;
}

#right_right {
  float: left;
  width: 160px;
  padding: 5px;
  background-color: #fffae1;
  color: #5e0404;
  text-align: right;
}

#footer {
  clear: both;
  background-color: white;
  width: 635px;
  text-align: right;
  font-size: 80%;
  text-align: center;
}

.spacer {
  clear: both;
}
