/****************************************************
	H E A D E R
****************************************************/


table#HeaderContainer
{
    width: 950px;
}

/****************************************************
	C O L U M N S
	Correct styling of <td>: 
		width, border, background, color
	Incorrect styling of <td>:
		height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/
table#ColumnsContainer
{
    width: 950px;
}

td#LeftColumn
{
    width: 220px;
    background-color: #E3E8F7;
}

td#MinHeightColumn
{
    width: 1px;
    
}

td#ContentColumn
{
}

td#ContentInclRightColumn
{
    width: 729px;
}

td#ContentInclLeftAndRightColumn
{
    width: 950px;
}

td#RightColumn
{
    width: 210px;
}


/* Minimum height of content columns */
div#MinHeightColumnInner
{
    height: 450px;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer
{
    width: 950px;
    background-color: #C0D4E0; /* #E3E8F7; */
    border-top: 1px solid #ABBBE7;
}
