/****************************************************
	H E A D E R
****************************************************/
div#HeaderContainer {
	background-color: #1A426B;
	height: 35px;
}

div#HeaderLogo {
	float: left;
}

div#HeaderMenu {
	float: right;
	width: 450px;
	padding-top: 10px;
}

/****************************************************
	C O L U M N S
	Correct styling of column <div>-tags: 
		width, float
	Incorrect styling of column <div>-tags:
		border, background, height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/
div#LeftColumn {
	float: left;
	width: 200px;
}

div#ContentInclRightColumn {
	float: right;
	width: 757px;
}

div#ContentColumn {
	float: left;
	width: 556px;
}

div#RightColumn {
	float: right;
	width: 200px;
}

div#MinHeightColumn {
	width: 1px;
	height: 350px;
	float: left;
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	background-image: url("/Frontend/images/footer_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	font-size: 80%;
	height: 38px;
	margin-bottom: 1em;
}

div#FooterContainer div#ContactInformation {
	float: left;
	padding: 6px 10px 6px 10px;
	color: #FFFFFF;
}

div#FooterContainer div#ContactInformation li {
	width: 130px;
}

div#FooterContainer div#ToTop {
	margin-right: 10px;
	float: right;
}

div#FooterContainer a {
	color: #FFFFFF;
	text-decoraiton: none;
}

div#FooterContainer a:hover {
	color: #FFFFFF;
	text-decoraiton: underline;
}