﻿/********************************************************************************
  Page settings
********************************************************************************/
html, body
{
    height: 100%;
    padding: 0px;
    margin: 0px;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/********************************************************************************
  Blocks for menus and content
********************************************************************************/
.topmenu, .rightmenu, .content
{
    background-color: #ffee99;
    margin-top: 10px;
    margin-left: 10px;
    table-layout: fixed; /*vertical-align: top;*/
}
.topmenu, .rightmenu
{
    width: 250px;
    text-transform: lowercase;
}
.content, .rightmenu
{
    height: 100%;
    margin-bottom: 10px;
}
.topmenu
{
    height: 140px;
    background-image: url('gradient.png'); /* ee5500 ffee99 160px height 10px width */
    background-repeat: repeat-x;
}
.content
{
    width: 770px;
}
@media print
{
    .topmenu, .rightmenu
    {
        visibility: hidden;
        display: none;
        width: 0px;
    }
    .content
    {
        margin-top: 0px;
        margin-left: 0px;
    }
    .contenttext
    {
        text-align: justify;
        width: 100%;
    }
}
/********************************************************************************
  Corners for the blocks
********************************************************************************/
@media screen
{
    .c, .tl, .tr, .bl, .br
    {
        width: 9px;
        height: 9px;
    }
    .tl, .tr
    {
        /*vertical-align: top;*/
    }
    .bl, .br
    {
        vertical-align: bottom;
        height: 100%;
    }
    .tl, .tr, .bl, .br
    {
        font-size: 1px; /* for IE!!! */
    }
}
@media print
{
    .c, .tl, .tr, .bl, .br
    {
        visibility: hidden;
        display: none;
        width: 0px;
        height: 0px;
    }
}

/********************************************************************************
  Text
********************************************************************************/
.menuheader, .rightmenuheader
{
    font-weight: bold;
    width: 100%; /* vertical-align: top;*/
}
.menuheader
{
    font-size: x-large;
    color: #ffee99;
    height: 30px;
}
.rightmenuheader
{
    /* see also h4 */
    color: #ee5500;
}
.menuitems
{
    vertical-align: bottom;
    padding-bottom: 5px;
    font-size: smaller;
    font-weight: bold;
}
.contentheader, .copyright
{
    width: 100%;
}
.contentheader
{
    height: 30px;
}
.contenttext
{
    padding-bottom: 5px;
    text-align: justify; /*vertical-align: top;*/
}
/********************************************************************************
  Hyperlinks
********************************************************************************/
a
{
    text-decoration: none;
}
@media screen
{
    a
    {
        color: #cc0000;
    }
}
@media print
{
    a
    {
        color: #000000;
    }
}
a:hover, .hover
{
    color: #000000;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}
a.hle, a.hle:hover
{
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 16px;
    padding-bottom: 1px;
}
a.hle
{
    background-image: url('url_external.gif');
}
a.hle:hover
{
    background-image: url('url_external_h.gif');
}
a.hli, a.hli:hover
{
    border-style: none;
    color: #ee5500;
}
/********************************************************************************
  Common
********************************************************************************/
img
{
    border-width: 0px;
}
table
{
    border-collapse: collapse;
}
td
{
    padding: 0px;
}
@media screen
{
    h1, h3, h4, h6, .onderschrift
    {
        color: #ee5500;
    }
}
h1, h6
{
    margin: 0em;
}
h1
{
    font-size: 260%;
}
h3, h4, hr
{
    margin: 15px 0px 0px 0px;
}
h3
{
    font-size: 180%;
}
h4, .rightmenuheader
{
    font-size: 130%;
}
h6, .onderschrift
{
    font-size: 80%;
}
/********************************************************************************
  Afbeeldingen
********************************************************************************/
img
{
    border-width: 0px;
}
img.right
{
    margin-left: 10px;
    float: right;
}
img.left
{
    margin-right: 10px;
    float: left;
}
.onderschrift, .afbeelding
{
    text-align: center;
    vertical-align: middle;
}
.onderschrift
{
    font-weight: bold;
}
/********************************************************************************
  Special tag and controls
********************************************************************************/
@media screen
{
    .copyright
    {
        visibility: hidden;
        display: none;
    }
}
@media print
{
    .copyright
    {
        font-size: small;
        margin-bottom: 30px;
    }
}
@media print
{
    .noprint
    {
        visibility: hidden;
        display: none;
    }
}
hr
{
    border-style: none none dotted none;
    border-width: 0px 0px 2px 0px;
}
@media screen
{
    hr
    {
        border-color: #ee5500;
    }
}
table, td
{
    vertical-align: top;
}
tr.alternate
{
    background-color: #FFFC9C;
}
li
{
    list-style-image: url('bullet.gif');
}
.watermark
{
    color: #808080;
}
