/* hyperlinks */
A:link
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

/* bezochte hyperlinks */
A:visited
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

/* wanneer de muis over een hyperlink gaat */
A:hover
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: Verdana;
    text-decoration: underline;
}

/* standaard text */
p
{
    font-size: 10pt;
    color: black;
    font-family: Verdana;
}

/* Voorbeeldtekst */
p.exampleText
{
    font-style: italic;
    font-size: 9pt;
}

body
{
    font-size: 9pt;
    font-family: Verdana, Arial;
    color: Black;
    margin: 8px 0px;
    vertical-align: middle;
    background-color: white;
    text-align: left;
}

/* bovenste panel */
.pagetop
{
    background-color: whitesmoke;
    padding-bottom: 0px;
    padding-left: 10px;
    border-bottom: gray thin solid;
    margin-bottom: 10px;
    height: 100%;
}

/* Linker panel */
.pageleft
{
    background-color: whitesmoke;
    padding-right: 0px;
    width: 150px;
    border-right: gray 1px solid;
}

/* Onderste panel */
.pagebottom
{
    background-color: whitesmoke;
    border-top: gray thin solid;
    padding-top: 2px;
    padding-bottom: 2px;
}


/******************
HEADINGS
******************/

h1
{
    font-size: 2.0em;
    padding: 0;
    margin: 8px 0px 24px;
}

h2
{
    font-size: 1.1em;
}


/* achtergrond */
.bgstyle
{
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 500px;
}

/* links-page */
.linkHead
{
    font-size: 105%;
    font-weight: bold;
    line-height: 200%;
}

#MainTable
{
    border: 1px solid gray;
    border-collapse: collapse; 
    height: 100%;
    padding: 0;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}



#MainTableRow1 
{
    height: 72px;
}

#MainTableRow2
{
    height: 520px;
}

#MainTableRow3
{
    height: 20px;
}

#TableLanguages
{
    border: 0px;
    padding: 0;
    
}



