/* ------------------------------------------------------------------------------------------------------------
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 {
	background-color    : #eee;
	padding             : 0px;
	margin              : 15px 0px 0px 0px;
	text-align          : center; /* center For å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

#container {
	width               : 750px;
	margin              : 0px auto;
	text-align          : left;
	background-color    : #ffffff;
	border              : 0px solid red;
}

#topp {
      text-align          : right;
      width               : 750px;
      height              : 95px;
      border              : 0px solid red;
}

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

#sitat {
      width               : 474px;
      margin              : 20px 0px 0px 0px;
      padding             : 10px 8px 8px 10px;
      border              : 2px dashed #eeeeee;

}

#topptekst {
      text-align          : right;
      float               : right;
      padding             : 32px 10px 5px 0px;
      border              : 0px solid red;
}

#meny_top {
      text-align          : right;
      clear               : right;
      font-size           : 13px;
      font-weight         : bold;
      color               : #888;
      width               : 595px;
      margin              : 0px 10px 0px 140px;
      padding             : 16px 0px 0px 0px;
      border              : 0px solid red;
}

.deler {
	width               : 490px;
	height              : 25px;
}

.btn {
      font-size           : 10px;
      font-weight         : normal;
}

#venstre {
	width               : 212px;
	padding             : 0px;
	float               : left;
	clear               : left;
	border              : 0px solid red;
}

#meny {
	width               : 192px;
	padding             : 0px 0px 10px 20px;
	line-height         : 1.5em;
	border              : 0px solid red;
      background-image    : url(images/topp_bak.gif);
      background-position : 0px 0px;
      background-repeat   : repeat;
}

#metar,#vfrdag {
	width               : 192px;
	padding             : 20px 0px 0px 20px;
	border              : 0px solid red;
      font-size           : 9px;
      color               : #999;
}

#bilde {
	margin              : 0px 0px 0px 225px;
	border              : 0px solid black;
}

#fremside {
	width               : 750px;
     height              : 270px;
	border              : 0px solid red;
}

#front1 {
	width               : 200px;
	height              : 260px;
	float               : left;
     margin              : 0px 15px 0px 0px;
}

#front2 {
	width               : 260px;
	height              : 260px;
	float               : left;
}

#front3 {
	width               : 260px;
	height              : 260px;
	float               : right;
	padding             : 0px 0px 0px 0px;
     text-align          : right;
}

#dtool {
	margin              : 0px 0px 0px 225px;
    padding             : 15px 20px 0px 0px;
	border              : 0px solid black;
}

#footer {
	width               : 750px;
    color               : #bbb;
    font-weight         : bold;
	clear               : both;
	height              : 40px;
	margin              : 0px auto;
	background-color    : #eee;
    padding-top         : 10px;
	border              : 0px solid black;
}

table.kalender td, table.kalender th {
      text-align          : center;
}

table.kalender td.today{
      font-weight         : bold;
      background-color    : #ccc;
}

table.kalender td.highlight{
      font-weight         : bold;
      background-color    : #C0651E;
}
