/* ------------------------------------------------------------------------------------------------------------
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                : 12px verdana, tahoma;
	line-height         : 1.5em;
      background-image    : url(images/bak.gif);
      background-position : top;
      background-repeat   : repeat;
	background-color    : #727272;
	color               : #151515;
	padding             : 0px;
	margin              : 0px;
	margin-top          : 10px;
	text-align          : center; /* "Center" for å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

table {border-collapse: collapse;}

tr {
	font-size           : 12px;
	line-height         : 1.5em;
      text-align          : left;
}

#container {
	width               : 750px;
	height              : auto;
	padding-bottom      : 10px;
	margin              : 0px auto;
	text-align          : left;
	background-color    : #fff;
	border-color        : #FBA824;
	border-style        : solid;
	border-width        : 2px;
}

#topp {
	width               : 750px;
	height              : 130px;
	text-align          : left;
}

#meny {
	float               : left;
	width               : 130px;
	padding             : 0px; 
	padding-top         : 15px;
	padding-bottom      : 0px;
	line-height         : 1.7em;
	text-align          : left;
	border-color        : #FBA824;
	border-style        : solid;
	border-width        : 0px 2px 0px 0px;
	margin              : 0px 0px 0px 15px;
}

#venstre {
	width               : 170px;
	height              : 440px;
	padding             : 0px; 
	padding-top         : 10px;
	line-height         : 1.3em;
	float               : left;
}


#dtool {
	margin-left         : 180px;
      padding             : 0px 20px 30px 0px;
	border-color        : #fff;
	border-style        : solid;
	border-width        : 1px;
}

#bunn {
	  width               : 750px;
      height              : 75px;
      background-image    : url(images/bunn.gif);
      background-position : bottom center;
      background-repeat   : no-repeat;
      border-color        : #fff;
	  border-style        : solid;
	  border-width        : 0px;
        clear               : both;
}

form                      { display: inline;}
div#rss {
	padding-left: 170px;
}

div#rss td.date {
	padding-right: 12px;
}

div#flerenyheter {
	margin-top: 8px;
}

div#iclenke {
	width: 110px;
}
div#iclenke a:hover {
	text-decoration: none;
}
