/****************************************************
	H E A D E R
****************************************************/
div#HeaderLogo {
	float: left;
	height: 71px;
	width: 100px;
}

div#HeaderMenu {
	float: left;
	padding-top: 26px;
	width: 700px;
	backgroundcolor: none;
	background-repeat: no-repeat;

	
}

li#HeaderLinks {
	padding-top: 2px;
	float: right;
	backgroundcolor: none;
	background-repeat: no-repeat;

	
}

div#bh {
	width: 150px;
	float:right;
	top: 50px:
}

div#topbar{
	width: 500px;
	float: left;
	z-index:10;

}

div#fokuswrap{
	float: left;
}

div#bods1
{
	width: 600px;
}

/****************************************************
	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:20%;
}

div#ContentInclRightColumn {
	float: right;
	width: 80%;
}

div#ContentColumn {
	float: right;
	width: 70%;
}

div#RightColumn {
	float: right;
	width: 10%;
}

div#cirkel {
	left:0px;
	top: 590px;
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	clear: both;
}

div#Features {
	float: right;
	width: 500px;
}

div#CompanyInfo {
	display: inline;
}

img#ValidCSS {
	padding-right: 6px;
}

