html {
 font-size: 15px;
}
strong {font-weight: bold; /*margin-top: 10px;*/}

em{
font-style: italic;
}

i{
    font-style: italic;
}


h1 {
/*
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 12px;
    
*/
    
}
h2 {
/*
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 12px;
*/
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: bold;
    margin: 0 0 .5em 0;
}
h3 {
    font-size: 1.7em;
    line-height: 1.4em;
    margin-bottom: 0 0 .25em 0;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
}
h5 {
    font-size: 1em;
    margin-bottom: 12px;
}

h6 {
    font-size: 1.0em;
    font-weight: bold;
}


#left-container p, .span6 div {
/*
    font-size: 0.8em;
    line-height: 23px;
    margin-bottom: 10px;
    
*/
    
    line-height: 1.6em;
    margin: 0 0 0.8em 0;
}
#right-container p {
   
    line-height: 1.6em;
    /* margin-top: -11px; */
}

#left-container a {
    font-size: 1em;
    color: #b53732;
    text-decoration: none;
}
#left-container a:contain(Lees meer) {
    color: green;
}
#right-container a {
    font-size: 1em;
    color: #b53732;
    text-decoration: none;
}

table, th, td {
    font-size: .8em;
}

#left-container ul, #right-container ul{
    list-style: disc;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 1em 0;
}

#left-container ul li, #right-container ul li{
    margin-left: 2em;
}

#right-container h1, #right-container h1, #left-container-description-section h1 {
    line-height: 1.4em;
    font-weight: bold;
    margin: 0 0 .5em ;
    font-size: 1.7em;
}