@charset "utf-8";

/* Alle boxes zijn hier gedefinieerd */
.MainBox 
{
	width:1024px;
	margin:auto;
	padding-bottom:20px;
}

.HeaderBox 
{
	width:100%;
}

.TopMenuBox
{
	min-height:150px;
	width:320px;
	background:#006BAF;
}

.LeftMenuBox 
{
	width:320px;
	min-height:500px;
	float:left;
	background:#4C97C7;
}

.ContentBox
{
	width:702px;
	min-height:500px;
	overflow:hidden;
}