﻿
html 
{
    height: 100%; 
}

body
{
    background: #538125 url(/App_Themes/Default/Images/Graphics/background.gif) repeat-x 0 0;
	margin: 0;
    height: 100%;
}

/* Main layout */ 

#layoutHolder
{  
    width: 979px;
    position: relative;
    margin: 0 auto;
    _height: 100%; /* IE6 Min-height hack */ 
    min-height: 100%;
}

#header
{
    background: transparent;
    position: relative;
    height: 242px;
    background: transparent url(/App_Themes/Default/Images/Graphics/landskap.png) no-repeat 232px 28px;
}



/* Startpage */ 

#firstColumnDefault, #secondColumnDefault, #thirdColumnDefault
{
    padding: 0 0 0 0;
    float: left;
    display: inline;
}

#firstColumnDefault
{
    width: 220px;
    margin: 0 0 0 12px;
}

#secondColumnDefault
{
    width: 520px;
    margin: 0 0 0 0;
}

#thirdColumnDefault
{
    width: 220px;
    margin: 0 0 0 0;
}



