@charset "UTF-8";


/* Global Layout Rules */

body { margin: 0px; padding: 0px; }
header a.logo { 
    display: block;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

@media screen and (max-width:990px) { 
    footer { padding-left: 20px; }
}


/* Layout Large Screens (default for older browsers) */

header { height: 300px; background: url(../plaat/banner_large.jpg) no-repeat 0px; }	
header a.logo { width: 164px; height: 28px; top:11px; left: 0px; background-image: url(../plaat/logo_large.png);}
article { padding: 55px 20px 10px 20px; }

.promo_container { padding: 0px 0px 15px 20px; }
.promo_container .promo { width: 33.33%; float: left; background-position: 0px 3px; }
.promo_container .promo .content { padding: 0px 30px 0px 70px; }

nav { width: 100%; display: block; position: absolute; top: 300px; background-color: #3b6e6e; }
nav a { 
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: .9em;
    margin: 12px 0px 10px 20px;
}

nav a:hover { color: #d0e6e6; }