@CHARSET "ISO-8859-1";

body,html {
    padding: 0cm;
    margin-right: 1cm;
    margin-top: 1cm;
    margin-left: 1cm;
    margin-bottom: 1cm;            
}

/*-- Page Layout ---*/
#PageLayout {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

#PageLayout h1 {
    font-size: 16pt;
    border-bottom: 2px solid #88d;
}

#PageLayout h2 {
    font-size: 13pt;
    margin: 5px;
    border-bottom: 2px solid #cce;
}

#PageLayout h4 {
    font-size: 11pt;
    border-bottom: 1px solid #cce;
    margin: 0px;
}

/* ----- page header ---- */

#PageHeader {
    height: 76px;
    width: 100%;
    top: 0px;
    left: 0px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 25pt;
    overflow: hidden;
}

#PageHeader .headlogo {
    position: relative;
    top: 0px;
    left: 0px;
}

/* -------- MENU ------- */


#MenuWidget {
    display: none;
}


/* ----- Content ---- */

#ContentBody {
    position: absolute;
    left: 0px;
    top: 76px;
    padding: 0px;
    width: 100%;
}

/* ----- Paragraph layout */

p {
    border: 1px solid #ddf;
    width: 100%;
    padding: 2px;
    font-family: verdana;
}

/* ----- Overig ---- */

p:first-letter {
    font-size: 14pt;
}

.error {
    color: red;
    font-size: 8pt;
}





