/* ------------------------------------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------------------------------ */

html, body { height: 100%; }

body {
      font                : 11px arial, sans-serif;
      line-height         : 1.3em;
	background-color    : #F0F0F0;
	padding             : 0px;
	margin              : 5px;
	text-align          : center; /* For å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

#container {
      background-image    : url('images/igm_03.gif');
      background-repeat   : repeat-y;
	text-align          : left;
	width               : 741px;
	padding-bottom      : 0px;
	border              : 0px solid #676566;
	min-height          : 650px;
	margin              : 0px auto;
}

#topp {
      width               : 741px;
      height              : 86px;	
}

#flash {
      float               : left;
	width               : 584px;
	text-align          : left;
	margin-right        : 0px;
	padding             : 0px 0px 0px 0px;
	border              : 0px solid blue;
}

#banner {
      float               : right;
	width               : 142px;
      line-height         : 1.5em;
	text-align          : left;
	font-size           : 10px;
	margin-right        : 0px;
	padding             : 10px 5px 10px 5px;
	border              : 0px solid blue;
}

#meny {
      background-color    : #000;
      width               : 721px;
      height              : 28px;      
      padding             : 3px 0px 0px 20px;
	border              : 0px solid black;
}

#dtool {
 	float               : left;
      width               : 540px;
	margin              : 0px 0px 0px 0px;
      padding             : 10px 0px 20px 15px;
	border              : 0px solid black;
}

#bunntekst {
      font-size           : 12px; 
      height              : 30px;
      color               : #999999;
      clear               : both;
      text-align          : center;
      padding             : 0px 0px 0px 0px
}


td.program                { background-color: #f3f3f3; padding: 2px 0px 2px 2px;}
img                       { border: 0px;}
#dtool img                { border: 0px solid black;}


