/* CSS Document */

/*tekst*/
.h1{
 	margin: 0px 0px 0px 0px; 
 	padding: 5px 5px 15px 10px;  	
 	background: #ffffff; 
 	font: 13pt Arial, Verdana, Helvetica, sans-serif; line-height: 170%;
	color: #B9642B;	
	font-weight:600;
	border-bottom: 1px solid #999999; 
 } 
.h2{
 	margin: 0px 0px 0px 0px; 
 	padding: 5px 5px 15px 10px;  	
 	background: #eeeeee; 
 	font: 12pt  Arial, Verdana, Helvetica, sans-serif; line-height: 170%;
	color: #B9642B;	
	font-weight:600;
	border-bottom: 1px solid #999999; 
 } 
.h3{
 	margin: 0px 0px 0px 0px; 
 	padding: 5px 5px 15px 10px;  	
 	background: #eeeeee; 
 	font: 11pt  Arial, Verdana, Helvetica, sans-serif; line-height: 170%;
	color: #333333;	
	font-weight:600;
	border-bottom: 1px solid #999999; 
 } 
.tekst1{
 	margin: 15px 0px 0px 10px; 
 	padding: 0px;  	
 	font: 10pt  Arial, Verdana, Helvetica, sans-serif; line-height: 140%;
	color: #333333;	
 } 

/*a:link, a:active, a:visited   {text-decoration: none; 	margin: 0px 0px 0px 0px;  font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 140%;	color: #333333;}
a:hover {background: #B9642B; color: #F7F3F7; }
*/

/* columns */
#col { float:left; width:185px; margin:0px 0px 0px ; padding:0px; }
.colleft {
	float:left;
	margin:25px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	width:210px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
}

#col2 {width:185px; margin:0px 0px 0px ; padding:0px; }
.colcenter { float:none; margin:25px 0px 25px 0px; padding:0px 0px 0px 0px; width:210px; 
border-left: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
border-top: 1px solid #cccccc; 
border-bottom: 1px solid #cccccc; 
background: #EEEEEE;}

#col3 { float:right; width:185px; margin:0px 0px 0px ; padding:0px; }
.colright { float:left; margin:25px 0px 25px 0px; padding:0px 0px 0px 0px; width:230px; 
border-left: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
border-top: 1px solid #cccccc; 
border-bottom: 1px solid #cccccc; 
background: #EEEEEE;}


/* General lay-out */
td img {display: block;}
#Layer1 {
	position:absolute;
	width:100%;
	height:115px;
	z-index:1;
	top: -1px;
}
