/* 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;
}
/* master.css */
/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-family: Verdana, Geneva, 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: #f07510;
}
a:hover
{
	border-bottom-color: #f07510;
}
.sectionheader a[name]
{
	color: #333;
}
table
{
	border-color: #333;
}
.tableheader, .tableheader td, .tableheader th
{
	background-color: #f07510;
	color: white;
	border-color: #f07510;
	border-bottom-color: #333;
}
.tablelineodd, .tablelineodd td
{
	border-bottom-color: #333;
}
.tablelineeven, .tablelineeven td
{
	border-bottom-color: #333;
}
body {background:rgb(255, 255, 255) url(/media/bg_grass2.jpg) repeat-x 50% 0%; background-size:auto}
#columnset1 {height:20px}
div#mergefield_frezz_logo > a > img {border:none}
div#mergefield_frezz_logo {padding-top:20px; padding-bottom:0px; float:left}
#columnset1_column1 {width:100%; height:100%}
#columnset2 {height:200px}
#columnset5 {height:20px}
div#mergefield_smap > a > img {border:none}
div#mergefield_smap {float:left; display:none}
div#mergefield_navigation_level1,[data-tsnavid="mergefield_navigation_level1"] {margin-top:15px; margin-right:10px; margin-left:10px; display:none; overflow:hidden; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
#columnset5_column1 {width:100%; height:100%}
div#mergefield_main {margin-right:10px; margin-left:10px; padding:20px 18px 4px 17px; overflow:hidden; background:rgb(241, 240, 240) none; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
#columnset4 {height:20px}
div#mergefield_code2 {float:left}
#columnset4_column1 {width:100%; height:100%}
#columnset2_column1 {width:100%; height:100%; padding-bottom:20px; background:transparent url(/media/layout_bg3.png) no-repeat 50% 20px; background-size:auto}
#columnset3 {height:50px}
#columnset3_column1 {width:100%; height:100%; background:transparent url(/media/layout_shadow.png) no-repeat 50% 0%; background-size:auto}
div#sitelayout67 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:986px; min-height:1px; margin:auto auto auto auto; background:transparent none; border-top-style:none; border-right-style:none; border-bottom-style:none; border-left-style:none;}
 .layoutcolumn {display:table-cell;overflow:hidden;float:none;vertical-align:top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
 .layoutcolumnset {display:table;table-layout:fixed;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
 .layoutfloatbreaker {width:0%; display:none;}
 .navigationwrapper .layoutfloatbreaker {clear:both; display:block; height:0px}
 .layoutbox {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:block}
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;}

/* 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: #f07510}
#mergefield_main .tableheader, #mergefield_main .tableheader td {background-color: #f07510}
#mergefield_main, #mergefield_main td, #mergefield_main .section, #mergefield_main .sectionintro, #mergefield_main .sectionheader a[name] {color: #444444}
#mergefield_main .tableheader, #mergefield_main .tableheader td, #mergefield_main .tableheader td.section {color: #fff}
#mergefield_main .tablelineodd, #mergefield_main .tablelineodd td, #mergefield_main .tablelineeven, #mergefield_main .tablelineeven td {border-bottom-color: #444444}

/* Brugerdefinerede typografier */
body
{
margin:0;
padding:0;
background-attachment:fixed;
}

#mergefield_smap
{
position:absolute;
z-index:101;
margin-left:727px;
margin-top:26px;
}

#columnset4_column1
{
text-align:center !important;
}

#columnset5_column1 form
{
position:absolute;
z-index:100;
margin-left:800px;
margin-top:22px;
}

#columnset5_column1 form input
{
font-size:7pt !important;
padding-left:2px;
}

#mergefield_code3
{
position:absolute;
}

#page-20000054_mergefield_-20000189
{
height:239px !important;
overflow:hidden  !important;
}


#page-20000050_mergefield_-20000183
{
height:239px !important;
overflow:hidden  !important;
}


#page-20000050_mergefield_-20000184
{
height:239px !important;
overflow:hidden  !important;
}

#page-20000050_mergefield_-20000181
{
height:255px !important;
overflow:hidden  !important;
}

#page-20000050_mergefield_-20000180
 {
height:255px !important;
overflow:hidden  !important;
}

#page-20000050_mergefield_-20000179
{
height:160px !important;
overflow:hidden  !important;
}

#page-20000050_mergefield_-20000178
{
height:240px !important;
overflow:hidden  !important;
}

#page-20000050_mergefield_-20000177
{
height:160px !important;
overflow:hidden  !important;
}

#page-20000050_mergefield_-20000161
{
height:240px !important;
overflow:hidden  !important;
}
p:first-letter {
    text-transform: uppercase;
}
/* navigation1.css */
/* Custom navigation style */

#preview
{
	 font-family:Verdana, Geneva, Sans-Serif;
}
#preview
{
	 font-size:8pt;
	 line-height:15px;
}
#preview a
{
	 color:#f07510;
}
div.TDB0CC2CCHG5D
{
	 background-image:url(/media/menu_bg.png?ts=25012012112508);
	 background-repeat:repeat-x;
	 background-position:0px top;
}
div.TDB0CC2CCHG5D > div.navigationwrapper 
{
	 padding-top:0px;
	 padding-right:0px;
	 padding-bottom:0px;
	 padding-left:0px;
	 background-image:url(/media/menu_bg.png?ts=25012012112508);
	 background-repeat:repeat-x;
	 background-position:0px top;
	 /* IE7 hack */
	 min-height:1px;
}
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.navigationlistitem
{
	
	 margin-right:0px;
}
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.lastitem
{
	 margin:0px;
}
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a span
{
	 font-family:Verdana, Geneva, Sans-Serif;
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 padding-top:10px;
	 padding-right:22px;
	 padding-bottom:10px;
	 padding-left:22px;
	 color:#FFFFFF;
	 background-image:url(/media/menu_break.png?ts=25012012112508);
	 background-repeat:no-repeat;
	 background-position:right center;
	 cursor:pointer;
}
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover span
{
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 padding-top:10px;
	 padding-right:auto;
	 padding-bottom:10px;
	 padding-left:auto;
	 background-image:url(/media/menu_active.png?ts=25012012112508);
	 background-repeat:repeat-x;
	 background-position:left top;
}
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink span, 
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink:hover span
{
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 padding-top:10px;
	 padding-right:auto;
	 padding-bottom:10px;
	 padding-left:auto;
	 background-image:url(/media/menu_active.png?ts=25012012112508);
	 background-repeat:repeat-x;
	 background-position:left top;
}
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a 
{
	 background-repeat:no-repeat;
	 background-position:left top;
	 background-image:none;
}
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover 
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.activeitem > a, 
div.TDB0CC2CCHG5D > div.navigationwrapper > ul.navigationlist > li.activeitem > a:hover
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}

/* Advanced CSS for Custom navigation style */

div.TDB0CC2CCHG5D
{
	/* box wrapping the entire navigation */
}

div.TDB0CC2CCHG5D div.navigationwrapper
{
}

div.TDB0CC2CCHG5D ul.navigationlist li.navigationlistitem a
{
	/* all menu items */
}

div.TDB0CC2CCHG5D ul.navigationlist li.navigationlistitem a span
{

	/* text of all menu items */
}

div.TDB0CC2CCHG5D ul.navigationlist li.navigationlistitem a:hover
{
	/* menu items on hover */
}

div.TDB0CC2CCHG5D ul.navigationlist li.navigationlistitem a:hover span
{
margin-left:-1px;
padding-left:23px !important;
}

div.TDB0CC2CCHG5D ul.navigationlist li.activeitem a.activelink
{
	/* the active menu item */
}

div.TDB0CC2CCHG5D ul.navigationlist li.activeitem a.activelink span
{
margin-left:-1px;
padding-left:23px !important;
}

div.TDB0CC2CCHG5D ul.navigationlist li.firstitem a
{
	/* the first menu item */
}

div.TDB0CC2CCHG5D ul.navigationlist li.firstitem a span
{
	/* text of the first menu item */
}

div.TDB0CC2CCHG5D ul.navigationlist li.lastitem a
{

	/* the last menuitem */
}

div.TDB0CC2CCHG5D ul.navigationlist li.lastitem a span
{

	/* text of the last menu item */
}

div.TDB0CC2CCHG5D ul.navigationlist li.lastitem a:hover span
{



	/* text of the last menu item */
}

/* End of Custom navigation style */


/* ------------------------------------------------ */
/* Standard suckerfish from 'render all' tab: */


div.sfnavlevel1.TDB0CC2CCHG5D li .navigationwrapper
{
    position: absolute;
    z-index: 1000;
    left: -999em;
    width: 200px;
}

div.sfnavlevel1.TDB0CC2CCHG5D li .navigationwrapper a
{
    width: 200px;
    overflow: hidden;
    float:left !important;
}

div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2, 
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel3,
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel4,
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel5
{
    float:left;
}      

div.sfnavlevel1.TDB0CC2CCHG5D li:hover .navigationwrapper
{
    left: auto;
}

div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2,
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2
{
    clear:both
}

div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2 div.sfnavlevel3 .navigationwrapper, 
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel3 div.sfnavlevel4 .navigationwrapper, 
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel4 div.sfnavlevel5 .navigationwrapper,
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2 li:hover div.sfnavlevel4 .navigationwrapper,
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2 li:hover div.sfnavlevel5 .navigationwrapper,
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2 li:hover div.sfnavlevel3 li:hover div.sfnavlevel5 .navigationwrapper
{
    left: -999em;
}   

div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2 li:hover .navigationwrapper, 
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel3 li:hover div.sfnavlevel4 .navigationwrapper,
div.sfnavlevel1.TDB0CC2CCHG5D div.sfnavlevel2 li:hover div.sfnavlevel4 li:hover div.sfnavlevel5 .navigationwrapper
{    
    left: 200px;
}
/* ------------------------------------------------ */
/* Custom CSS from 'render all' tab: */

div.sfnavlevel2.TDB0CC2CCHG5D .navigationwrapper
{
background-image:url("/media/menu2_bg.png") !important;
background-repeat:repeat !important;
margin-top:-2px;
padding-top:7px !important;
padding-bottom:7px !important;
}

div.sfnavlevel3.TDB0CC2CCHG5D .navigationwrapper
{
background-image:url("/media/menu2_bg.png") !important;
background-repeat:repeat !important;
margin-top:-7px;
padding-top:7px !important;
padding-bottom:7px !important;
}

div.sfnavlevel4.TDB0CC2CCHG5D .navigationwrapper
{
}

div.sfnavlevel1.TDB0CC2CCHG5D .navigationwrapper a
{
    /* main menu items */
}

div.sfnavlevel2.TDB0CC2CCHG5D .navigationwrapper a span
{

padding-top:5px !important;
padding-bottom:5px !important;
padding-left:9px !important;
padding-right:0 !important;
font-size:7pt !important;
background-image:none !important;
/*border-bottom:1px dotted white;*/
margin-left:14px !important;
margin-right:14px !important;
    /* main menu items */
}

div.sfnavlevel3.TDB0CC2CCHG5D ul.navigationlist li.lastitem a span
{
/*border-bottom:0;*/
}

div.sfnavlevel3.TDB0CC2CCHG5D .navigationwrapper a span
{
/*border-bottom:1px dotted white;*/
}

div.sfnavlevel2.TDB0CC2CCHG5D ul.navigationlist li.lastitem a span
{
/*border-bottom:0;*/
}

div.sfnavlevel2.TDB0CC2CCHG5D ul.navigationlist li.activeitem a.activelink span
{
padding-left:10px !important;
background-image:url('/media/arrow_orange.png') !important;
background-position:left center  !important;
background-repeat:no-repeat !important;
}

div.sfnavlevel2.TDB0CC2CCHG5D ul.navigationlist li.activeitem a.activelink:hover span
{
padding-left:10px !important;
background-image:url('/media/arrow_orange.png') !important;
background-position:left center  !important;
background-repeat:no-repeat !important;
}

div.sfnavlevel2.TDB0CC2CCHG5D  ul.navigationlist li.navigationlistitem a:hover span
{

background-image:url('/media/arrow_white2.png') !important;
background-position:left center  !important;
background-repeat:no-repeat !important;
padding-left:9px  !important;
}

div.sfnavlevel1.TDB0CC2CCHG5D li .navigationwrapper
{
    /* all submenus */
}

div.sfnavlevel1.TDB0CC2CCHG5D li .navigationwrapper a
{
    /* all submenuitems */
}








div.sfnavlevel2.TDB0CC2CCHG5D li a span,
div.sfnavlevel2.TDB0CC2CCHG5D li.lastitem div.sfnavlevel3.TDB0CC2CCHG5D a span,
div.sfnavlevel2.TDB0CC2CCHG5D li.lastitem div.sfnavlevel3.TDB0CC2CCHG5D li.lastitem div.sfnavlevel4.TDB0CC2CCHG5D a span
{
	border-bottom:1px dotted white;
}

div.sfnavlevel2.TDB0CC2CCHG5D li.lastitem a span,
div.sfnavlevel2.TDB0CC2CCHG5D li.lastitem div.sfnavlevel3.TDB0CC2CCHG5D li.lastitem a span,
div.sfnavlevel2.TDB0CC2CCHG5D li.lastitem div.sfnavlevel3.TDB0CC2CCHG5D li.lastitem div.sfnavlevel4.TDB0CC2CCHG5D li.lastitem a span
{
	border-bottom:0;
}












