/* ------------------------------------------------------------------------------------------------------------
TEXT.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 01.05.10. */

/*  FCKeditor  -------------------------------------------------------------*/

body, td {
	font                : 10px Verdana,Arial,Geneva,sans-serif;
	line-height         : 1.5em;
	color               : #696969;
  }

  body.fck {
  	background-color      : #ffffff;
  	padding               : 6px 5px 5px 8px;
  	margin                : 0px;
  }

/*  Linjebrudd  ---------------------------------------------------------------*/

  P, UL, LI                  { margin-top: 0px;   margin-bottom: 0px; }
  /* P, er med over, men lager krøll. På tide å fikse en gang for alle! Grrr...... */
  H1, H2, H3, H4, H5      { margin-top: 0.2em; margin-bottom: 0.1em; }

/*  Brukerstiler  -------------------------------------------------------------*/


h2                        { font-size: 16px; font-weight: normal; }
h3                        { font-size: 20px; font-weight: normal;}

hr                        {
      border: none 0;
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
}

.overskrift               { font-size: 20px; color:black;}
.admin_overskrift         { font-size: 18px; color:black;}
a.listeoverskrift          { font-size:14px;}

a:link                    { color: #99100A; text-decoration: none;}
a:visited                 { color: #99100A; text-decoration: none;}
a:hover                   { color: #aaa; text-decoration: none;}

a.meny:link               {
      color               : #000;
      padding             : 0px 0px 0px 20px;
      background-image    : url(images/knapp.jpg);
      background-position : top left;
      background-repeat   : no-repeat;
}
a.meny:visited            {
      color               : #000;
      padding             : 0px 0px 0px 20px;
      background-image    : url(images/knapp.jpg);
      background-position : top left;
      background-repeat   : no-repeat;
}
a.meny:hover              {
      color               : #bbb;
      padding             : 0px 0px 0px 20px;
      background-image    : url(images/knappb2.jpg);
      background-position : top left;
      background-repeat   : no-repeat;
}

a.meny_upkt:link          { color: #888; font-size : 9px; padding: 0px 0px 0px 20px;
	background-image    : url(images/corner.gif);
	background-position : 3px 1px;
	background-repeat   : no-repeat;
	}
a.meny_upkt:visited       { color: #888; font-size : 9px; padding: 0px 0px 0px 20px;
	background-image    : url(images/corner.gif);
	background-position : 3px 1px;
	background-repeat   : no-repeat;
	}
a.meny_upkt:hover         { color: #bbb; font-size : 9px; padding: 0px 0px 0px 20px;
	background-image    : url(images/corner.gif);
	background-position : 3px 1px;
	background-repeat   : no-repeat;
	}

a.prod_over:link          { color: #006600; line-height: 1.0em;}
a.prod_over:visited       { color: #006600; line-height: 1.0em;}
a.prod_over:hover         { color: #66bb66; line-height: 1.0em;}

.prod_under               { font-size: 10px; line-height: 1.4em;}
.prod_nolink              { font-size: 12px; color: #222222; line-height: 1.0em;}
.prod_pris                { font-size: 12px; font-weight: bold; line-height: 1.0em;}
.pris                     { font-size: 18px; color: #ff0000;}

a.nyhetlink:link          { font-size: 14px; text-transform: uppercase;}
a.nyhetlink:visited       { font-size: 14px; text-transform: uppercase;}
a.nyhetlink:hover         { font-size: 14px; text-transform: uppercase;}

a.overskrift:link         { font-size: 20px;}
a.overskrift:visited      { font-size: 20px;}
a.overskrift:hover        { font-size: 20px;}
