@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(img/bg-loppe.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.twoColFixLtHdr #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	max-width: 1200px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top : 15px;	
	border: 3px solid #cc0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #cc0000;
	width: 100%;
	max-width: 1200px;  
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	float: left; /* since this element is floated, a width must be given */
	width: 0%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
   max-width: 0px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0% 0% 0% 0%;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0%; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	max-width: 1200px;
	padding: 0 1%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #mainContent h1 {
	color: #cc0000;
    font-size: 18px;
	text-align:center;			
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent h2 {
	color: #000000;
    font-size: 12px;
}  

.twoColFixLtHdr #mainContent h3 {
	color: #000000;
    font-size: 12px;
} 

.twoColFixLtHdr #mainContent h6 {
	 color: #000000;
    font-size: 9px;
    font-weight: bold;
}

.twoColFixLtHdr #mainContent img {
   max-width: 100%;
   height: auto;
} 

.twoColFixLtHdr #footer {
	max-width: 1200px; 
	padding: 1% 1% 1% 1%; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cc0000;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	height: 40px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 22px;
}

.linkssmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #cc0000;
	text-decoration: none;
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 18px;
}

.linksw {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	A:Hover  {
    color : #e0000;
	}
	
   	A:  {
	text-decoration : none;
	}	

   #pix{ float: right; 
   margin:0 0 0.5em 0.5em;
   border: 2px solid #ee0000;
   padding: 5px;
   max-width: 100%;
   height: auto;
   font-size: 10px;
   font-weight:bold;  }
   
   #pixleft{ float: left; 
   margin:0.5em 0.5em 0.5em 0.5em;
   border: 2px solid #ee0000;
   padding: 5px;
   max-width: 100%;
   height: auto;
   font-size: 10px;
   font-weight:bold; }
   
   img.pix{ float:right; border: 2px solid #ff0000;; 
   clear:right; margin:0.5em 0.5em 0.5em 0.5em}   
   
   #place{ 
   float: right; 
   margin:0.5em 0.5em 0.5em 0.5em;
   border: 0px solid #ff0000; 
   padding: 5px;
   max-width: 100%;
   height: auto;
   font-size: 10px;
   font-weight:bold; 
   }
   
   #bmt{ 
   float: right; 
   margin:0.5em 0.5em 0.5em 0.5em;
   padding: 5px; 
   max-width: 100%;
	height: auto;
	font-size: 9px;
	text-align: center;
	color: #ee0000;
	font-weight:bold;
   }
   
   #slideshow {
    position:relative;
    height:300px;
    }

   #slideshow IMG {
   position:absolute;
   top:0;
   left:0;
   z-index:8;
   opacity:0.0;
   }

   #slideshow IMG.active {
   position:relative;
   z-index:10;
   opacity:1.0;
   }

   #slideshow IMG.last-active {
   position:absolute;
   z-index:9;
   }     
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	text-align: left;
} 

table.gridtable th {
    color: #cc0000;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
    font-size:14px;
}

table.gridtable td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	font-size:12px;
} 

table {
    font-size:12px;
}

.fbm {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 5px;
    border: 2px solid #cc0000;
    font-size: 11px;
  	text-align: center;
  	font-weight: bold;
	color: #000;  
}

   .vare {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 5px;
    border: 0px solid #ee0000;
    font-size: 10px;
 	 text-align: center;
  	font-weight: bold;
	color: #ee0000;  
}

   .oversigt {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 5px;
    border: 0px solid #ee0000;
    font-size: 14px;
 	 text-align: center;
  	font-weight: bold;
	color: #ee0000;  
}

   .imgres {
   max-width: 100%;
   height: auto;
   }

   img {
   max-width: 100%;
   height: auto;
   }
   
   /* Nedenstaaende er betingelser for en skaermbredde under 768 pixels */
	
@media (max-width: 768px) {

.twoColFixLtHdr #footer {
	max-width: 1200px; 
	padding: 1% 1% 1% 1%; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cc0000;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	height: 40px;
} 

   }
