/* 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: #B0BDFF url(http://www.lekkerplassen.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: #e5eaff url(http://www.lekkerplassen.nl/custom/default/img/case/case-bg.gif) repeat-y;
 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 {
 width: 800px;
 height: 306px;
 margin: 0px;
 padding: 0px;
 background: #e5eaff url(http://www.lekkerplassen.nl/custom/default/img/header/header.jpg);
 cursor: pointer;
}

#halfheader {
 width: 800px;
 height: 399px;
 margin: 0px;
 padding: 0px;
 background: #e5eaff url(http://www.lekkerplassen.nl/custom/default/img/header/halfheader.jpg);
 cursor: pointer;
}

#header h1 {
  /* display: none; */
  padding: 0px 170px 0px 0px;
  color: #ffffff;
  font-size: small;
  float: right;
}

#halfheader h1 {
  /* display: none; */
  padding: 0px 170px 0px 0px;
  color: #ffffff;
  font-size: small;
  float: right;
}

/* main                                                     */
/* width must be the same as the width of the container     */

#main {
 width: 800px;
 margin: 0px;
 padding: 0px;
}

#main h3 {
 padding: 5px 0px 5px 0px;
 margin: 0px 0px 0px 0px;
 font-size: 14px;
 font-weight: normal;
 letter-spacing: 0.1em;
 color: #660000;
 text-align: center;
 width: 800px;
}

/* 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.case1 {
 width: 800px;
 height: 395px;
 margin: 0px;
 padding: 0px 0px 0px 60px;
 background: #e5eaff url(http://www.lekkerplassen.nl/custom/default/img/case/case1.jpg);
 background-repeat: no-repeat;
}


div.case2 {
 width: 800px;
 height: 395px;
 margin: 0px;
 padding: 0px 0px 0px 60px;
 background: #e5eaff url(http://www.lekkerplassen.nl/custom/default/img/case/case2.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.case1 h2,div.case2 h2 {
 padding: 60px 0px 0px 0px;
 margin: 0px 0px 0px 428px;
 width: 242px;
 font-size: 14px;
 font-weight: normal;
 letter-spacing: 0.1em;
 color: #CC0000;
 text-align: center;
}


/* images inside the case */

div.case1 img.small,div.case2 img.small {
 width: 130px;
 height: 100px;
 float: left;
 margin: 0px 9px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.case1 img.big,div.case2 img.big {
 width: 260px;
 height: 200px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.column1 {
 width: 418px;
 float: left;
 margin: 17px 0px 2px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

div.column2 {
 width: 260px;
 float: left;
 margin: 17px 0px 2px 0px;
 padding: 0px;
 overflow: hidden;
}

div.text {
 padding: 0px;
 margin: 0px;;
 width: 412px;
 height: 100px;
 float: left;
 overflow: hidden;
 font-size: 13px;
}

div.text p {
 padding: 5px;
 margin: 0px;
 color: #660033;
 text-align: justify;
}

div.case h3 {
 padding: 0px 0px 0px 0px;
 margin: 15px 0px 0px 0px;
 font-size: 14px;
 font-weight: normal;
 letter-spacing: 0.1em;
 color: #990066;
 text-align: center;
 clear: both;
}

div.buttons {
  width: 683px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  overflow: hidden;
}

div.button, div.button img  {
  width: 314px;
  height: 75px; 
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 0px;
}

div.button {
  float: left;
}


div.extra,div.extra img {
  width: 55px;
  height: 75px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 0px;
}
div.extra {
  float: left;
}

/* pagination */

#pagination {
display: none;

}

/* footer                                                   */
/* width must be the same as the width of the container     */

#footer {
 width: 800px;
 height: 23px;
 margin: 0px;
 padding: 0px;
 background: #e5eaff url(http://www.lekkerplassen.nl/custom/default/img/footer/footer.jpg);
 text-align: center;
 font-size: xx-small;
}

#footer a {
 color: #000000;
}

/* copyright */
#copyright {
 width: 800px;
 height: 51px;
 margin: 40px 0px 0px 0px;
 padding: 0px;
 text-align: center;
 font-size: xx-small;
 color: #000000;
 background: #e5eaff url(http://www.lekkerplassen.nl/custom/default/img/footer/copyrights.jpg);

}

#copyright p {
 margin: 0px;
 padding: 0px;
}

#copyright a {
 color: #000000;
}
