/* CSS Document */


<!--
.leftContentPanel{
		margin-left:40px;
		margin-top:0px;
		width:850px;
		background-color:white;		
		float:left;

}

.leftContentPanelItem{
		
		width:700;
		padding-right:30px;
		text-align:justify;
		background-color:white;
	
}

.leftContentPanelSmallItem{
		width:350;
		background-color:white;
	
}	

.MainWideColumn{
		width:450px;
		padding-left:30px;
		word-wrap:  break-word;
		text-align:justify;
		float:left;
}
.MainSmallColumn{
		width:340px;

		float:left;
}

.WideColumn{
		margin-left:40px;
		width:500px;
		float:left;
}
.SmallColumn{
		padding-left:60px;
		width:240px;

		float:left;
}

.SmallNoFloat{
		width:220px;

}
.SmallFoot{
		width:190px;
		float:left;

}

.FooterSep{
		width:4px;
		float:left;
		

}
.NewsLink{
		font-family: Verena,Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		color:#C35B36;
		float:right;
		padding-right:15px;
		
	}

.FootText{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-left:5px;
		padding-right: 5px;
		color:#CDCDD1;

}

	
.productText{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-right: 5px;
		color:#434343;
}
	
.productImage{
				
		float:left;
		margin:5px;
		padding-right:5px;
}
	
.productHeading1{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight:bold;
		text-shadow: 1px 1px 2px #000;
		padding: 5px;	
		color: #505367;	
}

.productHeading2{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:bold;
		
		color: #505367;	
}

.SmallHeading {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #505367;
	font-weight: bold;
}
	
.WideSep {
		
		width:700px;
		height:4px;
		background:url("Image/long-line.gif") no-repeat;
	}	
	
.dcap { 
		float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#505367;
	font-size:40px; 
	line-height: 32px;
	margin-right: 0.1em;
 }
 
 .firstletter {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#505367;
	font-size:40px; 
	line-height: 32px;
	margin-right: 0.1em;
}
	

.style4 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505367;
	font-weight: bold;
}
.style1 {font-size: 10px}
.FooterStyle {
		font-size: 12px;
		color:#FFFFFF;
}
ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    background-image: url("Image/Small/li-mark.gif"); /* Replace bullet.gif with your img */
    background-position: left center; /* Position bullet */
    background-repeat: no-repeat;
    padding-left: 10px; /* Add padding so text doesn't cover bullet img */
}


span.dropcap {
  display:block;
  float:left;
  width:16px;
  height:16px;
  margin-top:5px;
  margin-right:5px;
  background-image:url("Image/Small/ball.gif");
  background-repeat:no-repeat;
  }
span.dropcap span {display:none;}

#hor-minimalist-b
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	margin: 5px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}


#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: normal;
	color: #505367;
	padding: 5px 4px;
	border-bottom: 2px solid #505367;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #434343;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #3C5267;
	font-weight:bold;
	background: url('Image/back.png');
}

#hor-minimalist-b tbody tr:nth-child(odd) {
   background-color: #F1F1F1;
}





body
	{
		
		background:url("Image/bakgrunn.jpg");
		background-color: #c9c9c9;
		background-repeat: repeat-x;
		
	}
	
	#container
	{
		margin: 1em auto;
		width: 900px;
		text-align: left;
		background-color: white;
		
	}
	
	#header
	{

		height: 138px;
		background-color: white;
		text-align: left;

		background:url("Image/topp.jpg")
	}
	

	
	#contents	
	{
	    background-color: #FFFFFF;
	}
	
	#footer	
	{
		clear: both;
		height: 109px;
		background:url("Image/bunn.jpg")

		
	}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}

.highslide img {
	border: 2px solid white;
}

.highslide-dimming { 
background: black; 
position: absolute; 
visibility: hidden; 
} 

.highslide-active-anchor img {
	visibility:hidden;
}

.highslide-wrapper{
	background:white;
}


.highslide:hover img {
	border: 2px solid grey;
}

.highslide-image {
	border: 10px solid white;
	border-bottom:10px solid white;
}

.highslide-image-blur {
}


.highslide-caption {
	border-bottom: 1px solid white;
	font-size :10pt;
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
}

.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	background-image:url(highslide/graphics/loader.gif);
	background-repeat:no-repeat;
	background-repeat:3px 1px;
   
}
.highslide-full-expand {
	background:url(url(highslide/graphics/fullexpand.gif) no-repeat;
	display:block;
	margin:0 10px 10ppx 0;
	width:34px;
	height:34px;
}
.highslide-overlay {
	display:none;
}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 5px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}




A:link { color: #D44A27; text-decoration: none; font-weight: bold; }
A:visited { color: #D44A27; text-decoration: none; font-weight: bold; }
A:hover { color: #D44A27; text-decoration: none; font-weight: bold; }

a.foot:link { color: #D44A27; text-decoration: none; font-weight: bold; }
a.foot:visited { color: #D44A27; text-decoration: none; font-weight: bold; }
a.foot:hover { color: #d0e0c; text-decoration: none; font-weight: bold; }

.NewsLink a:link { color: #991F00; text-decoration: none; font-weight: bold; }
.NewsLink a:visited { color: #505367; text-decoration: none; font-weight: bold; }
.NewsLink a:active {color: #991F00; text-decoration: none; font-weight: bold; }
.NewsLink a:hover { color: #505367; text-decoration:  underline overline; font-weight: bold; } 
