
/***  Stilark for www.taktalt.se   ***/


body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	color: black;
  background: #8E8C73 url(grafikk/valdres6.jpg) center no-repeat fixed;	
/*	background: #c8cea0 url(grafikk/canvas3.jpg);   */
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 100%;
	}
	
#banner {
	margin: 0;
	padding: 0;   
	border: 0;
	border-bottom: 2px #637b5a dashed;	
	background: silver url(grafikk/bg4.jpg) center no-repeat;
	height: 100px;
	}

#main {
	border: 1px #637b5a dashed;
	margin: 11px 200px 10px 10px;   /***  topp - høyre - bunn - venstre  ***/
	padding: 10px 15px 25px 15px;
	background: #fff; 
	font-size: 90%;	 	
	}

#right {
	position: absolute;
	top: 100px;
	right: 10px;
	font-size: 15px;
	width: 180px;
	margin: 0;   
	padding: 0;
	padding-top: 2px;	
	border: 0;
	}
	
#box {  
	float: right;
	width: 180px; 
	padding: 10px;
	padding-bottom: 20px; 
	color: inherit;
	background: #f5f5f5;	
	}	
	
div.mailform          { margin-left:   8px; }
div.mailform input    { margin-bottom: 5px; }
div.mailform select   { margin-bottom: 5px; }
div.mailform textarea { margin-bottom: 5px; }
	
h1 {
	margin: 0;  
	padding-botton: 10px;   
	font-size: 140%;	
	}
	
h1 img { 
	padding: 0;
	margin-right: 20px;
	vertical-align: middle;
	}
	
h2 {
	margin: 0;
	padding-botton: 10px; 
	font-size: 100%;	
	}
		
h3 {
	margin: 0;
	padding-botton: 10px; 
	font-size: 90%;	
	}
	
a:hover { 
	color: red;
	background: transparent;
	text-decoration: underline;
	}
	
p#navigasjon { 
  line-height: 1.4em; 
	padding-left: 10px;
	}
	
#navigasjon a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 6px;   /***  topp/bunn - høyre/venstre  ***/
  color: #ffff00;
	background: transparent;		
	font-size: 110%;
	}
	
#navigasjon a:link {
  color: #ffff00;      /***  #ffff00  ***/
	background: transparent;
	}
	
#navigasjon a:visited {
	color: #ffff99;     /***  #ffff99  ***/
	background: transparent;
	}
	
#navigasjon a:active {
	color: lime;
	background: transparent;
	}
	
#navigasjon a:hover {
	color: #ff7b00;
	background: #fff;
	border: 1px #ff7b00 solid;	
	}
	
hr {
	width: 95%;
	height: 1px;
	border: 1px #bdbdbd solid;
	color: #bdbdbd; 
	background: transparent;
	clear: both;
	}	
	
hr.vit {
	border: 1px #fff solid;
	color: #fff; 
	background: transparent;	
	}

						
.skjult { display: none; }	 

img { border: 0; }

img.produkt {  
	float: left;
	margin: 0px 20px 7px 0px;   /***  topp - høyre - bunn - venstre  ***/
	}	
	
img.produkt_r {  
	float: right;
	margin: 0px 15px 7px 20px;   /***  topp - høyre - bunn - venstre  ***/
	}	
	
li { line-height: 1.3em; }

div#moms {  
	font-family: "Courier New", Courier, monospace; 	
	text-align: center;
	font-size: 100%;
	letter-spacing: 0.3em;
	padding-top: 4px;
	padding-bottom: 2px;
	border: 0px red solid;   
	color: #c00000;
	background: transparent;
	}

div#momsreg, address {  
	font-size: 11px;
	font-style: normal; 	
	line-height: 13px;
	color: #666; 
	background: transparent;
	border: 0px blue solid;  
	}	
	
div#momsreg {	
  float: left; 
	text-align: left; 
	}	
	
address { 
  float: right; 
	text-align: right; 
	}	
		
.vare { padding-bottom: 10px; }

span.artnr {    
	font-weight: bold; 
	font-size: 95%;
	}
	
span.pris {  
	padding-left: 10px;
	padding-right: 2px;	
	}	
	
.pris {  

	font-weight: bold;
	color: red; 
	background: transparent;
	padding-left: 1em;
  }
	
div.prisinfo { 
	text-align: right; 
	margin-top: 10px; 
	padding-right: 10px;
	clear: both;
	}
	
	
/* Hides from IE5-mac \*/

* html .body  {height: 1%;}
* html .main  {height: 1%;}
* html #right {height: 1%;}
* html .vare  {height: 1%;}
* html .pris  {height: 1%;}


/* End hide from IE5-mac */ 




/*****  tabeller  *****/
	
caption {
	display: table-caption;  
	font-weight: bold; 		 
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}	

table {  
	display: table;
	margin: 0 0 15px 20px;    /***  topp - høyre - bunn - venstre  ***/	
	border-collapse: collapse;
	border: 2px #bdbdbd solid; 	
	clear: both;
	}
	
thead    { display: table-header-group; }
tbody    { display: table-row-group; }	
colgroup { display: table-column-group; }
tr       { display: table-row; }
		
th, td {  
	display: table-cell;  
	padding: 1px 4px;    /***  topp/bunn - høyre/venstre  ***/ 
	border: 1px #bdbdbd solid; 	
	text-align: center; 
	vertical-align: middle;
	}
	
th.artnr { width: 5em; }

td.artnr {    
	font-weight: bold; 
	text-align: center; 	
	font-size: 85%;
	}
	
th.pris { 
  background: #f5f5f5; 
	text-align: right;
	padding-left: 8px;	
	padding-right: 12px;
	}
	
th, td.th {  
	font-size: 90%;
	font-weight: bold;
	color: inherit;
	background: #f5f5f5;
	}		
	
td {  
	color: inherit;
	background: #fff;
	font-size: 100%;
	}
	
td.left, th.left { 
  text-align: left; 
	padding-left: 10px;
	}
	
td.pris {  
	font-size: 85%;
	text-align: right;
	padding-left: 8px;
	}

li { list-style-type: circle;  }


div.prisinfo span.id {  /***  topp - høyre - bunn - venstre  ***/
	padding-left: 0.7em;
	font-size: 95%;
	font-weight: bold;
	}
	
