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

body {
    background-image    : url(images/back.gif);
	background-position : top;
    background-repeat   : no-repeat;
    background-attachment: fixed;
	background-color    : #eee;
	line-height         : 1.5em;
	padding             : 0px;
	margin              : 0px;
	margin-top          : 0px;
	text-align          : center; /* "Center" for å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

tr {
    text-align          : left;
}

#container {

    background-image    : url(images/nordlys_02.gif);
    background-position : top;
    background-repeat   : repeat;
    width               : 750px;
	min-height          : 500px;
	padding	            : 0px;
	margin              : 0px auto;
	text-align          : left;
	border              : 0px solid #ddd;
}

#meny {
    width               : 110px;
    margin              : 20px 0px 0px 0px;
    padding             : 20px 0px 0px 50px;
	line-height         : 1.5em;
	font-size           : 12px;
	text-align          : left;
	clear               : left;
	border-style        : solid;
	border-color        : #bbb;
	border-width        : 0px 1px 0px 0px;
	float               : left;
}

#hoyre {
    width               : 100px;
    margin              : 20px 0px 0px 0px;
    padding             : 20px 0px 0px 50px;
	line-height         : 1.5em;
	font-size           : 10px;
	text-align          : left;
	clear               : left;
	border              : 0px solid blue;
	float               : left;
}

#dtool {

    width               : 500px;
    min-height          : 550px;
    margin              : 0px 0px 10px 200px;
    padding		        : 20px 0px 0px 0px;
	border-style        : solid;
	border-color        : #bbb;
	border-width        : 1px 0px 0px 0px;
}

#adrtekst {
    font-size           : 11px;
	color               : black;
    text-align          : left;
    clear               : both;
    margin              : 30px 0px 0px 0px;
	padding             : 10px 0px 10px 0px;
	border-style        : solid;
	border-color        : #bbb;
	border-width        : 1px 0px 0px 0px;
}

#bunntekst {
    background-image    : url(images/nordlys_03.gif);
    background-position : top;
    background-repeat   : repeat;
    font-size           : 11px;
	color               : black;
    height              : 62px;
    text-align          : right;
    clear               : both;
	padding             : 10px 150px 10px 0px;
}

td.program                { background-color: #f3f3f3; padding: 2px 0px 2px 2px;}
