﻿body, html
{
    height: 100%;
    min-height: 100%;
    
    margin: 0;
    padding: 0;
}

a:link 	    { font-family: Verdana; font-size: small; font-weight: bold; text-decoration: none; color: #000000;}
a:visited 	{ font-family: Verdana; font-size: small; font-weight: bold; text-decoration: none; color: #000000;}
a:hover 	{ font-family: Verdana; font-size: small; font-weight: bold; text-decoration: none; color: #ffd700;}
a:active 	{ font-family: Verdana; font-size: small; font-weight: bold; text-decoration: none; color: #ffd700;}	

div.pageHolder
{
    height: auto !important;    /* FireFox Shizzle */
    min-height: 100%;
    height: 100%;
    width: 720px;
    
    /* BackGround Image is set in the App_Themes directory */
}

div.menu
{    
    width: 710px;
    height: 182px; 
}

    div.menu .logo
    {
        float: left;
        
        width: 312px;
        height: 182px; 
        
        /* Color is defined in the App_Themes directory */
    }
    
    .logo img
    {
        display: block;
    }
    
    div.menu .buttons
    {
        float: left;
        
        width: 398px;
        height: 182px; 
    }
    
        .buttons div
        {
            position: relative;
            left: 80px;
            top: 60px;     
        }
        
        .buttons div a:link 	{ font-family: Verdana; font-size: medium; font-weight: bold; text-decoration: none; color: #000000;}
        .buttons div a:visited 	{ font-family: Verdana; font-size: medium; font-weight: bold; text-decoration: none; color: #000000;}
        .buttons div a:hover 	{ font-family: Verdana; font-size: medium; font-weight: bold; text-decoration: none; color: #ffd700;}
        .buttons div a:active 	{ font-family: Verdana; font-size: medium; font-weight: bold; text-decoration: none; color: #ffd700;}	

.menuBullet
{
    font-family: Verdana;
    font-size: large;
    font-weight: bolder;
    
    /* Color is defined in the App_Themes directory */
}

div.mainArea .mainTable
{
    width: 710px;  
}
    
    div.mainArea table .header
    {
        width: 65px;  
        vertical-align: bottom;
    }
    
        .header img
        {
            position: relative;
            left: 38px;
            bottom: 2px;
        }
        
    div.mainArea .headerBar
    {
        width: 7px;
        
        border-top: white 7px solid;
        border-bottom: white 4px solid;
        
        /* Color is defined in the App_Themes directory */
    }
    
    div.mainArea .headerBarVoorwaarden
    {
        width: 7px;
        
        /* Color is defined in the App_Themes directory */
    }    

    div.mainArea .textArea
    {
        width: 600px;
        
        padding-right: 25px;
        
        font-family: Verdana;
        font-size: small;
        font-weight: normal; 
        font-style: normal;
        font-variant: normal;
    }
   
div.footer
{  
    position: absolute;
    left: 725px;
    bottom: 2px;
    width: 25px;
    
    font-family: Verdana;
    font-size: x-small;
    font-weight: lighter;  
    color: #dcdcdc;
}
        div.footer a:link 	    { font-family: Verdana; font-size: x-small; font-weight: lighter; text-decoration: none; color: #dcdcdc;}
        div.footer a:visited 	{ font-family: Verdana; font-size: x-small; font-weight: lighter; text-decoration: none; color: #dcdcdc;}
        div.footer a:hover 	    { font-family: Verdana; font-size: x-small; font-weight: lighter; text-decoration: none; color: #ffd700;}
        div.footer a:active 	{ font-family: Verdana; font-size: x-small; font-weight: lighter; text-decoration: none; color: #ffd700;}	