div#logo {  behavior: url(iepngfix.htc); }


body {
  margin: 0;
  background: transparent url(img/bg_gras.gif) bottom repeat-x fixed;
  font: 11px/18px arial;
  color: #676666;
}
html, body {
  height: 100%;
}

#main {
  width: 100%;
  position: relative;
  background: transparent url(img/bg_container.gif) top center repeat-y;
  min-height: 100%;
  height:auto !important;
  height:100%;

}

ul {
  padding: 0;
  margin: 0 0 0 1px;
  list-style-image: url(img/list.gif);
}

a { color: #e42824; text-decoration: none; }
a:hover { text-decoration: underline; }


#top { 
  height: 241px;
  background: white url(img/bg.gif) top repeat-x;
  width: 100%;
}


.container {
  width: 931px;
  position: relative;
  margin: 0 auto;
  padding: 0 1px 0 1px;
  background: transparent url(img/bg_container.gif) top left repeat-y;

}

h1 {
  height: 28px;
  font: bold 12px/28px arial;
  background: transparent url(img/titel_bg.gif) center repeat-x;
  color: white;
  padding: 0 12px 0 12px;
  margin: 0 1px 0 1px;

}
.titel {
  border: 1px solid #c1c1c1;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.clear { clear: both; }

#topbar {
  width: 844px;
  padding: 0 43px 0 43px;
  height: 40px;
  background: white url(img/bg_top.gif) top repeat-x;
  line-height: 40px;
  color: #c0c0c0;
}

#topbar #zoeken {
  width: 300px;
  float: right;
  position: relative;
  text-align: right;
}
#topbar #zoeken input {
  background: #c0c0c0;
  border: 1px solid white;
  font-size: 11px;
  width: 150px;
}
#topbar #zoeken input.submit {
  background: transparent;
  border: none;
  color: #c0c0c0;
  width: 50px;
}


#header {
  width: 930px;
  height: 166px;
  padding: 0;
}

#header img {
  position: absolute;
  display: block;
  top: 40px;
  left: 1px;
}


#logo {

  width: 318px;
  height: 113px;
  float: left;
  position: relative;
  margin: 0 0 0 43px;
  background: transparent url(img/logo.png) top left no-repeat;
}
#logo a {padding: 113px 318px 0 0; height: 0px !important; background: transparent url(img/logo.gif) top center no-repeat;  width: 0px !important;  color: #fff; overflow: hidden;  display: block;  font-size: 1px !important;   border:none;}


#datum {
  float: right;
  position: relative;
  color: white;
  background: #333;
  padding: 3px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  filter:alpha(opacity=70);
  opacity: 0.7;
}

#nav, #footer {
  margin: 0;
  padding: 0;
  height: 35px;
  width: 844px;
  padding: 0 43px 0 43px;
  line-height: 35px;
  background: transparent url(img/bg_nav.gif) top repeat-x; 
  font: bold 12px/35px arial;
  color: white;
  list-style: none;
}

#nav li, #footer li {
  float: left;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
}

#nav a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px;

}
#nav a:hover {
  color: #dfdfdf;
  text-decoration: none;
  background: transparent url(img/nav_hover.gif) bottom repeat-x;
}

#content {
  width: 890px;
  padding: 20px;
  background: transparent url(img/bg_content.gif) top repeat-x;
}

#content img {
  padding: 1px;
  border: 0;  }

#content .img {background: transparent url(img/img_shadow.gif) bottom right no-repeat;position: relative; display: block;}
#content .img .shadow_right {background: transparent url(img/img_shadowright.gif) bottom right no-repeat;position: relative; width: 14px; height: 33px; float: left;}
#content .img .shadow_left {background: transparent url(img/img_shadowleft.gif) bottom left no-repeat; width: 37px; height: 15px;}
#content .img img {float: left; position: relative; display: block !important;} 
#content .imgright {float: left; margin: 3px 0 3px 10px; }
#content .imgleft {float: left;margin: 3px 10px 3px 0; }

.links {
  width: 546px;
  border: 1px solid #ddd;
  padding: 10px;
  float: left;
  position: relative;
  margin: 0 0 40px 0;

}

.rechts_float {
  float: right;
  position: relative;
  width: 275px;
  padding: 0 0 20px 0;
}
.rechts {
  width: 253px;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 0 20px 0;
}

.text {
  padding: 12px;
}


#footer_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer {
  width: 843px;
  position: relative;
  margin: 0 auto;
  padding: 0 43px 0 44px;
  font: 11px/35px arial;
}
#footer .bandwerk {
  float: right;
  position: relative;
}
#footer a { color: white; }
#footer a:hover { text-decoration: underline; }

input {
  color: #676666;
  background: white;
  border: 1px solid #3d3c3c;
  font: 11px arial;
  
}
input.button {
  background: #ffffff;
  border: none;
  padding: 0;
  font: 11px arial;
}
select,textarea { 
  color: #676666;
  background: white;
  border: 1px solid #3d3c3c;
  font: 11px arial;
}

.error {
	border: 1px solid #ff0000;
}
form { 
        margin: 0; 
        padding: 0; 
}