/*
 * CSS for NorSIS
 * Forfatter: Jan Ove Iversen, Klapp Media AS og Jan Erik Paulsen, Fabric - http://fabric.no
 ******************************
 */
 
 body {
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    text-align: left;
    background-color:#FFFFFF;
}
#itemsleft{
    float:left;
    margin: 0;
display:none;
}
#itemsright{
    float:left;
display:none;
}
#maincontainer{
    width: 1100px;
    text-align:left;
    margin-left: 0;
    margin-right: 0;
}
#topmenucontainer{
    background-color: #16360B;
    height:46px;
    padding-left: 30px;
    background-image: url(/system/modules/no.klapp.norsis/resources/images/gradient_topmeny.gif);
    background-repeat: repeat-x;
    text-align: left;
    width: 776px;
    float: left;
    display:none;
}
a.topmenu:link {
    text-decoration: none;
    color: #E5E8E3;
}
a.topmenu:visited {
    text-decoration: none;
    color: #E5E8E3;
}
a.topmenu:hover {
    text-decoration: none;
    color: #FFFFFF;
}
a.topmenu:active {
    text-decoration: underline;
    color: #e5e8e3;
}
.topmenutext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #e5e8e3;
    position: relative;
    bottom: 4px;
    display:none;
}
.bodytext, .box {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 15px;
}
#topcontainer{
    background-color: #FFFFFF;
    height:174px;
    width:auto;
    padding-left: 30px;
    text-align: left;
    display:none;
}
#pixelsmenu{
    float:left;
    display:none;
}
#shadow_space{
    height:12px;
    float: left;
    display:none;
}
#dotline , .dotline {
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
    height: 12px;
    width:162px;
    margin-bottom: 12px;
}
#bodycontainer{
    float: left;
    width: 921px;
}

/*  */

#buttoncontainerright{
    float: right;
    padding-left: 8px;
    padding-top: 12px;
    background-color: #FFFFFF;
    padding-right: 8px; /* før 12px */
    display:none;
    overflow:hidden;
}


/* Jan Erik */

.search {
    font-size:13px;
    color:#344C24;
    border-bottom: 1px solid #4A6F25;
    border-top:    1px solid #4A6F25;
    border-left:   1px solid #4A6F25;
    border-right:  0px solid #ffffff;
/*  padding:2px;
    padding-right:0px;*/
    width:120px;
}
.searchButton {
    font-size:13px;
    color:#344C24;
    background:#8CD927;
    border-bottom: 1px solid #4A6F25;
    border-top:    1px solid #4A6F25;
    border-left:   0px solid #ffffff;
    border-right:  1px solid #4A6F25;
/*  padding:2px;
    padding-left:0px;*/
    width:42px;
}

form.spor {
    padding-top:2px;
}

form.sok {
    display:inline;
}

form.sok select {
    font-size:12px;
    margin-top:10px;
}

img.logo {
    margin-left:-5px;
    margin-top:45px;
}

/* Medarbeidere */

table.person td {
    border-top:1px solid #cccccc;
    padding:0px;
    padding-top:8px;
    padding-bottom:8px;
    margin:0px;
}
table.person .bilde {
    width:84px;
}
table.person .kontakt {
    width:188px;
}
table.person .info {
    width:266px;
}
/*table.person tr:hover {
    background:#F9F9F9;
}*/

.separator {
    width:100%;
    border-top:1px solid #cccccc;
    margin-top:8px;
    margin-bottom:8px;
}

/* Nyhetsarkiv */

table.newsarchive td {
    border-top:1px solid #cccccc;
}

table.newsarchive td {
    padding:0px;
    padding-top:4px;
    padding-bottom:4px;
    margin:0px;
}

table.newsarchive tr:hover {
    background:#F9F9F9;
}

.sortBy a {
    color:#1D4106;
    font-weight:bold;
    padding-left:3px;
    padding-right:3px;
    padding-top:3px;
    padding-bottom:3px;
    text-decoration:none;
}

.sortBy a.selected {
    background:#8CD927 !important;
}

.sortBy a:hover {
    background:#F6F6F6;
}

table.newsarchive .leftAlign {
    color:#73B220;
    float:left;
}

table.newsarchive .leftAlign strong {
    color:#344C24;
}

table.newsarchive .rightAlign {
    color:#73B220;
    float:right;
    margin-left:20px;
}

table.newsarchive {
    margin-top:10px;
    margin-bottom:10px;
    color:#666666;
}

table.newsarchive td {
    /*background:red;*/
    padding-left:2px;
    padding-right:2px;
    cursor:pointer;
}

table.newsarchive a {
    color:#344C24;
    text-decoration:none;
}


/* Sokeresultat */

table.searchResults td {
    border-top:1px solid #cccccc;
    padding-left:2px;
    padding-right:2px;
    padding-top:4px;
    padding-bottom:4px;
    margin:0px;
    cursor:pointer;
}

table.searchResults tr:hover {
    background:#F9F9F9;
}

table.searchResults a {
    color:#344C24;
    text-decoration:none;
}


/* Nettstedkart */

table.nettstedkart li {
    list-style: none;
}

table.nettstedkart ul {
    padding:0px;
}

table.nettstedkart ul ul {
    padding-left:36px;
}

table.nettstedkart a {
    color:#344C24;
    text-decoration:none;
}

/* Ordliste */

.alphabet {
    font-weight:bold;
}

.alphabet a {
    color:#344C24;
    text-decoration:none;
}

#noPointer td {
    cursor:auto !important;
}

/* Meny */

#menuleft {
    background-color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    width: 168px;
    margin-bottom: 12px;
    display:none;
}
#menuleftbox {
    width: 156px;
    height: 20px;
    display:none;
}

a.leftmenulink, div.leftmenuselected {
    padding-left:2px;
    /*background:red;*/
}
a.leftmenulink:link, a.leftmenulinkActive:link {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
    width: 100%;
    display: block;
    /*height: 20px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #0D2F04;
    /*color: #344c24;*/
    text-decoration: none;
    line-height: 20px;
}
a.leftmenulink:visited, a.leftmenulinkActive:visited {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
    width: 100%;
    display: block;
    /*height: 20px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #344c24;
    text-decoration: none;
    line-height: 20px;
}
a.leftmenulink:hover, a.leftmenulinkActive:hover {
    text-decoration: none;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
    background-color: #EFF2EE;
    width: 100%;
    /*height: 20px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #0F2F07;
}

a.leftmenulinkActive {
    background:#6f776a !important;
}

div.leftmenuselected {
    width: 100%;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #344c24;
    text-decoration: none;
    line-height: 20px;
    background:#D0D5CC;
}
div.leftmenuselected {
display:none;
}
div.leftmenuselected a {
    margin-left:-2px;
}
div.leftmenuselected a {
    padding-left:13px;
    color:white !important;
    background:#90978B;
}
div.leftmenuselected a:hover {
    background:#838b7e;
}

div.leftmenuselected .leftmenulinkSelected {
    background:red;
}

.lh {
    line-height:17px;
}

/* Sporreboks */

.questionText {
    border:1px solid green;
    border-top:none;
    width:162px;
}

/* Dokument Bred */

.box {
    /*background:yellow;*/
    width:721px;
}

.left {
    /*background:gray;*/
    width:450px;
    float:left;
}
.right {
    /*background:red;*/
    width:172px;
    float:right;
    display:none;
}
.bottom {
    /*background:green;*/
    padding-top:20px;
    clear:both
}

/* Datavett */

div.computersense {
    margin-top: 20px;
    width:200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #344c24;
    text-decoration: none;
    /*line-height: 20px;*/
}

div.computersense .title {
    color:#ACB6A5;
}

/*front.css*/
a.readmore:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #579E2D;
    text-decoration: none;
}
a.readmore:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #579E2D;
    text-decoration: none;
}
a.readmore:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #579E2D;
    text-decoration: underline;
}

a.bodytext:link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #344c24;
    text-decoration: none;
}
a.bodytext:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #344c24;
    text-decoration: none;
}
a.bodytext:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #344c24;
    text-decoration: underline;
}

a.level1:link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #344c24;
    text-decoration: none;
}
a.level1:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #344c24;
    text-decoration: none;
}
a.level1:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #344c24;
    text-decoration: underline;
}

a.level2:link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #344c24;
    text-decoration: none;
}
a.level2:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #344c24;
    text-decoration: none;
}
a.level2:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #344c24;
    text-decoration: underline;
}


#buttoncontainerleft, #menucontainerleft {
    text-align: left;
    display:none;
    overflow: hidden;
    float: left;
    width: 180px;

}
#bodytext{
    float: left;
    width: 530px;
    background-color: #FFFFFF;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 40px;
    padding-right: 5px;
}
#bodycontainer2{
    /*height:100%;  Jan Erik */
    float: left;
    width:741px;
    text-align:left;
    /*background-color:#ffffff;*/
}
#bodycontainer3{
    height:100%; /* Jan Erik */
    background-color:#ffffff;
    /*height: 630px;   problem XXXXXXXXXXXXXXXXXXXXXXXXXXX */
    margin-left:0;
    margin-right:0;
    overflow: hidden; /* Dette sørger for at bakgrunnsfargen vises korrekt i undersier. Meeeeep... - http://garyblue.port5.com/webdev/floatdemo.html */
}
#footerlogo{
    background-image: url(/system/modules/no.klapp.norsis/resources/images/lock_footer_print.gif);
    background-repeat: no-repeat;
    float: left;
    margin-right: 12px;
}
#footertext{
    float: left;
}
#footer{
    /*background:#B2BCAC;
    height:60px;*/
    clear:both; /* Jan Erik */
    padding-top: 12px;
    margin-bottom:80px;
}
.footertypo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 12px;
    color: #000000;
}
#footerright{
display:hidden;
}
img.buttonleft {
    margin-bottom: 12px;
}
img.topimage {
    float: right;
}
#topimage{
    float: right;
    background-image: url(/system/modules/no.klapp.norsis/resources/images/woman_top.jpg);
    background-position: right bottom;
    height: 174px;
    width: 400px;
    background-repeat: no-repeat;
}
#logo{
    float: left;
}
img.topmargin {
    margin-top:8px;
}
img.datavett {
    margin-top: 20px;
}
img.marginheading {
    margin-top:12px;
    margin-bottom:12px;
}
img.topmenudivider {
    margin-top:13px;
    margin-left:12px;
    margin-right:12px;
}

h1{
font-size:30px;
margin:0;
margin-top:10px;
padding:0;
color: #8cd927;
line-height: 1em;
}

/***********
 * Sitemap *
 ***********/

.sitemap .level1divider,
.sitemap .level2divider
{
   width: 496px;
   height: 1px;
   margin-top: 10px;
   margin-bottom: 2px;
   background-color: #7F7F7F;
   font-size: 0;
   line-height: 0;
   overflow: hidden;
   clear: both;
}
.sitemap .level2divider
{
   width: 308px;
   margin-left: 188px;
}
.sitemap .level1,
.sitemap .level2,
.sitemap .level3
{
   display: block;
   float: left;
}
.sitemap .level1
{
   width: 188px;
   font-size: 13px;
   clear: left;
}
.sitemap .level2
{
   width: 200px;
   font-size: 11px;
   font-weight: bold;
}
.sitemap .level3
{
   font-size: 11px;
   clear: right;
}


.preamble {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 15px;
}
