@import url("navigation.css");
@import url("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 {
	height: 100%;
	min-height: 100%;
}

body {
	background: #ffffff url(/web/grafik/bg.jpg) no-repeat top center fixed;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	line-height: 1.6em;
	min-height: 100%;
}

/************************* STRUCTURE **********************/

#container {
	background: url(/web/grafik/bg_container.png) repeat-y top left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 0 0 30px;
	position: relative;
	width: 970px;
}

	#header {
		height: 133px;
		width: 940px;
	}
	
		#mainnav {
			background: url(/web/grafik/bg_mainnav.jpg) no-repeat;
			float: left;
			height: 47px;
			margin: 81px 0 0 0;
			padding: 2px 0 2px 0;
			width: 701px;
		
		}
	
	
	#flash_overlay {
		color: #FFF;
		height: 227px;
		padding: 30px 0 0 0;
		position: absolute;
		right: 30px;
		top: 133px;
		width: 339px;
		z-index: 1000;
	}
	
		#flash_overlay .padding {
			padding: 0 0 0 35px;
		}
	
	#flashtop {
		background: url(/public/flash/billede_1.jpg) no-repeat;
		border-bottom: 1px solid #FFF;
		height: 227px;
		width: 940px;
		z-index: 1000;
	}
	
	#content {
		background: url(/web/grafik/bg_top_content.gif) no-repeat left top;
		padding: 1px 0 0 0;
		width: 940px;
	}
	
		.info1 {
			background: url(/web/grafik/bg_content_seperator_forside.gif) no-repeat right top;
			float: left;
			height: 355px;
			padding: 24px 33px 0 8px;
			width: 260px;
		}
		
		.info2 {
			background: url(/web/grafik/bg_content_seperator_forside.gif) no-repeat right top;
			float: left;
			height: 355px;
			padding: 24px 21px 0 20px;
			width: 260px;
		}
		
		.frontpage_news {
			background: url(/web/grafik/bg_frontpage_news.gif) no-repeat;
			float: left;
			height: 355px;
			padding: 25px 30px 0 38px;
			position: relative;
			width: 270px;
		}
	
	
	#column_container {
		background: url(/web/grafik/bg_coloumn_container.gif) repeat-y 240px;
		float: left;
		width:  940px;
	}
	
	#column1 {
		float: left;
		margin: 0 1px 0 0;
		width: 239px;
		
	}	
		
		#navn_topniveau {
			background: #ADE857;
			font-size: 16px;
			font-weight: bold;
			height: 57px;
			line-height: 57px;
			padding: 0 0 0 10px;
			width:229px;
		
		}
	
		#subnav {
		
		}
		
		#sponsor {
			background: url(/web/grafik/bg_bliv_sponsor_eller_brobisse.jpg) no-repeat;
			height: 280px;
			margin: 1px 0 0 0;
			padding: 20px 9px 0 10px;
			width:239px;
		}
	
	#column2 {
		float: left;
		width: 700px;
	}
	
		#flash_overlay_underside {
			color: #FFF;
			height: 147px;
			padding: 30px 0 0 0;
			position: absolute;
			right: 30px;
			top: 133px;
			width: 339px;
			z-index: 1000;
		}
		
		#flash_overlay_underside .padding {
			padding: 0 0 0 35px;
		}
	
		#flashtop_underside {
			background: url(/public/flash/underside/billede_1.jpg) no-repeat;
			border-bottom: 2px solid #FFF;
			height: 177px;
			width: 700px;
			z-index: 1000;
		}
		
		#text {
			background: url(/web/grafik/bg_text_top.gif) no-repeat 1px 0;
			padding: 30px 20px 0 30px;
		}
	
	#footer {
		background: url(/web/grafik/bg_footer.gif) no-repeat;
		margin: 30px 0 0 0;
		padding: 10px 20px 100px 0;
		width: 920px;
	}

/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
	font-size: 22px;
}

#navn_topniveau h1 {
	font-size: 16px;
	padding: 20px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
	color: #3c709a;
	text-decoration: underline;
}

.info1 a {
	color: #3c709a;
	padding: 2px 0 5px 0;
	text-decoration: underline;
}

a.laes_mere {
	background: url(/web/grafik/bg_link.gif) no-repeat left;
	color: #3c709a;
	padding: 2px 0 5px 30px;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

a:focus {
}

a:visited {
}

/************************* TABLES **********************/

table {
}

table th {
}

table td {
}

/************************* OTHERS **********************/

.logo {
	border: 0;
	float: left;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

.vjm {
	border: 0;
	float: right;
}

