*, html {margin:0;padding:0;}
.clear {clear:both;}
body {font-family:"Times New Roman", Times, serif;line-height:1.8em;font-size:18px;color:#000;}
#header {width:100%;min-height:100px;margin:0;padding:50px 0;background-color:#3a5f68;}
#logo {display:block;margin:0 auto;text-align:center;}
#images-header {text-align:center;}
#images-header img {max-width:29.33%;height:auto !important;margin:0;border:10px solid #fff;-moz-border-radius:10px;border-radius:10px;}
#container {width:100%;max-width:1500px;min-height:200px;margin:20px auto;}
#images-header img.left {position:relative;z-index:100;left:20px;}
#images-header img.center {position:relative;z-index:200;top:-20px;}
#images-header img.right {position:relative;z-index:100;left:-20px;}


/* tekst stijling */
h1 {display:block;text-align:center;margin:40px 0 80px;font-family: 'nortonregular';font-size:42px;font-weight:100;color:#fff;}
h2 {display:block;margin:0 0 30px 0;font-family: 'nortonregular';font-size:32px;font-weight:100;color:#3a5f68;line-height:1.3em;}
@font-face {
    font-family: 'nortonregular';
    src: url('/fonts/norton__-webfont.woff2') format('woff2'),
         url('/fonts/norton__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.one, .two {padding:100px 50px;border-bottom:1px solid #ebddbd;}
.three {padding:100px 50px;}
img.left-text {float:left;display:inline;margin:0 80px 0 0;-moz-border-radius:10px;border-radius:10px;}
img.right-text {float:right;display:inline;margin:0 0 0 80px;-moz-border-radius:10px;border-radius:10px;}
.button {margin:40px 0;}
.button a {text-align:center;padding:15px 25px;background-color:#6e6289;color:#fff;text-decoration:none;-moz-border-radius:25px;border-radius:25px;cursor:pointer;}
.button a:hover {background-color:#534473;}
.button a:active {-moz-box-shadow: inset 0 0 5px #000;-webkit-box-shadow: inset 0 0 5px#000;box-shadow: inner 0 0 5px #000;position:relative;top:1px;}
#footer {background-color:#ebddbd;color:#999;padding:50px  0;text-align:center;font-weight:bold;font-size:0.8em;}