/*  
 *  Website CHC
 *  -----------
 *
 *  Verzameling stijlen voor de opmaak
 */
 
body.home
{
    font-family     : "'Times New Roman', serif";
    background      : "#ffffdd";
    color           : "#000077";
}

body.home a:link, body.home a:visited, body.home a:active
{
    color           : "#000077";
}

body.home a:hover
{
    color           : blue;
    text-decoration : none;
}

body.content
{
    font-family     : "'Times New Roman', serif";
    background      : #ffffee;
    color           : #222222;
    border          : solid 1px gray;
    margin          : 20px 20px 20px 30px;
}

body.content a:link, body.content a:visited, body.content a:active
{
    color           : #222222;
}

body.content a:hover
{
    color           : blue;
    text-decoration : none;
}

body.kaart
{
    margin          : 3px 3px 0px 3px;
}

h1
{
    font-family     : "'Times New Roman', serif";
    font-size       : medium;
    font-style      : italic;
    color           : #000077;
}

h2
{
    font-family     : "'Times New Roman', serif";
    font-size       : large;
    color           : green;
}

h3
{
    font-family     : "'Times New Roman', serif";
    font-size       : large;
    font-style      : italic;
    color           : #000077;
}

h5
{
    font-family     : "'Times New Roman', serif";
    font-size       : x-large;
    text-align      : center;
    color           : #000077;
}

span.titel
{
    font-family     : "'Times New Roman', serif";
    font-size       : x-large;
    font-weight     : bold;
    font-style      : italic;
    color           : red;
}

span.auteur
{
    font-family     : "Arial, sans-serif";
    font-size       : medium;
    color           : black;
}

span.k3
{
    font-family     : "'Times New Roman', serif";
    font-size       : large;
    font-weight     : bold;
    color           : black;
}    

span.k2
{
    font-family     : "'Times New Roman', serif";
    font-size       : medium;
    color           : black;
}    

span.subtit
{
    font-family     : "'Times New Roman', serif";
    font-size       : medium;
    font-weight     : bold;
    font-style      : italic;
    color           : red;
}

p
{
    line-height     : 1.2;
}

p.copy
{
    font-family     : "'Times New Roman', serif";
    font-size       : x-small;
}    

p.titel
{
    font-family     : "'Times New Roman', serif";
    font-size       : x-small;
    font-style      : italic;
    text-align      : center;
    color           : #000077;
    margin-top      : -15;
}

p.onder
{
    font-family     : "'Times New Roman', serif";
    font-size       : x-small;
    font-style      : italic;
    text-align      : left;
    color           : #222222;
    margin-top      : -5;
}

ul.inhoud
{
    line-height     : 1.5;
    margin-left     : 0;
    padding-left    : 0;
    list-style      : none;
}

ul.tekst
{
    list-style-type : circle;
}

ul.sub
{
    list-style-type : disc;
}

ol.let
{
    list-style-type : upper-alpha;
}

ul.sq
{
    list-style-type : square;
}

ul li
{
    padding         : 2px;
}
    
span.sub
{
    font-family     : "'Times New Roman', serif";
    font-size       : medium;
    font-style      : bold;
    color           : #000077;
}
     
table
{
    border          : 2px solid gray;
    border-collapse : collapse;
}

td
{
    border          : 1px solid gray;
    padding         : 5px;
    text-align      : left;
}

td.r
{
    border          : 1px solid gray;
    padding         : 5px;
    text-align      : right;
}

img.midden
{
    border          : 1px solid gray;
}

div.links
{
    float           : left;
    margin-right    : 20px;
    margin-bottom   : 10px;
}

div.rechts
{
    float           : right;
    margin-left     : 20px;
    margin-bottom   : 10px;
}

div.geel
{
    width           : 250px;
    padding         : 10px;
    margin          : 10px;
    background      : "#ffffaa";
    font-style      : bold italic;
    text-align      : center;
}
    

     
