/* 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: #660000 url(http://www.familieorgie.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 750px excluding the border */
#container {
 text-align: left;
 width: 750px;
 margin: 0px auto 0px auto;
 background-color: #6D125B;
 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: 750px;
 height: 298px;
 margin: 0px;
 padding: 0px;
 background: #fffdbd url(http://www.familieorgie.nl/custom/default/img/header/header.jpg);
 cursor: pointer;
}

#header h1, #halfheader h1 {
  /* display: none; */
  padding: 0px 0px 0px 405px;
  color: #ffffff;
  font-size: x-small;
  float: left;
}

/* main                                                     */
/* width must be the same as the width of the container     */

#main {
 width: 750px;
 margin: 0px;
 padding: 0px;
 background: #FE8800 url(http://www.familieorgie.nl/custom/default/img/case/bg-case.gif);
}

/* 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: 750px;
 height: 474px;
 margin: 0px;
 padding: 0px 0px 0px 17px;
 background: #fffdbd url(http://www.familieorgie.nl/custom/default/img/case/case.jpg);
 background-repeat: no-repeat;
 overflow: hidden;
}

/* 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: 48px 0px 0px 0px;
 margin: 0px 0px 0px 140px;
 font-size: 14px;
 font-weight: normal;
 letter-spacing: 0.1em;
 color: #ffffcc;
 width: 330px;
}

/* images inside the case */
div.case img.big {
 width: 443px;
 height: 337px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.column1 {
 width: 443px;
 height: 337px;
 float: left;
 margin: 16px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

div.column2 {
 width: 276px;
 float: left;
 margin: 16px 0px 0px 9px;
 padding: 0px;
 overflow: hidden;
}

div.text {
 padding: 0px;
 margin: 0px;;
 width: 260px;
 height: 202px;
 float: left;
 overflow: hidden;
 font-size: 11px;
 text-align: justify;
 line-height: 140%
}

div.text h3 {
 padding: 0px;
 margin: 10px 8px 10px 8px;
 font-size: 14px;
 background-color: #EAEAEC;
 text-align: justify;
 color: #660000;
}

div.text p {
 padding: 0px;
 margin: 0px 8px 0px 8px;
 background-color: #EAEAEC;
}

div.button  {
 width: 260px;
 height: 137px; 
 margin: 0px;
 padding: 0px;
 overflow: hidden;
 float: left;
}

div.button img {
 width: 260px;
 height: 137px;
 border: 0px;
 float: left;
 overflow: hidden;

}




/* footer                                                   */
/* width must be the same as the width of the container     */

#footer {
 width: 750px;
 height: 53px;
 margin: 0px;
 padding: 0px;
 background: #fffdbd url(http://www.familieorgie.nl/custom/default/img/footer/footer.jpg);
 text-align: center;
 font-size: xx-small;
}

#footer a {
 color: #000000;
}

/* copyright */
#copyright {
 width: 750px;
 height: 75px;
 margin: 0px;
 padding: 0px;
 background: #fffdbd url(http://www.familieorgie.nl/custom/default/img/footer/copyright.jpg);
 text-align: center;
 vertical-align: bottom;
 font-size: xx-small;
}

#copyright p {
 margin: 0px;
 padding: 35px 0px 0px 0px ;
}

#copyright a {
 color: #000000;
}