/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #D6D1CA; /* Placed here so the content editor is not influenced */
	color: #555555;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#HeaderContainer {
	background-color: #8A7A67;
	padding: 7px 0 0 0;
}

div#Header {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 925px;
}

div#PageContainer {
	background: url(/images/body.gif) repeat-x #D6D1CA;
	padding-bottom: 50px;
}

div#Page {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 925px;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
****************************************************/
div#HeaderLogo {
	float: left;
	height: 71px;
	width: 100px;
}

div#HeaderMenu {
	float: right; /*width: 700px;*/
	margin: 10px 0 8px 0; /*height: 40px;*/
}

li#HeaderLinks {
	padding-top: 2px;
}

li#HeaderLinks a {
	color: #BBB2A6;
	float: left;
	margin-right: 15px;
}

li#HeaderLinks a#HeaderDanish,
li#HeaderLinks a#HeaderEnglish{
	display: block;
	height: 15px;
	margin-right: 5px;
	width: 19px;
}

li#HeaderLinks a#HeaderEnglish{
	margin-right: 15px;
}

li#HeaderLinks a#HeaderDanish {
	background: url(/images/dk_off.gif) no-repeat 0px 2px;
}

li#HeaderLinks a.act#HeaderDanish {
	background: url(/images/dk_on.gif) no-repeat 0px 2px;
}

li#HeaderLinks a#HeaderEnglish {
	background: url(/images/uk_off.gif) no-repeat 0px 2px;
}

li#HeaderLinks a.act#HeaderEnglish {
	background: url(/images/uk_on.gif) no-repeat 0px 2px;
}

li#HeaderLinks a#HeaderEnglish span,
li#HeaderLinks a#HeaderDanish span{
	display: block;
	text-decoration: none;
	text-indent: -10000px;
}

li#SearchForm{
	width: 185px;
}

li#SearchKeyword{
	background: url("/images/search_bg.gif") no-repeat top left;
	height: 21px;
	width: 146px;
}

li#SearchKeyword input {
	border: 1px solid #FFFFFF;
	color: #BBB2A6;
	height: 12px;
	margin-top: 1px;
	width: 140px;
}

li#SearchSubmit input {
	background-color: #FFFFFF;
	color: #222222;
	margin-right: 10px;
}

li#SearchSubmit input:hover {
	background-color: #FFFFFF;
	color: #D2232A;
}

/****************************************************
	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#ColumnsContainer {
	background-image: url("/images/content.gif");
	background-repeat: no-repeat;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #EDEAE7;
}

div#LeftColumn {
	background-image: url("/images/content.gif");
	background-repeat: no-repeat;
	float: left;
	width: 183px;
}

div#LeftColumnInner {
	padding-bottom: 10px;
	padding-left: 13px;
	padding-top: 30px;
}

div#ContentInclRightColumn {
	background-image: url("/images/content2.gif");
	background-repeat: no-repeat;
	float: left;
	width: 720px;
}

div#ContentColumn {
	background-image: url("/images/content2.gif");
	background-repeat: no-repeat;
	float: left;
	width: 575px;
}

div#ContentColumnInner {
	padding-bottom: 40px;
	padding-right: 20px;
	padding-top: 30px;
}

div#RightColumn {
	background-image: url("/images/content3.gif");
	background-repeat: no-repeat;
	float: left;
	width: 145px;
}

div#RightColumnInner {
	padding-bottom: 10px;
	padding-top: 30px;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer {
	border-top: 2px solid #E1041D;
	margin: 0 2px 2px 2px;
	width: 921px;
}

table#FooterContainer td {
	background-color: #8B7B68;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 20px 18px 8px 18px;
}

table#FooterContainer a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

table#FooterContainer a:hover {
	text-decoration: none;
}

table#FooterContainer td#FooterRight {
	text-align: right;
}

/****************************************************
	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;
}

