Body {
    background: #dadacf;
    color:#444;
    font: normal 0.8em sans-serif;
    line-height: 1.5;
    width: 960px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
/* Koppen*/
h1,h2,h3,h4,h5,h6 {
    color: #0000ff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.3em;
}
h4,h5,h6 {
    font-weight: bold;
}

h1{font-size: 1.6em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

#WaaromTekst{
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
}

/*Tekst elementen*/
p{margin-bottom: 1em;}

/* Lijsten */
ul {
    list-style-type: disc;
    margin: 0 1.5em 1.5em 0;
}

/* Header */
#header {
    height: 80px;
    background-color: #00ffff;
    padding:  32px 32px 0 46px;
}

#header-nav {
    height: 39px;
    text-align: right;
    color: #666;
    font-size: 1.2em;
}

#header-nav-link a{
    color: #fff;
    text-decoration: none;
} 

#header-nav-link a:hover {color: #ddd;} 

#header-nav-link span.text-separator {
    color: #444;
    padding: 0 7px;
}

#logo { color: #fff;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color:#0000ff;}
#site-slogan {
    color: #0000ff;
    font-size: 1.3em;
}

/*Primaire navigatie*/
#primaire-nav {
    background-color: #0000ff;
    min-height: 46px;
    padding: 0 8px;
}

#primaire-nav a{
    color: #eae6dd;
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    padding: 12px;
}

#primaire-nav a:hover {color: #fff;}

ul.tab {
    display: inline;
    margin: 0;
    padding: 0;
}

ul.tab li {
    float: left;
    list-style: none;
}
ul.tab a {text-decoration: none;}

/*Inhoud */
.inhoud {
    font-size: 1.1em;
    background-color: #00ffff;
    min-height: 300px;
    padding: 10px;
}

.inhoud a {
    color: #999;
    text-decoration: none;
}

.inhoud a:hover {color: #000;}

.plaat{
    border:#0000ff solid;
    height: 80px;
    background-color: bisque;
    padding-left: 5px;
    padding-top: 7px;
}

/* Tekst inhoud */
#tekst-inhoud {
    color:crimson;
    padding: 24px;}

/* Navigatie in de voet */
#voet-nav {
    background: #0000ff;
    border-top: 1px solid #999;
    font-size: 1.1em;
    padding: 12px 16px;
    margin-bottom: 10px;
}
#voet-nav a{
    color: #fff;
    text-decoration: none;
}

#voet-nav a:hover {color: #fff;}

#voet-nav span.text-separator {
    color: #999;
    padding: 0 3px;
}

/* Footer */
#footer {
    color: #ffffff;
    background-color: #0000ff;
    height: 40px;
    padding: 0 6px 12px;
    margin-top: -6px;
}

/* Floats */
.left {float: left;}
.right {float: right;}