@import "mainnav.css";
@import "subnav.css";
@import "sitemap.css";
@import "lightbox.css";
@import "news.css";

/************************* HTML BODY **********************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	background-color: #151513;
	background-image: url(/web/grafik/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #363636;
}

/************************* STRUCTURE **********************/

#distance { 
	width:1px;
	height:50%;
	margin-bottom: -250px;
	float:left;
}

#container {
	width: 898px;
	height: 498px;
	margin: 0 auto;
	border: 1px #272727 solid;
	clear: left;
	position: relative;
}

#forside_content {
	width: 898px;
	height: 540px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/forside_content_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -42px;
	z-index: 10;
}

#underside_content {
	width: 960px;
	height: 360px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/underside_content_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: -21px;
	top: -28px;
	z-index: 10;
}
/*
#flash_container {
	width: 470px;
	height: 415px;
	padding: 41px 0 0 428px;
	margin: 0;
	background-image: url(/web/grafik/top_forside.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -42px;
	z-index: 10;
}

#flash_container_beskrivelse {
	width: 525px;
	height: 224px;
	padding: 41px 0 0 373px;
	margin: 0;
	background-image: url(/web/grafik/top_beskrivelse.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -42px;
	z-index: 10;
}

#flash_container_samarbejdspartnere {
	width: 525px;
	height: 224px;
	padding: 41px 0 0 373px;
	margin: 0;
	background-image: url(/web/grafik/top_samarbejdspartnere.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -42px;
	z-index: 10;
}

#mainnav {
	width: 898px;
	height: 41px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/mainnav_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 373px;
	left: 0;
	z-index: 200;
}

#mainnav_beskrivelse {
	width: 898px;
	height: 41px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/mainnav_beskrivelse.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 223px;
	left: 0;
	z-index: 200;
}

#mainnav_samarbejdspartnere {
	width: 898px;
	height: 41px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/mainnav_samarbejdspartnere.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 223px;
	left: 0;
	z-index: 200;
}*/

#content {
	width: 868px;
	height: 133px;
	padding: 350px 15px 15px 15px;
	margin: 0;
	background-color: #FFF;
	background-image: url(/web/grafik/content_bg.gif);
	background-repeat: repeat-x;
	background-position: left 332px;
}

#footer {
	width: 898px;
	height: 84px;
	padding: 0;
	margin: 414px 0 0 0;
	background-image: url(/web/grafik/footer_bg.jpg);
	background-repeat: no-repeat;
}

/************************* TEXT **********************/

h1 {
}

h2 {
}

h3 {
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
	color: #999;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.pdf {
	position: absolute;
	right: 20px;
	top: 350px;
	z-index: 1000;
}

.forside_readmore {
	width: 220px;
	height: 40px;
	position: absolute;
	top: 225px;
	left: 610px;
	z-index: 100;
	text-indent: -9999em;
}

.underside_readmore {
	width: 210px;
	height: 40px;
	position: absolute;
	top: 300px;
	left: 70px;
	z-index: 100;
	text-indent: -9999em;
}

/************************* TABLES **********************/

table img {
	margin: 10px 0 3px 0;
}

/************************* OTHERS **********************/

.logo {
	border: 0;
}

.clear {
	clear: both;
}

#content img {
	border: 0;
}

.noshow {
	display: none;
}