div, ul, li, span, a, img { border:0;margin:0;padding:0; }
html, body { font-family:Arial;border:0;margin:0;padding:0;width:100%;height:100%;background:#FFF; }
#main {
  position:relative;
  margin-left:auto;margin-right:auto;
  width:997px;
  height:540px;
  top:50%;
  margin-top:-270px;
}

#headermenu {
  float:left;
  width:997px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  height:40px;
  z-index:10;
}
#headermenu ul {
  margin:0;
  padding:0;
  border:0;
  list-style:none;
}
#headermenu ul li {
  float:left;
  line-height:40px;
  height:40px;
  font-size:9pt;
  margin-right:15px;
  display:inline;
}
#headermenu ul li a {
  color:#000;
  text-decoration:none;
}
#headermenu ul li a:hover {
  color:#D7B578;
  text-decoration:none;
}
#headermenu ul li a.selected {
  color:#D7B578;
  text-decoration:none;
}
#headermenu li ul {/* second-level lists */
  position: absolute;
  display: block;
  margin-top:37px;
  background:#EEE;
  padding:4px;
  -moz-box-shadow:#666 2px 2px 6px;
  -webkit-box-shadow:#666 2px 2px 6px;
}
#headermenu ul ul { list-style:none;display:none;visibility:hidden; }
#headermenu li:hover ul { display: block; }
#headermenu li:hover>ul { visibility:visible; }
#headermenu ul ul li { clear:both;padding:0;border:0;margin:0;line-height:20px;height:20px; }
#headermenu li>ul {/* to override top and left in browsers other than IE */
  top: 0;
}

#bottomdecoration {
  float:left;
  margin-top:17px; 
  width:1031px;
  height:9px;
  margin-left:-9px;
  background:url(../images/stippellijn.gif) no-repeat;
}
#logo {
  float:left;
  margin-top:24px;
  margin-bottom:3px;
  background:url(../images/dflogo.gif) no-repeat;
  width:317px;
  height:77px;
  z-index:1;
}
#logo2 {
  float:left;
  margin-top:4px;
  margin-bottom:3px;
  background:url(../images/bladlogo.jpg) no-repeat;
  width:107px;
  height:96px;
  z-index:1;
}
#maincontent {
  float:left;
  background-color:#959595;
  width:995px;
  height:358px;
  border:1px solid #000;
}
#content {
  margin:0;padding:0;border:0;float:left;height:358px;width:995px;
}
.column {
  float:left;height:296px;overflow:auto;
  color:#FFF;
  font-size:10.5px;
  line-height:14px;
}
.column a {
  color:#FFF;
  text-decoration:underline;
}
.column a.nav {
  color:#000;
  text-decoration:none;
}
.column a.nav:hover {
  text-decoration:underline;
}
#column1 { padding:0px 0px 0px 36px;width:214px; }
#column2 { margin-top:36px;padding:0px 10px 0px 26px;width:325px; }
#column3 { margin:0;border:0;padding:36px 26px 26px 8px;width:349px;color:#000; }

.itemlogo { float:left;position:relative;width:180px;height:30px;overflow:none;margin-left:-36px;margin-bottom:10px;padding:5px 30px 5px 36px;background:#FFF; }
.itemnav ul { list-style:none; }
.itemnav ul li a { color:#000;text-decoration:none; }
.itemnav ul li a:hover, .itemnav ul li a.active { color:#FFF; }
.image { float:right;width:320px;}
.imagenav { width:320px; }

.imagenav .prev { float:right;background:url(../images/previous.gif);width:12px;height:11px;margin-right:8px;cursor:pointer; }
.imagenav .next { float:right;background:url(../images/next.gif);width:12px;height:11px;cursor:pointer; }
.disabled { opacity:0.3;cursor:normal !important; }

.galleryCont{
  display:none;
}

