/* ------------------------------------------------------------------------------------------------------------
KUNDE.CSS v3
-  dtool.css   Standardstiler dtool-div     inkluderes i header.php og fckconfig.js
-  text.css    Tekst (individuell)          inkluderes i header.php og fckconfig.js
-  kunde.css   Sideoppsett (individuell)    inkluderes i header.php
---------------------------------------------------------------------------------------  Oppdatert 30.04.10. */

html, body { height: 100%; }

body {
      font                : 12px verdana, tahoma, sans-serif;
	line-height         : 1.3em;
      background-image    : url(images/bak.jpg);
	background-color    : #114593; 
	background-position : bottom left;
      background-repeat   : repeat-x;
      background-attachment: fixed;
	color               : #151515;
	padding             : 0px;
	margin              : 0px 0px 0px 0px;
	text-align          : center; /* For å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

table {border-collapse: collapse;}

#container {
      background-image    : url(images/bakgrunn.gif);
      background-position : top center;
      background-repeat   : repeat-y;
	width               : 850px;
	margin              : 0px auto;
	text-align          : left;
	border              : 0px solid #676566;
}

#meny {
	float               : left;
	font                : 16px arial;   
	width               : 100px;
	text-align          : left;
	margin              : 0px 0px 0px 0px;
	padding             : 0px 0px 0px 62px;
	border              : 0px solid black;

}

#dtool {
      margin              : 0px 20px 0px 170px;
      padding             : 0px 0px 0px 0px;
	border              : 0px solid black;
}

#finn {
      min-height          : 300px; 
      margin              : 0px 0px 0px 65px;
      padding             : 0px 0px 0px 0px;
	border              : 0px solid black;
}

#bunntekst {
      font-size           : 12px; 
      color               : #999999;
      clear               : both;
      text-align          : center;
      padding             : 20px 0px 0px 0px
}
