/***************************************************
   HTML Element Styles
 ***************************************************/
/* Sets element margins, padding, and border to 0 to even out browser differences.*/
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

/*Typographics styles */
h1 
{
    background-color: Inherit; 
    color: #333333;
	font-size: 1.7em;
	margin-top: 1em;
	font-weight: bold;
}
h2 
{
    background-color: Inherit; 
    color: #333333;
	font-size: 1.4em;
	margin: 0.8em 0em 0.8em 0em;
	font-weight: normal;
}
h3 
{
	margin: 0em 0em 0em 0em;
	background-color: Inherit;
	color: #000000; 
	font-size: 1.0em;
	line-height:1.0em; 
	font-weight: bold;
}
h3.start 
{
	margin: 0em 0em 0em 0em;
	background-color: Inherit;
	color: #000000; 
	font-size: 1.0em;
	line-height:1.0em; 
	font-weight: bold;
}
h4 
{
    background-color: Inherit; 
    color: #333333;
    font-size: 1.2em;
	margin: 0.8em 0em 0.8em 0em;
	font-weight: bold;
}
h5 
{
    background-color: Inherit; 
    color: #333333;
    font-size: 1em;
	margin: 0.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 
{
    background-color: Inherit; 
    color: #333333;
    font-size: 0.9em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
p  
{
    background-color: Inherit; 
    color: #333333;
    font-size: 1em;
	line-height: 1.4em;
	margin: 0.3em 0em 1em 0em;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

em  
{
    background-color: Inherit; 
    color: #333333;
    font-size: 1em;
	line-height: 1.5em;
	padding-left:2em;
}

li.text
{
  background-color: Inherit; 
    color: #333333;
    font-size: 1em;
	line-height: 1.4em;
	margin: 0.3em 0em 1em 0em;   
}

/***************************************************
   Site Layout Container
 ***************************************************/
#frame {
    width: 85em; /** layout 1024px eller 85 em*/
	margin: 0 auto; /** set layout in center of the screen*/
	text-align: left;/** align content to the left*/
	background-color: #CCCCCC;
	color: #000000;
    
} 
/***************************************************
   Site Topnavigation Container
 ***************************************************/
#topnav {
	width: 100%;
	background-color: #CCCCCC;
	color: #000000;
	float: left;
}
#topnavcontent {
	width: 100%;
    padding-top: 2em;
	text-align: right;
	float: right;
}
#navigation { 
    list-style: none;
      
} 
#navigation li { 
    float: right; 
    display: block;
    margin-top: 0px;
    margin-left:0px;

}
#navigation a {
    color: #000000; 
    background: #FFFFFF url("Images/left_top.jpg") left top no-repeat; 
    text-decoration: none;
    padding-left:1em; 
} 
#navigation a span { 
    color: #000000;
    background: #FFFFFF url("Images/right_top.jpg") right top no-repeat;
    padding-right: 1em; 
} 
#navigation a:hover { 
    color: #FFFFFF; 
    background: #175524 url("Images/left_top_hover.jpg") left top no-repeat; 
    text-decoration: none;
    padding-left: 1em;
} 
#navigation a:hover span { 
    color: #FFFFFF;
    background: #175524 url("Images/right_top_hover.jpg") right top no-repeat;
    padding-right: 1em; 
}
/***************************************************
   Site  Container - below topnavigation - includes 
   header with logo and banner,the dateline, menu, 3-col layout.
 ***************************************************/   
#wrapper {
	width: 100%;
	margin: 0;	
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	float: left;
}

/*Header Style*/
#header {
	width: 100%;
	height: 100px;
	background-color:#FFFFFF;
	float:left;	
}
#headercontent {
    padding:0.5em 0em 0em 1em;

}
#logo {
	width: 48%; 
	float: left; 
}
#banner 
{
    padding-top: 1em;
	width: 50%; 
	float: left;
}
#bannercontent { 
	text-align: right;
	float:right; 
}
#dateline {
    clear: both;
    width: 100%;
    line-height: 2em; 
	background-color: #F2F2F2;
	color: #000000;
} 
#showdate {
	width: 60%; 
	float: left;
	text-align: right;
	background-color: #F2F2F2;
	color: #000000; 
}
#showdatecontent { 
    padding-right: 1em;
    padding-top: 0.2em;	 
} 
#search {
	width: 40%; 
	float: right;
	text-align: right;
	background-color: #F2F2F2;
	color: #000000;  
}
#searchcontent { 
    padding-right: 1em;
    padding-top: 0.2em;
}
/*Main menu Style*/
#mainnav {
    clear: both;
    margin:0;
    padding:0;
    width:100%;	
	line-height: 2.0em;
	font-family: Arial, Helvetica, Geneva, Verdana, Sans-Serif;
	font-weight:600;
}
#mainnavcontent 
{
	border-bottom: 0.25em solid #FFFFFF;
	border-top: 0.25em solid #FFFFFF;
	border-left: 0.10em solid #FFFFFF;
	border-right: 0.10em solid #FFFFFF;
}
#mainnav .item {
	border-left-width: 0.15em; 
	border-left-style: solid; 
	border-left-color: #FFFFFF;
	border-right-width: 0.15em; 
	border-right-style: solid; 
	border-right-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	background-color: #1A572B; 
}
#mainnav .selected {
    color: #FFFFFF;
	background-color: #333333; 
}
#mainnav .hover {
	color: #FFFFFF; 
	background-color: #333333;
}

/* container for the 3 columns */

/* Left Side Content Holder Style (Subnavigation)*/
#leftcolumn {
	width: 14em;
	float: left;
	background-color: #FFFFFF;
    color: #333333;
}
#leftcolcontent 
{
    margin-top:0;
	margin-bottom: 0.15em;
	margin-left: 0.15em;
	margin-right: 0.15em;
	padding-top:0em;
	padding-bottom:0.10em;
	padding-left:0.10em;
	padding-right:0.10em;
}
.sidebarcontainer 
{
    width:13em;
	padding:0.6em;
	border: 0.5em solid #CCCCCC;
	background-color: #F2F2F2;
	color: #000000;
	font-size: 0.9em;
}
.sidebarcontainer a {
    background-color: inherit; 
    color: #FF284E;
}
.sidebarcontainer li {
    list-style-type: none;
}
#subnav {
	overflow: hidden;
	margin-bottom: 1em;
}
#subnav .item {
	padding: 0.3em 0.5em;
	border-top: 0.2em solid #FFFFFF;
	background-color: #E4E4E4; 
	color: #333333; 
}
#subnav .selected {
	background-color: #A1CF39; 
	color: #000000;
}
#subnav .hover {
	color: #FFFFFF; 
	background-color: #A1CF39;
}
#subnav table {
    border-bottom: 0.2em solid #FFFFFF;
}
#subnav table table {
    border-bottom: none;
}
h4 img {
    margin-bottom: -0.5em;
}
.foretag 
{
    background-color: inherit; 
    color: #333333;
    font-size: 1.2em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: bold;
}
.adress
{
    background-color: inherit; 
    color: #333333;
    font-size: 1em;
	line-height: 1.4em;
	margin: 0.3em 0em 0em 0em;
}
.telefon
{
    background-color: inherit; 
    color: #333333;
    font-size: 1em;
	line-height: 2.4em;
	margin: 0.3em 0em 0em 0em;
}
/*Middle Main Content Holder Style*/
#centercolumn 
{
    float:left;
    width:52em;
	background-color: #FFFFFF;
    color: #333333;
}
#centercolumncontent { 
    padding: 1em 0 1em 0; 
}
#breadcrumbs 
{
	font-size: 0.9em;
	text-align: left;
	width:100%;

}
#breadcrumbs a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	padding-right: 1em;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
#copy a {
    background-color: inherit; 
    text-decoration:none;
}
#copy .container 
{
    float:left;
    width:98%;
    color: #000000;
    background-color: #FFFFFF;
    border-top: 0.2em solid #CCCCCC;
    margin: 0.4em;
}
#copy .containercontent
{
    
	padding: 0 1.6em 1.25em 1.6em;
	
}
#copy .containercontent li 
{
    margin-left:2em;
    line-height:1.4em;
}
#copy img, #rightcolumn img {
    border: 1px solid #CCCCCC !important;
}
#copy .teaser {
	margin-top: 0;
	background-color: inherit;
	color: #777777; 
	font-size: 1.0em; 
	font-weight: normal;
}
#copy td, #copy th {
    padding: 0.2em 0.5em;
}
#copy .container table tr {
    font-size: 0.9em;
}
.txtBox {
    border: 0.07em solid #666666;

}
#copy fieldset {	
	margin: 1em 0;
	padding: 1em;
	border: 0.1em solid #CCCCCC;
	width:45em;
}
#copy fieldset label {	
	color: #666666;
	background-color: #FFFFFF;
}

#copy legend {
	color: #666666;
	background-color: #FFFFFF;
}
.button {
    border: 0.07em solid #1A572B;
    color: #000000;
    background-color: #CCCCCC;
    font-size: 1em;
}
#copy .container .button {
    border: 0.1em solid #1A572B;
    color: #000000;
    background-color: #CCCCCC;
    font-size: 1em;
}
div.readmore {
	text-align: right;
	font-size: 0.9em;
}
/* Right Column Content Holder Style */
#rightcolumn {
	width: 17em; 
	float:right;
	margin-top:0;
	margin-bottom:0.5em;
	margin-right:0.15em;
	margin-left:0; 
    background-color: #1A572B;
	color: #FFFFFF;
	font-size:0.9em;

}
#rightcolcontent 
{
    padding-top:0;
    padding-bottom:0.3em;
    padding-left:0.3em;
    padding-right:0.3em;
}
#rightcolcontent H4
{
    background:transparent;
    color:#FFFFFF;
    text-align:left;
    padding-left:1em;
}
#rightcolcontent H3 {
    background:transparent; 
    color: #FFFFFF;
    padding-left:1em;
    padding-bottom:0.5em;
}
#rightcolcontent p
{
    background:transparent;
    color:#FFFFFF;
    padding-left:1em;
}
#rightcolcontent a {
    background-color: inherit; 
    color: #A1CF39;
    letter-spacing:0.1em;
    padding-right:0.5em;
    text-decoration:none;
}
.imgfloatright 
{
    margin:0em;
	float: right;
	display: inline;
	padding: 0em 0.9em 1em 0.9em;
	
}
.imgStartfloatleft 
{
    margin:0em;
	float: left;
	display: inline;
	padding: 0em 0.9em 0.5em 0.9em;
	
}

.imgfloatleft 
{
    margin:0em;
	float: left;
	display: inline;
	padding: 0em 0.9em 1em 0.9em;
	
}
/*Calender style */
#calendercontainer 
{
	background: #FFFFFF;
	text-align:center;
	}
	
.calenderroundtop 
{
	background: #1A572B;
	}
.calenderroundbottom 
{
	background: #1A572B;
	}
.r1
{
	margin: 0 5px;
	height: 1px;
	overflow: hidden;
	background: #FFFFFF;
	}
.r2
{
	margin: 0 3px; 
	height: 1px; 
	overflow: hidden; 
	background: #FFFFFF;
	}
.r3
{
	margin: 0 2px; 
	height: 1px; 
	overflow: hidden; 
	background: #FFFFFF;
	}
.r4
{
	margin: 0 1px; 
	height: 2px; 
	overflow: hidden; 
	background: #FFFFFF;
	}
.calendercontent 
{
	padding: 1em;
	}
.calendercontent p
{
    color:#000000;
    background-color:Transparent;
}
.ord
{

    text-indent:1em; 
}
/***************************************************
   Photogallery
 ***************************************************/
 .galleribox
 {
     width: 100%;
 }

.thumbnail
{
    width:100px;
    float:left;
    margin: 0 10px 10px 0;
}

.thumbnail p
{
    margin: 0;
    padding: 2px 0 10px 0;  
}

.thumbnail p a:link 
{
    color: #666666;
    background:inherit;
}

.thumbnail p a:visited 
{
    color: #666666;
    background:inherit;
}

.thumbnail p a:hover 
{
    color: #CCCCCC;
    background:inherit;
}
/***************************************************
   VideoBox 
 ***************************************************/
.videobox 
{
    width:100%;
    float:left;
    margin: 0 10px 10px 0;
}
    

/***************************************************
   Footer Style Container 
 ***************************************************/
#footer {
    width: 100%;
	clear: both;
	font-size: 0.9em;
}
#footercontent {
	margin: 0.5em;
	padding: 0.5em 2em;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 0.1em #CCCCCC;
	text-align:center;
}
#footer a {
	margin: 1px 5px;
	color: #FF284E;
	background-color: inherit;
}
/***************************************************
   Print Style 
 ***************************************************/
@media print {	
	body {
		font-size: 10pt;
		line-height: 13pt;
		background: #FFFFFF !important;
	}	
	#frame, #wrapper, #header, #centercolumn, #centercolumncontent, #breadcrumbs, #copy, #copy .container, #copy .teaser, #footer {
		width: auto !important;
		margin: auto !important;
		border: none;
		float:none;
	}

	#topnav, #dateline, #mainnav, #leftcolumn, #rightcolumn {display:none;}

    #frame, #wrapper, #header, #breadcrumbs, #centercolumn, #copy .container, #footer {
		background:transparent;
	}
	
	#headercontent, #centercolumncontent, #copycontainercontent, #footercontent
	{
	    margin:0;
	    padding:0;
	    border-style:none !important;
		border-width:0; }	

	#breadcrumbs {position:static;}
	
	.imgfloatright, .imgfloatleft
	{
	    padding:0.2em; }	
	    
	#footer{	
		position:static;
	}
	
	#footercontent 
	{
	    border:none; }
}