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


body {
    background-image    : url(images/bgtile.jpg);
    background-position : top;
    background-repeat   : repeat;
	background-color    : #442B09;
	padding             : 0px;
	margin              : 0px;
	margin-top          : 20px;
	text-align          : center; /* "Center" for å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

#container {
      background-image    : url(images/kurt_04.jpg);
      background-position : bottom center;
      background-repeat   : no-repeat; 
	width               : 776px;
	padding-bottom      : 40px;
	margin              : 0px auto;
	text-align          : left;
	background-color    : #fff;
	border-color        : #000;
	border-style        : solid;
	border-width        : 1px;
}

#topp {
    background-image    : url(images/baktopp.gif);
    background-position : top ;
    background-repeat   : repeat-x;
	width               : 776px;
	height              : 151px;
	text-align          : left;
}

#meny {
    background-image    : url(images/kurt_02.jpg);
    background-position : top center;
    background-repeat   : no-repeat;
	width               : 776px;
	height              : 20px;
	padding             : 0px; 
	padding-top         : 0px;
	padding-bottom      : 0px;
	line-height         : 1.3em;
	text-align          : left;
	border-color        : #000;
	border-style        : solid;
	border-width        : 0px;
}

#venstre {
	width               : 170px;
	height              : 440px;
	padding             : 0px; 
	padding-top         : 10px;
	line-height         : 1.3em;
	float               : left;
}

#meny1, #meny2, #meny3 {
	width               : 130px;
	background-color    : #eeeeee;
	float               : left;
	margin-bottom       : 10px;
	padding             : 8px 10px 6px 18px; 
	line-height         : 1.3em;
	border-color        : #000000;
	border-style        : solid;
	border-width        : 1px 1px 1px 0px;
      background-position : top right;
      background-repeat   : no-repeat; 
}

#meny1 { background-image : url(images/baktags.jpg); }
#meny2 { background-image : url(images/baktags.jpg); }
#meny3 { background-image : url(images/baktags.jpg); }

#dtool {
	margin-left         : 200px;
    min-height          : 440px;
    padding             : 27px 30px 30px 0px;
	border-color        : #fff;
	border-style        : solid;
	border-width        : 0px;
}

#dtool table.v {
	width               : 250px;
	border-color        : #000;
	border-style        : solid;
	border-width        : 1px;
	float               : right;
	margin              : 0px 0px 20px 30px; 
}

#dtool table.s tr{
	border-color        : #000;
	border-style        : solid;
	border-width        : 1px;
	padding             : 0px 10px 0px 20px; 
}

#dtool table.v tr {
	border-color        : #000;
	border-style        : solid;
	border-width        : 1px;
	padding             : 0px 10px 0px 20px; 
}

#dtool table.v td {
	border-color        : #000;
	border-style        : solid;
	border-width        : 1px 0px 1px 0px ;
}

#dtool table.v th {
      text-align          : left;
      font-size           : 14px;
      font-weight         : bold;
	padding             : 0px 0px 0px 5px; 
	background-color    : #000;
	color               : #fff;
}

