/* 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: #0008C1 url(http://www.eenzamevrouwen.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 800px excluding the border */
#container {
 text-align: left;
 width: 800px;
 margin: 0px auto 0px auto;
 background: #BAD2FE url(http://www.eenzamevrouwen.nl/custom/default/img/case/case-bg.gif);
 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: 192px;
 margin: 0px;
 padding: 0px;
 background: #BAD2FE url(http://www.eenzamevrouwen.nl/custom/default/img/header/header1.jpg);
 cursor: pointer;
}

#header2 {
 width: 800px;
 height: 256px;
 margin: 0px;
 padding: 0px;
 background: #BAD2FE url(http://www.eenzamevrouwen.nl/custom/default/img/header/header2.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: 800px;
 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: 800px;
 height: 410px;
 margin: 0px;
 padding: 0px 0px 0px 90px;
 background: url(http://www.eenzamevrouwen.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: 4px 0px 0px 0px;
 width: 634px;
 margin: 0px;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0.2em;
 color: #000044;
 text-align: center;
}

div.case h3 {
 padding: 3px 0px 0px 121px;
 margin: 0px 0px 0px 0px;
 font-size: 12px;
 font-weight: bold;
 letter-spacing: 0.0em;
 color: #000066;
}

/* images inside the case */



div.case img.small {
 width: 147px;
 height: 102px;
 float: left;
 margin: 18px 0px 0px 16px;
 padding: 0px;
 border: 0px;
}

div.case img.big {
 width: 291px;
 height: 258px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.column1 {
 width: 344px;
 float: left;
 margin: 58px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

div.column2 {
 float: left;
 margin: 58px 0px 0px 0px;
 padding: 0px;
 overflow: hidden;
}

div.text {
 padding: 0px;
 margin: 0px;;
 width: 315px;
 height: 121px;
 float: left;
 overflow: hidden;
 font-size: 13px;

}

div.text p {
 padding: 6px 0px 5px 3px;
 margin: 0px;
 color: #330011;
 text-align: justify;
 line-height: 130%
}

div.buttons {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 634px;
  float: left;
  overflow: hidden;
}

div.button, div.button img  {
  width: 317px;
  height: 65px; 
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 0px;
}
div.button {
  float: left;
}

/* pagination */

#pagination {
 width: 800px;
 height: 100px;
 margin: 0px;
 padding: 0px;
 background-color: #BAD2FE;
 text-align: center;
 font-size: small;
 overflow: hidden;

}

#nrcenter {
  margin: 0px 0px 0px 325px;
}

div.nrpage {
  background: url(http://www.eenzamevrouwen.nl/custom/default/img/pagination/page.gif);
}

div.nractive {
  background: url(http://www.eenzamevrouwen.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: 17px;
 margin: 0px;
 padding: 0px;
 background: #FFEDA6 url(http://www.eenzamevrouwen.nl/custom/default/img/footer/footer.gif);
 text-align: center;
 font-size: xx-small;
}

#footer a {
 color: #000000;
}

/* copyright */
#copyright {
 width: 800px;
 height: 44px;
 margin: 0px;
 padding: 0px;
 background-color: #FFEDA6;
 text-align: center;
 font-size: xx-small;
 color: #000000;
 background: #FFEDA6 url(http://www.eenzamevrouwen.nl/custom/default/img/footer/copyrights.gif);
}

#copyright p {
 margin: 0px;
 padding: 0px;
}

#copyright a {
 color: #000000;
}
