/* Copyright UNI-C 2010. Jens Ebbe Thomsen */
/* Reset styles */
/*Copyright (c) 2008, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 3.0.0pr2*/
/* reset */
html {
	color: #000000;
	background: #ffffff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, iframe, form, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#UNICbody-ie6 input, #UNICbody-ie6 textarea, #UNICbody-ie6 select, #UNICbody-ie7 input, #UNICbody-ie7 textarea, #UNICbody-ie7 select {
	font-size: 100%;
}
legend {
	color: #000;
}
/* fonts */
body {
	font: 13px/1.231 arial, helvetica, sans-serif;
}
body #UNICbody-ie6, body #UNICbody-ie7, body #UNICbody-ie8 {
	font-size: small;
}
font {
	font-size: 100%;
}
select, input, button, textarea {
	font: 99% arial, helvetica, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
th {
	font-weight: bold;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
#UNICbody-ie6 pre, #UNICbody-ie6 code, #UNICbody-ie6 kbd, #UNICbody-ie6 samp, #UNICbody-ie6 tt, #UNICbody-ie7 pre, #UNICbody-ie7 code, #UNICbody-ie7 kbd, #UNICbody-ie7 samp, #UNICbody-ie7 tt {
	font-size: 108%;
}
/* END Reset styles */
.TSwarning {
	display: none;
}
.yggdrasil .TSwarning {
	display: block;
	color: #ff0000;
	font-size: 3em;
}
/* Jello */
html #UNICbody-ie6 {
	padding: 0 385px 0 385px;
/*these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center;
/*this centers the wrappers in older IEwin versions */
}
html #UNICbody-ie6 #UNICsizer {
	margin: 0 auto 0 auto;
/*this centers the wrappers in standards browsers */
	width: 59%;
/*here is the critical value for customizing the Jello behavior */
	max-width: 254px;
/* version for IE is at the bottom of this style block */
}
#UNICexpander {
	background: transparent;
	margin: 0 auto 0 auto;
/* these side margins should be the same or slightly less than body paddings */
	min-width: 770px;
	max-width: 1024px;
/*This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
	min-height: 1px;
}
html #UNICbody-ie6 #UNICexpander {
	margin: 0 -385px 0 -385px;
/* these side margins should be the same or slightly less than body paddings */
	min-width: 770px;
/*This prevents Safari from losing the negative margins in narrow windows */
}
/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
html #UNICbody-ie6 #UNICexpander {
	height: 0;
}
/* */
/* helps IE get the child percentages right. */
#UNICwrapper {
	width: auto;
	text-align: left;
	padding: 6px 0 0 0;
}
#UNICbody-ie6  #UNICwrapper, #UNICbody-ie7  #UNICwrapper {
	width: 100%;
}
/* END Jello */
/* Grids */
/* **************** GRIDS ***************** */
.row {
	clear: left;
	overflow: hidden;
}
.col {
	float: left;
	overflow: hidden;
}
#UNICbody-ie6 .row, #UNICbody-ie6 .lastCol {
	overflow: visible;
	/*zoom: 1;
*/
}
#UNICbody-ie6 .col {
	display: block;
	height: auto;
	/*zoom: 1;
*/
}
#UNICbody-ie6 .row {
	width: 99%;
}
.size1of1, .lastCol {
	float: none;
	width: auto;
}
.size1of2 {
	width: 50%;
}
.size1of3 {
	width: 33.3%;
}
.size2of3 {
	width: 66.6%;
}
.size1of4 {
	width: 25%;
}
.size3of4 {
	width: 75%;
}
.size1of5 {
	width: 20%;
}
.size2of5 {
	width: 40%;
}
.size3of5 {
	width: 60%;
}
.size4of5 {
	width: 80%;
}
#UNICbody-ie6 div.ie6-100 {
	width: 99%;
}
#UNICbody-ie6 div.ie6-80 {
	width: 79%;
}
#UNICbody-ie6 div.ie6-75 {
	width: 74%;
}
#UNICbody-ie6 div.ie6-66 {
	width: 65%;
}
#UNICbody-ie6 div.ie6-60 {
	width: 59%;
}
#UNICbody-ie6 div.ie6-50 {
	width: 49%;
}
#UNICbody-ie6 div.ie6-40 {
	width: 39%;
}
#UNICbody-ie6 div.ie6-33 {
	width: 32%;
}
#UNICbody-ie6 div.ie6-25 {
	width: 24%;
}
#UNICbody-ie6 div.ie6-20 {
	width: 19%;
}
#UNICbody-ie6 div.navigation, #UNICbody-ie6 nav.navigation {
	width: 100%;
	height: auto;
}
.size1of2, .size1of3, .size2of3, .size1of4, .size3of4, .size1of5, .size2of5, .size3of5, .size4of5 {
	min-height: 8px;
}
#UNICbody-ie6 .size1of1, #UNICbody-ie6 .lastCol {
	position: relative;
	left: -3px;
	margin-right: -3px;
	overflow: hidden;
}
#UNICbody-ie6 #content .navigation {
	padding-bottom: 0;
	margin-bottom: 0;
	background: transparent;
	width: 20%;
}
#UNICbody-ie6 #content .main .navigation {
	width: auto;
}
#UNICbody-ie6 #content .main {
	padding-bottom: 0;
	margin-bottom: 0;
	background-image: none;
	width: 80%;
}
.topsection-l, .topsection-r {
	margin-top: 8px;
}
.topsection-l {
	float: left;
}
.size1of4.topsection-r {
	float: right;
	width: 24%;
}
.ty-si div.w75:only-child {
    width: 75%;
}
/* END Grids */
/* Boxes */
.box {
	float: none;
	clear: both;
	width: auto;
	overflow: hidden;
}
.box-i {
}
.noboxtop .box-i {
	margin-top: 8px;
}
.box-i .box-first-h {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: 0.4em;
	color: #ffffff;
	font-weight: bold;
}
.box-i .box-first-h a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.bord .box-i .box-first-h, .cald .box-i .box-first-h {
	color: #000000;
}
.bord .box-i .box-first-h a, .cald .box-i .box-first-h a {
	color: #003F70;
}
.box-i .box-first-h a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.box-i .box-first-h a:visited {
	color: #ffffff;
}
.box-i .box-first-h a:visited:hover {
	color: #b10707;
	text-decoration: underline;
}
.bord .box-i .box-first-h a:hover, .bord .box-i .box-first-h a:visited, .bord .box-i .box-first-h a:visited:hover {
	color: #b10707;
}
.box-f {
	text-align: right;
	margin-bottom: 6px;
	clear: both;
}
.box-empty {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
}
.fact, .news, .bord, .webs, .flsh, .info, .form, .smap, .link, .cald, .sgnw, .tema {
	margin: 0 8px 12px 8px;
	padding-bottom: 1px;
}
.bord {
	border: solid 2px #cecece;
}
.fact {
	background: #FDEEDF url(/images/emu12/fact-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #FDEEDF;
	border-right: solid 2px #FDEEDF;
}
.fact .box-first-h {
	background: #FDEEDF url(/images/emu12/fact-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #AC5C0E;
}
.news {
	background: #FFE5D7 url(/images/emu12/news-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #FFE5D7;
	border-right: solid 2px #FFE5D7;
}
.news .box-first-h {
	background: #FFE5D7 url(/images/emu12/news-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #662502;
}
.webs {
	background: #E5F0F7 url(/images/emu12/webs-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #E5F0F7;
	border-right: solid 2px #E5F0F7;
}
.webs .box-first-h {
	background: #E5F0F7 url(/images/emu12/webs-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #3876A2;
}
.flsh {
	background: #E5F0F7 url(/images/emu12/flsht-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #E5F0F7;
	border-right: solid 2px #E5F0F7;
}
.flsh .box-first-h {
	background: #E5F0F7 url(/images/emu12/flsh-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #3876A2;
}
.info {
	background: #FDEBD9 url(/images/emu12/info-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #FDEBD9;
	border-right: solid 2px #FDEBD9;
}
.info .box-first-h {
	background: #FDEBD9 url(/images/emu12/info-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #AC5C0E;
}
.form {
	background: #EEEEEE url(/images/emu12/form-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #EEEEEE;
	border-right: solid 2px #EEEEEE;
}
.form .box-first-h {
	background: #EEEEEE url(/images/emu12/form-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #383838;
}
.smap {
	background: #DDF0FF url(/images/emu12/smap-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #DDF0FF;
	border-right: solid 2px #DDF0FF;
}
.smap .box-first-h {
	background: #DDF0FF url(/images/emu12/smap-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #001D34;
}
.link {
	background: #DDF0FF url(/images/emu12/link-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #DDF0FF;
	border-right: solid 2px #DDF0FF;
}
.link .box-first-h {
	background: #DDF0FF url(/images/emu12/link-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #001D34;
}
.cald {
	background: #F6F2E0 url(/images/emu12/cald-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #F6F2E0;
	border-right: solid 2px #F6F2E0;
}
.cald .box-first-h {
	background: #F6F2E0 url(/images/emu12/cald-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #C9BE88;
}
.sgnw {
	background: #F4F9DD url(/images/emu12/sgnw-bg.jpg) left -95px repeat-x;
	border-left: solid 2px #F4F9DD;
	border-right: solid 2px #F4F9DD;
}
.sgnw .box-first-h {
	background: #F4F9DD url(/images/emu12/sgnw-bg.jpg) left top repeat-x;
	border-bottom: solid 1px #2F370B;
}
/* Simple boxes on handheld */
.tema {
	width: auto;
	border: solid 1px #72B3DD;
	padding: 0;
	margin: 0 8px 12px 8px;
	background: #e3f2f9 url(/images/emu11/tema-col-40-bg.jpg) top left repeat-x;
}
.temabluetop {
	background-position: left -100px;
}
.tema .box-i {
	margin: 0;
}
.tema .col .box, .tema .col > h3 {
	padding-top: 8px;
}
.tema .col .box.none {
	padding-top: 0;
}
.tema .box-tema00 {
	display: block;
	width: auto;
	height: 100px;
	border-bottom: solid 1px #72B3DD;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 0;
}
.box-i .fade {
	display: block;
	height: 100%
}
.white {
	border-left: solid 2px transparent;
	border-right: solid 2px transparent;
	background: transparent;
	margin-left: 0;
	margin-right: 0;
}
.white .box-first-h {
	margin-left: 8px;
	margin-right: 8px;
}
#UNICbody-ie6 .white {
	border-left: 0;
	border-right: 0;
	margin-left: 2px;
	margin-right: 2px;
	background: #ffffff;
}
#UNICbody-ie6 .main .lastCol .box {
	display: block;
	width: 90%;
}
/* special style for RSS inserted using xslt */
.box-c {
	clear: both;
	float: left;
}
table.rssOverview, .rssOverview th, .rssOverview td {
	border-style: none;
}
.none .box-first-h {
	color: #000000;
}
dl.rss {
	margin-bottom: 0;
	width: 90%;
}
.rssTitle {
	font-weight: bold;
	margin-top: 0.8em;
}
dl.rss .rssDescription, dl.rss .rssDate {
	margin-left: 0;
	margin-bottom: 0.1em;
}
.rssDescription, .rssDescription p {
	margin-left: 0;
	padding-left: 0;
}
.rssTitle .rssDate {
	display: block;
}
/* END Boxes */
/* special style for news inserted using news10.cgi */
p.minimal {
	display: inline-block;
	width: 95%;
	margin-bottom: 0.4em;
}
span.pikto {
	margin-left: 8px;
}
/* Materials */
.materiale, .materialeL, .materialeR, .materialeH, .materialeF {
	margin: 0 8px 8px 8px;
	padding: 8px;
}
.materiale, .materialeL, .materialeR, .materialeH {
	background: #DFE7ED;
}
.form .materiale, .form .materialeL, .form .materialeR, .form .materialeH {
	background: none;
	padding: 0;
}
.materialeR, .materialeF {
	width: auto;
	float: right;
}
.materiale, .materialeH {
	width: 50%;
	float: right;
}
.materialeL, .w25 .box .materiale, .w25 .box .materialeH {
	display: inline-block;
	float: none;
	width: auto;
}
#UNICbody-ie6 .materialeL, #UNICbody-ie6 .w25 .box .materiale, #UNICbody-ie6 .w25 .box .materialeH {
	position: relative;
	left: -3px;
	margin-right: -3px;
	width: auto;
}
.box-i > div.materiale:first-child, .box-i > div.materialeL:first-child, .box-i > div.materialeR:first-child, .box-i > div.materialeH:first-child {
	margin-top: 8px;
}
.materialeL > *, .materialeR > *, .materialeH > * {
	padding-left: 0;
	padding-right: 0;
}
/*.materialeL > img, .materialeR > img, .materialeH > img {
	margin-left: 0;
	margin-right: 0;
}
*/
.materialeL object, .materialeR object, .materialeH object {
	clear: both;
	float: left;
	margin-bottom: 8px;
}
#UNICbody-ie6 .materiale form, #UNICbody-ie6 .materialeL form, #UNICbody-ie6 .materialeR form, #UNICbody-ie6 .materialeH form {
	width: 95%;
}
/* END Materials */
/* Sitemaps */
.smap h1.box-first-h {
	font-size: 1.5em;
	margin-top: 8px;
}
.smap ul {
	margin: 0;
}
.smap ul li {
	list-style: none;
	margin-left: 0;
	margin-top: 8px;
}
.smap ul ul {
	padding-left: 0;
	margin-top: 4px;
}
.smap ul ul li {
	display: inline;
}
.smap ul li.liMenuUPkt1 strong, .smap ul li.liMenuPkt1 strong {
	display: none;
}
.smap ul.menuNiv2 li.liMenuUPkt strong, .smap ul.menuNiv2 li.liMenuPkt strong {
	display: inline;
}
.smap ul.menuNiv2 li.liMenuUPkt:first-child strong, .smap ul.menuNiv2 li.liMenuPkt:first-child strong {
	display: none;
}
.smap ul.menuNiv1 li {
	border-bottom: 2px dotted #cecece;
	padding-bottom: 4px;
}
.smap ul.menuNiv1 li:last-child {
	border-bottom: none;
	padding-bottom: 8px;
}
.smap ul li ul.menuNiv2 li {
	border: none;
}
.smap ul li a.smap-detalje, .smap ul li a {
	color: #003f70;
	font-weight: bold;
}
.smap ul.kompakt li {
	display: inline;
	font-weight: normal;
	border-bottom: none!important;
}
/* END Sitemaps */
/* content styles */
/* **************** CONTENT OBJECTS ***************** */
#UNICwrapper {
	font-size: 92.3%;
/* set 1em to 12px */
	line-height: 1.25;
/* set line-height to 16px */
}
/* ====== Default spacing ====== */
h1, h2, h3, h4, h5, h6, ul, ol, dl, p, code, object, form, .marginLR {
	padding: 0 8px 0 8px;
}
.marginLR form {
	padding: 0;
}
table {
	margin: 8px 8px 1.25em 8px;
}
ul, ol, dl, p, code, form, .marginLR {
	margin-bottom: 1.25em;
}
td > p {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
dl dd {
	margin-left: 1em;
	margin-bottom: 0.35em;
}
.materiale form, .materialeL form, .materialeR form, .materialeH form {
	padding: 0;
	margin-bottom: 0;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
li.ekstraLuft {
	margin-bottom: 1em;
}
ul li > ul, ul li > ol, ol li > ol, ol li > ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
pre {
	margin: 8px;
}
table h1, table h2, table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl {
	padding: 0;
}
/* ====== Elements ====== */
i, em {
	font-style: italic;
	font-weight: inherit;
}
strong {
	font-weight: bold;
	font-style: inherit;
}
strong em {
	font-weight: bold;
}
hr {
	border: 5px solid #BCBCBC;
	border-width: 0 0 2px 0;
	margin: 10px;
}
code {
	display: block;
	overflow: auto;
	margin: 0 8px 12px 8px;
	padding: 4px 0 4px 8px;
	color: #555555;
	border: 1px solid #cccccc;
}
dl {
	clear: both;
	float: left;
}
/* ====== Headings ====== */
/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 1.25;
	margin-bottom: 0.167em;
}
h1 {
	font-size: 1.833em;
	line-height: 1.3;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.333em;
}
h4, h5, h6 {
	font-size: 1.0em;
}
h5, h6 {
	font-style: italic;
}
h6 {
	font-weight: normal;
}
/* END content styles */
/* UNIC content styles */
.hiddenH2, .hiddenH3, .menuLink {
	display: none;
}
.artikelResume {
	float: left;
}
a {
	color: #003F70;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #b10707;
	text-decoration: underline;
}
a:visited {
	color: #555555;
}
a:visited:hover {
	color: #b10707;
	text-decoration: underline;
}
img {
	border-style: none;
}
.imgLeft, .imgRight, .imgCenter, .imgRLeft, .imgRRight, .imgRCenter, .loading {
	margin: 4px 8px 8px 8px;
}
.imgRLeft, .imgRRight, .imgRCenter {
	border: solid 1px #555555;
}
.imgLeft, .imgRLeft {
	float: left;
}
.imgRight, .imgRRight {
	float: right;
}
p .imgLeft, p .imgRLeft {
	margin-left: 0;
}
p .imgRight, p .imgRRight {
	margin-right: 0;
}
.imgCenter {
	width: 100%;
	height: auto;
}
.imgRCenter {
	width: 99%;
	height: auto;
}
.onlyPrint, .onlyMobile {
	display: none!important;
}
.box ul {
	display: inline-block;
}
.box li ul {
	display: block;
}
li {
	list-style: disc;
	margin-left: 20px;
}
ul.ll li {
	margin-left: 16px;
	list-style-image: url(/images/menutop/emu_ll.gif);
}
table {
	border: solid 1px #555555;
	border-collapse: collapse;
}
td, th {
	border: solid 1px #555555;
	padding: 4px;
}
table.noBorder, table.noBorder thead, table.noBorder tbody, table.noBorder tr, table.noBorder td, table.noBorder th, form table, form td, form th {
	border-style: none;
}
table[border="0"], table[border="0"] thead, table[border="0"] tbody, table[border="0"] tr, table[border="0"] td, table[border="0"] th {
	border-style: none;
}
table.withBorder, table.withBorder th, table.withBorder td {
	border: solid 1px #000000;
}
table.withBorder {
	border-collapse: collapse;
}
table tr.grey, table td.grey {
	background-color: #cecece;
}
table tr.white, table td.white {
	background-color: #ffffff;
}
p.cpyrght {
	clear: both;
}
p.mmlListe {
	margin-bottom: 0.3em;
}
.topsection-l p.mmlListe span.mml {
	display: inline-block;
	padding-bottom: 2px;
}
.highlight {
	color: #ff0000!important;
}
.monospace {
	font-family: monospace!important;
}
.nobr {
	white-space: nowrap;
}
#UNICbody-ie6 #content strong, #UNICbody-ie6 #content u {
	display: inline;
}
/* Forms */
fieldset {
	border: 1px solid #555555;
	padding: 6px;
}
fieldset p {
	padding: 0;
}
legend {
	padding-left: 6px;
	padding-right: 6px;
}
input {
	margin: 4px 8px 4px 0;
}
.nyhedsbrev label {
	display: none;
}
.nyhedsbrev input {
	float: left;
	font-size: 1em;
}
.knap, .knap2 {
	float: left;
	width: auto;
	height: auto;
	font-size: 0.9em;
	padding: 0;
}
.knap, .sendknap1 {
	clear: both;
}
.knap2, .sendknap2 {
	margin-left: 8px;
}
/* END Forms */
/* materialelister og albums */
.ml {
	float: left;
	clear: none;
	width: 120px;
	height: 180px;
}
.ml dd {
	display: block;
	clear: both;
	margin-left: 8px;
}
/* END materialelister og albums */
/* END UNIC content styles */
/* Main sections */
#headeroutside, #contentoutside, #footeroutside {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
}
#UNICbody-ie6 #headeroutside {
	position: relative!important;
	overflow: visible!important;
	left: 0!important;
	top: 0!important;
}
#UNICbody-ie6 #header, #UNICbody-ie6 #footer, #UNICbody-ie6 #contentNB {
	margin-right: -2px;
}
/* header section */
/*** SUPERFISH STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
/* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
/* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em;
/* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em;
/* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em;
/* match ul width */
	top: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
/* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em;
/* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('/js/jquery/superfish/arrows-ffffff.png') no-repeat -10px -100px;
/* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {
/* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px;
/* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
/* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
/* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background: url('/js/jquery/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-menu li {
	background: #ffaa44;
}
*/
/*** END SUPERFISH STYLES ***/
/*** SUPERFISH SKIN ***/
#header .menubar li img {
	width: 12px;
	height: 12px;
	padding: 0 5px 0 10px;
}
#header .menubar {
	float: left;
}
#header .menubar a {
	font-weight: normal;
	font-size: 10px;
}
#header .menubar a, #header .menubar a:visited {
/* visited pseudo selector so IE6 applies text colour*/
	color: #ffffff;
}
#header .menubar li {
	background: transparent;
}
#header .menubar li li {
	background: #ffffff;
	padding-bottom: 3px;
}
#header .menubar li p {
	background: #2489c1;
	margin: 2px 2px 0 2px;
	padding: 2px 2px 2px 4px;
	color: #ffffff;
}
#header .menubar li ul {
	border: solid 1px #cecece;
	border-right-width: 3px;
	border-bottom-width: 3px;
	top: 14px;
}
#header .menubar li li a {
	padding-top: 3px;
	font-size: 1em;
}
#header .menubar li li a, #header .menubar li li a:visited {
/* visited pseudo selector so IE6 applies text colour*/
	color: #4c4c4c;
}
#header .menubar li a:hover, #header .menubar a:focus, #header .menubar a:hover, #header .menubar a:active {
	color: #cecece;
}
#header .menubar li li a:hover, #header .menubar li li a:focus, #header .menubar li li a:hover, #header .menubar li li a:active {
	color: #000000;
	text-decoration: none;
	background: #dedede;
}
/* hiding or showing information if javascript is enabled */
.JSEnabled ul.sf-menu ul, .JSEnabled .helpText, img.loading {
	display: none;
}
.JSEnabled img.loading {
	display: inline;
}
/*** END SUPERFISH SKIN ***/
/* END header section */
/* normal content */
ul.indholdsfortegnelse {
	display: block;
	clear: both;
	float: left;
	width: 95%;
	padding-bottom: 0.8em;
}
ul.indholdsfortegnelse li {
	list-style-type: none;
	margin-left: 0;
	font-size: 1.1em;
}
.thdate {
	width: 7em;
}
/* END normal content */
/* content section */
#content, #contentNB {
/* this time Operas 7 + 8 need block, not inline-block */
	display: block;
	overflow: hidden;
	position: relative;
	background: #ffffff;
	border-top: 1px solid #001c30;
	border-left: 1px solid #001c30;
	border-right: 1px solid #001c30;
	z-index: 1;
}
#UNICbody-ie6 #content {
/* This hides the excess padding in non-IE browsers */
/* this time Operas 7 + 8 need block, not inline-block */
	width: 100%;
	height: auto;
	/*zoom: 1;
*/
}
#UNICbody-ie6  #content, #UNICbody-ie6  #contentNB {
/* but that makes IE go crazy */
	display: inline-block;
}
#content {
	background: #ffffff url(/images/emu12/emu_tile.gif) repeat-y 20% 50%;
}
/* menu section */
.menu ul {
	display: block;
}
.menu li {
	list-style: none;
	margin-left: 0;
}
.menu ul.menubreadcrumb {
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-top: 1px solid #83b0d1;
	border-bottom: 1px solid #001c30;
	background: #5B88AD url(/images/emu12/bcback.gif) repeat-x left top;
}
.menu ul.menubreadcrumb li a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	background: transparent url(/images/emu12/emu_menupil.gif) no-repeat right -473px;
	padding-top: 6px;
}
.menu .menuNiv1 {
	padding-top: 2px;
}
.menu .menuNiv2 {
	width: 90%;
	margin-top: 4px;
	padding-left: 12px;
	padding-bottom: 0;
}
.menu .menuNiv1 li {
	clear: both;
	display: block;
	width: 100%;
	line-height: 1.5em;
	overflow: hidden;
	color: #676767;
}
.menu .menuNiv1 .liMenuAktUPkt, .menu .menuNiv1 .liMenuAktUPkt1 {
	color: #777777;
}
.menu .menuNiv1 .liMenuUPkt a.menuPkt, .menu .menuNiv1 .liMenuUPkt1 a.menuPkt {
	background: transparent url(/images/emu12/emu_menupil.gif) no-repeat right -56px;
}
.menu .menuNiv1 .liMenuAktUPkt a.menuPktAkt, .menu .menuNiv1 .liMenuAktUPkt1 a.menuPktAkt {
	background: transparent url(/images/emu12/emu_menupil.gif) no-repeat right -358px;
}
.menu .menuNiv2 li {
	margin-bottom: 2px;
	padding: 0;
	color: #676767;
}
.menu .menuDeler {
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 2px dotted #ffffff;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.menu a {
	display: block;
	width: 99%;
	font-size: 1em;
	text-decoration: none;
}
a.menuPkt {
	font-weight: normal;
	color: #676767;
}
a.menuPktAkt {
	font-weight: bold;
	color: #777777;
}
a.menuPkt:hover, a.menuPktAkt:hover {
	color: #b10707;
}
a.menuPkt:active, a.menuPktAkt:active {
	color: #ff5500;
}
.liMenuPktI, .liMenuAktPktI, .liMenuAktUPktI, .liMenuPktI1, .liMenuAktPktI1, .liMenuAktUPktI1 {
	width: auto;
	height: 3.1em;
}
.menu .ikon {
	display: block;
	float: left;
	margin-top: 0.2em;
	margin-right: 4px;
}
.menu .mtekst {
	display: inline;
	height: 2.75em;
	overflow: hidden;
}
/* END menu section */
p.rssTitle {
	margin-bottom: 0.55em;
	clear: both;
}
.rssTitle span {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-weight: normal;
}
/* Template specific sections */
.ty-sm #contentNB {
	padding-top: 8px;
}
.ty-sm h1, .ty-sm h2 {
	display: inline-block;
	font-size: 1.833em;
	line-height: 1.3;
}
.ty-ma h2 {
	padding-top: 8px;
}
/* END content section */
/* footer section */
#footeroutside {
	z-index: 10;
	margin-bottom: 6px;
}
#footerContent {
	position: relative;
	overflow: hidden;
	height: 92px;
	background: #fff;
	font-size: 11px;
	line-height: 12px;
	border-top: 1px solid #001c30;
/* special for EMU */
	border-left: 1px solid #001c30;
	border-right: 1px solid #001c30;
	border-bottom: 1px solid #001c30;
}
#footerContent p {
	margin-bottom: 0;
	margin-top: 0.9em;
}
#footerTxt {
	position: absolute;
	bottom: 22px;
	left: 42px;
}
#footerLogo {
	position: absolute;
	bottom: 22px;
	right: 42px;
}
#footerLogo p {
	float: right;
}
#footerLogo span.klat {
	color: #ff0000;
}
/* END footer section */
#headerH1, #footerLogo span.hideMF, .displayNone, .displayAccessKey, a.accesskey, .displaySkipLink, .RedMeasure {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px !important;
}
a.displaySkipLink:focus {
	position: absolute !important;
	left: 0 !important;
	top: 8px !important;
	width: auto !important;
	display: block!important;
	position: relative!important;
	padding: 8px!important;
	background: #555555!important;
	border-bottom: solid 8px #cecece;
	color: #ffffff !important;
	height: 1.5em !important;
	overflow: visible!important;
	line-height: 1.2em !important;
	font-size: 1.2em !important;
	z-index: 9999;
	text-align: center;
}
a.anker {
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px !important;
}
/* END Main sections */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* * {
	padding: 0;
	margin: 0;
}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {
	background: url(/js/jquery/thickbox/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color: #cccccc;
	/*filter: alpha(opacity=33);
*/
	/*-moz-opacity: 0.33;
*/
	opacity: 0.33;
}
html #UNICbody-ie6 #TB_overlay {
/* ie6 hack */
	position: absolute;
	/*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px');
*/
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #00457e;
	text-align: left;
	top: 50%;
	left: 50%;
}
html #UNICbody-ie6 #TB_window {
/* ie6 hack */
	position: absolute;
	/*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
*/
}
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	padding: 8px 10px 4px 15px;
	float: left;
}
#TB_navigation {
	float: right;
	width: auto;
	padding: 10px 15px 10px 8px;
}
#TB_prevWindow {
	padding: 0;
	float: left;
}
#TB_closeWindow {
	padding: 0 8px 0 8px;
	float: left;
}
#TB_nextWindow {
	padding: 0;
	float: left;
}
#TB_closeAjaxWindow {
	padding: 2px 3px 0 0;
	margin-bottom: 0;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle {
	/* float: left;
	padding: 8px 0 0 14px;
	margin-bottom: 0;
*/
	display: none;
}
#TB_title {
	background: url(/js/jquery/thickbox/title-bg.gif) repeat-x 0 0;
	height: 19px;
	margin: 0;
	padding: 0;
	/* line-height: 0px;
*/
}
#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
	padding: 15px;
}
#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}
#TB_load {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	margin: -6px 0 0 -104px;
/* -height/2 0 0 -width/2 */
}
html #UNICbody-ie6 #TB_load {
/* ie6 hack */
	position: absolute;
	/*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
*/
}
#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	/*filter: alpha(opacity=0);
*/
	/*-moz-opacity: 0;
*/
	opacity: 0;
	height: 100%;
	width: 100%;
}
html #UNICbody-ie6 #TB_HideSelect {
/* ie6 hack */
	position: absolute;
	/*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px');
*/
}
#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
}
html #UNICbody-ie6 #TB_iframeContent {
	margin-bottom: 1px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> colorboxbox settings <<<--------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*    ColorBox Core Style:    The following CSS is consistent between example themes and should not be altered.*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
/*     User Style:    Change the following styles to modify the appearance of ColorBox.  They are    ordered & tabbed in a way that represents the nesting of the generated HTML.*/
#cboxOverlay {
	background: #fff;
	opacity: 0.7!important;
}
#UNICbody-ei6 #cboxOverlay, #UNICbody-ei7 #cboxOverlay, #UNICbody-ei8 #cboxOverlay {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	// first!filter: alpha(opacity=70);
	opacity: 0!important;
}
#cboxContent {
	background: #fff;
}
#colorbox, #cboxWrapper {
	overflow: visible;
	background: #fff;
}
#cboxContent {
	margin-top: 20px;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #555;
}
#cboxLoadedContent {
	border: 5px solid #4a4a4a;
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #555;
	width: 80%;
	font-weight: bold;
	text-indent: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 15px;
	color: #555;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(/js/jquery/colorbox/images/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -32px;
	background: url(/js/jquery/colorbox/images/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxLoadingOverlay {
	background: #4a4a4a;
}
#cboxLoadingGraphic {
	background: url(/images/ikon/loader.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	top: 5px;
	right: 30px;
	display: block;
	background: url(/js/jquery/colorbox/images/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> colorboxbox settings <<<--------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* html5 */
.html5 div.col.lastCol.main, .html5 article.col.lastCol.main {
	width: 80%;
	float: right;
}
.html5 #contentNB div.col.lastCol.main, .html5 #contentNB article.col.lastCol.main {
	width: 100%;
	float: left;
}
.html5 div.col.size1of5.navigation, .html5 nav.col.size1of5.navigation {
	float: none;
	width: auto;
}
/* fitvids styles */
#contentNB div.fitvids.figure,  #content div.fitvids.figure {
	width: 100%;
	padding: 0;
	margin: 0;
}
#contentNB div.fitvids,  #content div.fitvids {
	height: auto;
}
#contentNB div.fitvids p,  #content div.fitvids p {
	margin: 0;
	padding: 0;
}
.fluid-width-video-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
#uni-c-fm-c #jMailerForm {
	margin: 0 8px 8px 4px;
  border:none;
}
#uni-c-fm-c #jMailerForm label {
	display: block;
	margin: 8px 4px 4px 0;
	font-weight: bold;
	color: #000000;
}
#uni-c-fm-c #jMailerForm label input, #uni-c-fm-c #jMailerForm label textarea {
	display: block;
  width: 95%;
}
#uni-c-fm-c #jMailerCancel, #uni-c-fm-c #jMailerSend {
	margin: 0 0 8px 8px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
#uni-c-fm-c .jMailerErrorMsg {
	width: 100%;
	font-weight: bold;
	color: #ff0000;
	float: left;
	position: relative;
	left: 8px;
}