/* ------------------------------------------------------------------------------------------------------------
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
---------------------------------------------------------------------------------------  Oppdatert 18.02.08. */

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


#container {
	width               : 850px;
	margin              : 0px auto;
	text-align          : left;
	border              : 0px solid green;
}

#topp {
      text-align          : right;
      margin              : 0px;
	background-color    : #eee;
      width               : 850px;
      height              : 139px;
      border              : 0px solid red;
}

#logo {
      float               : left;
      width               : 110px;
      border              : 0px solid red;
      text-align          : left;
}

#meny_top {
      text-align          : left;
      clear               : right;
      font-size           : 14px;
      font-weight         : normal;
      color               : #ffffff;
      background-color    : #1f312f;
      width               : 820px;
      height              : 25px;
      padding             : 5px 0px 0px 25px;
      border              : 0px solid red;
}

#meny {
	width               : 192px;
	padding             : 0px 0px 10px 15px;
	line-height         : 1.5em;
	border              : 0px solid red;
}

#venstre {
	width               : 182px;
      margin              : 0px 0px 0px 0px;
	float               : left;
	border              : 0px solid red;
}

#main {
      margin              : 0px;
      width               : 850px;
      background-color    : #ffffff;
      background-image    : url(images/meny.gif);
      background-position : top left;
      background-repeat   : repeat-y;
	border              : 0px solid #ccc;
}


#dtool {
	margin              : 0px 15px 0px 205px;
      background-color    : #ffffff;
      padding             : 15px 20px 0px 0px;
	border              : 0px solid black;
}

#footer {
	width               : 830px;
	height              : 20px;
	margin              : 0px 0px 0px 0px;
      padding             : 5px 20px 0px 0px;
      background-color    : #405d58;
	border              : 0px solid black;
      text-align          : right;

/*	clear               : both;
      background-image    : url(images/bunn.jpg);
      background-position : bottom left;
      background-repeat   : no-repeat; */
}

/*
#f_siste {
	width               : 150px;
	height              : 200px;
      float               : left;
      padding-left        : 50px;
	border              : 0px solid green;
}

#f_om {
	width               : 285px;
	height              : 200px;
      padding-right       : 25px;
      float               : right;
	border              : 0px solid red;
}

#f_login {
	height              : 200px;
      margin              : 0px 375px 0px 265px;
	border              : 0px solid blue;
}

#f_login, #f_om, #f_siste {
	font-size           : 9px;
      color               : white;
}


.f_overskrift {
	font-size           : 18px;
      color               : #639892;
}
*/
