<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	html
	{
		text-align: center;
	}
	
	.clearBoth { 
	  clear: both; 
	  height: 1px; 
	}
	
	
	body {
		position: relative;
		/*background-color: #FFF;*/
		margin: 0; 
		padding: 0; 
		color: #000;
		text-align: center;
		/*z-index: -2;*/
		font-family: 'Quattrocento Sans', sans-serif;
		font-size: 12px;  
	}
	
	h1, h2, h3, h4, h1 *, h2 *, h3 *, h4 *, h1 a, h2 a, h3 a, h4 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link {}
	h1 { padding-bottom: 0px; }
	h1, h1 *, h1 a, h1 a:link { font-size: 14px; }
	h2, h2 *, h2 a, h2 a:link { font-size: 14px;}
	h3 { padding-bottom: 5px; }
	h3, h3 *, h3 a, h3 a:link { font-size: 12px;}
	h4 { padding-bottom: 5px; }
	h4, h4 *, h4 a, h4 a:link { font-size: 10px;}
	h5, h5 *, h5 a, h5 a:link { font-size: 8px;}
	h6, h6 *, h6 a, h6 a:link { font-size: 6px;}
	
	.vspace {
	  height: 20px;
	}
		
	strong {
	  font-weight: bold; 
	}
	
	b {
	  font-weight: bold; 
	}
	
	em {
	  font-style:italic;
	}
	
	ol {
	  list-style:decimal;
	}
	
	ol, ul {
	  list-style-position:inside;
	}
	
	.uppercase 
	{
		text-transform: uppercase;
	}
	
	img 
	{
	    border: 0;
	    margin: 0;
	    padding: 0;
	}
	
	div.topbackrstripe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 325px;
		background: #000;
		z-index: -1;
	}

	div.bottombackrstripe {
		position: absolute;
		width: 100%;
		height: 145px;
		bottom: 0;
		left: 0;
		background: #000;
		z-index: -1;
	}

	#container {
		width: 960px;
		margin: 0 auto; 
		padding: 0 0 0 0;		
		z-index: 99;
	}
	
	
	#header
	{
		position: relative;
		text-decoration: none;
		text-align: left;
		margin: 0;
		/*height: 110px;*/
		color:#FFF;
	}
		
	
	
	#sitelogo {
		position: relative;
		padding-top: 27px;
		/*padding-left: 30px;*/
	}
		
	#menuwrapper {
		position: relative;
		text-align: right;
		float: right;
		margin-right: 30px;
	}
	
	#menuwrapper:after {
		clear: both;
	}
	
	#content {
		width: 100%;
	}

	#footer {
		position: relative;
		color:#FFF; 
		height: 145px;
		text-align: center;
		font-size: 13px;
	}
	
	sub {
	  font-size: 9px;
	}
	
	sup {
	  font-size: 9px;
	}
	
	/* ----  FRONT PAGE SLIDER  ---- */
	
	#slider 
	{
	    padding: 0;
	    margin: 0;
		position: relative;
		width: 100%;
		height: auto;
        -webkit-box-shadow: 0px 1px 5px 0px #000;
		-moz-box-shadow: 0px 1px 5px 0px #000;
		box-shadow: 0px 1px 5px 0px #000;
	}

    #slider img 
    {
        width: 100%;
        display: block;
    }
    
    #noslider 
    {
        height: 200px;
    }
    
	/* ----  TOP NAVIGATION  ---- */
	#topmenu 
	{
	    position: relative;
	    text-align: right;
	    font-size: 10px;
		margin-bottom: 10px;
	}
	
	#topmenu ul.top-nav 
	{
	    position: relative;
	    text-align: right;
	    font-size: 13px;
	}

	#topmenu ul.top-nav a
	{
	    color: #FFF;
	    text-decoration: none;
	}
	
	#topmenu ul.top-nav a:hover
	{
	    text-decoration: underline;
	}
	
	#topmenu ul.top-nav li {
		/*float: left;*/
		padding-left: 10px;
		display: inline;
	}
	
	/* ----  MAIN NAVIGATION  ---- */
	
	#main-menu 
	{
	    width: 170px;
	    min-height: 200px;
	    margin-right: 60px;
	    float: left;
	    text-align: left;
	    display: block;
	}
		
	#main-menu-mobil 
	{
	    text-align: left;
	    display: none;
	    margin-bottom: 10px;
	}
	
	#dropitButton
	{
	    font-size: 15px;
	    text-decoration: none;
	    color: #000;
	    padding: 5px;
	    border: 1px solid #000;
	}
	
	
	span.dropit-text, #dropitButton img 
	{
	    vertical-align: middle;
	}
	
	
/* ----  1st LEVEL NAVIGATION ---- */

ul.nav1level
{
    color: #000;
    font-size:14px;
    padding: 0px 0px;
    /*border-bottom: 1px solid #999;*/
}

ul.nav1level li{
  padding: 5px 0px 5px 0;
  border-bottom: 1px solid #999;
}

ul.nav1level li.last{
  /*border-bottom: 1px solid #999;*/
}

ul.nav1level a{
    color: #000;
    text-decoration: none;
    margin: 12px 0px;
}

ul.nav1level a.selected {
  font-weight: bold;
}

ul.nav1level a:hover {
  text-decoration: underline;
}

/* ----  2nd level NAVIGATION  ---- */

ul.nav2level
{
    color: #000;
    font-size:13px;
    padding: 0px 0px;
    margin: 7px 0 0 0;
    border-top: 1px solid #999;
}

ul.nav2level li{
  padding: 5px 0px 5px 0;
  margin-left: 25px;
  border: 0px;
  font-weight: normal;
}

ul.nav2level a{
    color: #000;
    text-decoration: none;
    margin: 12px 0;
    font-weight: normal;
}

ul.nav2level a.selected {
  font-weight: bold;
}

ul.nav2level a:hover {
  text-decoration: underline;
}


/* ----  1st LEVEL NAVIGATION MOBILE---- */

ul.nav1level-mobile
{
    color: #000;
    font-size:15px;
    padding: 0px 0px;
	border: 1px solid #000;
	padding: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px #000;
	-moz-box-shadow: 0px 1px 5px 0px #000;
	box-shadow: 0px 1px 5px 0px #000;
    background: #FFF;
    
}

ul.nav1level-mobile li{
  padding: 10px 20px;
  border-bottom: 1px solid #999;
}

ul.nav1level-mobile li.last{
  /*border-bottom: 1px solid #999;*/
}

ul.nav1level-mobile a{
    color: #000;
    text-decoration: none;
    margin: 12px 0px;
}

ul.nav1level-mobile a.selected {
  font-weight: bold;
}

ul.nav1level-mobile a:hover {
  text-decoration: underline;
}

/* ----  2nd level NAVIGATION MOBILE  ---- */

div.nav2level-mobile
{
    color: #000;
    font-size:13px;
    padding: 0px 0px;
    margin: 7px 0 0 0;
    /*border-top: 1px solid #999;*/
	background: #FFF;    
}

div.nav2level-mobile div.sub2li{
  padding: 5px 0px 5px 0;
  margin-left: 25px;
  border: 0px;
  font-weight: normal;
}

div.nav2level-mobile a{
    color: #000;
    text-decoration: none;
    margin: 12px 0;
    font-weight: normal;
}

div.nav2level-mobile a.selected {
  font-weight: bold;
}

div.nav2level-mobile a:hover {
  text-decoration: underline;
}
	
	/* ----     FOOTER    ---- */
	
	#footer-sections 
	{
	    width: 725px;
	    margin: 0 auto;
	}
	
	div.footer-section 
	{
	    width: 200px;
	    height: 100px;
	    float: left;
	    border-right: 1px solid white;
	    margin: 20px 0;
	    text-align: left;
	    font-size: 11px;	    
	    padding: 0 20px;
	}
	
	div.fs-last
	{
	    border-right: 0;
	}
	
	div.footer-heading 
	{
	    font-size: 14px;
	    font-weight: bold;
	}

	/* ----     FRONTPAGE BOXES    ---- */
	
	#frontpage-boxes
	{
	    width: 100%;
	    margin: 0 auto;
	}
	
	div.fpBox 
	{
	    width: 210px;
	    height: 220px;
	    float: left;
	    margin: 40px 40px 0px 0;
	    text-align: center;
        -webkit-box-shadow: 0px 1px 5px 0px #000;
		-moz-box-shadow: 0px 1px 5px 0px #000;
		box-shadow: 0px 1px 5px 0px #000;
		overflow: hidden;
	}
	
	div.fpBox-last
	{
	    margin-right: 0;
	}
	
	div.fpBox-heading 
	{
	    font-size: 15px;	    
	    font-weight: bold;
	    text-transform: uppercase;
	    text-align: center;
	    background: #3b3b3b;
	    color: #FFF;
	    width: 100%;
	    height: 23px;
	    vertical-align: middle;
	    padding-top: 7px;
	    border-top: 1px solid #3b3b3b;
	    border-left: 1px solid #3b3b3b;
	    border-right: 1px solid #3b3b3b;
	}

	div.fpBox  a
	{
		text-decoration: none;
	}

    div.fpBox img 
    {
        border-left: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }	
	/* ----     SIDEBAR BOXES    ---- */
	
	#sidebar-boxes
	{
	    width: 275px;
	    margin-left: 60px;
	    min-height: 400px;
	    float: right;
	}
	
	div.sidebarBox 
	{
	    width: 275px;
	    height: 150px;
	    margin: 0px 0px 20px 0;
	    text-align: center;
        -webkit-box-shadow: 0px 1px 5px 0px #000;
		-moz-box-shadow: 0px 1px 5px 0px #000;
		box-shadow: 0px 1px 5px 0px #000;
	}
	
	/* ---- images floating----*/
	p.left, p.right {
	  margin: 0 !important;
	}
	
	img.left {
	  float: left;
	  margin: 0 1em 1em 0 !important;
	}
	
	img.right {
	  float: right;
	  margin: 0 0 1em 1em !important;
	}
	
	
	/* ==== page templates ====*/
	
	div.pageHeading {
		font-size: 28px;
		padding: 0 0 20px 0px;
	}
	
	#content-body 
	{
	    margin: 48px 0 32px 0;
	}
	/* ==== homepage ====*/
	
	div.pageTextHome 
	{
	    margin: 0 auto;
	    padding: 13px 0;
	    border-top: 1px solid #000;
	    border-bottom: 1px solid #000;
	    font-size: 16px;
	    font-style:bold;
	    width: 930px;
	}
	
	
	/* ==== text page ====*/
	#page-content 
	{
	    width: 395px;
	    float: left;
	    text-align: left;
	    /*margin-left: 230px;*/
	}
	
	div.pageText p 
	{
	    margin-bottom: 10px;
	}
	
	#page-content-full 
	{
	    width: 730px;
	    float: left;
	    text-align: left;
	}

	/* ==== newsletter ====*/
	div.footer-text .newsletter {
		margin: 10px 0;
	}
	
	div.footer-text #txtEmail {
		height: 20px;
		border: 0;
		padding: 0 0 0 10px;
		width: 160px;
		font-size: 11px;
		vertical-align: middle;	
	}
	
	div.footer-text #btnSubmit {
		height: 20px;
		width: 25px;
		border: 0;
		background: #FFF url('/images/tilmeld.png') no-repeat;
		vertical-align: middle;
	}

	p.tilmeldnb {
		margin-top: 5px;
	}

	div.footer-text #mailinglist {
		height: 20px;
		border: 0;
		padding: 0 0 0 10px;
		width: 160px;
		font-size: 11px;
		vertical-align: middle;	
		margin-top: 2px;
		width: 200px;
	}

	div.footer-text input.mlchk {
		margin-bottom: 3px;
	}

	div.footer-text span.mlchk {
		margin-right: 3px;
	}

	div.footer-text span.mlchk2 {
		margin-right: 8px;
	}

	
	/* ==== gallery ====*/
	img.galleryThumb {
		float: left;
		border: 0;
		margin: 5px;
	}

	/* ========== response for smaller screen  ===========*/
	
	@media screen and (max-width: 970px) {
		#container	{
			width: 90%;
		}
		
		#frontpage-boxes 
		{
		    width: 710px;
		    text-align: center;		    
		}
		
		div.fpBox-third 
		{
		    margin-right: 0;
		}
		
		div.fpBox-last
		{
		    margin-right: 250px;
		    margin-left: 250px;
		}
		
		#page-content-full 
		{
		    width: 70%;
		}

		#page-content
		{
		    width: 34%;
		}
		
		#sidebar-boxes
		{
		    margin-left: 30px;
		}
	}

	@media screen and (max-width: 910px) {
		#page-content
		{
		    width: 65%;
		}

		#sidebar-boxes
		{
		    clear:both;
		    margin-left: auto;
		    margin-right: auto;
		    width: 570px;
		    text-align: center;
		    float: none;
		}
		
		div.sidebarBox 
		{
		    margin: 10px 5px;
		    float: left;
		}
	}	
	
		
	@media screen and (max-width: 880px) {
		div.topbackrstripe {
			height: 300px;
		}

		#page-content-full 
		{
		    width: 65%;
		}
	}	
	
	@media screen and (max-width: 790px) {
		div.topbackrstripe {
			height: 270px;
		}
		div.pageTextHome {
			width: 90%;
		}
		
		#frontpage-boxes 
		{
		    width: 460px;
		}
		
		div.fpBox-second
		{
		    margin-right: 0px;
		}
		
		div.fpBox-third 
		{
		    margin-right: 40px;
		}
		
		div.fpBox-last
		{
		    margin-right: 0px;
		    margin-left: 0px;
		}
		
		#page-content-full, #page-content
		{
		    width: 63%;
		}		
	}

	@media screen and (max-width: 724px) 
	{
	    #footer-sections 
	    {
	        width: 483px;	    
	    }
	    
	    #footer 
	    {
	        height: 250px;
	    }
	    
	    div.bottombackrstripe 
	    {
	        height: 250px;
	    }
	    
	    div.fs-second 
	    {
	        border-right: 0px;
	    }
	    
	    div.fs-last
	    {
	        padding-left: 140px;
	        padding-right: 140px;
	    }
	    
		#page-content-full, #page-content 
		{
		    width: 60%;
		}
	    
	}
	
	@media screen and (max-width: 690px) {
		div.topbackrstripe {
			height: 240px;
		}
		
		#page-content-full, #page-content 
		{
		    width: 55%;
		}
	    
	}
	
	@media screen and (max-width: 590px) {
		div.topbackrstripe {
			height: 210px;
		}
		
		#header {
			text-align: center;
		}
			
		#sitelogo {
			padding-left: 0px;
		}
			
		#topmenu {
			text-align: center;
			margin-top: 5px;
			margin-bottom: 5px;
		}
			
		#topmenu ul.top-nav {
			text-align: center;
		}			
		
		#page-content-full, #page-content 
		{
		    width: 40%;
		}
	    
		#sidebar-boxes
		{
		    width: 290px;
		}
		
	}
	
		
	@media screen and (max-width: 510px) {
		#frontpage-boxes 
		{
		    width: 210px;
		}
		
		div.fpBox-second
		{
		    margin-right: 0px;
		}
		
		div.fpBox-third 
		{
		    margin-right: 0px;
		}
		
	    #footer-sections 
	    {
	        width: 242px;	    
	    }
	    
	    #footer 
	    {
	        height: 375px;
	    }
	    
	    div.bottombackrstripe 
	    {
	        height: 375px;
	    }
	    
	    div.footer-section
	    {
	        border-right: 0px;
	    }
	    
	    div.fs-last
	    {
	        padding-left: 20px;
	        padding-right: 20px;
	    }
		
	}
	
	@media screen and (max-width: 450px) {
		#page-content-full, #page-content 
		{
		    width: 100%;
		}
		
		#main-menu 
		{
		    display: none;
		}
		
	    #main-menu-mobil 
	    {
	        display: block;
	    }
	}

	@media screen and (max-width: 400px) {
		div.topbackrstripe {
			height: 180px;
		}
	}
	
	




































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
</pre></body></html>