@import url("navigation.css");
@import url("news.css");
@import url("slimbox.css");
@import url("slideshow.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, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/************************* HTML BODY **********************/

html {
	background-image: url(/web/grafik/bg_body2.gif);
	background-position: left 478px;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

body {
	background-image: url(/web/grafik/baggrund.jpg);
	background-repeat:repeat-x;}

html,body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #544842;
}

#text ul{
	margin-left:20px;
	margin-top:8px;
	}

/************************* STRUCTURE **********************/

#container {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 980px;
	height: 424px;
	padding: 55px 0 0 0;
}

#header_underside {
	width: 980px;
	height: 217px;
	padding: 55px 0 0 0;
}

#top_text {
	width: 733px;
	margin: 0;
	float: right;
}

#mainnav {
	margin: 35px 0 0 0;
	float: right;
}

#slides_forside {
	margin: 13px 0 0 0;
	background-color:#FFFFFF;
}

#content {
	width: 980px;
	padding: 0 0 250px 0;
	background-color: #FFF;
	background-image: url(/web/grafik/content_bg2.gif);
	background-repeat: repeat-x;
	float: left;	
}

.afsnit_midt {
	width: 245px;
	margin: 26px 0 0 0;
	float: left;
}

#afsnit_bund {
	width: 950px;
	padding: 19px 0 0 36px;
	float: left;
}


#subnav {
	width: 195px;
	margin: 39px 20px 0 0;
	float: left;
	padding-left:30px;
}

#text {
	width: 490px;
	margin: 30px 0 0 0;
	font-size: 14px;
	float: left;
}

#text_bred {
	width: 710px;
	margin: 30px 0 0 0;
	font-size: 14px;
	float: left;
}

#text_bred td{
	border-bottom:1px solid #e6e6e5;
	height:30px;}

#right {
	width: 195px;
	margin: 30px 0 0 50px;
	float: left;
}


#right ul {
	list-style: none;
}
/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: normal;

}

#afsnit_h1 h1 {
	padding: 30px 0 0 240px;
	font-size: 32px;
	text-transform: uppercase;
	font-weight:normal;
	line-height:92px;
	background-color:#FFFFFF;
	margin-top:13px;
}


h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	margin-bottom:0px;
	margin-top:10px;
	padding:0;
}

p, .afsnit_midt table p {
	margin: 9px 0 9px 0;
}

p, .afsnit_midt table img {
	margin: 9px 0 0 0;
}
.afsnit_midt p{
	margin: 0;
}


/************************* LINKS **********************/

a {
	color: #544842;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

a:focus {
}

a:visited {
}

/************************* TABLES **********************/

table {
}

table th {
}

table td {
}

/************************* OTHERS **********************/

.logo {
	float: left;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}