@import url("navigation.css");
@import url("news.css");

/************************* RESET **********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/************************* HTML BODY **********************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	background-image: url(/web/grafik/mainnav_bg.gif);
	background-repeat: repeat-x;
	background-position: left 182px;
	background-color: #FAFAFA;
	color: #363636;
}

/************************* STRUCTURE **********************/

#container {
	width: 990px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 250px;
}

#mainnav {
	margin: 46px 0 0 0;
}

#subnav {
	width: 255px;
	min-height: 100px;
	margin: 30px 0 0 0;
	float: left;
}

#outer_content {
	margin: 35px 0 0 0;
	background-image: url(/web/grafik/subnav_bg.gif);
	background-repeat: repeat-y;
	background-position: 5px;
	float: left;
}

#content {
	width: 980px;
	margin: 35px 0 0 0;
	padding: 0 0 25px 0;
	background-image: url(/web/grafik/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 490px;
	float: left;
}

#content_underside {
	padding: 0 0 25px 0;
	background-image: url(/web/grafik/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 715px;
	float: left;
}

#content_underside_hel {
	padding: 0 0 25px 0;
	float: left;
}

#text {
	width: 410px;
	margin: 0 0 0 30px;
	float: left;
}

#text_hel {
	width: 640px;
	margin: 0 0 0 30px;
	float: left;
}

#right {
	width: 239px;
	margin: 0 0 0 46px;
	float: left;
}

	#right ul, #text ul {
		list-style: none;
		padding: 0 0 0 15px;
	}

/*FORSIDE AFSNIT*/

.forside_afsnit {
	width: 471px;
	height: 245px;
	float: left;
}

.forside_afsnit .tekst{
	padding: 15px 0 0 15px;
}

.forside_afsnit ul{
	list-style: none;
}

.forside_afsnit li{
	margin: 1px 0 0 1px;
	float: left;
}

.forside_afsnit li a{
	width: 120px;
	height: 25px;
	padding: 0 0 0 6px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	float: left;
	
}

.forside_afsnit ul li.bg1 {
	background-color: #F6F6F6;
	border-bottom:1px solid #E9E9E9;
	background-image: url(/web/grafik/li_bg1.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

.forside_afsnit ul li.bg2 {
	background-color: #EDEDED;
	border-bottom: 1px solid #E1E1E1;
	background-image: url(/web/grafik/li_bg2.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

/*Forside afsnit stop*/



#footer {
	width: 100%;
	height: 220px;
	background-image: url(/web/grafik/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer #footer_text {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background-image: url(/web/grafik/container_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 18px;
}
/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
	margin: 5px 0 15px 0;
	font-size: 17px;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px; 
	font-size: 16px;
	font-weight: normal;
}

.forside_afsnit h2 {
	font-size: 17px;
	font-weight: normal;
}

h3 {
	margin-bottom: 10px; 
	font-size: 14px;
	font-weight: normal;
}

p {
	margin: 9px 0 9px 0;
}

.forside_afsnit p {
	margin: 0;
}

/************************* LINKS **********************/

a {
	color: #48889E;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

a:focus {
}

a:visited {
}

/************************* TABLES **********************/

table td {
	vertical-align:top;
	
	}

#text_hel table,  #text table{
	border-collapse:collapse;
}

#text_hel table td, #text_hel table th, #text table td, #text table th {
	border-width: 1px;
	border-color: #FFF;
	border-style: solid;
}

#text_hel table th, #text table th {
	color: #FFF;
}

/************************* OTHERS **********************/

.logo {
	margin: 50px 0 0 0;
}

.top_grafik {
	position: absolute;
	left: 345px;
	top: 16px;
	border: 3px solid #FFF;
}

#sitemap ul {
	padding: 0 0 0 20px;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}