@charset "UTF-8";

/* Global Content Formatting and Styles */

body { 

    color: #555;
    font-family: 'Raleway';
    font-size: 15px;
    background: #3b6e6e url(../plaat/background_gradient.jpg) repeat-x 0px 0px;
}

.page { 

    max-width: 980px;
    margin: 30px auto 0px auto;
    position: relative;
    background-color: #d0e6e6;
}

h1 { font-family: 'Geo'; font-size: 2.6em; color: #3b6e6e; margin: 0em 0em .75em 0em;  }
h2 { color: #3b6e6e; margin: 0em 0em 1em 0em;  }
h3 { color: #3b6e6e; margin: 0em 0em .5em 0em;  }

p { margin: 0em 0em .75em 0em; line-height: 1.4em; }
a { color: #3b6e6e; }
a:hover { color: lightyellow; }

footer { 
    font-size: .85em;
    color: #fff;
    background-color: #3b6e6e;
    padding: 10px 10px 10px 0px; 
}

.promo h3 { font-family: 'Geo'; font-size: 1.4em; margin: 0; }
.promo p { line-height: 1.2em; margin-bottom: .5em; }

.promo { background-repeat: no-repeat; }

.promo.one { background-image: url(../plaat/naam60x60px.gif);}
.promo.two { background-image: url(../plaat/animhead.gif); }
.promo.three { background-image: url(../plaat/huis.gif); }

a.cta { 
    text-transform: uppercase;
    font-size: .7em;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 12px 0px 0px;
    background: url(../plaat/cta_arrow.png) no-repeat right 1px;
}

a.cta:hover { background-position: right -50px; }

.clear-fix { clear: both; line-height: 1px; }