/* 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: #302f50 url(http://www.sucken.nl/custom/default/img/bg/bg.gif) fixed top center;
 font-family: tahoma;
}

input,textarea {
  font-family: tahoma;
}

/* width of the website is 783px excluding the border */
#container {
 text-align: left;
 width: 783px;
 margin: 0px auto 0px auto;
 background: #000000 url(http://www.sucken.nl/custom/default/img/case/case-bg.gif) repeat-y center;
 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: 783px;
 height: 485px;
 margin: 0px;
 padding: 0px;
 background: #000000 url(http://www.sucken.nl/custom/default/img/header/header.jpg);
 cursor: pointer;
}

#halfheader {
 width: 783px;
 height: 485px;
 margin: 0px;
 padding: 0px;
 background: #000000 url(http://www.sucken.nl/custom/default/img/header/header.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: 783px;
 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: 783px;
 height: 405px;
 margin: 0px;
 padding: 0px 0px 0px 46px;
 background: #000000 url(http://www.sucken.nl/custom/default/img/case/case.jpg);
 background-repeat: no-repeat;
}


div.case h2 {
 padding: 10px 0px 0px 20px;
 margin: 0px 0px 0px 0px;
 font-size: 12px;
 font-weight: bold;
 letter-spacing: 0.1em;
 color: #FFD800;
}

div.case h3 {
 padding: 30px 0px 15px 15px;
 margin: 0px;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0.1em;
 color: #ddddff;
 line-height: 145%;
}



/* images inside the case */

div.case img.small {
 width: 100px;
 height: 100px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border: 0px;
 overflow: hidden;
}

div.case img.big {
 width: 313px;
 height: 229px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border: 0px;
}

div.column1 {
 width: 339px;
 float: left;
 margin: 26px 0px 7px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

div.column1header {
 width: 339px;
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;

}

div.column1txt {
 width: 339px;
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;

}

div.column2 {
 width: 320px; 
 float: left;
 margin: 64px 0px 0px 32px;
 padding: 0px;
 overflow: hidden;
}

div.text {
 padding: 0px 0px 0px 0px;
 margin: 0px;
 width: 324px;
 height: 122px;
 float: left;
 overflow: hidden;
 font-size: 13px;
}

div.text p {
 padding: 0px 0px 0px 15px;
 margin: 0px;
 color: #FFFFFF;
 text-align: justify;
 line-height: 145%;
}


div.buttons {
  width: 710px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  overflow: hidden;
}

div.button, div.button img  {
  width: 345px;
  height: 55px; 
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border: 0px;
}

div.button {
  float: left;
}

/* footer                                                   */
/* width must be the same as the width of the container     */

#footer {
 width: 783px;
 height: 0px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 font-size: xx-small;
 background: #000000 url(http://www.sucken.nl/custom/default/img/footer/footer.gif) repeat-y;
 
}

#footer a {
 color: #000000;
}

/* copyright */
#copyright {
 width: 783px;
 height: 100px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
 font-size: xx-small;
 color: #DDDDFF;
 background: #000000 url(http://www.sucken.nl/custom/default/img/footer/copyrights.gif) repeat-y;
}

#copyright p {
 margin: 0px;
 padding: 30px;
}

#copyright a {
 color: #DDDDFF;
}
