/* generic.css */
/* generic stylesheet for listbased navigation */
/* sets standard properties that may be modified later by specific gallery or custom stylesheets */

div.navigationwrapper
{
	clear:both;
}

/* remove all standard list looks */
ul.navigationlist
{
	list-style-type:none;
	margin:0;
	padding:0;
	min-width:1%; /* this rule fixes a display bug in IE7 by forcing it to calculate the menu width */
}
/* all menu items */
ul.navigationlist li.navigationlistitem
{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
/* last menu item */
ul.navigationlist li.lastitem
{
}
/* all menu item links */
ul.navigationlist li.navigationlistitem a
{
	display:block;
	float:left;
	text-decoration:none;
	padding:0px;
}
/* all menu item links on hover */
ul.navigationlist li.navigationlistitem a:hover
{
	padding:0px;
	border:none;
}
/* last menu item link */
ul.navigationlist li.lastitem a
{
	clear:right;
}
/* text inside all menu item links */
ul.navigationlist li.navigationlistitem a span
{
	padding:7px 15px;
	display:block;
	white-space:nowrap;
}

/* menu items that should not appear in standard desktop mode (but still needs to be in the DOM to be available for a responsive mode) */
.ts-dt-hide, ul.navigationlist li.navigationlistitem.ts-dt-hide
{
    display:none;
}
/* defaultresponsive.css */
/* Begin defaultresponsive.css stylesheet, auto created on publish of sitelayout 8, 30-06-2025 05:19:00 */
@media screen and (max-width: 1024px)
{
	/* System default tabletlandscape mode: */
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
}
@media screen and (max-width: 768px)
{
	/* System default tabletportrait mode: */
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
}
@media screen and (max-width: 568px)
{
	/* System default phonelandscapewide mode: */
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
}
@media screen and (max-width: 480px)
{
	/* System default phonelandscape mode: */
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
}
@media screen and (max-width: 320px)
{
	/* System default phoneportrait mode: */
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
}
/* End of defaultresponsive.css stylesheet generated by sitelayout 8 */
/* master.css */
/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-family: Arial, Helvetica, Sans-Serif;
}

/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-size: 8pt;
	line-height: 11pt;
}

/* Normal afsnit og intro afsnit */
p
{
	margin: 0px 0px 2px 0px;
}

/* Alle links */
a
{
	text-decoration: none;
}

/* Alle links - mouseover */
a:hover
{
	text-decoration: underline;
}

/* Links i overskrifter - mouseover */
h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: none;
}

/* Sidetitel */
.pageheader
{
	font-size: 11pt;
	margin: 0px 0px 8px;
}

/* Afsnitsoverskrift */
.sectionheader
{
	font-size: 9pt;
	margin: 12px 0px 6px;
}

table
{
	border-collapse: collapse;
}
table[cellspacing]
{
    border-collapse: separate;
}

/* Tabel i standardformat - overskrift */
/*.tableheader, .tableheader td*/
.tableheader > td, .tableheader > th
{
	font-weight: 700;	
	padding: 3px 8px 4px;
}

/* Tabel i standardformat - rækker */
.tablelineodd, .tablelineodd > td, .tablelineeven, .tablelineeven > td
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 8px;
}



body, td, input, textarea, select
{
	color: #333;
}
a
{
	color: inherit;
}
a:hover
{
	border-bottom-color: inherit;
}
.sectionheader a[name]
{
	color: #333;
}
table
{
	border-color: #333;
}
.tableheader, .tableheader td, .tableheader th
{
	background-color: inherit;
	color: white;
	border-color: inherit;
	border-bottom-color: #333;
}
.tablelineodd, .tablelineodd td
{
	border-bottom-color: #333;
}
.tablelineeven, .tablelineeven td
{
	border-bottom-color: #333;
}
body {background:rgb(255, 255, 255) none; margin:0px 0px 0px 0px}
#layoutbox4 {min-height:20px; display:flex; justify-content:center; align-items:center}
#layoutbox5 {min-width:1024px; min-height:20px}
#layoutbox3 {min-height:120px; float:none; clear:both}
#layoutbox6 {min-width:600px; min-height:20px; float:left}
#layoutbox1 {min-height:30px; margin-top:15px; padding:10px 15px 10px 15px; float:right; background:rgb(135, 181, 57) none}
div#mergefield_main {min-height:500px}
#layoutbox8 {min-height:20px; padding:15px 15px 55px 15px; display:flex; justify-content:center; align-items:center}
div#sitelayout16 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; min-height:500px; margin:auto auto auto auto; padding:0px 0px 0px 0px; float:none; background:none; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; border-top-color:rgb(245, 245, 245); border-right-color:rgb(245, 245, 245); border-bottom-color:rgb(245, 245, 245); border-left-color:rgb(245, 245, 245); position:relative}
 .layoutcolumn {display:table-cell;overflow:hidden;float:none;vertical-align:top;box-sizing:border-box;}
 .layoutcolumnset {display:table;table-layout:fixed;width:100%;box-sizing:border-box;}
 .layoutfloatbreaker {width:0%; display:none;}
 .navigationwrapper .layoutfloatbreaker {clear:both; display:block; height:0px}
 [class="mergefield_image"] > a { display:inline-block; }
 .layoutbox {box-sizing:border-box;display:block;}
 button.layoutbox {border:none}
 button.layoutbox:focus {outline:none}
form {margin:0px; padding:0px}
select {margin:0px}
.size1 {font-size:xx-small}
.size2 {font-size:x-small}
.size3 {font-size:small}
.size4 {font-size:medium}
.size5 {font-size:large}
.size6 {font-size:x-large}
.size7 {font-size:xx-large}
ul.breadcrumb {display:inline-block;padding:0px;margin:0px;}
ul.breadcrumb li {display:inline-block;list-style-type:none;padding-left:2px;padding-right:2px;}
td { vertical-align:top; }
a > img, img[usemap] { border:none; }
td[valign="middle"] { vertical-align:middle; }
td[valign="bottom"] { vertical-align:bottom; }
html>/**/body img {vertical-align:bottom}
div.mergefield_image {font-size:0px; line-height:0px;}
@media screen and (min-width: 1px)
{
	body {-webkit-text-size-adjust:100%}
	img {max-width:100%;height:auto}
}

/* Tekstformatering i spalter og flettefelter */
#mergefield_main a.inlinelink, #mergefield_main a.sectionlink, #mergefield_main a.actionlink, #mergefield_main a.breadcrumb, #mergefield_main a.pageposition, #mergefield_main a.calendarlinks {color:#6a8d29}
#mergefield_main .tableheader, #mergefield_main .tableheader td {background-color:#6a8d29}

/* Brugerdefinerede typografier */
.Z-logo {
width: 112px;
height: 112px;
}

.payoff{
/*position: relative;*/
display: inline-block;
font-size: 16px;
line-height: 1.33em;
color: #000;
margin-bottom: 10px;
margin-left: 15px;
}

.inlinelink, sectionlink {
color: #6a8d29;
text-decoration: underline;
}

.cookielink a,
.cookielink {
font-size: 1.833em;
line-height: 1.333em;
color: #6a8d29;
text-decoration: underline;
}

/* User-defined CSS for specific elements */
#layoutbox1
{
    color: #fff;
    font-size: 1.33em;
    line-height: 1.33em;
}


/* Responsive design css */
@media screen and (max-width: 1024px)
{
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
	#layoutbox5
	{
		min-width:100%;
		width:auto;
		max-width:none;
	}
	#layoutbox6
	{
		width:auto;
		max-width:none;
	}
	#layoutbox1
	{
		min-height:0px;
		width:auto;
		min-width:0px;
		max-width:none;
		height:auto;
	}
	#layoutbox8
	{
		width:auto;
		min-width:0px;
		max-width:none;
	}
}


@media screen and (max-width: 768px)
{
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
	div#sitelayout16
	{
		width:99%;
		position:static;
	}
	#layoutbox4
	{
		min-height:150px;
		display:block;
		width:auto;
		min-width:0px;
		max-width:none;
		float:none;
		clear:both;
		height:auto;
		padding-top:0px;
		padding-left:0px;
		padding-bottom:0px;
		padding-right:0px;
	}
	#layoutbox5
	{
		min-width:96%;
		float:left;
		clear:both;
		display:block;
		padding-top:0px;
		padding-left:0px;
		padding-bottom:0px;
		padding-right:0px;
	}
	#layoutbox3
	{
		float:left;
		width:auto;
		min-width:0px;
		max-width:none;
		padding-top:15px;
		padding-left:15px;
		padding-bottom:15px;
		padding-right:15px;
	}
	#layoutbox6
	{
		min-width:50%;
	}
	div#mergefield_main
	{
		width:auto;
		min-width:0px;
		max-width:none;
	}
}


@media screen and (max-width: 568px)
{
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
	#layoutbox4
	{
		min-height:110px;
	}
	#layoutbox6
	{
		min-width:0px;
	}
	#layoutbox1
	{
		position:absolute;
		padding-top:5px;
		padding-left:10px;
		padding-bottom:5px;
		padding-right:10px;
		top:0px;
		right:10px;
		bottom:auto;
		left:auto;
	}

	/* User defined CSS for responsive mode 568 */
	.Z-logo {
	width: 80px;
	height: 80px;
	}
}


@media screen and (max-width: 480px)
{
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pl-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pl-show { display:block }
	#layoutbox1
	{
		min-height:0px;
	}
}


@media screen and (max-width: 320px)
{
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pp-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pp-show { display:block }
}



/* site.css */
.H1forside {
font-family: Calibri;
font-size: 28px;
color: #333333;
line-height: 32px;
margin-bottom: 5px;
padding-bottom: 0px;
font-weight:100;
 margin-bottom:-3px !important;
 letter-spacing:-1px;
}

.H2forside {
font-family: Calibri;
font-size: 22px;
color: #000000;
line-height: 28px;
text-align: left;
text-decoration: none;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 4px;
font-weight:100;
letter-spacing:-1px;
}

.H3referencer {
font-family: Calibri;
font-size: 15px;
color: #ffffff;
line-height: 16px;
text-align: left;
text-decoration: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
color:#ffffff !important;
}

.Georgia25px {
font-family: Calibri;
font-size: 30px;
color: #333333;
line-height: 33px;
text-align: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
font-weight: 100;
 letter-spacing: -1px;
}

.Georgia15px {
font-family: Calibri;
font-size: 15px;
color: #666666;
line-height: 19px;
text-align: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.Arial12px {
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #333333;
line-height: 16px;
text-align: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.Calibri30pxSilver {
font-family: Calibri;
font-size: 30px;
color: #cccccc;
line-height: 33px;
text-align: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:100;
}

.Arial15pxSort {
font-family: Calibri;
font-size: 15px;
font-weight: bold;
color: #000000;
line-height: 17px;
text-align: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.Calibri15Black {
font-family: Calibri, Verdana, Ariel, sans-serif;
font-size: 17px;
font-weight: bold;
color: #000000;
line-height: 18px;
text-indent: 20px;
font-weight:100;
}

.Sogeresultat {
font-family: Arial, Helvetica, Sans-serif;
font-size: 13px;
color: #385131;
line-height: 22px;
text-decoration: underline}

.H2undersider {
font-family: Calibri;
font-size: 17px;
color: #666666;
line-height: 19px;
text-align: left;
text-decoration: none;
margin-left: 7px;
margin-top: -10px;
margin-bottom: 2px;
padding-top: 0px;
font-weight:100;
}

.inlinelink {
color: #556b2f;
text-decoration: underline}

.inlinelink:hover {
color: #62a140;
text-decoration: underline}

.Calibri18pxGreen {
font-family: Calibri;
font-size: 17px;
color: #478f29;
line-height: 18px;
text-align: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.Sort {
color: #000000;
font-color:#000000!important;
}

.TekniskdataOverskrift {
font-family: Arial, Helvetica, Sans-serif;
font-size: 13px;
color: #62a140;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 7px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.TekniskdataIndhold {
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #333333;
line-height: 1.2em;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 7px;
margin-right: 25px;
margin-top: 0px;
margin-bottom: 4px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.H1referencer {
font-family: Arial, Helvetica, Sans-serif;
font-size: 20px;
color: #333333;
line-height: 30px;
text-align: left;
text-decoration: none;
border-top: 0px solid #cccccc;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 18px;
padding-top: 10px;
padding-bottom: 5px;
background-color: #f5f5f5;
font-weight:100;
 }

.H2referencerHovedside {
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
font-weight: bold;
color: #666666;
line-height: 20px;
text-align: left;
text-decoration: none;
border-top: 0px solid #cccccc;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 5px;
background-color: #f5f5f5}

.PDFBox {
font-family: Arial, Helvetica, Sans-serif;
font-size: 13px;
line-height: 18px;
border-left: 1px solid #abd127;
border-right: 1px solid #abd127;
border-top: 1px solid #abd127;
border-bottom: 1px solid #abd127;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 55px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #f5f5f5;
-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 text-transform: normal;
 font-weight:100;
 display: block;
 background: url(/media/PDF_ikon.png) no-repeat 5px 10px;
 background-color: #fff;
 display: block;
}

.H2kampagne {
font-family: Arial, Helvetica, Sans-serif;
font-size: 22px;
color: #556b2f;
line-height: 26px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px}

.Word {
font-family: Arial, Helvetica, Sans-serif;
font-size: 11px;
color: #6f9834;
line-height: 16px;
text-align: left;
text-decoration: none;
vertical-align: middle;
border-left: 1px solid #c6daa5;
border-right: 1px solid #c6daa5;
border-top: 1px solid #c6daa5;
border-bottom: 1px solid #c6daa5;
margin-left: 0px;
margin-right: 15px;
margin-top: 4px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #f0f5e9;
-moz-border-radius: 10px 0px 10px 0px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 text-transform: normal;
 font-weight:100;
 display: block;
 background: url(/media/wordlink.png) no-repeat 4px 4px;
 background-color: #ffffff;
}

.PDF {
font-family: Arial, Helvetica, Sans-serif;
font-size: 11px;
color: #6f9834;
line-height: 16px;
text-align: left;
text-decoration: none;
vertical-align: middle;
border-left: 1px solid #c6daa5;
border-right: 1px solid #c6daa5;
border-top: 1px solid #c6daa5;
border-bottom: 1px solid #c6daa5;
margin-left: 0px;
margin-right: 15px;
margin-top: 4px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #f0f5e9;
-moz-border-radius: 10px 0px 10px 0px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 text-transform: normal;
 font-weight:100;
 display: block;
 background: url(/media/pdflink.png) no-repeat 4px 4px;
 background-color: #ffffff;
}

.H3Udvalgt {
font-family: Calibri;
font-size: 25px;
color: #545454;
line-height: 27px;
text-align: left;
text-decoration: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
letter-spacing:-1px;
 font-weight: 100;
}

.LinkKasse A {
font-family: Calibri;
font-size: 12px;
color: #333333;
line-height: 15px;
text-align: center;
text-decoration: none;
border-left: 7px solid #666666;
border-right: 1px solid #666666;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 5px;
padding-left: 7px;
padding-right: 7px;
padding-top: 5px;
padding-bottom: 5px}

.H3Fokuslayout {
font-family: Calibri;
font-size: 28px;
color: #f5f5f5;
line-height: 30px;
text-align: left;
text-decoration: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.Calibri13px {
font-family: Calibri,Verdana,Ariel,sans-serif;
font-size: 20px;
color: #333333;
line-height: 26px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
letter-spacing:-1px;
 font-weight: 100;
}

.tekstvedfejl {
font-weight: bold;

font-size: 9pt;

color: #ffffff;

padding-left: 8px;

padding-right: 5px;

padding-top: 5px;

padding-bottom: 5px;

background-color: #bd3632;
}

.detailheader {
font-weight: bold;

color: #FFFFFF;

padding-left: 8px;

padding-top: 5px;

background-image: url(/media/intr_bg_detailheader.png);

height:22px;
}

.detailheader2 {
font-weight: 700;

color: #365436;

padding-left: 8px;

padding-top: 5px;

background-color: #ABD127;

height:22px;

width:481px;

margin-top: 15px;
}

.detailtexthighlight {
font-size: 11pt;

font-weight: bold;

color: #385738;
}

.H1forsideLysGraa {
font-family: Calibri;
font-size: 20px;
color: #8d8d8d;
line-height: 25px;
text-align: left;
text-decoration: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:100;
 margin-bottom:-3px !important;
 letter-spacing:-1px;
}

.H2forsideHvid {
font-family: Calibri;
font-size: 45px;
color: #f5f5f5;
line-height: 50px;
text-align: left;
text-decoration: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 8px;
padding-bottom: 0px;
font-weight:100;
 margin-bottom:-5px !important;
 letter-spacing:1px;
}

.H1forside:hover {
}

.TekniskdataOverskrift:hover {
}

.TekniskdataIndhold:hover {
}

.Calibri13px:hover {
}

/* 

Al CSS her fjernet 8/10-15 af HR

div#page-20000029_mergefield_-20000148 A.inlinelink{
text-decoration: none!important;
}

div#page-20000029_mergefield_-20000148 A.inlinelink:hover {
color: #f1f1f1;
}

#layout188sub1mergefield_1 A.actionlink {
padding: 5px 40px;
background-color: #333333;
color: #f1f1f1;
font-size: 15px;
cursor: pointer;
border: solid 1px silver;
text-decoration: none;
}

#layout188sub1mergefield_1 A.actionlink:hover  {
background-color: #000000;
}

#listform20_sendbutton {
padding: 5px 30px;
background-color: #cccccc;
color: #f1f1f1;
font-size: 14px;
color: #333333;
cursor: pointer;
border: solid 1px silver;
}

#listform20_sendbutton:hover {
background-color: #999999;
color: #cccccc;
border: solid 1px #999999;
}

.PDFBox A.inlinelink{
color: #63892e!important;
}

.LinkKasse A.inlinelink {
width: 120px;
display: block;
white-space: normal;
color: #333333!important;
background-color: transparent;
cursor: pointer;
}
.LinkKasse A.inlinelink:hover {
color: #ffffff!important;
background-color:#cccccc;
text-decoration: none!important;
}

.Word A.inlinelink,
.PDF A.inlinelink {
color: #63892e!important;
text-decoration: none!important;
vertical-align:middle;
display: block;
padding: 3px 6px 8px 30px;
}

.Word A.inlinelink:hover, 
.PDF A.inlinelink:hover {
color: #87b539!important;
text-decoration: underline!important;
display: block;
}

@media print 
{  

#miljoe {
position: 
display: block;
width: 100px;
height: 30px;
background-color: #000000;
}

#page-20000021_columnset14_column1, 
#page-20000021_columnset11,
#page-20000024_columnset14_column1,
#page-20000024_columnset11,
#page-20000025_columnset14_column1,
#page-20000025_columnset11,
#page-20000026_columnset14_column1,
#page-20000026_columnset11,
#page-20000027_columnset11,
div#layout188sub1mergefield_1,
#print,
#sitelayout8 #columnset6_column1,
#mergefield_navigation_level1,
#mergefield_PmalmosMedarbejderelogin .mergefield_image {
display: none!important;
}

div#page-20000021_mergefield_-20000112 {
padding: 0px!important;
border: none!important;
box-shadow: none!important;
}

}

*/
