﻿#MainPage
{
    margin-left: auto; 
    margin-right: auto; 
    width: 1060px;
    position: relative;
    text-align: left;
    top: 0px;
    left: 0px;
}

#HeaderPanel
{
    background-color: #BFD0E3; 
    width: 1060px;
    height: 175px;
}

#RightTop
{
    position: absolute;
    left: 885px;
    top: 15px;
    width: 165px;
    height: 150px; 
    margin-left: 5px;
}

#HeaderImage
{ 
    position: absolute;
    top: 0px;    
    left: 169px; 
}

#LogoPanel
{
    background-color: #0E2B89;
    padding-top: 30px;
    padding-left: 25px;
    width: 169px;
    height: 175px;
}

#LeftColumn
{
    background-image: url('Images/banner.gif'); 
    background-position: top;
    background-color: #bfd0e3;
    background-repeat: no-repeat;

    height: 750px;
    width: 169px;
    
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
}

#MainContentPanel
{
    background-color: #225161; 
    background-color: White;
    position: absolute;
    top: 175px;
    left: 0px;
    z-index: 1;
}

#PosMainContent
{
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 2;
}

#MainContent
{
    border-left-style: solid;
    border-left-color: #225161;
    border-left-width: 169px;
    
    border-right-style: solid;
    border-right-width: 186px;
    border-right-color: #BFD0E3;

    background-color: White;
    width: 704px;
    min-height: 540px;
    padding-top: 5px;
}

* html #MainContent { height: 540px; } /* IE 6 Hack to simulate min-height */

#RightColumn
{
    position: absolute;
    top: 0px;
    left: 872px;
    width: 186px;
    padding-left: 5px;
    background-color: #BFD0E3;
    z-index: 2;
}

#Footer
{
    border-left-style: solid;
    border-left-color: #225161;
    border-left-width: 169px;

    border-right-style: solid;
    border-right-color: #004000;
    border-right-width: 190px;

    background-image: url('Images/Woordbeeldmerk.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #037903;

    padding-left: 200px;
    padding-bottom:0px;

    color: White;
    height: 50px;
    width: 504px;
}

#MenuPanel
{
    border-right: 189px solid #037903;
    background-color: #BFD0E3;
    width: 704px;
    height: 64px;

    position: absolute;
    top: 0px;
    left: 169px;
    z-index: 3;
}

.StaticMenuBar
{
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 2px;
    margin-bottom: 1px;
    padding: 0px;    
}

a:Hover.StaticMenuBar 
{
    color: White;
}

.DynaMenuBar
{
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 1px;  
}

a:Hover.DynaMenuBar 
{
    color: White;
    z-index: 5;  
}

.IE8Fix
{
    border-left: 3px;
    border-right: 3px;
    border-bottom: 1px;
    border-top: 0px;
    border-style: solid;
    border-color: #BFD0E3;
   
    z-index: 100;
}