﻿body {	
	margin:0;
	padding:0;
	color: #444;
	background-color: #fff;
	background: url(images/bg.png) repeat-x;
}

form {
    padding:0;
    margin:0;
}

body, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875em;       /* 11px */ 
	line-height: 1.636em;    /* 18px */
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; } 
/* Hide from IE Mac \*/ 
.clearfix { display: block; } 
/* End hide from IE Mac */ 
    
img, a img {
    border: 0;
}
/*img, div, a, input { 
    behavior: url(/js/iepngfix.htc); 
}*/

a:link, a:active, a:visited {
    text-decoration: none;
    color: #7b7000;
}
a:hover {
        text-decoration: underline;
    }

h1 {
    font-family: Times New Roman;
    font-weight:bold;
    font-size:24px;
    line-height: 1em;
    margin:0;
    padding:0.5em 0 0.7em 0;
}

h1.ansatt{
    /*width: 260px;*/
}

h2 {
    font-weight:normal;
    font-family: Verdana, sans-serif;
    font-size:16px;
    line-height: 1em;
    margin:0;
    padding:0.5em 0 0.7em 0;
}

h3 {
    font-weight:bold;
    font-size:14px;
    line-height: 1em;
    margin:0;
    padding:0.4em 0 0.7em 0;
}

h4 {
    font-weight:bold;
    font-size:12px;
    line-height: 1em;
    margin:0;
    padding:0 0 0.7em 0;
}

p {
    margin:0;
    padding:0 0 1.2em 0;
}

input.tekstboks, textarea.tekstboks, select.tekstboks {
    border:solid 1px #666;
    padding:3px;
}

input.tekstboks:focus, textarea.tekstboks:focus {
	background-color: #FFFFE1;
}

    
/* #### LAYOUT #### */

#construct {
    min-height:700px;
    height:auto !important;
    height: 700px;
    width: 980px;
    margin: 9px auto 0 auto;
    background: #fff url(images/shadow_left.png) no-repeat ;
}

#innhold {
    /*clear:left;*/
    float:left;
    width:730px;
    min-height:700px;
    height:auto !important;
    height: 700px;
    /*border: 1px solid red;*/
}
#bgRight{
    padding:43px 0 0 24px;
    width: 956px;
    float:left;
    background: url(images/shadow_right.png) no-repeat right top;
}
#bgTop{
    padding:0 0 0 0;
    width: 100%;
    float:left;
    background: url(images/shadow_top.png) no-repeat top;
}

#standardMal{
    float:left;
    width:505px;
    padding:0 0 0 73px;
}

div.columRight{
    float: right;
    top: 0;
    margin-top: -2px;
    margin-right: 9px;
    width: 187px;
}

div.topImg{
    border-bottom: 6px solid #7b7000;
    float: left;
}

div.ansattImg{
    float: right;
    margin-top: 15px;
    text-align:right;
    font-size: .8em;
    background-color: #d8d4b3;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

p.bildeTekst{
    margin-top: 4px;
    margin-right: 5px;
    padding-bottom: 4px;
}

#borderTop{
    float: left;
    margin-top: 39px; /* 39px  */
    width: 729px;
    height: 6px;
    font-size:1px !important;
    border-bottom: 6px solid #7b7000;
    overflow: hidden;
}

#advokaterUnderMeny{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    border-bottom: 1px solid #7b7000;
}

.info{
    font-family: Times New Roman;
    font-size: 12px;
    color: #7b7000;
}

#madeby{
    color: #7b7000;
    float: right;
    margin-right: 18px;
    margin-top: 10px;
    font-family: Times New Roman, Verdana, Sans-Serif;
    font-size: 0.953em;
    text-align: center;
}

a.madebyLink{
    color: #7b7000; /* #ecead9  #d8d4b3 */
}

/* #### MENY #### */

/*div.menuDiv{
    float:left;
    margin-top: 187px;
    margin-left: 24px;
    
}*/
div.l1
{
    margin-top: 15px;
    float:left;
    font-family: Times New Roman;
}

ul.menu {
	list-style-type: none;
	display:block;
	margin: 0;
	padding: 0;
}

li.menu a:link, li.menu a:visited {
	color: #fff;
	font-size: 1.272em; /* 14px */
	text-decoration:none;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-weight: normal;
	background-color: #7b7000;
    width: 146px;
    height: 21px;
}

ul.menu a:hover{
    background-color: #444;
}

li.menu a.selected:link, li.menu a.selected:visited{
    background-color: #444;
}


li.menu{
    padding-bottom: 6px;
    margin-bottom:6px;
    border-bottom: 1px solid #7b7000;
}

ul.subMenu{
	list-style-type: none;
	display:block;
    background-color: #d8d4b3;
}

li.subMenu{
    margin-left:-40px;
    border-bottom: 1px solid #fff;
    width:151px;
}

li.subMenu a:link, li.subMenu a:visited{
	color: #444;
	text-decoration:none;
	font-family: Verdana;
	font-size: 1em;
	display: block;
	background-color: #d8d4b3;
	width:146px;
}

li.subMenu a:hover{
	background-color: #ecead9;
}

li.subMenu a.selected:link, li.subMenu a.selected:visited{
    background-color: #ecead9;
}



