body {
color : black; 
font-family : verdana, sans-serif; 
font-size : 10px; 
font-weight : normal; 
text-decoration : none; 
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px; 
} 

/*Bakgrunnen til nettstedet*/
.hovedbakgrunn{
background-image: url('../design/png/background.png');
background-repeat: repeat;
}

/* Headingen */
.heading{
background-image: url('../design/png/heading.png');
background-repeat: no-repeat;
height: 110px;
width: 980px;
}

/*Adresselinjen under headingen */
.adresselinje{
background-image: url('../design/png/heading-bkg.png');
background-repeat: repeat;
height: 38px;
font-family : verdana, sans-serif; 
font-size : xx-small; 
font-weight : normal; 
}

/*Linjen under adresselinjen*/
.topplinje{
background-image: url('../design/png/line.png');
background-repeat: repeat;
height: 3px;
width: 980px;
}

/* Linje mellom meny og siden*/
.loddrettlinje{
background-image: url('../design/png/line.png');
background-repeat: repeat;
height: 700px;
width: 3px;
}

/*Bakgrunn meny*/
.menybakgrunn{
background-image: url('../design/png/menu.png');
background-repeat: no-repeat;
height: 700px;
width: 190px;
}

/* footer*/
.footer{
background-image: url('../design/png/footer.png');
background-repeat: no-repeat;
height: 15px;
width: 980px;
}

/* BAKGRUNN NYHETSLINJE (siste nytt)*/
.bakgrunn_nyhetslinje{
color: white;
font-family : verdana, sans-serif; 
font-size : small; 
font-weight : bold; 
text-decoration : underline;
background-color: #cd5a30;
}

/* Forside*/
.topic{
color: #2F428F;
font-family : verdana; 
font-size : small; 
font-weight : bold; 
text-decoration : none;
position: relative;
margin-top: -55px;
margin-left: -37px;
}

.topic_nyhet{
color: #2F428F;
font-family : verdana; 
font-size : small; 
font-weight : bold; 
text-decoration : none;
}

.venstre-topp{
background-image: url(../design/gif/hjorne-venstre-topp.gif);
background-repeat: no-repeat;
height: 80px;
width:97px;
}

.topp{
background-image: url(../design/gif/topp.gif);
background-repeat: repeat;
height: 80px;
width: 170px;
}

.hoyre-topp{
background-image: url('../design/gif/hjorne-hoyre-topp.gif');
background-repeat: no-repeat;
height: 80px;
width: 83px;
}

.venstre{
background-image: url('../design/gif/venstre.gif');
background-repeat: repeat;
width:97px;
}

.midten{
position: relative;
margin-top: 10px;
margin-left: -37px;
margin-right: -53px;
margin-bottom: -61px;
}

.hoyre{
background-image: url('../design/gif/hoyre.gif');
background-repeat: repeat;
width: 83px;
}

.venstre-bunn{
background-image: url('../design/gif/hjorne-venstre-bunn.gif');
background-repeat: no-repeat;
height: 91px;
width:97px;
}

.bunn{
background-image: url('../design/gif/bunn.gif');
background-repeat: repeat;
height: 91px;
}

.hoyre-bunn{
background-image: url('../design/gif/hjorne-hoyre-bunn.gif');
background-repeat: no-repeat;
height: 91px;
width: 83px;
}

.hyhet{
position: relative;
margin-top: -60px;
margin-left: -50px;
margin-right: -53px;
margin-bottom: -61px;
}

.nyhet_topp{
background-image: url('../design/png/boks_topp_2.png');
background-repeat: no-repeat;
height: 180px;
width: 360px;
}

.nyhet_midt{
background-image: url('../design/png/boks_midt_2.png');
background-repeat: repeat;
width: 360px;
}

.nyhet_bunn{
position:relative;
background-image: url('../design/png/boks_bunn_2.png');
background-repeat: no-repeat;
background-position: bottom left;
height: 180px;
min-height: 180px;

width: 360px;
}

.nyhet_heading{
position: relative;
padding-left: 30px;
padding-top: 20px;
/*color: #2F428F;*/
font-weight: bold;
}

.nyhet_text{
position: relative;
padding-left: 30px;
padding-right: 30px;
padding-top: 20px;
padding-bottom: 10px;
}

.nyhet_topp_lang{
background-image: url('../design/png/boks_topp_lang_2.png');
background-repeat: no-repeat;
height: 180px;
width: 740px;
}

.nyhet_midt_lang{
background-image: url('../design/png/boks_midt_lang_2.png');
background-repeat: repeat;
width: 740px;
}

.nyhet_bunn_lang{
background-image: url('../design/png/boks_bunn_lang_2.png');
background-repeat: no-repeat;
background-position: bottom left;
height: 180px;
width: 740px;
}

/*  END FORSIDE*/

A {
color : black; 
background : none repeat; 
text-decoration : underline; 
} 


/* AJAX ARKIV*/
/* tabeller */
thead th{
text-align: center;
}
tfoot{
font-family: Verdana;
font-size: x-small;
font-weight: normal;
font-style: italic;
color: black;
}
th[scope="col"]{
font-family: Verdana;
font-size: medium;
font-weight: bold;
font-style: normal;
color: black;
}
th[scope="row"]{
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
color: black;
}
td{
font-family: Verdana;
font-size: 12px;
font-weight: normal;
font-style: normal;
color:black;
}

/*standard overskrifter */
h1{
font-family: Verdana;
font-size: x-large;
font-weight: bold;
font-style: normal;
color: black;
}
h2{
font-family: Verdana;
font-size: large;
font-weight: bold;
font-style: italic;
color: black;
}
h3{
font-family: Verdana;
font-size: medium;
font-weight: bold;
font-style: italic;
color: black;
}
h4 {
font-family: Verdana;
font-size: medium;
font-weight: bold;
font-style: normal;
color: black;
}
h5 {
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
color: black;
}
h6 {
font-family: Verdana;
font-size: small;
font-weight: normal;
font-style: italic;
color: black;
}

/* normal teksthåndtering */
.Liten{
font-family: Verdana;
font-size: 10px;
font-weight: normal;
font-style: normal;
color: black;
}
.Normal{
font-family: Verdana;
font-size: 12px;
font-weight: normal;
font-style: normal;
color: black;
}
.Stor{
font-family: Verdana;
font-size: 14px;
font-weight: normal;
font-style: normal;
color: black;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Verdana;
font-size: medium;
font-style: normal;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../modul/arkiv/design/shade.gif) top left repeat-x;
}
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.shadetabs li.selected{
position: relative;
top: 1px;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../modul/arkiv/design/shadeactive.gif);
border-bottom-color: white;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.contentstyle{
border: 1px solid gray;
font-family: Verdana;
font-size: 8pt;
width: 660px;
height: 600px;
margin-bottom: 1em; padding: 10px;
}
.unavailiable{
color: red;
background: red;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
background: url(../modul/arkiv/design/shade.gif) top left repeat-x;
}a
.unavailiable:link{color:red;}
#sokefelt{
/*display: none;*/
height: 25px;
}
#valgside{
width: 640px;
height: 25px;
}
.spage{
}
a.spage:link{font-weight: normal;}
a.spage:active{font-weight: normal;}
a.spage:visited{font-weight: normal;}
.spage_selected{
}
a.spage_selected:link{font-weight: bold;}
a.spage_selected:active{font-weight: bold;}
a.spage_selected:visited{font-weight: bold;}
.mylist{
float: left;
width: 300px;
font-size: x-small;
color: #2d2b2b;
margin-bottom: 1em;
}
.mylist_other{
float: left;
font-size: x-small;
color: #2d2b2b;
}
.mylist_side{
font-size: x-small;
color: #2d2b2b;
}
#mytext{
font-size: 8pt;
font-family: Verdana;
color: #2d2b2b;
}
.sec_content{
float: left;
width: 320px;
font-size: x-small;
color: #2d2b2b;
vertical-align: top;
}
.myimage{
width: 320px;
height: 400px;
overflow: auto;
}
.midtskille{
width: 15px;
float: left;
}
.fargetype1{
background-image: url(../design/png/blaatone.png);
background-position: top left;
background-repeat: repeat;
}
.fargetype2{
/*background: #99CCFF;*/
background-image: url(../design/png/blaatone2.png);
background-position: top left;
background-repeat: repeat;
}
/* AJAX ARKIV SLUTT */



.meny-topp-css {
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : bold; 
} 

.meny-login-css {
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 

.meny-punkt-css {
vertical-align: top;
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : xx-small; 
font-weight : normal; 
} 

.meny-css {
text-align : left; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : xx-small; 
font-weight : normal; 
padding-left : 20px;
} 

.meny-bunn-css {
text-align : left; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 

.topp-css {
text-align : left; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : xx-small; 
font-weight : normal; 
} 


.side-topp-css {
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : large; 
font-weight : normal; 
} 

.side-css {
text-align : left; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : 12px; 
font-weight : normal; 
} 

.side-info-css {
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 

.side-bunn-css {
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : xx-small; 
font-weight : normal; 
} 




.postliste-css {
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 

.postliste-helse-css {
color : black; 
background : #dc143c; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 

.postliste-skole-css {
color : black; 
background : Yellow; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 

} 
.postliste-sentral-css {
color : black; 
background : blue; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 

.postliste-teknisk-css {
color : black; 
background : green; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 


.kalender-aar-css {
color : blue; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : underline;
} 

.kalender-overskrift1-css {
color : black; 
background : white; 
font-family : verdana, sans-serif; 
font-size : small; 
font-weight : normal; 
text-decoration : none; 
} 

.kalender-overskrift2-css {
color : black; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : none; 
} 

.kalender-tom-css {
color : black; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : none; 
} 

.kalender-maaned-css {
color : blue; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : none; 
} 

.kalender-uke-css {
color : blue; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : underline; 
} 

.kalender-dag-css {
color : blue; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : underline; 
} 



.sok-under {
color : black; 
background : yellow; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 


/*MENY ****/

/* Meny - ramme: farge; kantlinje; bredde; */
#mainMenu {
  border: none;
  width: 185px;

}

/* Hovedmeny - ramme: Venstremarg; Rammemarg; */
#menuList {
  margin-left: 18px;
  padding: 0px;
}

/* Hovedmeny - linjer: Skiftstørrelse; Linjeavstand; Punkttype; */
.menubar {
  font-size: 12px;

  list-style: none outside;
}

/* Hovedmeny - tekstformat: Bakgrunnsfarge; Tekstfarge; Skriftstørrelse; Innrykk fra venstre; Tekstutseende*/
a.actuator {
  background-color: transparent;
  color: #AAAAAA;
  line-height: 14pt;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
  font-weight: normal;
}

a.actuator_selected {
  background-color: transparent;
  color: #2F428F;
  line-height: 14pt;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
  font-weight: bold;
}


a.item {
  background-color: transparent;
  color: #696969;
  line-height: 15pt;
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: normal;
}
a.item:visited {color: #696969; text-decoration: none}
a.item:active {color: #696969; text-decoration: none}
a.item:link {color: #696969; text-decoration: none}
a.item:hover {color: #696969; text-decoration: none}

a.item_selected {
  background-color: transparent;
  color: #000000;
  line-height: 15pt;
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: normal;
}
a.item_selected:visited {color: #000000; text-decoration: none}
a.item_selected:active {color: #000000; text-decoration: none}
a.item_selected:link {color: #000000; text-decoration: none}
a.item_selected:hover {color: #000000; text-decoration: none}

a.main_item {
  background-color: transparent;
  color: #696969;
  font-size: 14px;
  padding-left: 0px;
  text-decoration: none;
  font-weight: bold;
}


a.main_item:visited {color: #696969; text-decoration: none}
a.main_item:active {color: #696969; text-decoration: none}
a.main_item:link {color: #696969; text-decoration: none}
a.main_item:hover {color: #696969; text-decoration: none}

a.main_item_selected {

  color: #000000;
  font-size: 14px;
  padding-left: 0px;
  text-decoration: none;
  font-weight: bold;
}
a.main_item_selected:visited {color: #000000; text-decoration: none}
a.main_item_selected:active {color: #000000; text-decoration: none}
a.main_item_selected:link {color: #000000; text-decoration: none}
a.main_item_selected:hover {color: #000000; text-decoration: none}

/* Hovedmeny - tekstformat ved valg: Tekstutseende*/
a.actuator:hover {
  text-decoration: none;
}
a.actuator:link{
  color : #666666;
  text-decoration: none;
}

a.actuator:active{
  color : #2F428F;
  text-decoration: none;
}
a.actuator:visited{
  color : #666666;
  text-decoration: none;
}

/* Undermeny - ramme: Standard visning; Venstremarg; Rammemarg; */
.menu {
  list-style: none outside;
  margin-left: 5px;
  padding: 0px;
}

/* Undermeny - linjer: Skiftstørrelse; Linjeavstand; Punkttype; */
.menu li {
  font-size: 12px;
 
  list-style: none outside;
}

/* Undermeny - tekstformat: Bakgrunnsfarge; Tekstfarge; Skriftstørrelse; Innrykk fra venstre; Tekstutseende; */
.menu li a{
  background-color: transparent;
  color: #666666;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
}

/* Undermeny - tekstformat ved valg: Tekstutseende; */
.item li a:hover {
  color: #666666;
  text-decoration: underline;
}
.item li a:active {
  color: #666666;
  text-decoration: underline;
}
.item li a:visited {
  color: #666666;
  text-decoration: underline;
}
.item li a:link {
  color: #666666;
  text-decoration: underline;
}

.item_selected li a:hover {
  color: #666666;
  text-decoration: underline;
}
.item_selected li a:active {
  color: #666666;
  text-decoration: underline;
}
.item_selected li a:visited {
  color: #666666;
  text-decoration: underline;
}
.item_selected li a:link {
  color: #666666;
  text-decoration: underline;
}