/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #2C70A4; /* Placed here so the content editor is not influenced */
	color: #555555;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	background-color: #FFFFFF;
	background-image: url(media/1030_20.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 952px;
}

div#Page {
	border: 1px solid #515354;
	min-height: 550px;
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
****************************************************/
div#HeaderLogo {
	float: left;
	height: 70px;
	width: 950px;
}

div#HeaderMenu {
	float: right;
	padding-top: 1px;
	width: 700px;
}

li#HeaderLinks {
	margin-right: 6px;
	padding-top: 2px;
}

li#SearchKeyword input {
	background-color: #F0F7FC;
	border: 1px solid #B5B5B5;
	width: 90px;
	/*padding: 1px;*/
}

li#SearchSubmit input {
	background-color: #FFFFFF;
	border: 1px solid #B5B5B5;
	color: #222222;
	margin-left: 4px;
	margin-right: 6px;
	width: 35px;
}

li#SearchSubmit input:hover {
	background-color: #FFFFFF;
	color: #D2232A;
}

li#HeaderLinks {
	color: #B5B5B5;
	margin-bottom: 10px;
}

li#HeaderLinks a {
	padding: 0 0.3em 0 0.4em;
}

/****************************************************
	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
****************************************************/
div#LeftColumn {
	float: left;
	width: 220px;
}

div#LeftColumnInner {
	margin-left: 10px;
	padding-bottom: 10px;
	padding-right: 16px;
	padding-top: 30px;
}

div#ContentInclRightColumn {
	float: right;
	width: 729px;
}

div#ContentColumn {
	float: left;
	width: 519px;
}

div#ContentColumnInner {
	padding-bottom: 10px;
	padding-top: 30px;
}

div#RightColumn {
	float: right;
	width: 210px;
}

div#RightColumnInner {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-top: 30px;
}

/****************************************************
	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;
}

