/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #E1DECC;
	background-image: url("/Frontend/images/Body_Bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
	color: #505050;
	margin: 0 1em 2em 1em;
	padding: 0px;
	text-align: center;
}

div#PageContainer {
	background-image: url("/Frontend/Images/PageContainer_bg.gif"); 
	/* 	This background image ensures that a white background is present 
		in the content area in all browsers and works with different varying 
		content lengths and that the gradient/shadow in left and right is 
		visible all the way down to the bottom */
	background-position: center top;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 966px; /*950+2x8*/
}

div#Page {
	float: left;
	text-align: left;
}

div#ColumnsContainerOuter {
	float: left;
	width: 950px;
}

/***************************************/
/* special ie6.0 font-size / tidy hack */
/***************************************/
div#PageContainer {
	font-size: 0px; /*IE6.0*/
}

div#Page {
	font-size: medium; /* Make font size relative again */
}

div#ColumnsContainerOuter {
	font-size: 75%; /* Downscale the default size for all columns */
}

/***************************************/
div#PageLayoutLeft {
	background-image: url("/Frontend/Images/PageLayout_Left.gif");
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	height: 457px;
	width: 8px;
}

div#PageLayoutRight {
	background-image: url("/Frontend/Images/PageLayout_Right.gif");
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	height: 457px;
	width: 8px;
}

div#PageLayoutBottom {
	background-image: url("/Frontend/Images/PageLayout_Bottom.gif");
	background-position: top center;
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 966px;
}

div#HeaderContainer {
	background-color: #FFFFFF;
	height: 105px;
	position: relative;
	width: 950px;
}

div#HeaderLogo {
	float: left;
	font-size: 0px;
	height: 75px; 
	/* 
		Composite C1 tidying function ruins everything 
		with spaces making unwanted space in design 
		especially in IE6.0 - setting font size hack 
		resolves this issue - the problem exists whereever 
		there are a links making the container act up. 
		Happy coding :)
	*/
	width: 220px;
}

div#HeaderMenu {
	float: right; /*	width: 350px;*/
	height: 20px;
}

div#HeaderMenuLeft {
	background-image: url("/Frontend/Images/HeaderMenu_left.gif");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 4px;
}

div#HeaderMenuContent {
	background-image: url("/Frontend/Images/HeaderMenu_Bg.gif");
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	height: 20px;
	padding-right: 14px;
}

div#HeaderMenuContent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#HeaderMenuContent ul li {
	float: left;
	font-size: 10px;
	overflow: hidden;
}

div#HeaderMenuContent li.MenuItemImage {
	margin: 0px !important;
	padding: 1px 0px 0px 0px !important;
}

div#HeaderMenuContent li.MenuItemText {
}

div#HeaderMenuContent li.MenuItemTextFirst {
	border-right: 1px solid #F0EEE5;
}

div#HeaderMenuContent li.MenuItemTextMiddle {
	border-right: 1px solid #F0EEE5;
}

div#HeaderMenuContent li.MenuItemTextLast {
}

div#HeaderMenuContent li.MenuItemText a {
	color: #505050;
	display: block;
	float: left;
	font-size: 10px;
	height: 17px; /*	padding: 3px 12px 0px 11px;*/
	padding: 3px 8px 0px 7px;
	text-decoration: none;
}

div#HeaderMenuContent li.MenuItemText a:hover {
	background-color: #99BDDB;
	color: #FFFFFF;
}

div#HeaderSearch {
	border: 3px solid #99BDDB;
	height: 20px;
	position: absolute;
	right: -10px;
	top: 18px;
	visibility: hidden; /* onmouseover-event on 'Søg' sets visibility: visible; */
	width: 178px;
}

div#HeaderSearchInner {
	background-color: #FFFFFF;
	height: 20px;
}

div#HeaderSearchInner input#q {
	border: 0px solid #000000;
	color: #000000;
	float: left;
	font-size: 11px;
	height: 14px;
	margin: 3px 0px 0px 10px;
	width: 140px;
}

div#HeaderSearchInner input#Search {
	float: right;
	height: 20px;
	width: 20px;
}

/****************************************************
	C O L U M N S : 
****************************************************/
div#MinHeightColumn {
	float: left;
	height: 400px;
	width: 1px;
}

div#LeftColumn {
	float: left;
	width: 200px;
}

div#LeftColumnInner {
	padding: 30px 0px 10px 20px;
}

div#ContentInclLeftAndRightColumn {
	float: left;
	width: 949px; /* 1px room for MinHeightColumn*/
}

div#ContentInclRightColumn {
	float: right;
	width: 749px; /* 1px room for MinHeightColumn*/
}

div#ContentColumn {
	float: left;
	overflow: hidden;
	width: 549px; /* 1px room for MinHeightColumn*/
}

div#ContentColumnInner {
	padding: 30px 20px 10px 20px;
}

div#RightColumn {
	float: right;
	width: 200px;
}

div#RightColumnInner {
	padding: 30px 0px 10px 0px;
}

/****************************************************
	F O O T E R
****************************************************/
 
div#FooterContainer {
	border-top: 1px solid #EBE9DD;
	font-size: 11px;
	margin: 0px;
	padding: 10px 20px 11px 20px;
}

div#FooterInner {
}

div#FooterInner ul#FooterAdress,
div#FooterInner ul#FooterLinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#FooterInner ul#FooterAdress li {
	float: left;
	padding-right: 20px;
}

div#FooterInner ul#FooterLinks li {
	float: right;
	padding-left: 20px;
}

div#FooterContainer a {
	color: #638EB2;
	text-decoration: none;
}

div#FooterContainer a:hover {
	color: #99BDDB;
	text-decoration: underline;
}

/****************************************************
	I N F O   C O N T E N T
****************************************************/
div#Info {
	background-color: #EEEEEE;
	border: 1px solid #000000;
	height: 300px;
	left: 200px;
	position: absolute;
	text-align: left;
	top: 50px;
	width: 500px;
}

div#InfoHeader {
	background-color: #CCCCCC;
	padding: 2px 10px;
	text-align: right;
}

div#InfoBody {
	background-color: #EEEEEE;
	padding: 10px;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-bottom: 1em;
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 25%;
	text-align: left;
}

div#PageNext {
	float: right;
	width: 25%;
	text-align: right;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	T E A S E R
****************************************************/
div#RightColumnInner div.Teaser
{
	margin-right: 20px;
}


/****************************************************
	O T H E R
****************************************************/
form#SearchForm {
	margin: 0px;
	padding: 0px;
}

.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 !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.Vertical li {
	background-image: none;
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

img {
	border: 0px;
}






