/* ------------------------------------------------------------------------------------------------------------
KUNDE.CSS
-  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
------------------------------------------------------------------------------------------------------------ */

body {
	background-color    : white;
	padding             : 0px;
	margin              : 0px;
	text-align          : center; /* For å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

#container {
	width               : 750px;
	margin              : 0px auto;
	text-align          : left;
      background-position : 0px 40px;
      background-repeat   : no-repeat;
	border              : 0px solid red;
	padding             : 0px;
	min-height          : 650px;
	border              : 0px solid black;

}

#dtool {
	width               : 440px;
	margin-left         : 300px;
}

#meny_div {
	width               : 240px;
	margin              : 540px 0px 0px 0px;
	padding             : 0px 20px 3px 0px;
	float               : left;
	text-align          : right;
}

#meny_txt {
	padding             : 0px 0px 3px 0px;
	margin              : 0px 0px 5px 0px;
	border-top          : 1px solid #ccc;
	border-bottom       : 1px solid #ccc;
}

div #galleri              { display: inline;}
