﻿/* Dit stijlblad regelt enkele zaken die anders te ingewikkeld zouden zijn in de stijleditor */

div, p, h1, h2, h3, h4, ul, li, table
{
    margin: 0;
    padding: 0;
    border: none;
}

a
{
    text-decoration: none;
}

a:link
{
}

a:visited
{
}

a:active
{
}

a:hover
{
    text-decoration: underline;
}


/************** kopjes **************/

h1
{
    margin-bottom: 10px;
}
h2
{
    margin-top: 12px;
}
h3
{
    margin-top: 8px;
}

p
{
    font-size: 1em;
}

em
{
    font-style: italic;
}

i
{
    font-style: italic;
}

strong
{
    font-weight: bold;
}


#maincontainer
{
/* zorgt ervoor dat de inhoud niet helemaal tegen de bovenkant aankomt. En ook, dat de achtergrond kleur aan de onderkant zichtbaar is. */
margin-top: 10px;
margin-bottom: 10px; 
}


#hoofdinfocontainer {
/* duwt de balk met hoofdrubrieken naar rechts naast het logo*/
margin-left:108px;

}

.titelpagina
{
    color: #666666;
    font-size: 1.2em;
    font-weight: bold;
}




























