/*------------------------------- START RESET -------------------------------*/
* { margin: 0; padding: 0; outline: none; }
/*------------------------------- END RESET -------------------------------*/

/*------------------------------- START HTML BODY -------------------------------*/
html { background: #9fb1b7; }
html, body  { height: 100%; background: #9fb1b7; }
/*------------------------------- END HTML BODY -------------------------------*/

/*------------------------------- START CONTAINER -------------------------------*/
#container { width: 694px; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -20px auto; position: relative; background: url(../Graphics/Container_bg.png) repeat-y ; }
/*------------------------------- END CONTAINER -------------------------------*/

/*------------------------------- START CONTENT -------------------------------*/
#content { width: 573px; margin: 0 auto; }
/*------------------------------- END CONTENT -------------------------------*/

/*------------------------------- START HEADER -------------------------------*/
#header { width: 573px; margin: 0 auto; padding: 20px 0 45px 0; height: 81px; }
#header #logo { float: left; width: 209px; height: 125px; overflow: hidden; margin-top: -15px; }
#header #datum { float: right; width: 164px; height: 120px; margin-right: -15px; overflow: hidden; }
/*------------------------------- END HEADER -------------------------------*/

/*------------------------------- START FOTOZONE -------------------------------*/
#fotozone { width: 573px; height: 573px; overflow: hidden; background: url(../Graphics/Landing_foto.jpg) no-repeat top left; }
#fotozone img { float: left; margin: 0; padding: 0; }
/*------------------------------- END FOTOZONE -------------------------------*/

/*------------------------------- START BUTTON -------------------------------*/
.button a { float: right; display: block; width: 110px; height: 37px; background: url(../Buttons/Homepage.jpg) no-repeat top left; text-indent: -9999px; }
/*------------------------------- END BUTTON -------------------------------*/

/*------------------------------- START FOOTER -------------------------------*/
#footer { width: 771px; height: 20px; position: relative; margin: 0 auto;  }
#innerfooter { width: 771px; height: 20px; margin: 0 auto; }
.clearfooter { width: 771px; margin: 0 auto; height: 20px; }
.clear { clear: both; }
/*------------------------------- END FOOTER -------------------------------*/


