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

/*html, body { height: 100%; } */

body {
    background-image    : url(images/back.jpg);
	background-position : top center;
    background-repeat   : repeat;
	background-color    : #586390;
	padding             : 0px;
	margin              : 5px 0px 0px 0px;
}

/*table {border-collapse: collapse;} */
/*tr { text-align          : left;}*/

#container {
 	margin              : 0px auto;
 	background-image    : url('images/gitar_02.gif');
    background-repeat   : repeat-y;
	width               : 750px;
	padding-bottom      : 0px;
	border              : 1px solid #697989;
}


#meny {
	float               : left;
	width               : 130px;
    line-height         : 1.5em;
	text-align          : left;
	font-size           : 12px;
	border color        : #697989;
	border              : 0px 1px 0px 0px;
	margin              : 0px 0px 0px 10px;
	padding             : 0px 0px 0px 0px;
}

#banner {
	float               : right;
	width               : 130px;
    line-height         : 1.5em;
	text-align          : left;
	font-size           : 11px;
	margin              : 0px 0px 0px 0px;
	padding             : 0px 15px 0px 5px;
	border              : 0px solid blue;

}

#adm {
	float               : right;
	width               : 500px;
	height              : 32px; 
	margin-left         : 0px;
      color               : #697989;
	font-size           : 12px;
      text-align          : right;
	padding             : 10px 0px 10px 0px;
	border              : 0px solid black;
}

#dtool {
      width               : 550px;
	margin-left         : 165px;
      padding             : 0px 0px 20px 0px;
	border              : 0px solid black;
}

#bunntekst {
    background-image    : url('images/gitar_03.gif');
    background-repeat   : no repeat;
    width               : 750px;
    font-size           : 12px;
    color               : #999999;
    clear               : both;
    text-align          : center;
    padding             : 10px 0px 10px 0px
}
