@import url("navigation.css");
@import url("news.css");
@import url("slimbox.css");
@import url("fademenu.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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}

/************************* HTML BODY **********************/

html, body {
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	background-color: #d8d8d8;
	color: #363636;
	background-image:url(/web/grafik/body_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/************************* STRUCTURE **********************/

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
}

#header {
	width: 960px;
	height: 451px;
}

#sog {
	width: 207px;
	height: 23px;
	position: absolute;
	top: 415px;
	right: 20px;
	z-index: 2;
}

#sec_nav {
	width: 310px;
	height: 37px;
	position: absolute;
/*	background-image: url(/web/grafik/main_nav.png); */
	background-repeat: no-repeat;
	left: 20px;
	top: 400px;
}

#breadcrum {
	width: 950px;
	padding: 5px 0 0 5px;
	margin: 10px 0 0 0;
}

/* forside.asp */

#kort {
	margin: 10px 5px 0 5px;
	padding: 0 0 0 5px;
	width: 215px;
	float: left;
	vertical-align:top;
}

#content {
	width: 465px;
	padding: 5px 10px 0 15px;
	margin: 10px 0 0 0;
	float: left;
	background-image: url(/web/grafik/content_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 1;
}

#nyheder {
	width: 214px;
	padding: 18px 10px 0 10px;
	margin: 10px 0 0 0;
	float: left;
	background-image: url(/web/grafik/kalender_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/* Underside.asp */

#kort2 {
	width: 335px;
	margin: 5px 5px 0 5px;
	padding: 0 0 0 5px;
	float: left;
	vertical-align:top;
}

#content_underside {
	width: 315px;
	padding: 5px 10px 0 15px;
	margin: 5px 0 0 4px;
	float: left;
	background-image: url(/web/grafik/content_bg2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


/*
#content_underside .oversigt{
	background-image: none;
} */


/* Underside_fuld.asp */

#content_underside3 {
	width: 925px;
	padding: 5px 10px 0 15px;
	margin: 75px 0 0 4px;
	float: left;
	background-image: url(/web/grafik/content_underside3_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* Underside_uden_kort.asp */

#content_underside2 {
	width: 675px;
	padding: 5px 10px 0 15px;
	margin: 5px 0 0 10px;
	float: left;
	background-image: url(/web/grafik/contentbg_nyheder.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#nyheder2 {
	width: 214px;
	padding: 18px 10px 0 10px;
	margin: 5px 0 0 10px;
	float: left;
	background-image: url(/web/grafik/kalender_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#footer {
	width: 895px;
	padding: 10px 0 0 0;
	vertical-align: top;
}

.dark_blue {
	padding: 10px;
	margin: 0 0 6px 0;
	background-color: #DFE4ED;

}

.light_blue{
	padding: 10px;
	margin: 0 0 6px 0;
}

/************************* SEC_NAV LEVEL 1 **********************/

#sec_nav ul {
	list-style: none;
}

#sec_nav li {
	float: left;
	margin: 10px 0 0 5px;	
}

#sec_nav ul li a {
	height: 37px;
	margin: 50px 0 0 5px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

#sec_nav .home2 {
	width: 140px;
}

#sec_nav ul li .home {
	background-image: url(/web/grafik/main_nav_hus.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 35px 0 0;
}

#sec_nav ul li .dk {
	background-image: url(/web/grafik/main_nav_dk.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#sec_nav ul li .uk {
	background-image: url(/web/grafik/main_nav_uk.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#sec_nav ul li .de {
	background-image: url(/web/grafik/main_nav_de.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

/************************* SUBNAV LEVEL 1 **********************/

/************************* BREADCRUM LEVEL 1 **********************/

#breadcrum ul {
	margin: 0;
	list-style: none;
	float: left;
}

#breadcrum ul li {
	padding: 0 3px 0 3px;
	float: left;
}

#breadcrum ul li a {
	padding: 0 5px 0 0;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}

/************************* INPUT **********************/

fieldset.kommentar {
	margin: 0;
	padding: 0 10px 0 10px;
	border:1px solid #ccc;
}

fieldset.kommentar legend {
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #415a6c;
}

fieldset.kommentar input {
	width: 300px;
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px #cccccc solid;
	font-size: 11px;
	color: #363636;
}

fieldset.kommentar textarea {
	width: 300px;
	height: 100px;
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px #cccccc solid;
	font-size: 11px;
	color: #363636;
}

fieldset.kommentar .btn2 {
	width: 305px;
	background-color: #b5c9dc;
	cursor: pointer;
}

fieldset.kontaktform {
	margin: 0;
	padding: 0 10px 0 10px;
}

fieldset.kontaktform legend {
	padding: 0;
	font-weight: bold;
	color: #415a6c;
}

fieldset.kontaktform input {
	width: 300px;
	padding: 2px;
	margin: 0 0 10px 10px;
	border: 1px #cccccc solid;
	font-size: 11px;
	color: #363636;
}

fieldset.kontaktform textarea {
	width: 300px;
	height: 100px;
	padding: 2px;
	margin: 0 0 10px 10px;
	border: 1px #cccccc solid;
	font-size: 11px;
	color: #363636;
}

fieldset.kontaktform .btn2 {
	width: 305px;
	background-color: #b5c9dc;
	margin: 0 0 0 10px;
	cursor: pointer;
 } 

fieldset.nyhedsbrev {
	width: 210px;
	margin: 0;
	padding: 0 3px 0 5px;
	border:1px solid #ccc;
}

fieldset.nyhedsbrev legend {
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #415a6c;
}

fieldset.nyhedsbrev input {
	width: 200px;
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px #cccccc solid;
	font-size: 11px;
	color: #363636;
}

fieldset.nyhedsbrev .btn2 {
	width: 205px;
	background-color: #b5c9dc;
	cursor: pointer;
}

.txtfield {
	width: 133px;
	height: 19px;
	background-image: url(/web/grafik/soeg_input_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	color: #666666;
	float: left;
	padding: 2px 0 0 3px;
	margin: 0;
}

.txtfield2 {
	width: 300px;
	height: 19px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	color: #666666;
	float: left;
	padding: 2px 0 0 3px;
	margin: 0;
}

.btn {
	width: 62px;
	height: 23px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	background-image: url(/web/grafik/soeg_input_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	float: left;
	cursor: pointer;
}

/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
	margin: 15px 0 15px 0;
	font-size: 14px;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

h3 {
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
	background-image: url(../../grafik/subarraow.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #f26522;
}

a:focus {
}

a:visited {
}

/************************* TABLES **********************/

table {
}

table th {
}

table td {
}

/************************* OTHERS **********************/

#footer .vjm {
	width: 104px;
	height: 22px;
	margin: 0 5px 5px 0;
	float: right;
}

#footer .vjm a {
	background: none;
}

#footer .footer_tekst {
	width: 300px;
	color: #8d9096;
	float:left;
	padding: 0 0 0 8px;
}

#logo {
	width: 165px;
	height: 208px;
	position: absolute;
	top: 25px;
	right: 50px;
}

#logo a {
	background-image: none;
	padding: 0;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

.bundstreg {
	width: 945px;
	height: 1px;
	border-bottom: 1px #d8dadc solid;
	margin: 5px 8px 0 8px;
}

#googlemap {
	width: 100%;
	height: 338px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	float: left;
}

.google_html {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
}
	

