
/* DEFAULT TAGS */

.naampie {
  /* color: lightgray; */
  /* font-style: italic; */
}

div#popularitytext {
  margin-bottom: 8px;
}

div#downloadbutton {
  padding-bottom: 20px;;
}
a img {
  border-style: none;
}

/* WRAPPER */

div#wrapper {
  width: 1000px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

/* HEADER */

div#wrapper div#header {
  height: 65px;
  background-color: #000000;
  overflow: hidden;
}

div#wrapper div#header, div#wrapper div#header a {
  line-height: 75px;
  color: #FFFFFF;
}

div#wrapper div#header div#wedstrijdfemke{
  height: 55px;
  margin-top: 7px;
  line-height: 20px;
  color: #FFFFFF;
  overflow: hidden;
  text-align: right;
  float: right;
}

div#wrapper div#header div#wedstrijdfemke a {
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: underline;
}

/* CONTENT */

div#wrapper div#contentwrapper {
  border: 1px solid #CC0000;
}

div#wrapper div#contentwrapper.intro {
  background-image: url('voornamenbank.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 900px;
}

div#wrapper div#contentwrapper div#content {
  padding: 20px 20px 40px 20px;
  min-height: 600px;
}

div#wrapper div#contentwrapper div#content div#searchform {
  width: 600px;
  float: right;
}

div#wrapper div#contentwrapper div#content div#searchform fieldset.searchform {
  border-style: none;
  display: block;
  width: 600px;
  text-align: right;
}

div#content div.title {
  color: #006666;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0px;
}

div#content div.subtitle {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0px;
}

div#content div.block_nvb {
  margin-bottom: 20px;
  padding: 0px;
}

div#content div.block div.title {
  margin-bottom: 20px;
  font-size: 12px;
}

div#content table.block_nvb {
  margin-bottom: 20px;
  padding: 0px;
}

div#content table.block_nvb td.title {
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  white-space:nowrap; 
}

/* FOOTER */

div#wrapper div#footer {
  height: 40px;
  background-color: #000000;
}

div#wrapper div#footer div#footercopyright {
  position: relative;
  top: -40px;
  height: 20px;
  text-align: center;
}

div#wrapper div#footer div#footerright {
  position: relative;
  top: -40px;
  height: 20px;
  text-align: center;
  padding-right: 5px;
  float: right;
}

div#wrapper div#footer div#footerright a {
  color: #CC0000;
  text-decoration: none;
}

div#wrapper div#footer div#footerright a:hover {
  color: #FFFFFF;
}

div#wrapper div#footer div#disclaimer {
  position: relative;
  top: -40px;
  height: 20px;
  text-align: center;
  padding-right: 5px;
  float: right;
  font-size: 9px;
  line-height: 20px;
}

div#wrapper div#footer div#disclaimer a {
  font-size: 10px;
  color: #FFFFFF;
}

div#wrapper div#footer div#footertext {
  height: 20px;
  padding-left: 5px;
  background-color: #CC0000;
  color: #FFFFFF;
  font-size: 9px;
  line-height: 20px;
}

div#wrapper div#footer div#footertext strong {
  font-size: 9px;
}

div#wrapper div#footer div#footertext span.email {
  margin-left: 20px;
}

div#wrapper div#footer div#footertext a {
  font-size: 10px;
  color: #FFFFFF;
}

/* NAME DETAILS */

div#content div.namedetails {
  padding: 20px 0 0 0;
  color: #006666;
}

div#content div.namedetails div.name a {
  font-size: 12px;
}

div#content div.namedetails div.name {
  float: left;
  font-size: 120%;
  font-weight: bold;
  color: #CC0000;
  margin: 0 0 10px 0;
  padding: 0px;
  width: 150px;
  white-space: nowrap;
}

div#content div.namedetails div.variants {
  color: #006666;
  padding: 0px;
  margin: 0 0 10px 200px;
  display: block;
}

/* NAME MENU */

div#content div.namemenu {
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
}

div#content div.namemenu div.item, div#content div.namemenu div.item_selected, div#content div.namemenu div.item_disabled {
  float: left;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 5px 20px 5px 20px;
  margin: 20px 10px 20px 0;
}

div#content div.namemenu div.item_selected {
  color: #CC0000;
  font-weight: bold;
}

div#content div.namemenu div.item_disabled {
  color: #888888;
}

/* NAME INFO */

div#content div.nameinfo {
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
}

div#content div.nameinfo div.title {
  color: #006666;
  font-size: 14px;
  font-weight: bold;
}

div#content table.nameinfo {
  width: 100%;
}

div#content table.nameinfo td {
  width: 20%;
}

div#content table.nameinfo td.header {
  font-weight: bold;
}

div#content table.nameinfo td.smallcolumn {
  width: 10px;
}

div#content table.nameinfo td.spacer {
  height: 10px;
}

div#content table.nameinfo a.selected {
  font-weight: bold;
}

/* DOUMENTS */

div#content div.document {
}

div#content div.document div.pdf,
div#content div.document div.word,
div#content div.document div.download {
	display: inline-block;
	margin-right: 10px;
	background-image: url('pdf.gif');
  background-repeat: no-repeat;
  background-position: top left;
  width: 16px;
  height: 16px;
}

div#content div.document div.pdf {
  background-image: url('pdf.gif');
}

div#content div.document div.word {
  background-image: url('word.gif');
}

div#content div.document div.download {
  background-image: url('download.gif');
}

div#content div.document a.title{
  font-weight: bold
}

div#content div.document div.description{
  padding-top: 3px;
  padding-left: 30px;
}

/* NAME INFO NAMESTEM DETAILS*/

div#content div.name_namesteminfo {
  clear: both;
  display: none;
  padding: 5px 10px 10px 10px;
  margin-bottom: 20px;
  background-color: #EEEEEE;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}

div#content div.name_namesteminfo div.close {
  float: right;
  cursor: pointer;
  color: #FF0000;
}

/* NAME LIST */

div#content div.namelist {
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
}

div#content div.namelist div.description {
  margin: 0 0 20px 0;  
}

div#content div.namelist div.navigation {
  width: 100%; 
  height: 30px;
  margin: 0 0 5px 0;  
}

div#content div.namelist div.navigation div.left {
  padding: 0 0 0 5px;
  float: left;
}

div#content div.namelist div.navigation div.right {
  padding: 0 5px 0 0;
  float: right;
}

div#content table.namelist {
  width: 100%;  
}

div#content table.namelist td {
  margin: 0px;
  padding: 2px 5px 3px 5px;
}

div#content table.namelist td.number {
  text-align: right;
  width: 150px;
}

div#content table.namelist tr.title {
  background-color: #DDDDDD;
  font-weight: bold;
}

div#content table.namelist td.title {
  font-weight: bold;
}

div#content table.namelist tr.data:hover {
  background-color: #EEEEEE;
  cursor: pointer;
}

div#content table.namelist td a:hover {
  text-decoration: none;
}

div#content table.namelist a.selected {
  font-weight: bold;
}

/* NAMESTEM DETAILS */

div#content div.namestemdetails {
  padding: 0px;
  color: #006666;
}

div#content div.namestemdetails a {
  font-size: 14px;
}

div#content div.namestemdetails div.namestem {
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

div#content div.namestemdetails div.spacer {
  float: left;
  font-size: 14px;
  margin: 20px 20px 10px 20px;
}

div#content div.namestemdetails div.topnamestem {
  float: left;
  color: #006666;
  font-size: 14px;
  padding: 0px;
  margin: 20px 0 10px 0;
}

div#content div.namestemdetails div.variants {
  float: left;
  color: #006666;
  font-size: 14px;
  padding: 0px;
  margin: 20px 0 10px 0;
}

/* NAMESTEM MENU */

div#content div.namestemmenu {
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
}

div#content div.namestemmenu div.item, div#content div.namestemmenu div.item_selected, div#content div.namestemmenu div.item_disabled {
  float: left;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 5px 20px 5px 20px;
  margin: 20px 10px 20px 0;
}

div#content div.namestemmenu div.item_selected {
  color: #CC0000;
  font-weight: bold;
}

div#content div.namestemmenu div.item_disabled {
  color: #888888;
}

/* NAMESTEM INFO */

div#content div.namesteminfo {
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
}

div#content div.namesteminfo div.title {
  color: #006666;
  font-size: 14px;
  font-weight: bold;
}

/* NAMESTEM LIST */

div#content div.namestemlist div.description {
  margin: 0 0 20px 0;  
}

div#content div.namestemlist div.navigation {
  width: 100%; 
  height: 30px;
  margin: 0 0 5px 0;  
}

div#content div.namestemlist div.navigation div.left {
  padding: 0 0 0 5px;
  float: left;
}

div#content div.namestemlist div.navigation div.right {
  padding: 0 5px 0 0;
  float: right;
}

div#content table.namestemlist {
  width: 100%;  
}

div#content table.namestemlist td {
  margin: 0px;
  padding: 2px 5px 3px 5px;
}

div#content table.namestemlist td.number {
  text-align: right;
  width: 150px;
}

div#content table.namestemlist tr.title {
  background-color: #DDDDDD;
  font-weight: bold;
}

div#content table.namestemlist tr.data:hover {
  background-color: #EEEEEE;
  cursor: pointer;
}

div#content table.namestemlist td a:hover {
  text-decoration: none;
}

/* POPULARITY */

div.popularity {
  width: 100%;
  margin-top: 25px;
  /* margin-bottom: 25px; */
}

div.popularitytext {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

div#content div.popularity div.title {
  color: #006666;
  font-size: 100%;
  font-weight: bold;
}

div.popularity div.print {
  float: right;
  color: #006666;
  font-size: 10px;
  margin-right: 10px;
  cursor: pointer;


}

div#herkomst {
  font-weight: normal;
}

/* DIFFUSION */

div.diffusion {
  width: 100%;
  height: 704px;
  margin-top: 25px;
  margin-bottom: 25px;
}

div.diffusiontext {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

div#content div.diffusion div.title {
  color: #006666;
  font-size: 100%;
  font-weight: bold;
}

div.diffusion div.image {
  float: right;
  margin-right: 30px;
  width: 640px;
  height: 704px;
}

div.diffusion div.legenda {
}

div.diffusion div.legenda div.item {
  width: 45px;
  height: 20px;
  margin: 0 15px 10px 0;
  clear: left;
  float: left;
}

div.diffusion div.legenda div.itemtext {
  height: 20px;
  width: 95px;
  margin-bottom: 10px;
  line-height: 100%;
  float: left;
  font-size: 14px; /* kleiner gemaakt; toegevoegd JPK 2014-01-13 ivm ongewenste afbreking van de regel */
}

div.diffusion div.legenda div.privacy {
  clear: left;
  font-style: italic;
  width: 180px;
}

div.diffusion div.downloadbutton {
  clear: left;
  /* font-style: italic; */
  width: 180px;
  padding-top: 300px;
  /* padding-bottom: 15px; */

}

/* DEBUG */

div#content div.debug {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #EEEEEE;
  padding: 5px;
  margin: 5px 0 5px 0;
}

div#content div.debug table td {
  padding: 0 10px 0 0;
  vertical-align: top;
}

div#content div.debug table td.nobreak {
  white-space: nowrap;
}

/* ORIGIN */

div.origin {
  color: #006666;
}

/* invulvakje niet zichtbaar op iPad */
input[name=key] {
  border: 1px solid #ab2929;
}

#huw {
  font-weight: bold;
  padding-top: 5%;
}

div.warning {
  font-size: 20px;
  font-weight: bold;
  color: #ab2929;
}

