@import "navigation.css";
@import "modules.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, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

/************************* HTML BODY **********************/

html, body {
	background: #d8d9db;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	/*top:20px 0 0 0;*/
	
}

body{
	margin: 20px 0 0 0;
}
/******************************************************FLOATRIGHT***************************************/
	
.floatright
{
float: right;
margin: 0 0 1px 5px;
}

/************************* STRUCTURE **********************/

#container {
	background: #FFF url(/web/grafik/bg-outcontainer.jpg) repeat-y top center;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 0 0 0;
	width: 990px;
	
}


#top  {
height:371px;
width:960px;
}



#top-bg
	{
	background-image: url(../../grafik/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
	
	
#header {
	/*overflow: hidden;*/
	position: relative;
	width: 960px;
}

	/*#top {
		height: 93px;
		width: 933px;
		background-image: url(../../grafik/bg_top.gif);
		background-repeat: repeat-x;
		background-position: bottom;
	}*/


#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 5px 0 0 15px;
	overflow: hidden;
	padding: 0 0 20px 0; 
	width: 934px;
	color: #333333;
}

	
	#inner_content {
		background: url(/web/grafik/bg_innercontainer.jpg) repeat-y top left;
		width:910px;
		overflow: hidden;
		margin:0 0 0 25px;
	}
	
	#bottom_content {
		background: url(/web/grafik/bg_bund.gif) no-repeat left;
		float: left;
		width:910px;
		height: 1px;
		margin:0 0 0 25px;
	}

	#mainnav {
		float: left;
		margin: 10px 5px 0 0;
		min-height: 100px;
		width: 206px;
	}
	
	#text {
		border-top: 1px solid #ebebeb;
		float: left;
		margin: 0 0 0 16px;
		padding: 3px 20px 15px 20px;
		width: 419px;		
	}
	
	#hojrekolonne{
		float: left;
		margin:0 0 0 20px;
		width: 204px;
	}
	
	#inner_content .infobox {
		background:url(/web/grafik/bg_infobox.gif) repeat-x center bottom #F57B20;
		color:#FFFFFF;
		float:left;
		margin:0 0 10px 0;
		min-height:125px !important;
		padding:10px;
		width:184px;
	}
	
	#inner_content .nyheder {
		background:url(/web/grafik/bg_nyheder.jpg) repeat-x center bottom #F57B20;
		color:#FFFFFF;
		float:left;
		margin:10px 0 10px 0;
		height:250px;
		padding:10px;
		width:184px;
	}
	
#bottom-box {
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
	text-align: left;
	width: 940px;
	background-color: #999999;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer {
	color:#909090;
	font-size: 10px;
	margin: 0 auto;
	padding: 5px 10px 0 0;
	position: relative;
	text-align: right;
	width: 950px;
}


	#vjm {
		color: #bfbfbf;
		position: absolute;
		right: 0;
		top: 20px;
	}

/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

h1  {
	background: #efefef;
	font-size: 18px;
	margin: 0 -16px 0 -16px;
	padding: 20px 0 20px 16px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 0;
}

.nyheder h2, .infobox h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #333;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
}
h4 {
	font-family: Verdana, "Trebuchet MS";
	font-size: 20px;
	color: #330000;
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	margin: 9px 0 9px 0;
}


/************************* LINKS **********************/

a {
	color: #333;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#footer a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

#vjm a {
	color: #bfbfbf;
}

h2 a, h2 a:hover {
	color: #999999;
	text-decoration: none;
}

/************************* TABLES **********************/

#footer td {
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

#text th, #text td {
	padding: 6px;
	text-align: left;
}

#text th {
	background: #EFEFEF;
}

#text td {
	background: #f9f9f9;
	border-bottom: 1px #fff solid;
}

h2+table {
	margin: 10px 0 0 0;
}

/************************* OTHERS **********************/

.logo {
	border: 0;
	left: -22px;
	position: absolute;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

#text ul, #text ol, .box3 ul, .box3 ol {
	padding: 0 0 0 25px;
}

#text li {
	line-height: 20px;
}

.box3 li {
	line-height: 30px;
}
