body {
background-image: url(images/index_01.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#486979;
	margin:0;
	height:100%;
}

#fullheight{
height:100%;
}

.overskrift {font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#343434; font-weight:bold;}
.underoverskrift {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#343434; font-weight:bold; /*background-color:#414e54;*/ border-bottom-color:#818a8d; border-bottom-style:solid; border-bottom-width:1px; width:100%; line-height:25px;}

h1 {font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#343434;}

.brodtekst {color: #343434; font: 12px Arial,Helvetica, sans-serif; /*font-weight:bold;*/}

.bildetekst {color: #343434; font: 11px Arial, Helvetica, sans-serif; font-weight:bold; line-height:11px;}

a:link {color: #6c1c04;text-decoration: none;}
a:visited {color: #6c1c04;text-decoration: none; }
a:hover {color: #4f5f66;text-decoration: none; }
a:active {color: #4f5f66;text-decoration: none; }

a.menylink:link {color: #CCCCCC;text-decoration: none;}
a.menylink:visited {color: #CCCCCC;text-decoration: none;}
a.menylink:hover {color: #e1e1e2;text-decoration: none;}
a.menylink:active {color: #e1e1e2;text-decoration: none;}

.bunnlink {color: #728994;text-decoration: none;}
a.bunnlink:link {color: #728994;text-decoration: none;}
a.bunnlink:visited {color: #728994;text-decoration: none;}
a.bunnlink:hover {color: #5d7682;text-decoration: none;}
a.bunnlink:active {color: #5d7682;text-decoration: none;}

.kontaktlink {color: #343434;text-decoration: none;}
a.kontaktlink:link {color: #343434;text-decoration: none;}
a.kontaktlink:visited {color: #343434;text-decoration: none;}
a.kontaktlink:hover {color: #5d7682;text-decoration: none;}
a.kontaktlink:active {color: #5d7682;text-decoration: none;}

ul {
margin-left:-26px;
#margin-left:-15px;
_margin-left:-15px;
text-indent:34px;
list-style:disc;
list-style-position:outside;
}

#head{
background-repeat:no-repeat;
width:942px;
height:171px;
float:left;
}

#hva_skjer{
background-image:url(images/hva-skjer.png);
width:95px;
height:91px;
position:absolute; 
z-index:39; 
left:95; 
top:91; 
clip: rect(0 95 91 0); 
layer-background-color: transparent; 
background-color: transparent
}

#meny{
width:942px;
height:27px;
float:left;
}

.menyitem{
color: #cccccc; font: bold 10px Arial, Helvetica, sans-serif;
margin-left:42px;
margin-top:9px;
float:left;
display:inline;
cursor:pointer;
}

#content_top{
background-image:url(images/index_06.jpg);
background-repeat:no-repeat;
width:942px;
height:2px;
float:left;
}

#content_left{
background-image:url(images/index_07.jpg);
background-repeat:no-repeat;
width:20px;
height:431px;
float:left;
}

#content{
background-image:url(images/index_08.jpg);
background-repeat:no-repeat;
width:901px;
height:431px;
float:left;
}

#tekst{
width:800px;
height:381px;
margin-left:50px;
float:left;
display:inline;
}

.tekstfeltet{
width:425px;
height:381px;
overflow:auto;
}

.tekstfelt_forside{
width:390px; 
height:381px; 
margin-left:60px;
overflow:auto;
z-index:0;
text-align:justify;
}


#content_right{
background-image:url(images/index_09.jpg);
background-repeat:no-repeat;
width:21px;
height:431px;
float:left;
}

#content_bunn{
background-image:url(images/index_10.jpg);
background-repeat:no-repeat;
width:942px;
height:2px;
float:left;
}


#adresse{
background-image:url(images/index_12.jpg);
background-repeat:no-repeat;
width:942px;
height:22px;
float:left;
margin-top:4px;
text-align:center;
}

#adresse_tekst{
color:#576e79;
font-family:Arial, Helvetica, sans-serif; font-size:11px;
font-weight:bold;
margin-top:4px;
}

#copyright{
width:942px;
height:22px;
float:left;
margin-top:4px;
text-align:center;
color:#143544;
font-family:Arial, Helvetica, sans-serif; font-size:9px;
}

.knapp {
background-color: #458e35;
font-family: Arial, Helvetica, sans-serif;
border: #458e35 1px solid;
font-size: 12px;
color: #FFFFFF;
font-weight: normal;}


.textbox{
background-color: #FFFFFF;
border: #458e35 1px solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
font-weight: normal;
}

/*SCROLL*/
/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
background: url(images/scroll_bak.jpg) repeat-x ;
}
.orange-bar .jScrollPaneDrag {
	background: url(images/scroll_drag2.jpg) repeat-y 50% 50%;
	
}
.orange-bar .scroll-pane {
	background: url(images/scroll_bakers.jpg) 50% 50%;
	background-color:red;
}
			
/*.holder {
	float: left;
	margin: 10px;
}*/

.scroll-pane {
	width: 450px;
	height: 350px;
	overflow: auto;
	background: #ccc;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
