/* background properties                         */
/* color: #000000                                */
/* image: url(relative/path/to/image.ext)        */
/* repeat: no-repeat, repeat, repeat-x, repeat-y */
/* attachement: scroll, fixed                    */
/* position of the background                    */
/* vertical: top, center, bottom                 */
/* horizontal: left, center, right               */


body {
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background: #FFD840 url(http://www.verneukjestudie.nl/custom/default/img/bg/bg.gif) repeat-x scroll top center;
 font-family: tahoma;
}

input,textarea {
  font-family: tahoma;
}

/* width of the website is 800px excluding the border */
#container {
 text-align: left;
 width: 800px;
 margin: 0px auto 0px auto;
 background-color: #FFEDA6;
 overflow: hidden;
}

/* header                                                   */
/* width must be the same as the width of the container     */
/* height must be the same of the width of the header image */

#header1 {
 width: 800px;
 height: 243px;
 margin: 0px;
 padding: 0px;
 background: #FFEDA6 url(http://www.verneukjestudie.nl/custom/default/img/header/header1.jpg);
 cursor: pointer;
}

#header2 {
 width: 800px;
 height: 243px;
 margin: 0px;
 padding: 0px;
 background: #FFEDA6 url(http://www.verneukjestudie.nl/custom/default/img/header/header2.jpg);
 cursor: pointer;
}

#header h1 {
  /* display: none; */
  padding: 80px 70px 0px 0px;
  color: #ffddff;
  font-size: 11px;
  float: right;
}

#halfheader h1 {
  /* display: none; */
  padding: 80px 70px 0px 0px;
  color: #ffddff;
  font-size: 11px;
  float: right;
}

/* main                                                     */
/* width must be the same as the width of the container     */

#main {
 width: 800px;
 margin: 0px;
 padding: 0px;
 background-color: #FFEDA6;
}

/* case                                                     */
/* width must be the same as the width of the container     */
/* height must be the same of the width of the case image   */
/* position case with padding                               */

div.case {
 width: 800px;
 height: 423px;
 margin: 0px;
 padding: 0px 0px 0px 44px;
 background: #FFEDA6 url(http://www.verneukjestudie.nl/custom/default/img/case/case.gif);
 background-repeat: no-repeat;
}

/* vertical position of the top left corner of the h2 tag   */
/* can be set relative to the top left corner of the case   */
/* with the 49px of the padding: 49px 0px 0px 0px;          */

/* horizontal position of the top left corner of the h2 tag */
/* can be set relative to the top left corner of the case   */
/* with the 435px of the margin: 0px 0px 0px 435px;         */

div.case h2 {
 padding: 4px 0px 0px 0px;
 width: 712px;
 margin: 0px;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0.2em;
 color: #845121;
 text-align: center;
}

div.case h3 {
 padding: 0px 0px 0px 70px;
 margin: 0px 0px 0px 0px;
 font-size: 16px;
 font-weight: normal;
 letter-spacing: 0.1em;
 color: #330066;
}



/* images inside the case */

div.case img.small {
 width: 165px;
 height: 123px;
 float: left;
 margin: 0px 16px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.case img.big {
 width: 350px;
 height: 262px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.column1 {
 width: 362px;
 float: left;
 margin: 37px 0px 2px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

div.column2 {
 float: left;
 margin: 32px 0px 0px 0px;
 padding: 0px;
 overflow: hidden;
}

div.text {
 padding: 0px;
 margin: 0px;;
 width: 346px;
 height: 115px;
 float: left;
 overflow: hidden;
 font-size: 13px;
}

div.text p {
 padding: 6px;
 margin: 0px;
 color: #330011;
 text-align: justify;
 line-height: 130%
}

div.buttons {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 712px;
  float: left;
  overflow: hidden;
}

div.button, div.button img  {
  width: 356px;
  height: 47px; 
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 0px;
}
div.button {
  float: left;
}

/* pagination */

#pagination {
 width: 800px;
 height: 100px;
 margin: 0px;
 padding: 0px;
 background-color: #FFEDA6;
 text-align: center;
 font-size: small;
 overflow: hidden;

}

#nrcenter {
  margin: 0px 0px 0px 265px;
}

div.nrpage {
  background: url(http://www.verneukjestudie.nl/custom/default/img/pagination/page.gif);
}

div.nractive {
  background: url(http://www.verneukjestudie.nl/custom/default/img/pagination/active.gif);
}

div.nrpage, div.nractive {
  width: 50px;
  height: 50px;
  margin: 10px;
  padding: 0px;
  float: left;
  font-weight: bold;
}

div.nrpage a,div.nractive a {
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
}

div.nrpage a:hover,div.nractive a:hover {
  vertical-align: middle;
  text-decoration: none;
  color: #ffcc00;
}

div.nrmiddle {
  padding: 15px 0px 0px 0px;
}

/* footer                                                   */
/* width must be the same as the width of the container     */

#footer {
 width: 800px;
 height: 56px;
 margin: 0px;
 padding: 0px;
 background: #FFEDA6 url(http://www.verneukjestudie.nl/custom/default/img/footer/footer.gif);
 text-align: center;
 font-size: xx-small;
}

#footer a {
 color: #000000;
}

/* copyright */
#copyright {
 width: 800px;
 margin: 0px;
 padding: 0px;
 background-color: #FFEDA6;
 text-align: center;
 font-size: xx-small;
 color: #000000;
}

#copyright p {
 margin: 0px;
 padding: 0px;
}

#copyright a {
 color: #000000;
}
