body {
	background: #065389 url(http://css.emu.dk/images/edrene/bodybg.gif) repeat-x top left;
}
* html {
	background: #065389 url(http://css.emu.dk/images/edrene/bodybg.gif) repeat-x top left;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
p {
	padding-bottom: 1em
}
#UNICbody {
	padding: 0 350px 0 350px;
/*these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center;
/*this centers the wrappers in older IEwin versions */
}
#UNICsizer {
	margin: 0 auto 0 auto;
/*this centers the wrappers in standards browsers */
	width: 50%;
/*here is the critical value for customizing the Jello behavior */
	max-width: 300px;
/* version for IE is at the bottom of this style block */
}
#UNICexpander {
	background: transparent;
	margin: 0 -350px 0 -350px;
/* these side margins should be the same or slightly less than body paddings */
	min-width: 700px;
/*This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}
/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #UNICexpander {
	height: 0;
}
/* */
/* helps IE get the child percentages right. */
#UNICwrapper {
	width: 100%;
	text-align: left;
}
/* HEADER, CONTENT og FOOTER RETTELSER */
#header, #content, #contentNB, #footer {
	font-family: arial, helvetica, sans-serif;
	color: #282a2c;
	margin-left: 0;
	margin-right: 0;
	border: none;
}
#headeroutside {
	height: 94px
}
#header {
	height: 94px;
	margin-top: 0;
	background: #deeef9 url(http://css.emu.dk/images/edrene/headerbg.gif) repeat-x top left;
	font-family: arial, helvetica, sans-serif;
	color: #282a2c;
}
#header ul {
	position: absolute;
	bottom: 6px;
	width: 98%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
* html #header ul {
/* IE */
	bottom: 4px;
	right: 10px;
}
#header ul li {
	margin-right: 0;
}
#header ul li img {
	width: auto;
	height: auto;
	margin-bottom: -4px;
	margin-left: 50px;
}
#header #headerH2 {
	bottom: 32px;
	color: #ffffff;
	font-size: 24px;
}
* html #headerH2 {
	bottom: 36px;
}
#header #headerH2 a {
	color: #ffffff;
}
#header ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #738d9f;
	margin-left: 10px;
}
#header ul li a {
	text-decoration: underline;
}
#header ul li a:hover {
	color: #FF3110;
}
#header ul li a.visited {
	color: #FF3110;
}
#header ul li a.visited:hover {
	color: #FF3110;
}
/* Soegeboks */
#content, #footer {
	background: #f7fdff url(http://css.emu.dk/images/edrene/indholdbg.gif) repeat-y 20% 50%;
}
#footer {
	margin-bottom: 0;
}
#footeroutside {
	margin-bottom: 16px;
}
/* special version of boxes in section footer */
#footer div.norm {
	width: 80%;
	height: 80px;
	float: right;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #738d9f;
}
#footer a {
	color: #738d9f;
}
#footer div.norm-f {
	position: absolute;
	width: 80px;
	height: 28px;
	z-index: 102;
	top: 38px;
	right: 19px;
}
* html #footer div.norm-f {
/* IE */
}
#footer div.norm-c {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 8px 0 8px;
	padding: 0;
	z-index: 100;
	height: 80px;
}
* html #footer div.norm-c {
/* IE */
	margin-left: 0;
	margin-right: 16px;
}
#footer div.norm-c div.partner {
	width: 100%;
	position: absolute;
	top: 22px;
	left: 0;
	border-top: solid 1px #738d9f;
	z-index: 101;
	margin: 0;
	padding: 0;
}
#footer div.partner a img {
	height: auto;
	margin: 8px 0 0 0;
	padding: 0;
}
a.disclaimer {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
}
/* BREADCRUMB RETTELSER */
div.menu ul.menubreadcrumb {
	background: #96ac01 url(http://css.emu.dk/images/edrene/breadcrumbbg.gif) repeat-x top left;
	border-top: solid 1px #d5e855;
	border-bottom: solid 1px #7d8f00;
}
div.menu ul.menubreadcrumb li a {
	color: #fff;
	text-decoration: none
}
div.menu ul.menubreadcrumb li {
	background: url(http://css.emu.dk/images/edrene/edrene_up.gif) no-repeat right center;
}
div.menu ul.menuNiv1 li.liMenuUPkt, div.menu ul.menuNiv1 li.liMenuUPkt1 {
	background: url(http://css.emu.dk/images/edrene/edrene_right.gif) no-repeat 100% 0.2em;
}
div.menu ul.menuNiv1 li.liMenuAktUPkt, div.menu ul.menuNiv1 li.liMenuAktUPkt1 {
	background: url(http://css.emu.dk/images/edrene/edrene_down.gif) no-repeat right top;
}
/* boxes with graphical borders */
div.link, div.news {
/* ALL */
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 8px 6px 4px 6px;
	padding: 0;
	border-style: none;
	background-color: transparent;
}
div.link {
	background: transparent url(http://css.emu.dk/images/edrene/boxcorner_th.jpg) 100% 0 no-repeat;
}
div.news {
	background: transparent url(http://css.emu.dk/images/edrene/boxcorner_th.jpg) 100% 0 no-repeat;
}
* html div.link, * html div.news {
/* IE */
	display: inline;
}
div.link-i, div.news-i {
/* ALL */
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
div.link-i {
	background: #d4e5ee url(http://css.emu.dk/images/edrene/boxcorner_tv.jpg) 0 0 no-repeat;
}
div.news-i {
	background: #d4e5ee url(http://css.emu.dk/images/edrene/boxcorner_tv.jpg) 0 0 no-repeat;
}
div.link-i h1, div.link-i h2, div.link-i h3, div.link-i h4, div.link-i div.h, div.news-i h1, div.news-i h2, div.news-i h3, div.news-i h4, div.news-i div.h {
/* ALL */
	width: auto;
	height: auto;
	margin: 0;
	margin-top: -10px;
	margin-left: -4px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	border-style: none;
	color: #657987;
	background-color: transparent;
	border-bottom: solid 1px #b0d0e1;
}
div.link-i h1, div.link-i h2, div.link-i h3, div.link-i h4, div.link-i div.h {
	background: transparent url(http://css.emu.dk/images/edrene/boxcorner_th.jpg) 100% 10px no-repeat;
}
div.news-i h1, div.news-i h2, div.news-i h3, div.news-i h4, div.news-i div.h {
	background: transparent url(http://css.emu.dk/images/edrene/boxcorner_th.jpg) 100% 10px no-repeat;
}
div.link-i h1 a, div.link-i h2 a, div.link-i h3 a, div.link-i h4 a, div.link-i div.h a, div.news-i h1 a, div.news-i h2 a, div.news-i h3 a, div.news-i h4 a, div.news-i div.h a {
	color: #003F70;
	background-color: transparent;
}
div.link-i h1 a:hover, div.link-i h2 a:hover, div.link-i h3 a:hover, div.link-i h4 a:hover, div.link-i div.h a:hover, div.news-i h1 a:hover, div.news-i h2 a:hover, div.news-i h3 a:hover, div.news-i h4 a:hover, div.news-i div.h a:hover {
	color: #b10707;
	background-color: transparent;
	text-decoration: underline;
}
div.link-i h1 a.visited, div.link-i h2 a.visited, div.link-i h3 a.visited, div.link-i h4 a.visited, div.link-i div.h a.visited, div.news-i h1 a.visited, div.news-i h2 a.visited, div.news-i h3 a.visited, div.news-i h4 a.visited, div.news-i div.h a.visited {
	color: #555555;
	background-color: transparent;
}
div.link-i h1 a.visited:hover, div.link-i h2 a.visited:hover, div.link-i h3 a.visited:hover, div.link-i h4 a.visited:hover, div.link-i div.h a.visited:hover, div.news-i h1 a.visited:hover, div.news-i h2 a.visited:hover, div.news-i h3 a.visited:hover, div.news-i h4 a.visited:hover, div.news-i div.h a.visited:hover {
	color: #b10707;
	background-color: transparent;
	text-decoration: underline;
}
div.link-c, div.news-c {
	height: auto;
	width: 100%;
	margin: 0;
	margin-left: -4px;
	padding: 6px 18px 0 18px;
	background: transparent url(http://css.emu.dk/images/edrene/boxbg.jpg) 0 0 no-repeat;
}
div.link-c > *, div.news-c > * {
	width: 92%;
}
* html div.link-c p, * html div.link-c p.minimal, * html div.link-c ul, * html div.link-c table, * * html div.news-c p, * html div.news-c p.minimal, * html div.news-c ul, * html div.news-c table {
/* IE */
	width: 92% !important;
}
div.box-i div.link-c h1, div.box-i div.link-c h2, div.box-i div.link-c h3, div.box-i div.link-c h4, div.box-i div.news-c h1, div.box-i div.news-c h2, div.box-i div.news-c h3, div.box-i div.news-c h4 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	background-image: none;
	border: none;
	color: #565656;
}
div.box-i div.link-c p, div.box-i div.news-c p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-image: none;
	background-color: transparent;
}
div.link-c table, div.news-c table, div.link-c tr, div.news-c tr, div.link-c td, div.news-c td {
	background: transparent;
}
div.link-f, div.news-f {
/* ALL */
	width: auto;
	height: auto;
	clear: both;
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	padding-left: 18px;
	background-color: transparent;
}
div.link-f {
	background: #c2d8e6 url(http://css.emu.dk/images/edrene/boxcorner_bv.jpg) 0 100% no-repeat;
}
div.news-f {
	background: #c2d8e6 url(http://css.emu.dk/images/edrene/boxcorner_bv.jpg) 0 100% no-repeat;
}
* html div.link-f, * html div.news-f {
/* IE */
	width: 100% !important;
}
div.link-f p, div.news-f p {
/* ALL */
	overflow: hidden;
	text-align: right;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 20px;
	background-color: transparent;
	width: 100%;
	margin-top: 0;
}
div.link-f p.empty, div.news-f p.empty {
	height: 18px;
}
div.link-f p {
	background: #c2d8e6 url(http://css.emu.dk/images/edrene/boxcorner_bh.jpg) 100% 100% no-repeat;
}
div.news-f p {
	background: #c2d8e6 url(http://css.emu.dk/images/edrene/boxcorner_bh.jpg) 100% 100% no-repeat;
}
* html div.link-f p, * html div.news-f p {
/* IE */
	float: right;
	width: auto;
	height: auto;
}
/* this must be defined after all div.xxx-i */
div.news div.white, div.link div.white {
	background-color: transparent;
}
h1, h2, h3, h4, h5 {
	color: #657987;
}
div.manchet {
	clear: left;
}
span.mmlVspace {
	display: none;
}
div.col-50-r span.yearInDate {
	display: none;
}

