﻿html, body 
{
    background-color: #D7852F;
    text-align: center;
}

div.headerDiv
{
    background-image: url('afbeeldingen/top_bg.gif');
    background-repeat: repeat-x;
    background-position: center 51px; 
    -moz-background-position: center 50px;    
    background-color: #FFF;
    background-attachment: fixed;
    width: 100%;
    height: 75px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.headerImg
{
    margin: 0xp;
    position: relative;
    top: 5px;
    left: 1px;
}

.mainTable
{
    width: 940px;
    margin: 0px auto 0px auto;
    padding: 0px;
    position: relative;
    top: -13px;
}

.headerTd
{
    height: 70px;
}

.menuTd
{
    height: 40px;
    background-image: url('afbeeldingen/white_bg.gif');
    background-repeat: repeat-y;
    background-position: top center;
    text-align: left;
}

.contentTd
{
    height: 30px;
    background-image: url('afbeeldingen/pink_bg.gif');
    background-repeat: repeat-y;
    background-position: top center;
    text-align: left;
}

.logoTd
{    
    background-image: url('afbeeldingen/white_bg.gif');
    background-repeat: repeat-y;
    background-position: top center;
}

.sideMapTd
{
    background-image: url('afbeeldingen/white_bg.gif');
    background-repeat: repeat-y;
    background-position: top center;
    text-align: left;
}

div.contentDiv
{
    margin-left: 60px;
    margin-top: 10px;
}

div.menuItem
{
    height: 25px;
    position: relative;
    margin-top: 2px;
    margin-left: 20px;
    float: left;
    white-space: nowrap;
}

a.menuLink
{
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #FFF;
    color: #d7852f;
    font-family: Verdana, Arial;
    font-size: 14pt;
    font-weight: bold; 
    text-decoration: none;  
}

a.menuLink:hover
{
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #FDF4E0;
    color: #d7852f;
    font-family: Verdana, Arial;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}

div.menuItemSub
{
    width: 160px;
    display: none;
    background-color: #FFF;
    border: solid 1px #D7852F;
    position: absolute;
    left: 0px;
    top: 25px;
    padding: 5px;
}

a.menuSubLink
{
    display: block;
    width: 100%;
    height: 20px;
    text-align: left;
    background-color: #FFF;
    color: #d7852f;
    font-family: Verdana, Arial;
    font-size: 12pt;
    text-decoration: none;  
    white-space: nowrap;  
}

a.menuSubLink:hover
{
    display: block;
    width: 100%;
    height: 20px;
    text-align: left;
    background-color: #FDF4E0;
    color: #d7852f;
    font-family: Verdana, Arial;
    font-size: 12pt;
    text-decoration: none; 
    white-space: nowrap;
}

.sideImg
{
    float: right;
    margin: 0px 60px 0px 0px;
}

.logoImg
{
    margin: 10px;
    border: none 0px;
}

div.taalDiv
{
    float: right;
    margin-right: 60px;
    margin-top: 8px;
}

.sideMapTable
{
    margin-left: 60px;
}

.sideMapTable td
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #a5a5a5;
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
}

a.sideMapLink
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #a5a5a5;
    text-decoration: none;
}

a.sideMapLink:hover
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #a5a5a5;
    text-decoration: underline;
}

a.sideMapLinkFirst
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #a5a5a5;
    text-decoration: none;
}

a.sideMapLinkFirst:hover
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #a5a5a5;
    text-decoration: underline;
}

p.sideMapTitle
{
    color: #d7852f;
    font-family: Verdana, Arial;
    font-size: 14pt;
    font-weight: bold; 
    margin-left: 60px;
}

.footerDiv
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #FFF;
    text-align: center;
    width: 100%;
}

a
{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

a.sideByLink
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #FFF;
    text-decoration: none;
}

a.sideByLink:hover
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #FFF;
    text-decoration: underline;
}