@charset "UTF-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg)  ;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #575759;
	margin:0;
	padding:0;
}
img { 
	max-width: 100%; 
}
h1, h1 a {
	margin: 0px;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #235E7E;
}
h2, h2 a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 19px;
	font-weight: normal;
	color: #084888;
}
h3, h3 a {
	margin: 0px;
	font-weight: normal;
	font-size: 17px;
	color: #006139;
}
h4, h4 a {
	margin: 0px;
	font-size: 13px;
	color: #006139;
}
h5, h5 a {
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #006139;
}
h6, h6 a {
	margin: 0px;
	font-size: 12px;
	color: #006139;
}
#tekstInnhold h5 {
	background-image: url(../images/sotra_cta_v.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 20px;
	float: left;
	line-height: 48px;
	display: block;
	margin: 15px 0 15px 0;
}
#tekstInnhold h5 a {
	background-image: url(../images/sotra_cta_h.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 20px;
	float: left;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
	padding:0px 40px 5px 0;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.usynlig {
	height: 0px;
	overflow: hidden;
}
#ramme {
	background: url(../images/ramme_bakgrunn.jpg) top left repeat-y;
	width: 972px;
	margin: 0 auto;
}
#toppContainer {
	background: url(../images/topp_bakgrunn.jpg) top left no-repeat;
	min-height: 189px;
	height: 189px;
	margin: 0px;
	padding: 0px;
}
#toppFelt {
	min-height: 99px;
	height: auto !important;
	height: 99px;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
}
#symbol {
	float: left;
	width: 139px;
	height: 99px;
}
#symbol a {
	display: block;
	width: 139px;
	height: 99px;
	padding: 0px;
	margin: 0px;
}
#symbol span {
	display: none;
}
#flagg {
	width: 168px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#worldClock {
	width: 425px;
	float:left;
}
#logo {
	float:right;
	width: 214px;
	padding: 30px 50px 0px 2px;
}
#menyfelt {
	width:890px;
	height: 66px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 45px;
	border-left: 1px solid #4984A4;
}
.toppmeny {
	float:left;
	/*background:url(../images/toppmeny_bkgr.jpg) top repeat-x;*/
	margin:0px;
	z-index: 100;
}
.toppmeny .menytoggle {
	display: none;	
}
.toppmeny ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.toppmeny ul li{
	position: relative;
	display: inline;
	float: left;
	z-index: 100;
}
/*Top level menu link items style*/
.toppmeny ul li a{
	display: block;
	padding: 0px 55px 0px 18px;
	line-height:66px;
	border-right: 1px solid #4984A4;
	border-left: 1px solid #01502f;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-transform:uppercase;
}
*html .toppmeny ul li a{
	float:left;
}
	
/*1st sub level menu*/
.toppmeny ul li ul{
	left: -1px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	background-image:url(../images/dd_bakgrunn.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-left: none;
	border-right: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.toppmeny ul li ul li{
	display: list-item;
	float: none;
	margin:0;
	padding:0;
}
*html .toppmeny ul li ul li{
	margin-bottom:-3px;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.toppmeny ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0px;
}
/* Sub level menu links style */
.toppmeny ul li ul li a{
	display: block;
	width: 164px; /*width of sub menu levels*/
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	padding: 8px 0px 8px 16px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #5fa18c;
	border-bottom: 1px solid #2b795b;
}
.toppmeny ul li ul li a:hover{
	display: block;
	background:#6bae98;
}
.toppmeny ul li a:hover{
	display: block;
	background: #1A5F7B;
}
.toppmeny ul li a:active{
	color: #aa223c;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .toppmeny ul li { float: left; height: 1%; }
* html .toppmeny ul li a { height: 1%; }
* html .toppmeny ul li ul li a { padding: 10px 0px 10px 16px; }
/* End */
#toppmeny_slutt {
	width: 10px;
	float: left;
	height: 66px;
	border-left: 1px solid #01502f; 
}
#innholdContainer {
	background: url(../images/innhold_bakgrunn.jpg) top left no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0px 0px 0px 18px;
}
#innhold {
	background-image: url(../images/innhold_rammer.gif);
	background-position: top left;
	background-repeat:repeat-y;
}
#innholdTopp, #innholdBunn {
	height: 6px;
	background-image:url(../images/innh_topp_bunn.gif);
	background-repeat:no-repeat;
	clear: both;
	font-size: 6px;
}
#kolA {
	width: 216px;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 0px 6px 0px 6px;
}
#sokContainer {
	
	height: 29px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#sokContainer div.sokBoks {
	float:left;
	margin-left:5px;
	padding-bottom:10px;
	width:125px;
}
input.sokBoks {
	
	float:right;
	font-size:12px;
	margin:0px;
	padding:0px;
	width:120px;
	height: 17px;
}
/* Produktsider */
#produktintro h2 {margin-top:15px;font-size:22px}
#produktintro .clear {clear:both}
#produktintro .lagpdflink {margin:-42px 0px 0 0;display: block;background-image:url(../images/download-as-pdf.jpg);width:138px;height:49px;float:right}
#produktintro {display:block}
#produktintro .innledning {float:left;margin-top:25px;width:40%}
#produktintro .produktbilde {float:right;width: 100%;text-align: center;}
#produktbilder-side {display:block;margin-top:25px}
#produktbilder-side img {margin-bottom:20px}
*HTML #venstre {
	margin-top: -15px;
}
#sokTittel {
	float: left;
	font-size: 14px;
	color: #084888;
	padding: 4px 0px 0px 0px;
}
#venstreNyheter {
	padding: 14px 10px 5px 14px;
	min-height: 150px;
	height: 150px;
	height: auto !important;
}
#venstreNyheter .awa_nyhet {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#venstreNyheter .awa_nyhet_dato, #venstreNyheter .awa_nyhet_dato a {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #575759;
	font-size: 11px;
}
#venstreNyheter .awa_nyhet a {
	text-decoration: none;
}
#venstreNyheter .awa_nyhet h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #02633b;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}
#venstreNyheter .awa_nyhet_forside_ingress a {
	font-size: 11px;
	color: #575759;
	padding: 0px;
	margin: 0px;
}
#venstreNyheter .awa_nyhet_forside_ingress img {
	display: none;
}
#venstreNyheter .awa_nyhet_forside_ingress p {
	margin: 0;
}
#venstreNyheter .awa_nyhet_lesmer, #Nyhetsarkiv .awa_nyhet_lesmer {
	background-image: url(../images/les_mer_pil.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 11px;
	text-decoration: none;
	color: #02633b;
	display: block;
	padding: 2px 0px 0px 10px;
	margin: 0px;
}
#Nyhetsarkiv .awa_nyhet {
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #CFCFCF;
	position: relative;
}
#Nyhetsarkiv .awa_nyhet_dato {
	position: absolute;
	right: 10px;
	top: 15px;
}
.arkivlink_underside {
	margin-top: 20px;
	border-top: 1px solid #dceae5;
}
.arkivlink_forside {
	margin-top: 5px;
	border-top: 1px solid #FFF;
	padding: 0 0 0 14px;
}
.arkivlink_forside a, .arkivlink_underside a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-size: 11px;
	text-decoration: none;
	color: #02633b;
	font-weight: normal;
	padding: 2px 0px 0px 10px;
}
#Nyhetsarkiv .awa_nyhet_forside_ingress img {
	display: none;
}
#godkjenningLogoer {
	padding: 5px 0px 5px 5px;
	border-top: 5px solid #FFFFFF;
}
#godkjenningLogoer img {
	padding: 0;
	margin: 0;
}
#godkjenningLogoer p {
	padding: 0;
	margin: 0;
}
#venstreMeny {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
}
#venstreMeny ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#venstreMeny ul li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}
#venstreMeny ul li.active_parent {
	list-style-type:none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
	background-color: #9DC4B5;
}
#venstreMeny ul li a.active {
	background-color: #9DC4B5;
}
#venstreMeny ul li a {
	background:url(../images/arrow.gif) 5px 12px no-repeat;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #084888;
	text-decoration: none;
	padding: 7px 5px 7px 16px;
}
#venstreMeny ul li a:hover {
	background:url(../images/arrow.gif) 8px 12px no-repeat #FFFFFF;
	color: #a70632;
}
#venstreMeny ul ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background: #F6F9FB;
}
#venstreMeny ul ul li a {
	background:url(../images/arrow.gif) 13px 8px no-repeat;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding: 4px 5px 4px 25px;
	border-bottom: 1px solid #dceae5;
}
#venstreMeny ul ul li a:hover {
	background:url(../images/arrow.gif) 16px 8px no-repeat #FFFFFF;
	color: #a70632;
}
#venstreMeny ul ul ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background: #ecf4f1;
}
#venstreMeny ul ul ul li a {
	background:url(../images/arrow.gif) 30px 5px no-repeat #ffffff;
	font-weight: normal;
	border-bottom: 1px solid #ecf4f1;
	font-size: 12px;
	color: #555555;
	padding: 2px 5px 2px 40px;
}
#venstreMeny ul ul ul li a:hover, #venstreMeny ul ul ul li a active {
	background:url(../images/arrow.gif) 33px 5px no-repeat #ecf4f1;
	color: #a70632;
}
#venstrebanner {
	padding: 20px 0 20px 5px;
}
#kolB {
	width: 702px;
	float: left;
	padding: 0px 0px 0px 6px;
}
#flashAnim {
	padding: 0px;
	margin: 0px;
}
#forside_flash {
	margin: 0;
	padding: 0;
	position:relative;
	width: 689px;
	height: 442px;
	overflow: hidden;
	background: #ecf4f1;
}
#forside_flash #nav {
	display: none;
}
#forside_flash #sloganTekst {
	position: absolute;
	bottom: 0;
	z-index: 999;
	background-image: url(../images/slogan_bkgr.png);
	background-repeat: repeat;
	background-position: top left;
	padding: 15px 15px 20px 15px;
	color: #FFF;
}
#forside_flash #sloganTekst h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	color: #FFF;
}
#forside_flash #sloganTekst a {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: bold;
}
#forside_flash #topslide p {
	margin: 0;
	padding: 0;
}
#topslide ul {
	list-style:none!important;
	margin:0!important;
	padding:0!important;
}
#tekstInnhold {
	padding: 0px 12px 0px 0px;
	margin: 0px;
}
#tekstInnhold p {
	padding: 8px 0px 8px 0px;
	margin: 0px;
	font-size: 13px;
	
}
#tekstInnhold h2 img{padding-left:200px;clear:both}
#tekstInnhold tr td{min-height:377px}
.produktHoved td {
	background-image: url(../images/graa_gradient_bkgr.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 3px;
}
td.tekst {
	padding: 20px 13px 20px 13px;
}
td.tekst_kol1 {
	padding: 0px 7px 0px 13px;
}
td.tekst_kol2 {
	padding: 0px 13px 0px 7px;
}
#forsideBokser {
	padding: 6px 0px 0px 0px;
}
.produktBoks {
	padding: 10px;
	margin: 0px;
	border: 1px solid #a1a1a2;
	background-image: url(../images/produktboks_bkgr.jpg);
	background-color: #a1a1a2;
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	clear: both;
}
.produktBoks h4, .produktBoks h4 a {
	color: #006139;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.produktBoks a {
	background-image: url(../images/les_mer_pil.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 12px;
	text-decoration: none;
	color: #02633b;
	padding: 2px 0px 0px 10px;
	margin: 0px;
}
.produktBoks img {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
.kontakt_knapper h4 a {
	background-image: url(../images/knapp_gradient.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	margin: 2px 5px 3px 0px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #02633B;
}
.kontakt_knapper h4 a:hover {
	background-color: #9DC4B5;
	background-image: none;
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	margin: 2px 5px 3px 0px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #02633B;
}
#forsideboks1 {
	height: 245px;
	height: auto !important;
	min-height: 245px;
	background-image: url(../images/forsideboks_bkgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #fafafa;
	width: 216px;
	float: left;
	border: 6px solid #FFFFFF;
	margin: 0px 6px 0px 0px;
}
#forsideboks1 .awa_nyhet {
	padding: 0px;
	margin: 0px;
}
.forsideboks2-4 {
	height: 245px;
	height: auto !important;
	min-height: 245px;
	background-image: url(../images/forsideboks_bkgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #fafafa;
	width: 218px;
	margin: 0px 6px 0px 0px;
	border: 6px solid #FFFFFF;
	float: left;
}
a.forsideboks2-4 {
	text-decoration: none;
}
#forsideboks1 .awa_nyhet h2 a, .forsideboks2-4 .awa_nyhet h2 a {
	background-image: url(../images/forsideboks_bkgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #02633b;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #02633b;
	line-height: 32px;
	padding: 0px 0px 0px 14px;
}
#forsideboks1 .awa_nyhet_forside_ingress a p, .forsideboks2-4 .awa_nyhet_forside_ingress a p {
	padding: 0px 10px 5px 10px;
	color: #575759;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
}
#forsideboks1 .awa_nyhet_forside_ingress img, .forsideboks2-4 .awa_nyhet_forside_ingress img {
	padding: 10px 10px 5px 10px;
	margin: 0px;
}
#forsideboks1 .awa_nyhet_lesmer, .forsideboks2-4 .awa_nyhet_lesmer {
	background-image: url(../images/les_mer_pil.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 11px;
	text-decoration: none;
	color: #02633b;
	display: block;
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
#bunn {
	padding:10px 0px 0px 0px;
	margin: 0px;
	clear: both;
}
#adresse {
	background-image: url(../images/bunn_bkgr.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 65px;
	padding: 19px 0px 0px 156px;
	font-size: 12px;
	color: #000000;
}
#adresse a.lukket {
	background-image: url(../images/lukket_side.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 0 20px;
}
.linker a {
	background-image: url(../images/les_mer_pil.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-decoration: none;
	color: #02633b;
	display: inline;
	padding: 2px 0px 0px 10px;
	margin: 0px;
}
.linker a:hover {
	background-position: 3px 6px;
	color: #a70632;
}
td.kartOppdelt img, td.kartOppdelt a {
	margin: 0px;
	padding: 0px;
}
#infos {
	padding: 12px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}
#infos a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.clear {
	clear: both;
}
/*17/08/10*/
.produktbilde {
	max-height:350px;
	
	display:block;
}
.tabell {
	max-width:650px;
}
/**
 * download pdf
 */
.lagpdflink {
	margin: 0 -10px 0 0;
	display: block;
	background-image: url(../images/download-as-pdf.jpg);
	width: 138px;
	height: 49px;
	text-indent: -9999em;
	float: right;
}
#catalogueBTN {
	margin: 0;
	padding: 10px 0 0 10px;
	display: block;
	clear: both;
}
#catalogueBTN h5 {
	background-image: url(../images/catalogue_btn_bkgr2012.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 19px 0 0 60px;
	color: #FFF;
	width: 126px;
	height: 51px;
	overflow:hidden;
}
#catalogueBTN h5 a {
	color: #FFF;
	display: block;
}
#kontaktVenstre {
	padding: 20px 10px 10px 15px;
}
#kontaktVenstre label {
	padding: 3px 0 2px 0;
	display: block;
}
#kontaktVenstre textarea {
	width: 180px;
	height: 50px;
}
#kontaktVenstre input.tblInput {
	width: 175px;
}
#menyfelt select {
	display:none;
}
.mobilSlide {
	display:none;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
 
  
.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides h1 span, .rslides h2 span {position:absolute;left:25px;top:28px;font-size:30px;text-transform:uppercase;width:78%;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, .5);
padding:10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.rslides span.slide-bold {position:absolute;left:25px;font-size:18px;font-weight:bold;top:82px;width:310px;display:block;color:white}
.rslides span.slide-normal a:link, .rslides span.slide-normal a:visited {color:black}
.rslides span.slide-normal a:hover {color:#c80138!important}
.rslides span.slide-normal {position:absolute;left:20px;font-size:17px;bottom:67px;width:50%;display:block;color:#fff;
background: rgb(82, 82, 82);
background: rgba(82, 82, 82, .6);
padding:10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Tabletversjon*/
@media only screen and (min-width:700px) and (max-width: 1040px) {
	body {
    	-webkit-text-size-adjust: 100%;
	}
	
/*	#menyfelt select {
		display:block;
		width:95%;
		margin-left:5px;
		margin-top:12px;
	}
*/
/*	.mobilSlide {
		display:block;
	}
*/	img {
	}
	#ramme {
		width:95%;
		background:#fff;
	}
	#menyfelt {
		width:100%;
		background:#0c6c47;
		height:45px;
	}
	#worldClock,
	#symbol,
	#sokContainer,
	#venstrebanner,
	#infos,
	#innholdTopp,
	#innholdBunn,
	#toppmeny_slutt,
	#flagg {
		display:none;
	}
	#menyfelt {
		border:0px;
		margin:0;
	}
	.toppmeny {
	}
	.arkivlink_forside {
		border-top:0px;
	}
	.toppmeny ul li a {
		line-height:45px;
		padding:0 15px;
	}
	.awa_nyhet {
		width:100%;
		float:left;
	}
	.lagpdflink {
		position:absolute;
		top:100px;
		right:10px;
	}
	#tekstInnhold {
		padding:20px 0;
		position:relative;
	}
	#logo {
		float:right;
		width:auto;
	}
	#flagg {
		position:absolute;
		top:0;
		right:0;
	}
	#toppContainer {
		background:#fff;
		height:160px!important;
		min-height:160px!important;
	}
	#adresse {
		padding:0 10px;
		background:none;
		height:auto!important;
		
	}
	#adresse a {
		color:#ccc;
	}
	#adresse table {
		width:100%;
	}
	#adresse td {
		display:block;
		margin-bottom:5px;
		width:20%;
		float:left;
	}
	#adresse .partOf img {
		width:auto!important;
		height:auto!important;
	}
	#adresse .float {
		float:left!important;
		width:20%;
	}
	#innholdContainer {
		background:#fff;
		padding:0;
	}
	#innhold {
		background:#fff;
	}
	#kolA {
		background:#dceae5;
		width:24%;
		margin-right:1%;
		padding:0;
	}
	#kontaktVenstre input.tblInput,
	#kontaktVenstre textarea {
		width:90%;
	}
	#kolB {
		width:75%;
		padding:0;
	}
	#forside_flash {
		width:100%!important;
		height:auto!important;
	}
	#forsideBokser,
	#bunn {
		background:none;
		display:block;
	}
	#forsideboks1, 
	.forsideboks2-4,
	.forsideboks2-4,
	.forsideboks2-4 {
		width:24%;
		margin-left:1%;
		margin-right:0;
		border:0px;
	}
	#forsideboks1 .awa_nyhet_forside_ingress img, .forsideboks2-4 .awa_nyhet_forside_ingress img {
		padding:5px 0;
	}
	#venstreMeny {
	}
	#tekstInnhold table td {
	}
	#tekstInnhold td p img {
		width:100%;
		
	}

    

.rslides h1 span, .rslides h2 span {font-size:22px;width:78%}
.rslides span.slide-normal {font-size:14px;width:60%}
}
/*Mobilversjon*/
@media only screen and (max-width : 700px) {
	body {
    	-webkit-text-size-adjust: 100%;
	}
	#menyfelt {
		text-align:center;
	}
	#menyfelt select {
		display:none;
		width:95%;
		margin-left:5px;
		margin-top:12px;
	}
	.mobilSlide {
		display:block;
	}
	img {
	}
	#ramme,
	#menyfelt {
		width:100%;
	}
	#worldClock,
	#symbol,
	#sokContainer,
	#venstrebanner,
	#infos,
	#innholdTopp,
	#innholdBunn,
	#toppmeny_slutt,
	#forside_flash,
	#flagg {
		display:none;
	}
	#menyfelt {
		border:0px;
		margin:0;
		height: auto;
	}
	.toppmeny {
		float: none;
		background: #13714f;
	}
	.toppmeny .menytoggle {
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 18px;
		padding: 12px 0;
		cursor: pointer;
	}
	.toppmeny ul {
		display:none;
	}
	.toppmeny ul li {
		width: 100%;
	}
	.toppmeny ul li ul {
		display: none !important;
	}
	.toppmeny.open ul {
		display: block;
	}
	#logo {
		float:right;
		width:auto;
	}
	#flagg {
		position:absolute;
		top:0;
		right:0;
	}
	#toppContainer {
		background:url("../images/topp_bakgrunn.jpg") no-repeat scroll top center;
		height:auto;
		min-height:160px!important;
	}
	#kolA {
		width:100%;
		margin:0;
		padding:0;
	}
	#kontaktVenstre {
		display:none;
	}
	#kolB {
		width:100%;
		clear:both;
		float:none;
		padding:0;
	}
	#tekstInnhold {
		padding:0;
		width:100%;
	}
	#tekstInnhold table {
	border-spacing:0px;
	}
	#tekstInnhold table td {
		float:left;
		clear:both;
		display:block;
		background:#fff;
		width:100%;
		margin:0;
		padding:0;
	}
	#tekstInnhold table td img {
		max-width:350px;
		
	}
	#innholdTopp, #innholdBunn {
		background:none;
	}
	#topslide {
		width:300px!important;
		height:200px!important;
	}
	#innholdContainer {
		background:#fff;
		padding:0 10px;
		width:100%;
		float:left;
		padding-top: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#venstreMeny {
		border:0px;
		margin:0;
		display:block;
	}
	#venstreMeny li {
		float:none;
		position:relative;
	}
	#venstreMeny li li {
		float:none;
	}
	#venstreMeny li a {
		background:url(../images/les_mer_pil.gif) 7px 7px no-repeat!important;
		display:inline;
		padding:3px 0px 3px 20px!important;
	}
	#innhold {
		background:#fff;
	}
	#ramme {
		background:none;
	}
	#forsideBokser {
		padding:0;
	}
	#forsideboks1,
	.forsideboks2-4 {
		width:100%;
		margin-bottom:2%;
		padding-bottom:10px;
		float:left;
		border:0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#forsideboks1 .awa_nyhet_forside_ingress img, .forsideboks2-4 .awa_nyhet_forside_ingress img {
		padding:0px 0 10px 0;
		width:100%;
	}
	.lagpdflink {
		float:none;
		margin:10px 0;
	}
	#adresse {
		padding:0 10px;
		background:none;
		color:#fff;
	}
	#adresse a {
		color:#ccc;
	}
	#adresse table {
		width:100% !important;
	}
	#adresse td {
		display:block;
		margin-bottom:5px;
		width:80%;
	}
	#adresse .partOf {
		width:80%;
	}
	#adresse .float {
		float:left!important;
		width:50%;
	}
	#venstreNyheter,
	.arkivlink_forside,
	#godkjenningLogoer {
		display:none;
	}
	
	#adresse .float {
		float: left!important;
		width: 50%;
	}
	#adresse td {
		width: 100%;
		margin-bottom: 10px;
	}
	#adresse .partOf {
		width: 100%;
	}
		
	.rslides h1 span, .rslides h2 span {padding:5px;font-size:17px;width:78%}
	.rslides span.slide-normal {padding:5px;left:26px;font-size:10px;bottom:10px;width:78%}
	}
	
.staffansatt {width:48%;height:170px;padding:1%;float:left;margin-bottom:5px}
.staffansatt:hover {background:#f4f4f4}
.staffansatt img {float:left;margin-right:10px;margin-bottom:20px}
.staffansatt .stafftekst {margin-left:10px}
.staffansatt .stafftekst h4 {font-size:17px}
.staffansatt .stafftekst h4 span{display:block;font-size:13px;font-style:italic;color:grey}
.staffansatt .stafftekst ul li {list-style-type:none;line-height:20px}
.staffansatt .stafftekst ul li span {float:left;width:67px}
@media only screen and (max-width : 570px) {
	.staffansatt {width:96%;padding:2%;float:none;display:block;height:175px}
	.staffansatt .stafftekst ul li span {float:left;width:45px}
	.staffansatt .stafftekst ul li {font-size:11px}
}

.style100 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 30px;
    width: 557px;
}

#mainContent {
    margin: 0px 0px 0px 30px;
    padding: 0px;
}

.lf {
    float: right;
}
.genericForm .formArea {
    display: block;
    position: relative;
    margin: 0px 0px 1px;
    padding: 10px 10px 5px;
    border-bottom: 1px solid #E9E9E9;
}

.tabbedContent {
    font-size: 12px;
    line-height: 20px;
}
.twoColFixLtHdr #container {
    text-align: left;
}
.genericForm {
    margin: 15px 0px;
    width: 581px;
}
.genericForm .formArea label {
    position: absolute;
    top: 11px;
    font-weight: bold;
    color: #434D50;
}
.genericForm .formArea p {
    margin: 0px 0px 5px 200px;
    color: #434D50;
}
.genericForm .mediumWidth {
    width: 250px;
}
.mandatory {
    color: #F30;
    font-size: 10px;
}
.genericForm .fullWidth {
    width: 250px;
}
.genericForm .submitArea {
    display: block;
    position: relative;
    margin: 0px 0px 1px;
    padding: 5px 10px 5px 200px;
    
    width: 396px;
}
.style5 {
    
}
.style2 a:hover {
    text-decoration: underline;
}

.style2 a:active{text-decoration: none;}
.style2 a:link{text-decoration: none;}
.style2 a:visited{text-decoration: none;}
.style4 {color: #0000FF}








