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

body {
	font                : 12px tahoma, Arial, Helvetica, sans-serif;
	line-height         : 1.5em;
      background-image    : url(images/fade.gif);
      background-attachment: fixed;
      background-position : top left;
      background-repeat   : repeat-x;
	background-color    : #ffffff;
	padding             : 0px;
	margin              : 0px;
	margin-top          : 5px;
	text-align          : center; /* "Center" for å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

#container {
      background-image    : url(images/evang_03.gif);
      background-position : bottom center;
      background-repeat   : repeat-y;
	width               : 750px;
	padding-bottom      : 20px;
	margin              : 0px auto;
	text-align          : left;
	background-color    : #fff;
	border-color        : #809ebf;
	border-style        : solid;
	border-width        : 0px;
}

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

#menyoppe {
      background-image    : url(images/evang_02.gif);
      background-position : top left;
      background-repeat   : no-repeat;
      color               : #fff;
	width               : 750px;
	height              : 15px;
	font-size           : 12px;
      font-weight         : bold;      
      text-align          : left;
	padding             : 2px 0px 6px 0px;
	border              : 0px solid green;
}


div.siden {
      float               : right;
      margin              : 20px 10px 0px 0px;
}

div.titler {
	width               : 138px;
      background-color    : #95bcce;
      color             : white;
	font-size           : 12px;
	padding             : 4px 10px 3px 10px;
	border-style        : solid;
	border-color        : #bbb;
	border-width        : 0px 0px 0px 0px;
}

div.banner {
	width               : 138px;
      background-color    : #fff;
      line-height         : 1.5em;
	font-size           : 11px;
	margin              : 0px 5px 20px 0px;
	padding             : 5px 10px 10px 10px;
	border              : 0px solid #bbb;

}

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

#bunntekst {
      font-size           : 12px; 
	font-weight         : normal;
      color               : #999999;
      clear               : both;
      text-align          : center;
      padding             : 0px 190px 0px 0px;
	border-color        : green;
	border-style        : solid;
	border-width        : 0px;

}

hr {
      width               : 80%;
      border              : 0;
      color               : #eee;
      background-color    : #eee;
      height              : 1px;
      margin              : 3px 0px 3px 0px;
}

td.program                { background-color: #f3f3f3; padding: 2px 0px 2px 2px;}
img                       { border: 0px;}
img.v                     { float:left;  margin:15px; margin-left:0px; margin-right:25px;}
img.h                     { float:right; margin:15px; margin-left:25px; margin-right:0px;}
/*
.meny                     { color: #003D75; font-weight: bold; }
a.meny:link               { color: #003D75; font-weight: bold; }
a.meny:visited            { color: #003D75; font-weight: bold; }
a.meny:hover              { color: #000000; font-weight: bold; }

a.meny_upkt:link          { color: #000044; font-size : 12px; line-height: 1.5em;}
a.meny_upkt:visited       { color: #000044; font-size : 12px; line-height: 1.5em;}
a.meny_upkt:hover         { color: #000000; font-size : 12px; line-height: 1.5em;}

a.meny_upkt:link, a.meny_upkt:visited {
       color               : #000044;
       font-size           : 10px; 
       padding             : 0px 0px 0px 20px;
       background-image    : url(images/corner.gif);
       background-position : 3px 1px;
       background-repeat   : no-repeat;
	}
a.meny_upkt:hover          {
       color               : #000000;
       font-size           : 10px; 
       padding             : 0px 0px 0px 20px;
       background-image    : url(images/corner.gif);
       background-position : 3px 1px;
       background-repeat   : no-repeat;
	}
a.meny_3pkt:link,  a.meny_3pkt:visited { 
       font-size           : 9px;
       padding             : 0px 30px 0px px;
       color               : #999; 
       }
a.meny_3pkt:hover {
       font-size           : 9px;
       padding             : 0px 30px 0px px;
       color               : #ccc; 
       }
*/
