  /* Create a file named "_indexStyles.css" in the "index.html" directory to put customized content. */
html {
  background-color : #414141;
  height	   : 100%;
  margin	   : 0;
  padding	   : 0;
}

body {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  height	   : 100%;
  margin           : 0;
  padding	   : 0;
}

img {
  border           : 0px;
}

a {
  color: black;
}

a:hover {
  color: blue;
}

.tab {
  border           : none;
  display          : none;
  font-family	   : verdana, arial;
  vertical-align   : top;
  width            : 658px;
}


/* Styles for sections */

#header {
  background-color : rgb(43, 84, 126);
  border-left	   : 2px solid #fdd017;
  border-right	   : 2px solid #fdd017;
  height	   : 100%;
  margin	   : 0px auto;
  padding	   : 0px 34px;
  width		   : 1140px;
}

#pagina {
  background-color : #fff;
  height	   : 100%;
  margin	   : 0px auto;
  width	   	   : 1056px;
  padding	   : 11px 34px 0 34px;
    background	   : url("img/nimf.png") #FFF no-repeat top center;
}

#links {
  width		   : 180px;
  padding	   : 0 20px 0 0;
  margin-left	   : 0px;
  margin-top	   : 120px;
  float		   : left;
}

#rechts {
  //width		   : 135px;
  padding	   : 0 0 0 0px;
  margin-top	   : 25px;
  float		   : right;
}

#tekst {
  border-left	   : 2px solid #fdd017;
  border-right	   : 2px solid #fdd017;
  border-bottom	   : 2px solid #fdd017;
  margin	   : 0;
  overflow	   : hidden;
  padding	   : 0 5px;
  width		   : 658px;
}

#logo {
  background	   : url("img/nimf2000.png") no-repeat;
  left		   : 96px;
  top		   : 16px;
  width		   : 220px;
  height	   : 200px;
  position	   : absolute;
  
}

#footer {
  border-top       : 1px solid black;
  display          : block;
  text-align       : center;
  width            : 780px;
}

#koptekst {
  background-color : rgb(253, 208, 23);
  border-top       : #2b547e 2px solid;
  border-left      : #2b547e 2px solid;
  border-right     : #2b547e 2px solid;
  border-bottom    : #e5e5e4 1px solid;
  color		   : #666;
  font-size        : 16px;
  font-weight      : bold;
  height	   : 40px;
  margin-top       : 0px;
}

#kop2 {
  background-color : rgb(43, 84, 126);
  border-left      : #fdd017 2px solid;
  border-right     : #fdd017 2px solid;
  border-bottom    : #fdd017 2px solid;
  color		   : #cdcdcd;
  font-size        : 12px;
  
  line-height	   : 36px;
  margin-top       : 0px;	
}

#name, #navi {
  font-family	   : verdana, arial, helvetica, sans-serif;
  left		   : 220px;
  position	   : relative;
  width		   : 60%;
}

#kop2 a {
  color		   : #cdcdcd;
}

#lastupdate {
  font-size        : 12px;
  font-style	   : italic;
  margin-bottom    : 5px;
  text-align       : right;
  width            : 658px;
}

#navigation {
  visibility	  : hidden;
}

#noscript {
  background-color : #fff;
  border           : none;
  font-size        : 13px;
  font-weight      : bold;
  color            : red;
  margin-bottom    : 15px;
  text-align       : center;
  width            : 658px;
}

#freeText {
  background-color: #EFEFEF;
  border           : solid 1px black;
  color            : navy;
  font-weight      : bold;
  margin-bottom    :15px;
  margin-left      :40px;
  margin-top       :10px;
  padding          : 3px;
  text-align       : center;
  vertical-align   : top;
  width            : 600px;
}

#results {
  margin-bottom    : 15px;
  vertical-align   : top;
  width            : 658px;
}


/* Styles for table rows */

.trList0 {
}

.trList1 {
  background-color: rgb(185, 200, 222);
  opacity:0.8;
  filter:alpha(opacity=80); 
}

.trTitle1 {
}

.trTitle2 {
  background-color: rgb(185, 200, 222);
}


/* Styles for table cells */

.title1 {
  color		   : #787777;
  font-size        : 25px;
  font-weight      : bold;
  font-family	   : "century gothic", futura, arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
  padding-bottom   : 8px;
}

.title2 {
  font-weight     : bold;
}

.leftText {
}

.centerText {
  text-align      : left;
}

.rightText {
  text-align      : right;
}



/* End content "_indexStyles.css" include file */
