/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #e9e9e9; /* Placed here so the content editor is not influenced */
	color: #555555;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	
	Height:850px;	
}

div#Page {
	text-align: left;
}

div#bh {
	margin-right:100px;
	padding-bottom:50px;
	height:25px;
	

}

div#fokuswrap {
	left:0px;
	top:0px;
	valign:top;
		

}
/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
#SearchKeyword input {
	border: 1px solid #B5B5B5;
	padding: 1px;
}

#SearchSubmit input {
	background-color: #FFFFFF;
	border: 0px solid #B5B5B5;
	color: #222222;
	margin-left: 4px;
	margin-right: 10px;
}

#SearchSubmit input:hover {
	background-color: none;
	color: none;
}

#HeaderLinks {
	color: #ffffff;
	backgroundcolor: none;	
}

#HeaderLinks  a {
	padding: 0 0.3em 0 0.4em;
	color:	white;
	backgroundcolor: none;
}

/****************************************************
	C O L U M N S : 
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#LeftColumnInner {
	padding-bottom: 10px;
	padding-right: 16px;
	padding-top: 30px;
}

div#ContentColumnInner {
	padding-bottom: 10px;
	padding-top: 30px;
}

div#RightColumnInner {
	background-color: none;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-top: 30px;
}

div#cirkel {
	left:0px;
	top: 590px;
}


/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: none;
	color: #666666;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}
