/* 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: #E3DEFE url(http://www.harigesletjes.nl/custom/default/img/bg/bg.gif) repeat-x fixed top center;
 font-family: tahoma;
}

input,textarea {
  font-family: tahoma;
}

/* width of the website is 760px excluding the border */
#container {
 text-align: left;
 width: 760px;
 margin: 0px auto 0px auto;
 background: #5C0100;
 overflow: hidden;
 border-left: solid 1px #cc3300;
 border-right: solid 1px #cc3300;
}

/* 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 {
 width: 760px;
 height: 363px;
 margin: 0px;
 padding: 0px;
 background: #5C0100 url(http://www.harigesletjes.nl/custom/default/img/header/header.jpg);
 cursor: pointer;
}

#halfheader {
 width: 760px;
 height: 363px;
 margin: 0px;
 padding: 0px;
 background: #5C0100 url(http://www.harigesletjes.nl/custom/default/img/header/header.jpg);
 cursor: pointer;
}

#header h1 {
  /* display: none; */
  padding: 0px 70px 0px 0px;
  color: #ffFFCC;
  font-size: 11px;
  float: right;
}

#halfheader h1 {
  /* display: none; */
  padding: 0px 70px 0px 0px;
  color: #ffFFCC;
  font-size: 11px;
  float: right;
}

/* main                                                     */
/* width must be the same as the width of the container     */

#main {
 width: 760px;
 margin: 0px;
 padding: 0px;
}

/* 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: 760px;
 height: 470px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 background: url(http://www.harigesletjes.nl/custom/default/img/case/case.jpg) 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: 0px 0px 0px 0px;
 margin: 0px;
 font-size: 11px;
 font-weight: normal;
 letter-spacing: 0.2em;
 color: #ffff33;
 text-align: center;
}

div.case h3 {
 padding: 0px 0px 0px 0px;
 margin: 0px 16px 0px 0px;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 0.1em;
 color: #660000;
 text-align: right;
}

/* images inside the case */

div.images {
 padding: 0px 0px 0px 0px;
 margin: 0px;
 float: right;
 overflow: hidden;
}

div.case img.small {
 width: 186px;
 height: 122px;
 float: left;
 margin: 0px 9px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.case img.big {
 width: 301px;
 height: 301px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.column1 {
 width: 424px;
 float: left;
 margin: 53px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

div.column2 {
 float: left;
 margin: 75px 0px 0px 0px;
 padding: 0px;
 overflow: hidden;
}

div.text {
 padding: 0px 9px 0px 0px;
 /* margin: 25px 62px 9px 38px; */
 margin: 25px 0px 9px 0px;
 width: 381px;
 height: 150px;
 float: right;
 overflow: hidden;
 font-size: 13px;
}

div.text p {
 padding: 0px;
 margin: 0px 53px 0px 45px;
 color: #330011;
 text-align: justify;
 line-height: 130%;
}

div.buttons {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 760px;
  float: left;
  overflow: hidden;
}

div.button1 img  {
  width: 380px;
  height: 42px; 
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 0px;
}

div.button2 img{
  width: 380px;
  height: 42px; 
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 0px;
}

div.button1, div.button2 {
  float: left;
}

/* pagination */

#pagination {
 width: 760px;
 height: 70px;
 margin: 0px;
 padding: 0px;
 background-color: #5C0100;
 text-align: center;
 font-size: medium;
 overflow: hidden;
}

#nrcenter {
  margin: 0px 0px 0px 270px;
  
}

div.nrpage {
  background: url(http://www.harigesletjes.nl/custom/default/img/pagination/page.gif);

}

div.nractive {
  background: url(http://www.harigesletjes.nl/custom/default/img/pagination/active.gif);
}

div.nrpage, div.nractive {
  width: 40px;
  height: 40px;
  margin: 10px;
  padding: 0px;
  float: left;
  font-weight: bold;
}

div.nrpage a,div.nractive a {
  vertical-align: middle;
  text-decoration: none;
  color: #000000;
}

div.nrpage a:hover,div.nractive a:hover {
  vertical-align: middle;
  text-decoration: none;
  color: #cc0000;
}

div.nrmiddle {
  padding: 10px 0px 0px 0px;
}

/* footer                                                   */
/* width must be the same as the width of the container     */

#footer {
 width: 760px;
 height: 39px;
 margin: 0px;
 padding: 0px;
 background: #FFEDA6 url(http://www.harigesletjes.nl/custom/default/img/footer/footer.jpg);
 text-align: center;
 font-size: xx-small;
}

#footer a {
 color: #ffddbb;
}

/* copyright */
#copyright {
 width: 760px;
 height: 46px;
 margin: 20px 0px 0px 0px;
 padding: 0px;
 background-color: #FFEDA6;
 text-align: center;
 font-size: xx-small;
 color: #ffddbb;
 background: #FFEDA6 url(http://www.harigesletjes.nl/custom/default/img/footer/copyrights.jpg);
}

#copyright p {
 margin: 0px;
 padding: 0px;
}

#copyright a {
 color: #ffddbb;
}
