/* ------------------------------------------------------------------------------------------------------------
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 03.05.10. */

body {
      background-image    : url(images/tile2.jpg); 
      background-repeat   : repeat;
	background-color    : #dddddd;
	padding             : 0px;
	margin              : 0px;
	text-align          : center; /* For å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

tr {
      text-align          : left;
}

#container {
      background-image    : url(images/tilefade.gif);
      background-position : top right;
      background-repeat   : repeat-y; 
      padding             : 0px;
      padding-bottom      : 10px;
	width               : 702px;
	margin              : 0px auto;
	text-align          : left;
	background-color    : #ffffff;
	border-color        : #555555;
	border-style        : solid;
	border-width        : 1px;
}

#topp {
	width               : 700px;
/*	height              : 146px; */
	text-align          : right;
	font-size           : 12px;
	font-weight         : bold;

}

#meny {
	text-align          : left;
	width               : 140px;
	padding             : 0px; 
	padding-left        : 15px;
	padding-top         : 20px;
	line-height         : 1.3em;
	float               : left;
	border-color        : #cccccc;
	border-style        : solid;
	border-width        : 0px;
	font-size           : 12px;
}

#dtool {
    margin              : 20px 110px 0px 160px;
	padding-top         : 15px;
	border-left-width   : 0px;
}

#felt2 {
	text-align          : left;
	width               : 90px;
	padding             : 0px; 
	padding-left        : 0px;
	margin-right        : 10px;
	padding-top         : 20px;
	line-height         : 1.3em;
	float               : right;
	border-color        : #cccccc;
	border-style        : solid;
	border-width        : 0px;
	font-size           : 11px;
	text-align          : right;
}

#brosjyre {
	margin-top          : 20px;
	width               : 90px;
	padding             : 0px; 
	font-size           : 9px;
}


