/* ------------------------------------------------------------------------------------------------------------
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 {
	font-family         : arial, helvetica, sans-serif;
	background-color    : #ffffff;
	color               : #000000;
	margin              : 0px;
	margin-top          : 0px;
	padding             : 0px;
	text-align          : center; /* for å få hoved-tabellen sentrert i ie. settes til venstre i tr igjen.*/
}

tr {
	font-size           : 12px;
	line-height         : 1.5em;
      text-align          : left;
}

table.hoved {
	width               : 100%;
	border              : 0px;
	padding             : 0px;
	border              : 0px solid #000000;
	height              : 100%
}

td.meny {
	vertical-align      : top;
	padding-left        : 0px;
	padding-top         : 0px;
}

td.hoved {
	padding-left        : 20px;
	padding-right       : 10px;
	padding-bottom      : 50px;
	border-color        : #cccccc;
	border-style        : solid;
	border-width        : 0px;
	border-left-width   : 1px;
	border-right-width  : 1px;
}

td.hmeny1 {
	font-size           : 12px;
	text-align          : left;
	padding-right       : 0px;
	padding-left        : 20px;
	padding-top         : 0px;
}

td.hmeny2  {
	font-size           : 11px;
	font-weight         : bold;
	line-height         : 1.3em;
	padding-top         : 3px;
	padding-left        : 0px;
	padding-right       : 5px;
	padding-bottom      : 10px;
}

td.right {
	padding-left        : 15px;
	width               : 190px;
	padding-right       : 0px;
	padding-bottom      : 50px;
}

td.ekstra1 {
	width               : 50%;
	background-image    : url(images/bak1_lys.jpg);
	background-repeat   : repeat-x;
	border              : 0px solid black;
}

td.ekstra2 {
	width               : 50%;
	background-image    : url(images/bak2_lys.jpg);
	background-repeat   : repeat-x;
	border              : 0px solid black;
	}
