@charset "utf-8";
html {
     overflow: -moz-scrollbars-vertical;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	margin: 8px; /* 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 */

   scrollbar-face-color: #cccccc;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #897E1A;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;

}
.twoColHybLtHdr #container { 
	width: 95%;  /* this will create a container 95% of the browser width */
	background: #ffffff;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header {
	background: #ffffff;	
	padding: 5px 0px 0px 0px;
} 



/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent { 
	margin: 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */

}

.twoColHybLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	background-image: url(../images/meny/bottom_BG.jpg);	
} 



a:link, a:visited{
	color: #666;
	text-decoration: none;

}

a:hover {
	color: #990000;
	text-decoration: underline;
}


.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;
}



.bottomRight1{
    padding: 4px 5px 4px 8px;
	background-color: #EDEAEA;
	font: 0.8em Arial, Helvetica, sans-serif;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #BEBCBC;
}
.bottomRight2{
    padding: 3px;
	background-color: #EDEAEA;
	font: 0.8em Arial, Helvetica, sans-serif;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #BEBCBC;
}


.button {
	BORDER-RIGHT: #999999 3px double; BORDER-TOP: #cccccc 3px double; BORDER-LEFT: #cccccc 3px double; BORDER-BOTTOM: #999999 3px double; 
	COLOR: #666666;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; 
	BACKGROUND-COLOR: #ffffff
}
.bread {
COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; line-height: 16px;
}
.breadMeny {
COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; line-height: 16px; text-align: center;
}
.inputbox {
		margin: 0px 2px 4px 0px;
		BORDER-RIGHT: #d8d8d8 1px solid; BORDER-TOP: #d8d8d8 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #d8d8d8 1px solid; COLOR: #000000; BORDER-BOTTOM: #d8d8d8 1px solid
}

.adress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.adressVit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 500px;
	padding-bottom: 22px;
	font-weight: bold;
}

  .shadowImg {
   padding: 9px 11px 11px 9px;
   background-image: url(../shadow.png);
  }
  
  .demoLink {
   background: url(../images/startsidan/bgStart.png) no-repeat;
   cursor: pointer;
       height:303px;
	   width:203px;
     }
   
   img, div{ behavior: url(../iepngfix.htc) }