/* 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: #eaf2f8 url(http://www.luiertieners.nl/custom/default/img/bg/bg.jpg) repeat-x scroll top center;
 font-family: tahoma;
}

input,textarea {
  font-family: tahoma;
}

/* width of the website is 750px excluding the border */
#container {
 text-align: left;
 width: 788px;
 margin: 0px auto 0px auto;
 background-color: #feedd3;
 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 */

#header,#halfheader {
 width: 788px;
 height: 488px;
 margin: 0px;
 padding: 0px;
 background: #feedd3 url(http://www.luiertieners.nl/custom/default/img/header/header.jpg);
 cursor: pointer;
}

#header h1,#halfheader h1 {
  /* display: none; */
  padding: 5px 0px 0px 500px;
  margin: 0px;
  color: #990000;
  font-size: small;
  float: left;
}

/* main                                                     */
/* width must be the same as the width of the container     */

#main {
 width: 788px;
 margin: 0px;
 padding: 0px;
 background: #91C1D7 url(http://www.luiertieners.nl/custom/default/img/case/case-bg.jpg);
}

/* 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: 788px;
 height: 618px;
 margin: 0px;
 padding: 0px 0px 0px 40px;
 background: #91C1D7 url(http://www.luiertieners.nl/custom/default/img/case/case.jpg);
 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: 50px 0px 0px 350px;
 margin: 0px 0px 20px 0px;
 font-size: 14px;
 font-weight: normal;
 letter-spacing: 0.2em;
 color: #330066;
 width: 650px;
}

/* images inside the case */

div.case img.small {
 width: 120px;
 height: 120px;
 float: left;
 margin: 3px;
 padding: 0px;
 border: 0px;
}

div.case img.big {
 width: 544px;
 height: 372px;
 margin: 3px;
 padding: 0px;
 border: 0px;
}

div.column1 {
 width: 124px;
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

div.column2 {
 width: 550px;
 float: left;
 margin: 0px 0px 0px 1px;
 padding: 0px;
 overflow: hidden;

}

div.text {
 padding: 0px;
 margin: 0px 0xp 0px 0px; 
 width: 750px;
 height: 72px;
 float: left;
 overflow: hidden;
 font-size: 13px;

}

div.text h3 {
 font-size: 9px;
 padding: 0px;
 margin: 0px;
 color: #660033;
 width: 750px;
 float: left;
}

div.text p {
 padding: 0px 0px 0px 0px;
 margin: 0px;
 color: #660033;
 line-height: 1.4em;
 text-align: justify;
 width: 630px;
}

div.buttons {
  width: 700px;
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
}

div.button1, div.button1 img{
 width: 720px;
}

div.button2, div.button2 img  {
 width: 600px;
}

div.button1, div.button1 img,div.button2, div.button2 img  {
  height: 50px; 
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 0px;
}
div.button1,div.button2 {
  float: left;
}

/* pagination */

#pagination {
 width: 788px;
 height: 100px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 font-size: small;
 overflow: hidden;
 background: #91C1D7 url(http://www.luiertieners.nl/custom/default/img/case/case-bg.jpg);
}

#nrcenter {
  margin: 0px 0px 0px 275px;
}

div.nrpage {
  background: url(http://www.luiertieners.nl/custom/default/img/pagination/page.gif) no-repeat;
}

div.nractive {
  background: url(http://www.luiertieners.nl/custom/default/img/pagination/active.gif) no-repeat;
}

div.nrpage, div.nractive {
  width: 50px;
  height: 65px;
  margin: 7px;
  padding: 15px 0px 0px 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: #ffffaa;
}

div.nrmiddle {
  padding: 15px 0px 0px 0px;
}

/* footer                                                   */
/* width must be the same as the width of the container     */

#footer {
 width: 788px;
 height: 32px;
 margin: 0px;
 padding: 0px;
 background: #FAE6CD url(http://www.luiertieners.nl/custom/default/img/footer/footer.jpg);
 text-align: center;
 font-size: xx-small;
}

#footer a {
 color: #000000;
}

/* copyright */
#copyright {
 width: 788px;
 height: 62px;
 margin: 0px;
 padding: 0px;
 background-color: #feedd3;
 text-align: center;
 font-size: xx-small;
 color: #000000;
 background: #FAE6CD url(http://www.luiertieners.nl/custom/default/img/footer/copyright.jpg);
}

#copyright p {
 margin: 0px;
 padding: 0px;
}

#copyright a {
 color: #000000;
}