img.imgleft {float:left;margin-right:3px}
img.imgright {float:right;margin-left:3px}


body
{
	background-color: #717576;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:0.69em;
        color: #424C56;
}
body#popup { background-color: #fff; }

img { border: 0px; }

/* Links */
a, a:link, a:visited
{
	color: #D50027;
	text-decoration: none;
}
a:hover, a:active { text-decoration: underline; color:#D50027} /* !important; */
#forside a, #forside a:link, #content .links a.more { font-weight: bold; }

.links a
{
	color: #343b42;
}

/* openclose */
.close
{
	display: none;
	margin: 0px;
}
.open
{
	display: block;
	margin: 0px;
}
/* underline */
#content .content a
{
	text-decoration: none !important;
}
#content .content a:active, #content .content a:hover
{
	color: #D50027;
	text-decoration: underline;
}
/* No line */
#content .middle .links a { text-decoration: none; }

/* Special */
#content a.url
{
	color: #746E62;
	font-weight: normal;
}
#content .greymenu p a
{
	color: #49443A;
	font-weight: normal;
}
#content .greymenu a.blue
{
	color: #196893;
	font-weight: bold;
}

#content .iconlist a { 
	font-weight: bold;
	text-decoration: none;
}
#content .iconlist a:active, #content .iconlist a:hover
{
	text-decoration: underline;
	background-color: #D50027;
	color: #264271;
}
/* To the rescue */
#content .linksnoline a, #content .box a { text-decoration: none; }
#content .linksnoline a:hover, #content .linksnoline a:active, #content .box a:hover, #content .box a:active
{
	text-decoration: underline;
	/*background-color: transparent;*/ /* Fjernet*/
	color: #D50027;
}

#content .linksline a { text-decoration: underline; }
#content .linksline a:hover, #content .linksline a:active
{
	text-decoration: underline;
	background-color: #fff;
	color: #D50027;
}

/* --- standard font-size --- */
#content .middle p, #content .middle .content p.links, #content .middle .content td { font-size: 100%; }
#content .smallfont p, #content .smallfont .content p.links, #content .smallfont .content td, #content .smallfont a { font-size: 100%; }
p, th, td, blockquote, #main .middle div, #main .middle ul, #main .middle ol, dt, dd, #breadcrumb, #content .middle .box p
{
	line-height: 132%;
}
body .p12 { font-size: 12px !important; }
/* --- standard color --- */
h1, h2, h3, h4, th, p, ul, ol, blockquote, #breadcrumb { color: #424c56; }

.bolig { color: #de7300; }
.byggeri { color: #81961c; }
.erhverv { color: #3393c7; }
.international { color: #d94b35; }

/* --- text objects / margins --- */
h1, h2, h3, h4, p, ul, ol { margin: 0em; }
p { margin: 0 0 0.75em 0; }
p.prelist { margin-bottom: 0px !important; }
ul, ol { margin: 0 0 1em 0; }

.floatr { float: right; }
.floatl { float: left; }
/* --- headers --- */
h1 { font-size: 1em; }
.headerbox h1
{
	color: #D50027;
	font-weight: normal;
	width: 450px;
}
h2 {
	font-size: 130%; /* Ændret */
	clear: left;
}
#content h2
{
	background-image: url(../grafik/header/h2.gif);
	background-repeat: repeat-x;
	padding: 5px 0px 0px 10px;
	min-height: 16px; /* Changed to min-height */
	_height: 16px; /* inserted for IE6 */
	color:#FFF;
	line-height: 17px; /* IE7 fix */ /* Changed from 11px to 17px */ 
}

#underside #content .right h2, #popup #content h2
{
	background-image: url(../grafik/baggrund/h2_top.gif);
	height: 14px;
	width: 180px;
	color: #D50027;
	margin-bottom:3px;
	text-transform: uppercase;
}
#underside #content .right h2.highlight
{
	background-image: url(../grafik/header/h2small_highlight.gif);
	height: 14px;
	width: 190px;
	color: #FFF;
}
#content .twothird h2
{
	background-image: url(../grafik/header/h2_twothird.gif);
	width: 432px;
	color:#FFFFFF;
}
#content .lb255 h2
{
	background-image: url(../grafik/header/h2_bred255.gif);
	width: 245px;
}
#content .lb230 h2
{
	background-image: url(../grafik/header/h2_bred255.gif);
	width: 220px;
}
#content .linkboxincontentl h2
{
	background-image: url(../grafik/header/h2_bred218.gif);
	width: 208px;
	color:#FFFFFF;
	height:14px;
}


#content h2 a
{
	display: block;
	color: #49443a;
}
#content h2 a:hover, #content h2 a:active
{
	text-decoration: none;
	color: #264271;
}
#content h2.rss a
{
	background-image: url(../grafik/iconer/rss.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

h3
{
	font-size: 110%; /* Ændret */
}
#content h3
{
	padding: 1px 0px 0px 0px; /* Padding rettet */
}

#content h3 a
{
	padding: 0px 0px 10px 10px;
	background-image: url(../grafik/list-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #49443a;
}
#content .greymenu h3 a
{
	color: #196893;
	background-image: url(../grafik/list-dot_blue.gif);
}

h4
{
	font-size: 115%;
	color:#395787;
}

h5
{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

td, th {
	background: #fff;
}

/* --- general text formattings --- */

hr
{
	background-color: #fff;
	color: #fff;
	border-color: #d6d5cf;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	clear: left;
}
hr.orange
{
	background-color: #f67313;
	color: #f67313;
	border-color: #d6d5cf;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	clear: left;
	margin-top:-20px;
}
.content hr { margin-bottom: 15px; }

/* --- lists --- */

.links ul {
	margin: 0px;
	padding: 0px;
}

.links li
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-image: url(../grafik/list-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	line-height: 13px;
}
.links.p12 li
{
	line-height: 20px;
	background-position: 0px 7px;
}

.links li.notag
{
	background-image: none;
	padding-left: 0px;
}
.links.first { margin: 0px; }

dt,dd { line-height: 1.2em; }

/* --- table tags --- */

table, #main table
{
	/*border-collapse: collapse;*/ /*Fjernet*/
	padding: 0px;
	margin: 0px;
}
table td, table th
{
	text-align: left;
	vertical-align: top;
}
.oddevenlist { width: 100%; }
.oddevenlist td
{
	padding: 5px 10px 4px 10px;
}
.oddevenlist thead td, #content .oddevenlist thead td a:hover, #content .oddevenlist thead td a:active
{
	background-color: #D50027;
	color: #000000;
}

#content .oddevenlist thead a
{
	font-weight: bold;
	color: #000000;
}

/* CHANGED COLOR AND REMOVED HOVER */
#content tr.odd a, #content tr.odd a:active { background-color: #fff; color: #282623;}
#content tr.even a, #content tr.even a:active { background-color: #f1f1f1; color: #282623;}
tr.odd td { background-color: #fff; color: #000000;}
tr.even td { background-color: #f1f1f1; color: #000000;}
#content .oddevenlist tr a:hover, #content .oddevenlist tr a:active { text-decoration: underline; }

/* --- form tags --- */

form
{
	padding: 0px;
	margin: 0px;
}
input
{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
input.text
{
	height: 18px;
    padding: 0px 3px 0px 3px;
    border: 1px #b5bdc7 solid;
}
input.submit
{
	height: 20px;
	cursor: pointer;
	padding: 1px 5px 3px 5px;
	color:#3e5a85;
}
select
{
	height: 18px;
}
label
{
	padding-left: 5px;
	padding-right: 20px;
}
.adresseinfo input.text { width: 216px; }


/* --- buttons --- */

.button
{
	background-image: url(../grafik/baggrund/buttons_left.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 18px;
	padding: 4px 0px 0px 0px !important;
	margin-left: 15px;
}
* html .button { padding: 1px 0px 0px 0px !important; }
#content .button a
{
	color: #49443a;
	text-decoration: none;
	padding: 4px 11px 6px 11px;
	background-image: url(../grafik/baggrund/buttons.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin: 0px 0px 0px 11px;
	font-weight: bold;
	height: 18px;
}
#content .button a.back
{
	margin-left: 5px;
}
* html #content .button a.back { height: 40px; }
.button a:hover, .button a:active { background-color: inherit; }

/* --- Begin thumbnails --- */

.thumbnails img
{
    border: 1px solid #eaeaea;
    padding: 3px;
    margin-right: 17px;
    margin-bottom: 24px;
}

.thumbnails img.rightmost
{ 
    margin-right: 0px;
}

.thumbnails_notext
{
    font-size: 0px;
}

.thumbnails a:hover img
{
    border: 1px solid #D50027;
}

/* --- End thumbnails --- */

/* --- Begin tabs --- */

.tabs .tab
{
    float: left;
    margin-right: 0.25em;
    line-height: 1em;
    background-color: Transparent;
    background-repeat: repeat-x;
    background-position: left top;
    _margin-bottom:-14px;
    _padding: 0.4em 1em;
}

.tabs .tabactive
{
    background-image: url(../grafik/baggrund/tabbg_active.png);
}

.tabs .tabinactive
{
    background-image: url(../grafik/baggrund/tabbg_inactive.png);
}

.tabs .tab>*
{
    padding: 0.4em 1em;
    margin: 0 1px;
    display: block;
}

.tabs .tabactive>*
{
    background-color: white;
}

.tabs .tabinactive>*
{
    background-color: #E9E9E9;
}

.tabs .tabactive h1
{   
    color: #1D757A !important;
    text-transform: none;
}

.tabs .tabinactive a
{
    color: #1D757A;
}

/* --- End tabs --- */

/* --- Begin press items --- */

.pressItem
{
    margin-top: 1.5em;
}

.pressItem img
{
    border: 1px solid #eaeaea;
    padding: 3px;
    display: block;
/*    float: left; */
    margin-top: 0.2em;
}

.pressItem p
{
    margin-left: 90px;  /* 65 */
}

.pressItem a
{
    color: #2C7E83;
    font-weight: bold;
}

/* --- End press items --- */

/* --- Begin press photos --- */

.pressPhoto
{
    float: left;
    width: 154px;
    margin: 18px 18px 18px 0;
}

.rightmost
{
    margin-right: 0;
}

.pressPhoto img
{
    margin-bottom: 0;
}

.pressPhoto a
{
    color:#424C56 !important;
}

/* --- End press photos --- */

/* --- Layout --- */

#allaround
{
	margin-left: auto;
	margin-right: auto;
	width: 967px;
}

#top
{
	width: 967px;
	height: 68px;
	position: relative;
	background-image: url(../grafik/baggrund/top.gif);
	background-repeat: no-repeat;
}
#popup #top
{
	width: 570px;
	height: 68px;
	position: relative;
	background-image: url(../grafik/baggrund/top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: -4px 0px;
}
#topmenu
{
	width: 967px;
	height: 38px;
	background-image: url(../grafik/baggrund/topmenu.gif);
	background-repeat: no-repeat;
}
#topcontent
{
	background-image: url(../grafik/baggrund/contenttop.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 967px;
}
#tabmenu
{
	background-image: url(../grafik/baggrund/contenttop.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 967px;
	padding: 5px 0px 0px 4px;
}
#content
{
	background-image: url(../grafik/baggrund/contentmidt.gif);
	background-repeat: repeat-y;
	width: 967px;
	padding: 2px 0px 8px 15px;
}
#popup #content
{
	background-image: none;
	width: 560px;
	padding: 6px 0px 20px 10px;
}

.left, .middle { float: left; }
.right
{
	float: right;
}
.wide .right, .full .right, .full .left { display: none; }
#forside .left
{
	width: 310px;
	margin-right: 13px;
}
#forside .middle { width: 310px; }
#forside .right { width: 290px; }
#underside .left
{
	width: 190px;
	margin-right: 13px;
}
#underside .middle { width: 531px; }
#underside.wide .middle { width: 734px; }
#underside.full .middle { width: 937px; }
#underside .right { width: 190px; }
#footer
{
	margin-left:4px;
}
.box
{
	float: left;
	clear: both;
}
* html .box { width: 100%; }
.clear
{
  clear: both;
  height: 0px;
  overflow: hidden;  
}
#breadcrumb { padding: 15px 10px 0px 15px; }

/* Top */
#top .logo
{
	height: 45px;
	left: 25px;
	position: absolute;
	top: 5px;
	width: 201px;
}
#top .search
{
	height: 27px;
	left: 739px;
	position: absolute;
	top: 12px;
	width: 220px;
	background-image: url(../grafik/baggrund/search.gif);
	background-repeat: no-repeat;
	padding: 6px 0px 0px 8px;
}
#top .search input.text
{
	height: 16px;
	width: 144px;
	border: 1px #aea89d solid;
	margin-right: 6px;
}

/* Topmenu */
#topmenu div
{
	padding-top: 7px;
	margin-left: 18px;
	height: 19px;
}
#topmenu div div
{
	float: left;
	height: 19px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	padding-top:2px;
}


#topmenu .tm6 { padding-right:220px; }
#topmenu .tm7 { padding-right:15px; }
#topmenu .tm12 { padding-top:5px; }


#topmenu .uktm6 { padding-right:165px; }
#topmenu .uktm7 { padding-right:15px; }
#topmenu .uktm12 { padding-top:5px; }



/* Content */
#content .box
{
	background-color:#FFF;
	width: 190px;
	padding-top: 10px;
	margin-bottom: 5px;
}
#content .right .box 
{
	background-color:transparent !important;
	background-image:url(../grafik/baggrund/box_bg.gif);
	background-position:0 100%;
}
#underside #content .right .box, #popup #content .box { width: 190px; }
#content .box p, 
#content .box ul { padding: 0px 10px 0px 10px; }
#content .box hr { margin: 0px 10px 15px 10px; }
#content .box table { margin: 0px 0px 0px 10px; }
#content .box td { background-color: transparent; }
#content .box.indgang { padding: 5px 0px 5px 0px; }
#content .box.indgang img
{
	margin-left: 4px;
	margin-bottom: 5px;
}
.links { color: #746e62; }
#content .links.header a
{
	font-weight: bold;
	line-height: 1.9em;
}
.content { padding: 16px; }
.noPadding { padding: 0px; padding-top:16px; }
.contact { color:#7c776c; }
#content .content p
{
	line-height: 18px;
	margin-bottom: 1.5em;
}
#content .content ul
{
	line-height: 23px;
	margin-bottom: 1.2em;
	margin-left: 1em;
	padding-left: 1em;
}
.full #content .content p { width: 670px; }
.iconlist
{
	margin: 0px;
	padding: 0px;
}
.iconlist p
{
	line-height: 14px;
	text-indent: -13px;
	margin-left: 11px;
}
.iconlist p a
{
	color: #282623;
	background-image: url(../grafik/list-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 13px;
}
.iconlist td
{
	padding-bottom: 14px;
	vertical-align: top;
}
#content .middle .icon
{
	width: 193px;
	padding: 0px 10px 0px 35px;
	text-indent: -10px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 10px;
}
p.icon.tekst { background-image: url(../grafik/orginalgrafik/tekst.gif); }
p.icon.obs { background-image: url(../grafik/iconer/obs.gif); }
p.icon.faq { background-image: url(../grafik/iconer/faq.gif); }
p.icon.kontakt { background-image: url(../grafik/iconer/telefon.gif); }
p.icon.checklist { background-image: url(../grafik/iconer/checklist.gif); }
p.icon.uk { background-image: url(../grafik/topmenu/uk.gif); }

.linkboxincontentr
{
	float: right;
	margin-left: 11px;
	margin-bottom: 21px;
}
.linkboxincontentr input.text, .linkboxincontentr select
{
	width: 165px;
	margin-right: 15px;
}
#content .twothird .box { width: 429px; }
#content .lb218 .box { width: 216px; }
#content .lb230 .box { width: 228px; }
#content .lb255 .box { width: 253px; }
.linkboxincontentl
{
	float: left;
	margin-bottom: 21px;
	width:200px;
}
.content .kolon
{
	float: left;
	margin-right: 50px;
}
.content .kolon.last { margin-right: 0px; }
.content.kolon2 .kolon { width: 318px; }
.content.kolon3 .kolon { width: 262px; }

#content .kolon .iconlist p
{
	padding-left: 13px;
	line-height: 15px;
	width: 90%;
}
.galleri { clear: left; }
.galleri img
{
	float: left;
	padding: 0px 10px 0px 15px;
}
#content .galleri p
{
	width: 145px;
	text-indent: -10px;
	margin-left: 57px;
}


/* Topteaser */ 
#topteaser
{
	width: 634px;
	height: 173px;
	padding-bottom: 15px;
}

/* greymenu */
#content .greymenu h3
{
	background-color: #E3E2DE;
	background-image: url(../grafik/baggrund/graymenu.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
}
.greymenu p
{
	background-color: #E3E2DE;
	background-image: url(../grafik/baggrund/graymenu.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 10px 20px;
	background-position: left bottom;
}

/* publications og nyhedsservice*/
.publications, .nyhedsservice { margin: 30px 0px 30px 0px; }
#content .publications .box { width: 167px; }
#content .nyhedsservice .box
{
	width: 290px;
	padding-bottom: 10px;
}
#content .publications h2, #content .nyhedsservice h2
{
	padding: 0px;
	height: 29px;
}
.publications .item, .nyhedsservice .item
{
	float: left;
	width: 169px;
	margin-right: 15px;
}
.nyhedsservice .item
{
	width: 292px;
	margin-right: 14px;
}
.publications .item.last, .nyhedsservice .item.last { margin-right: 0px; }
#content .nyhedsservice .box p
{
	margin-bottom: 4px;
	width: 260px;
}
.publikationstekst
{
	padding: 0px 0px 0px 24px;
	background-image: url(../grafik/orginalgrafik/tekst.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.adresseinfo td
{
	padding-right: 17px;
	padding-bottom: 12px;
}


/* Tabmenu */

#tabmenu div
{
	float: left;
	background-repeat: repeat-x;
	background-position: 0px 36px;
	height: 60px;
}
.generel #tabmenu div.active { background-image: url(../grafik/baggrund/tabbundactgenerel.gif); }
.generel #tabmenu div { background-image: url(../grafik/baggrund/tabbundactgenerel.gif); }

/* Headerbox */ 
.headerbox
{
	width: 531px;
	min-height: 50px;
	background-repeat: no-repeat;
	color: #D50027;
	font-weight: bold;
	position: relative;
	background-image:url(../grafik/baggrund/headerbox_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom: 4px;
}
#popup .headerbox { width: 550px; }
.generel .wide .headerbox { background-image: url(../grafik/baggrund/headerbox_top.gif); }
.generel .full .headerbox { background-image: url(../grafik/sektionsforside/header/generelfull.gif); }
#popup .headerbox { background-image: url(../grafik/sektionsforside/header/generel_popup.gif); }

.headerbox h1
{
	width: 600px;
	_width:510px;
	padding: 33px 10px 4px 15px;
	font-size:160%;
	text-transform:uppercase;
}
.toolbar
{
	position: absolute;
	top: 9px;
	right: 15px;
}
.toolbar a
{
	color: #424c56 !important;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none !important;
}
.toolbar a:hover {
	text-decoration:underline !important;
	color:#D50027 !important;
}
.toolbar a.print { background-image: url(../grafik/iconer/print.gif); }
.toolbar a.email { background-image: url(../grafik/iconer/email.gif); }
.toolbar a.download { background-image: url(../grafik/iconer/download.gif); }
.toolbar a.closewindow { background-image: url(../grafik/iconer/close.gif); }
.headerbox .date
{
	position: absolute;
	/*	top: 36px;*/
	right: 15px;
	bottom: 8px;
}

/* Menu */
#menu ul
{
	padding: 0px;
	margin: 0px;
}
#menu li
{
	list-style: none;
	background-color: transparent;
	margin-bottom:2px;
	background-image:url(../grafik/baggrund/menuitem_top.gif);
}
#menu a
{
	min-height: 17px;
	_height:17px;
	display: block;
	padding: 7px 0px 0px 22px;
	color: #343b42;
}
#menu a:hover, #menu a:active, #underside #menu a.active:hover, #underside #menu a.active:active
{
	color:#D50027;
	text-decoration: none;
}
#underside #menu a.active:hover, #underside #menu a.active:active { background-image: url(../grafik/iconer/arrow.gif); }
/*.generel #menu a:hover, .generel #menu a:active { background-color: #FFF; }*/ /* Fjernet */
#menu ul a.open
{
	background-image: url(../grafik/iconer/menuopen.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight:bold;
	margin-bottom:2px;
}
#menu ul a.headerItem {
	color:#D50027;
	font-weight:bold;
}
#menu ul a.open:hover
{
	background-image: url(../grafik/iconer/menuopen_mo.gif);
}

#menu ul li a.open, #menu ul li a, #menu ul li a.active { background-position: 12px 10px; }
#menu ul ul li a.open, #menu ul ul li a, #menu ul ul li a.active { background-position: 12px 10px; }
#menu ul ul ul li a.open, #menu ul ul ul li a, #menu ul ul ul li a.active { background-position: 24px 10px; }
#menu ul ul ul ul li a.open, #menu ul ul ul ul li a, #menu ul ul ul ul li a.active { background-position: 36px 10px; }
#menu ul ul ul ul ul li a.open, #menu ul ul ul ul ul li a, #menu ul ul ul ul ul li a.active { background-position: 48px 10px; }
#menu ul a { padding-left: 23px; }
#menu ul ul a { padding-left: 23px; }
#menu ul ul ul a { padding-left: 35px; }
#menu ul ul ul ul a { padding-left: 47px; }
#menu ul ul ul ul ul a { padding-left: 59px; }


#menu li a.active { background-position: 10px 10px; margin-bottom:2px;color:#D50027;font-weight:bold;background-image: url(../grafik/iconer/arrow.gif);background-repeat: no-repeat;background-position: 22px 10px;}


.header {
	margin-bottom:30px;
	margin-top:0px;
	margin-left:-11px;
}

.clearFloat {
	clear:both;
}

#content .search .searchheader {
	min-height:72px;
	_height:72px;
	padding-left:20px;
	padding-top:16px;
}

#content .search .searchheader_small {
	min-height:39px;
	_height:39px;
	background-color:#f1f1f1;
	padding-left:20px;
	padding-top:16px;
}

.results {
	background-image:url(../grafik/baggrund/fader_big.gif);
	background-repeat:repeat-x;
	background-color:#edf0f6;
}

.results .field {
	border-bottom:1px #b5bdc7 solid;
	padding-bottom:5px;
	padding:20px;
}

.results .field a {
	font-weight:bold;
	text-decoration:none !important;
}

a.arrow {
	color:#343b42;
	text-decoration:none;
	background-image:url(../grafik/iconer/link_arrow.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	background-position:0px 6px;
}

a.arrow:hover, a.arrowCircle:hover
{
	text-decoration:underline !important;
}

a.arrowCircle 
{
	color:#d50027;
	text-decoration:none;
	background-image:url(../grafik/iconer/circle_arrow.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:3px;
	background-position:0px 0px;
	display:block;
	height:21px;
}

a.arrowReverse {
	color:#eb6a01;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../grafik/iconer/reversed_arrow.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	background-position:0px 6px;
}

h2.frontpage {
	background-image:url(../grafik/baggrund/header_frontpage.gif) !important;
	background-repeat:no-repeat !important;
	width:291px;
	height:20px !important;
	padding-left:13px;
	padding-top:12px !important;
	color:#1e3b6a;
	text-transform:uppercase;
	font-size:120%;
	color:#1e3b6a !important;
	_padding-left:0px !important;
}

.blueLinks a, .blueLinks {
	color:#264271 !important;
}

.transformTextNone {
	text-transform:none !important;
}

.box strong, .boxContent strong {
	color:#2c7e83;
}

a.roundArrow {
	background-image:url(../grafik/iconer/pil.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:3px;
	display:block;
	height:20px;
	_display:inline;
}

.doBg1 {
	width:933px;
	background-image:url(../grafik/baggrund/baggrunde_1.jpg);
	background-repeat:no-repeat;
	background-color:#dcf1ec;
	margin-left:-3px;
	padding:5px;
}

.doBg2 {
	width:933px;
	background-image:url(../grafik/baggrund/baggrunde_2.jpg);
	background-repeat:no-repeat;
	background-color:#e1e4e8;
	margin-left:-3px;
	padding:5px;
}

.doBg3 {
	width:933px;
	background-image:url(../grafik/baggrund/baggrunde_3.jpg);
	background-repeat:no-repeat;
	background-color:#d8e0d6;
	margin-left:-3px;
	padding:5px;
}

#topBox {
	margin-top:13px;
	background-image:url(../grafik/baggrund/boxtop_top.gif);
	background-repeat:no-repeat;
	width:687px;
	padding-top:5px;
}

#topBox div.bottom {
	width:687px;
	background-image:url(../grafik/baggrund/boxtop_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:1px;
}

#topBox p {
	background-color:#FFF;
	padding-left:9px;
	padding-right:9px;
	margin-bottom:4px;
	color:#d50027;
	text-transform:uppercase;
}

#topBox a {
	background-image:url(../grafik/iconer/circle_arrow.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:3px;
	background-position:0px 0px;
	display:block;
	height:21px;
}
a.topBox:hover, a.topBox:hover
{
	text-decoration:underline !important;
}

.box471top {
	background-image:url(../grafik/baggrund/box_471_top.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:transparent;
	padding-top:5px;
}

.box471top .boxContent {
	background-color:#FFF;
	padding-left:9px;
	padding-top:5px;
	padding-right:6px;
	padding-bottom:5px;
}

.box226top {
	background-image:url(../grafik/baggrund/box_471_top.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:transparent;
	padding-top:5px;
}

.box226top .boxContent {
	background-color:#FFF;
	padding-left:9px;
	padding-top:5px;
	padding-right:6px;
	padding-bottom:5px;
}

.box226top .boxContent h1, .box471top .boxContent h1 {
	text-transform:uppercase;
}

.whiteBox {
	background-color:#FFF;
	padding-left:9px;
	padding-top:5px;
	padding-right:6px;
	padding-bottom:5px;
	_padding-right:0px;
        vertical-align: top;
}

.box471Grey {
	background-image:url(../grafik/baggrund/box_471_bottom_grey.gif);
	background-repeat:no-repeat;
	background-position:0 100%;
	background-color:transparent;
	padding-bottom:4px;
}

.box471Grey .boxContent {
	background-color:#f5f5f5;
	padding-left:9px;
	padding-top:5px;
	padding-right:6px;
	padding-bottom:5px;
}

.box226Grey {
	background-image:url(../grafik/baggrund/box_226_bottom_grey.gif);
	background-repeat:no-repeat;
	background-position:0 100%;
	background-color:transparent;
	padding-bottom:5px;
}

.box226Grey .boxContent {
	background-color:#f5f5f5;
	padding-left:9px;
	padding-top:5px;
	padding-right:6px;
	padding-bottom:5px;
}

.box226White {
	background-image:url(../grafik/baggrund/box_226_bottom_white.gif);
	background-repeat:no-repeat;
	background-position:0 100%;
	background-color:transparent;
	padding-bottom:5px;
}

.box226White .boxContent {
	background-color:#FFF;
	padding-left:9px;
	padding-top:5px;
	padding-right:6px;
	padding-bottom:5px;
}

h1 {
	color:#D50027 !important;
	text-transform:uppercase;
	font-size:150%;
}

.textContent {
	background-color:#FFF;
	padding:16px;
}

.textContent h1 {
	color:#1d757a !important;
	font-size:115% !important;
	margin-bottom:5px !important;
	text-transform: none;
}

.textContent h2 {
	font-weight:bold !important;
	color:#343b42 !important;
	background-color:transparent !important;
	background-image:none !important;
	font-size:115% !important; /* Ændret */
	padding:0px !important;
	margin:0px !important;
/*	margin-top:20px !important; */
}

.textContent ul li, .textContent ol li  {
	list-style-position: outside;
	margin-left:25px;
	list-style-image: url(../grafik/iconer/uldot.gif);
}

/* Indsat for nummeret lister */
.textContent ol li  {
	list-style-position: outside;
	margin-left:25px;
	list-style-image: none;
}

.sitemap ul 
{
	margin-top:5px;
	margin-bottom:5px;
	padding-left:0px;
	margin-left:0px;
}

.sitemap li
{
	padding-left:0px;
	margin-left:15px !important;
	font-size:12px;
}

.frontpage h2, h2.customH2
{
	color:#1d757a !important;
	font-size:115% !important;
	margin-top:10px !important;
	margin-bottom:5px !important;
	text-transform: none;
	font-weight:bold !important;
	background-color:transparent !important;
	background-image:none !important;
	padding:0px !important;
	margin:0px !important;
/*	margin-top:20px !important;	 */

}

img.imageBorder 
{
	border:1px #d3d3d3 solid;
	padding:2px;
}

#content .middle a:hover, .field a {
   text-decoration:underline;
   color: #D50027;
}

a:hover img.imageBorder 
{
	border:1px #bf2531 solid !important;
}

a.contentLink 
{
	color:#424c56 !important;
}

a.contentLink:hover, a.contentLink:hover strong
{
	text-decoration:none !important;
   color: #D50027 !important;
}



/*               */
/* LBE rettelser */
/*    START      */

#underside.generel .headerbox h1 {
  width: 500px;  
}

div.contentLink
{
	color:#424c56 !important;
}

div.contentLink:hover, div.contentLink:hover strong, div.contentLink:hover p
{
	text-decoration:none !important;
  color: #D50027 !important;
  cursor: pointer;
}

.pressPhoto
{
    _margin: 18px 0px 18px 0px;
}

.box226top {
	background-image:url(../grafik/baggrund/box_226_top.gif);
}

/*               */
/* LBE rettelser */
/*     SLUT      */


@media print{ 
	#top, #topmenu, #topcontent, #topbox, .left, .right, .headerbox, #footer {
		display:none;
	}

	.textContent {
		margin:0;
		padding:0;
		float:left;
		width:600px;
		font-size:14px;
	}
} 

#nytopmenu { width: 948px; height: 30px; background-image: url(../grafik/baggrund/topmenu.gif); background-repeat: no-repeat; padding-left:19px; padding-top:6px;}

#nytopmenu a { 
	color: #464748; /* default color for top menu item */
}

#nytopmenu .selected a {
	color:#FFF; /* default color for top menu item when selected */
	font-weight:bold; /* font-weight for top menu item when selected */
	background-color: #D50027;
}

#nytopmenu .selected a:hover {
	color:#FFF; /* default color for hover of selected item in top menu */
	text-decoration:underline; /* default text decoration of selected item in top menu */
}
#nytopmenu a { float: left; height: 19px; padding: 2px 4px 1px 4px; margin: 0px;/*padding-top:0px;*/ margin-right:1px; margin-left:0px;}
#nytopmenu div { float:left;}
#nytopmenu .seperator { float:left; width:2px; font-size:0px; height:15px; background-image:url(../grafik/nymenu_seperator.gif); background-repeat:no-repeat; background-position:0px 3px; margin:0; margin-left:7px; margin-right:7px;}
#nytopmenu img { padding-top:2px;}


#listetabel
{
	border-width: 0px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #0000;
}
#listetabel  th {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}
#listetabel  td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}        
#listetabel a.arrowCircle 
{
	color:#d50027;
	text-decoration:none;
	background-image:url(../grafik/iconer/circle_arrow.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:10px;
        background-position:0px 0px;
	display:block;
	height:21px;
}        

#footer div a 
{
	color:#333333; /* link color for links in the footer */
}
/* Footer */
#footer {background-image:url(../grafik/baggrund/footer.jpg); background-repeat:no-repeat; background-position:left bottom; padding-left:24px; width:943px;min-height:18px;_height:18px;padding-top:0px;padding-bottom:10px;position:relative;}
#footer div {margin-right:25px;margin-top:5px;float:left;}
#footer .seperatorline {margin:0;float:none;position:absolute;top:0px;left:0px;width:957px;height:1px;font-size:0;line-height:0;background-color:#d8d7d1;}
