﻿/* G L O S T R U P  U P G R A D E   2 0 0 9       */
/* www/Layout.css  = styling for main layout www  */
/* Netmester A/S    September 2009                */

body 
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:65%;
    background-color:#DCDFE0;
}
#main_form
{
    margin:auto;
    width:928px;
}
#top
{
    width:100%;
    height:75px;
    background-color:#687992;
}
table#layoutTable
{
    border:none;
    border-collapse:collapse;
    border:solid 1px #DCDFE0;
}
table#layoutTable td
{
    vertical-align:top;
    padding:0px;
}
#mainCol
{
    background-color:White;
    border-right:solid 15px #DCDFE0;
}
#leftCol
{
    background-color:White;
}
#centerCol
{
    background-color:White;
    border-right:solid 15px #DCDFE0;
    border-left:solid 15px #DCDFE0;
}
#rightCol
{
    background-color:White;
}
