/* ***** body ***** */
body {
color : black; 
background : #cccccc; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : none; 
} 

/* ***** Linker ***** */
A {
color : black; 
background : none repeat; 
text-decoration : underline; 
}
/* Disse variablene styrer linkene på hele nettstedet . De styrer ikke linkene på menyen.*/
a:link {color: #000000} /* unvisited link */
a:visited {color: #000000} /* visited link */
a:hover {color: #000000} /* mouse over link */
a:active {color: #000000} /* selected link */

/* ***** Overskrifter ***** */
H1 {
color : #D9313E; 
font-family : verdana, sans-serif; 
font-size : large; 
font-weight : normal; 
text-align : left; 
} 

H2 {
color : black; 
font-family : verdana, sans-serif; 
font-size : small; 
font-weight : normal; 
} 

H3 , H4 , H5 , H6 {
color : black; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : bold; 
} 

/* ***** Sider ***** */
.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 {
color : #D9313E; 
font-family : verdana, sans-serif; 
font-size : large; 
font-weight : normal; 
text-align : center; 
background : none repeat;
} 

.side-css {
text-align : left; 
color : black;
font-family : verdana, sans-serif; 
font-size : x-small; 
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; 
} 

/* ***** Heading ***** */
.heading-css{
background-image : url('../design/heading/topp.jpg');
background-repeat : no-repeat;
background-position : top center;
}

/* ***** Postlister ***** */
.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 ******/
.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; 
} 

/* ***** Søk ***** */

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

/* ***** Meny ***** */
.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;
margin-left: 7pt; 
color : black; 
background : none repeat;
font-family : verdana, sans-serif; 
font-size : xx-small; 
font-weight : normal; 
} 

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

.mdkverbar	{
	
}
/* Plassering av undermenyen */
.mdksubmenu	{
	position: absolute;	
	margin-left: 0;
	top: 0;
	visibility: hidden;
}
/* Farge undermeny */
.mdksubframe	{
	position: relative;
	display: block;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style : solid;
	border-width : 1px;
}

.mdkitem	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

.mdkitem a	{
	position: relative;
	display: block;
	text-decoration: none;
}
/* Farge på linkene i menyen */
.mdkitem a:link	{color: #000000; } /* Unvisited link */
.mdkitem a:visited	{color: #000000;} /*Visited link */
.mdkitem a:hover	{color: #000000; background-color: #CCCC66;} /* Mouse over link*/
.mdkitem a:active	{color: #000000;} /* selected link */

/* Størrelse undermeny */
.mdkitem .mdkfwdarr	{
	position: absolute;
	top: 5px;
	right: 5px;
	}

	
	/* AJAX ARKIV*/
/* tabeller */

thead {
text-align: center;
}
th{
text-align: center;
}

tfoot{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
font-style: italic;
color: #000000;
}
th[scope="col"]{
font-family: Verdana;
font-size: 12pt;
font-weight: bold;
font-style: normal;
color: #000000;
}
th[scope="row"]{
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
font-style: normal;
color: #000000;
}
td{
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
font-style: normal;
color: #000000;
}
/*standard overskrifter */
H1{
font-family: Verdana;
font-size: 16pt;
font-weight: bold;
font-style: normal;
color: #000000;
}
H2{
font-family: Verdana;
font-size: 14pt;
font-weight: bold;
font-style: italic;
color: #000000;
}
H3{
font-family: Verdana;
font-size: 13pt;
font-weight: bold;
font-style: italic;
color: #000000;
}
H4 {
font-family: Verdana;
font-size: 12pt;
font-weight: bold;
font-style: normal;
color: #000000;
}
H5 {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
font-style: normal;
color: #000000;
}

H6 {
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
font-style: italic;
color: #000000;
}
/* normal teksthåndtering */
.Liten{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
font-style: normal;
color: #000000;
}
.Normal{
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
font-style: normal;
color: #000000;
}
.Stor{
font-family: Verdana;
font-size: 12pt;
font-weight: normal;
font-style: normal;
color: #000000;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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: none;}
a.spage:active{font-weight: none;}
a.spage:visited{font-weight: none;}
.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 ****/

/* Meny - ramme: farge; kantlinje; bredde; */
#mainMenu {
  border: none;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  text-align: left;
  padding-top: 0px;
  background-color: transparent;
}

/* Hovedmeny - ramme: Venstremarg; Rammemarg; */
#menuList {
  /*margin-left: 18px;*/
  padding: 0px;
  margin-left: 10px;
  text-align: left;
  background-color: transparent;
}

/* Hovedmeny - linjer: Skiftstørrelse; Linjeavstand; Punkttype; */
.menubar {
  font-size: 10px;
text-align: left;
  list-style: none outside;
  background-color: transparent;
}

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

.actuator:hover{
  color: #FFD900;
}

.actuator a:hover{
  color: #FFFFFF;
}

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


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

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

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


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

a.main_item_selected {

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

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

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

a.actuator_selected:hover {
  text-decoration: none;
}
a.actuator_selected:link{
  color : #666666;
  text-decoration: none;
}

a.actuator_selected:active{
  color : #666666;
  text-decoration: none;
}
a.actuator_selected: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: 10px;
 
  list-style: none outside;
}

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

/* Undermeny - tekstformat ved valg: Tekstutseende; */
.item li a:hover {
  color: #FFD900;
  text-decoration: underline;
}
.item li a:active {
  color: #FFD900;
  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: #FFD900;
  text-decoration: underline;
}
.item_selected li a:active {
  color: #FFD900;
  text-decoration: underline;
}
.item_selected li a:visited {
  color: #FFD900;
  text-decoration: underline;
}
.item_selected li a:link {
  color: #FFD900;
  text-decoration: underline;
}
