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

/*html, body { height: 100%; } */

body {
	font                : 14px  Century Gothic, Tahoma, Arial, verdana, Helvetica, sans-serif;
      background-image    : url(images/bak.jpg);
	background-position : top center;
      background-repeat   : repeat-x;
      background-attachment: fixed; 
	background-color    : #fff;
	line-height         : 1.5em;
	color               : #333;
	padding	        : 10px 0px 0px 0px;
	margin              : 10px 0px 0px 0px;
	text-align          : center; /* "Center" for å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

#container {
      background-image    : url(images/bunn.jpg);
      background-position : bottom center;
      background-repeat   : no-repeat;
	width               : 650px;
	min-height          : 550px;
	padding	        : 0px 0px 0px 0px;
	margin              : 0px auto;
	text-align          : left;
	background-color    : #fff;
	border              : 0px solid #000;
}

#topp{
     	width               : 650px;
      background-color    : #fdf7df;
}

#side{
      width               : 160px;
      padding             : 15px 30px 0px 40px;
      color               : #888;
      font-size           : 10px;
      float               : right;
     	min-height          : 550px;
      background-image    : url(images/dtool_bak.jpg);
      background-position : top left;
      background-repeat   : no-repeat;
      line-height         : 1em;
}


#meny{
	width               : 630px;
      text-align          : left;
	margin              : 0px 20px 10px 0px;
	padding             : 0px 0px 0px 0px;
	border              : 0px solid yellow;
}


#dtool {
      background-repeat   : no-repeat;
      width               : 600px;
	min-height          : 200px;
      margin              : 0px 30px 50px 20px;
      padding		  : 15px 0px 0px 0px;
	border              : 0px solid red;
}
/*
.side_over                { font-size: 12px; color: #b49480; font-weight: bold;}
.admin_overskrift         { font-size: 16px; font-weight: normal; margin-bottom:20px;}


a.white:link              { color: #845036; text-decoration: none;}
a.white:visited           { color: #845036; text-decoration: none;}
a.white:hover             { color: #714224; text-decoration: none;}

*/
