/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #FFFFFF; /* 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;
	width: 950px;
}

div#Page {
	text-align: left;
}


div#FokusBar {
	padding: 0.5em;
}


/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
****************************************************/
div#HeaderLogo {
	float: left;
	width: 100px;
	padding:4px 0 5px 12px;
}

div#HeaderMenu {
	margin-right: 5px;
	float: right;
/*	margin-top: -20px;*/
	width: 335px;
}

li#HeaderLinks {
	padding-top: 2px;
	padding-bottom: 2px;
}


#SearchKeyword input {
	margin-right: 5px;
}

#SearchSubmit input {
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	color: #555555;
	cursor: hand;
	margin: 0px;

}

#SearchSubmit input:hover {
	color: #408ABE;
}

#HeaderLinks  a {
	padding: 0.5em 0.3em 0.5em 0.4em;
}

li#HeaderLinks {
	margin-left: 5px;
}

li#HeaderLinks a {
	background-color: #FFFFFF;
}

/*
a.HeaderLanguage{
	text-decoration: none;
	margin-top: 0.6em;
	position: absolute;
}*/

/****************************************************
	C O L U M N S
****************************************************/
div#LeftColumn {
	float: left;
	width: 220px;
}

div#ContentInclRightColumn {
	float: right;
	width: 729px;
}

div#ContentColumn {
	float: left;
	width: 519px;
	
}

div#RightColumn {
	float: right;
	width: 210px;
}


div#LeftColumnInner {
	padding-bottom: 10px;
	padding-right: 16px;
	padding-top: 18px;
}

div#ContentColumnInner {
	padding-bottom: 10px;
	padding-top: 18px;
	min-height:250px;
}

div#RightColumnInner {
	padding-bottom: 10px;
	padding-left: 16px;
	padding-top: 18px;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #777777;
}

/****************************************************
	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;
}



/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	border: 1px solid #B5B5B5;
	clear: both;
	/*margin-bottom: 10px;*/
	padding: 3px 0 3px 0;

}

div#Address ul{
	margin:0;
	padding:0;
}

div#Address li {
	border-right: 1px solid #BBBBBB;
	padding-left: 10px;
	padding-right: 10px;

}

div#Address{
	height:	1.2em;
}

div#Address li{
	float:left;
	display:block; 
	text-decoration:none; 
}

div#ActoLogo {
	text-align:right; 
 	margin-top:4px;
}