@import url("content.css");
@import url("menu.css");

body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div#centerContainer {
	position:absolute;
	top: 140px;
	width: 985px;
	margin-left:50%;
	left:-492px;
	
	border: 1px solid #000000;
	background-color: #DADADA;
}

div#topBanner {
	background-image: url("topBanner.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 985px;
	height: 120px;
}

a#logo {
	position: absolute;
	top: 0px;
	left: 30px;

	width: 126px;
	height: 118px;
	
	display:block;
	text-decoration: none;
}
a#logo:link {
	text-decoration: none;
}
a#logo:visited {
	text-decoration: none;
}
a#logo:hover {
	text-decoration: none;
}

a#mail {
	position: absolute;
	top: 62px;
	right: 18px;

	width: 126px;
	height: 12px;
	
	display:block;
	text-decoration: none;
}
a#mail:link {
	text-decoration: none;
}
a#mail:visited {
	text-decoration: none;
}
a#mail:hover {
	text-decoration: none;
}

div#contentBg {
	position: absolute;
	right: 0px;

	background-image: url("bodyBgPic.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 304px;
	height: 447px;
}

div#content {
	padding-left: 32px;
	padding-right: 32px;
	
	width: 680px;

	height: auto !important;
	height: 447px;
	min-height: 447px !important;
	/*overflow: auto;*/ /* overflow giver div#hoejre_billede problemer */
	background-color: #DADADA;

}
div#contentmain {
	padding-left: 32px;
	padding-right: 32px;
	
	width: 680px;

	height: auto !important;
	height: 281px;
	min-height: 281px !important;
	/*overflow: auto;*/ /* overflow giver div#hoejre_billede problemer */

	background-color: #DADADA;
}

div#bottomBar {
	background-image: url("bottomBar.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 985px;
	height: 23px;
}

/* DIV for custom picture */
/*
	WARNING: Picture must be
	304px width and 447px height
	for optimal layout.
*/
div#hoejre_billede  {
	position: absolute !important;
	top: 115px;
	right: -5px;
	z-index: 999;
	display: block;
}

div#newsContainer {
	height: 166px;
}

div.newsItemContainer {
	width: 226px;
	height: 166px;
	float: left;
	background-color: white;
	border-right: 1px solid white;
}
div.newsItemContent {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	height: 146px;
	width: 226px;
	padding: 10px;
	line-height: 16px;
}

.newsItemContent a:visited {
	text-decoration: none;
	color: #003366;
}

.newsItemContent a:active {
	text-decoration: none;
	color: #003366;
}

.newsItemContent a:link {
	text-decoration: none;
	color: #003366;
}

.newsItemContent a:hover {
	text-decoration: none;
	color: #003366;
}

div.newsItemHeader {
	width: 226px;
	height: 21px;
	float: left;
	background-color: #8f959b;
	border-right: 1px solid white;
}

div#scroll_text  {
	padding-left: 32px;
	padding-right: 32px;
	
	width: 648px;
	height: 447px;
	overflow: auto;
	
	background-color: #DADADA;	
	margin: 0px;
}
