/* Cookiewarning */

form#form1 {
  position: relative;
  z-index: 1;
}

#cookiewarning {
  width: 100%;
  padding: 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;  
}

#cookiewarning .sluiten {
  font-size: 14px;
  position: absolute;
  bottom: 21px;
  height: 23px;
  left: 0;
  width: 100%;
  z-index: 1001;
}

#cookiewarning .klikhier {
  text-align: center;
  clear:both;
  font-size: 10px;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent url('/images/black_trans.png') left top repeat;
  border-top: 1px solid #000;
  padding: 4px 0;
}


#cookiewarning .inner {
  text-transform: lowercase;
  font-size: 10px;
  color: #fff;
}


#cookiewarning a {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}

#cookiewarning .sluiten a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight:bold;
  display: block;
  height: 20px;
  width:173px;
}

#cookiewarning div.topbut {
  width:173px;
  position: absolute;
  left: 50%;
  margin-left: -86px;
  height: 20px;
}

#cookiewarning .topbut:hover {
}

#cookiewarning  a.topbut:link, #cookiewarning  a.topbut:visited, #cookiewarning a.topbut:active, #cookiewarning a.topbut:hover {
  background: transparent url(/images/sluiten_bg2.png) no-repeat top right;
  padding-top: 6px;
  padding-left: 0;
  display: inline;
  float: left;
  margin: 0;
  color:#fff;
}

#cookiewarning a.rbut:active, #cookiewarning a.rbut:hover {
}
