/* @override http://nl.nrf.dev/css/header.css */
div#header {
  position:relative;
  width:2000px;
  left: 50%;
  margin-left: -1000px;
}

div.imagerotator {
  height:306px;
  width:2000px;
}

div.orange_bar {
  background-image:url(../images/topbar_bg.png);
  height:60px;
  width:2000px;
  position: absolute;
  top: 0;
}

div#headerwidebg {
  position:relative;
  width:2000px;
}

div#headerbar {
  width: 1000px;
  height:306px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
}

div#imagerotator_title {
  font-family: "AgendaLight";
  font-size:38px;
  color:white;
  top:0px;
  left:120px;
  position:absolute;
  width:600px;
  float:left;
}

div#imagerotator_title span.black {
  color:black;
}

div#topmenu {
  position:absolute;
  right:0px;
  
  color:white;
  margin-top:5px;
}
#topmenuitems_div {
  float: left;
}
div#topmenu #header_top_menu {
  border-top: 1px solid #FFF;
}
div#topmenu #header_top_menu td {
  border-bottom: 1px solid #FFF;
  padding: 1px 5px 1px 5px;
}
div#topmenu #header_top_menu td a {
  font-size: 11px;
  color: #FFF;
}
div#imagerotator_monoslideshow {
  position:absolute;
}

div#headerbar > div#topmenu > a#country_choose {
  background-image:url(/images/globe_small.png);
  background-position:115px 0px;
  background-repeat:no-repeat;
  padding-right:34px;
/*  display:block;*/
  padding-top:1px;
  margin-top:0px;
  color:white;
  text-decoration:none;
  height:30px;
  width:110px;
  float:left;
  text-align: right;
  position: relative;
}

#country_choose_div {
  display:none;
  background:transparent url(/images/country-choose-box.png) no-repeat;
  font-size:12px;
  height:380px;
  width:150px;
  padding:15px;
  padding-left:10px;
  color:#fff;
  margin-top:22px;
  margin-left:-42px;
  position:absolute;
  left: 0;
  z-index: 999;
}

#country_choose_div > ul > li {
  line-height:25px;
}

#country_choose_div > ul > li > a {
  text-decoration: none;
  color:black;
  font-weight:bold;
  padding-left:30px;
  padding-top:5px;
  background-repeat:no-repeat;
}

#country_choose_div > ul > li > a.global { background-image: url(/images/flag_global.png); }
#country_choose_div > ul > li > a.netherlands { background-image: url(/images/flag_netherlands.png); }
#country_choose_div > ul > li > a.spain { background-image: url(/images/flag_spain.png); }
#country_choose_div > ul > li > a.france { background-image: url(/images/flag_france.png); }
#country_choose_div > ul > li > a.united_kingdom { background-image: url(/images/flag_united_kingdom.png); }
#country_choose_div > ul > li > a.austria { background-image: url(/images/flag_austria.png); }
#country_choose_div > ul > li > a.belgium { background-image: url(/images/flag_belgium.png); }
#country_choose_div > ul > li > a.germany { background-image: url(/images/flag_germany.png); }
#country_choose_div > ul > li > a.poland { background-image: url(/images/flag_poland.png); }
#country_choose_div > ul > li > a.russia { background-image: url(/images/flag_russia.png); }
#country_choose_div > ul > li > a.switzerland { background-image: url(/images/flag_switzerland.png); }
#country_choose_div > ul > li > a.italia { background-image: url(/images/flag_italia.png); }
#country_choose_div > ul > li > a.turkije { background-image: url(/images/flag_turkey.png); }