body {
   margin: 0;
   padding: 0;
   color: #000;
   font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
   font-size: 12px;
}

a { color: #fc5217; text-decoration: none; border: none;}

h1,h2,h3,h4,h5,h6 { color: #fc5217; }
h1.title {
    color: #000000;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

a.button {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    border: #E4E3E3 solid 1px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

img {
	border: none;
}
			
#page-container {     
   margin: 0;
   padding: 0;
   background-color: #fff;
}

#container {
	float: left;
	width: 686px;
	margin: 10px;
    font-size: 14px;
}

#container-tema {
	float: left;
	width: 686px;
	margin: 10px 10px 10px 0px;
    font-size: 14px;
}

#container-tema .dato {
	font-size: 12px;
}

.dato .lesmer {
	font-size: 12px;
}


#bnt-container {
	float: left;
	width: 500px;
	margin: 0 10px;
	font-size: 14px;
}

#page-header { 
   position: relative;
   margin: 30px 0 0 0;
   min-width: 1200px;
   overflow: visible;
}

#header-banner {
   overflow: hidden;
   position: absolute;
   top: 4px;
   left: 0;
   height: 129px;
   width: 100%;
   background: url(grafikk/header_bg.png) repeat-x;
   margin: 10px 0 0 0;
}

#header-content {
    width: 1010px;
    position: relative;
    margin: 0 auto;
    height: 164px;
	float: left;
}

#ad-column {
    width: 150px;
	padding-left: 15px;
	overflow: hidden;
    float: left;
}

#logo h1 {
    margin: 0;
    padding: 16px 0 0 0;
    color: #005499;
    font-size: 22px;
}
#logo h1 img { float: left; margin: 0 20px 0 0;}
#logo h1 .text {
    display: inline-block;
    position: absolute;
    top: 60px;
    right: 0;
}
#logo h2 { display: inline-block; margin-top: 50px; }

#site-menu {
   list-style: none;
   display: block;
   color: #787272;
   position: absolute;
   right: 0;
   top: 0;
   margin: 0;
   padding: 0;
}

#site-menu li {
   display: block;
   float: left;
   margin: 0 0 0 30px;
   position: relative;
}
#site-menu a {
    color: #9c9ea0;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
    display: inline-block;
    height: 15px;
}
#site-menu a:hover, #site-menu a.current {
   color: #000;
}
#site-menu ol {
    top: 0;
    left: 0;
    background-color: #ffa800;
    margin: 0;
    padding: 5px;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    top: 15px;
    left: -50px;
    width: 230px;
}
#site-menu ol li {
    float: none;
    border-bottom: solid 1px #aa9e86;
    margin: 0;
}
#site-menu ol li a {
    padding: 5px;
    width: 100%;
}
#site-menu li:hover ol { visibility: visible; }

#site-menu-distrikt {
   list-style: none;
   display: block;
   color: #787272;
   position: absolute;
   right: 425px;
   top: 0;
   margin: 0 80px 0 0;
   padding: 0;
}

#site-menu-distrikt li {
   display: block;
   float: left;
   margin: 0 0 0 30px;
   position: relative;
}
#site-menu-distrikt a {
    color: #9c9ea0;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
    display: inline-block;
    height: 15px;
}
#site-menu-distrikt a:hover, #site-menu a.current {
   color: #000;
}
#site-menu-distrikt ol {
    top: 0;
    left: 0;
    background-color: #ffa800;
    margin: 0;
    padding: 5px;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    top: 15px;
    left: -50px;
    width: 230px;
}
#site-menu-distrikt ol li {
    float: none;
    border-bottom: solid 1px #aa9e86;
    margin: 0;
}
#site-menu-distrikt ol li a {
    padding: 5px;
    width: 100%;
}
#site-menu-distrikt li:hover ol { visibility: visible; }

#main-menu {
   overflow: hidden;
   list-style: none;
   display: block;
   margin: 0;
   padding: 0;
   position: absolute;
   bottom: 30px;
   right: 0;
   font-size: 12px;
   font-weight: bold;
}
#main-menu li {
   float: left;
   margin: 0 0 0 10px;
}
#main-menu li a {
    background-color: #e4e3e3;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 3px 15px 0 15px;
    border: transparent 1px solid;
}
#main-menu li a:hover, #main-menu li a.current {
    color: #fff;
}
#main-menu li a.current {
    background-color: #bbb;
}

#menu-bar {
   overflow: hidden;
   background-color: #ececec;
   border: #87888a 1px solid;
   height: auto;
}
#menu-bar .hr { 
   margin: 0;
   height: 5px;
   visibility: hidden;
}

#search {
   margin: 3px 3px 0 0;
   position: absolute;
   right: 0;
   overflow: hidden;
}
#search * {
   vertical-align: middle;
}
#search .text-field {
   width: 120px;
}

/*Content*/
#one-column {
    max-width: 800px;
    min-width: 400px;
    padding: 20px 10px;
}
.column-center {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.column-left {
    display: block;
    position: relative;
    float: left;
    width: 169px;
    right: 180px;
    margin: 0 12px 0 -100%;
}
.column-right {
    display: block;
    position: relative;
    float: left;
    width: 1px;
    margin-right: -1px;
}

#english-column {
	float: left;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 115px;
	position: relative;
}

#english-column a {
	font-size: 12px;
	font-weight: bold;
	color: #7c7d78;
	text-decoration: none;
}

#header-panel {
	margin: 0 auto;
	width: 1175px;
}

#content {
    clear: both;
	margin: 0 auto;
    width: 1175px;
}

#page-content {
	overflow: hidden;
	clear: both;
	width: 1010px;
	margin-bottom: 30px;
	float: left;
	-moz-box-shadow: #666 2px 2px 10px;
	-o-box-shadow: #666 2px 2px 10px;
	-webkit-box-shadow: #666 2px 2px 10px;
	box-shadow: #666 2px 2px 10px;
	background: #FFF;
}

#page-search {
	position: relative;
	clear: both;
	margin: 0 auto;
    width: 1165px;
	overflow: visible;
}

#searchPanel {
    float: right;
    right: 160px;
	position: relative;
    bottom: 10px;
}
#searchPanel input {
    vertical-align: middle;
}
#searchPanel input.submit {
}
#searchPanel input.text-field {
    border: 1px solid #969696;
    width: 220px;
	height: 17px;
}

#page-content #fastomrade {
  padding:20px;
}

#page-footer {
   clear: both;
   overflow: hidden;
   color: #7A7A7A;
   background-color: #abbfce;
   width: 100%;
   min-width: 1200px;
   min-height: 100px;
   margin-top: 20px;
}
#footer-content {
    width: 1175px;
    margin: 10px auto;
}
#footer-content .logo {
    float: left;
    margin: 0 80px 0 0;
}
#footer-content .text {
    float: left;
    padding: 5px;
}

#kontakt-menu {
   list-style: none;
   margin: 0 20px;
   padding: 0;
}
#kontakt-menu li {
   display: list-item;
   float: left;
   margin: 0 10px;
   padding: 2px 0;
}
#kontakt-menu li img {
   border: 0;
}
#kontakt-menu li a {
   text-decoration: none;
}
#kontakt-menu li a:hover, #kontakt-menu li a.current {
   color: #000;
}

#rotator {
   margin: 20px auto 0 auto;
   text-align: left;
   width: 80%;
   overflow: hidden;
   min-width: 650px;
}

#frontpage .image img {
   width: 100%;
}

#referanse {
   overflow: hidden;
   margin: 10px;
   padding-left: 290px;
}
#referanse-content {
   position: relative;
   float: left;
   width: 100%;
}
#referanse-menu-container {
   position: relative;
   float: left;
   width: 290px;
   right: 300px;
   margin: 10px 0 30px -100%;
}
#referanse-menu {
   overflow: hidden;
   list-style: none;
   font-size: 12px;
   margin: 2px 0 2px 50px;;
   padding: 0;
}
#referanse-menu li { margin: 0 0 15px 0; }
#referanse-menu a {
   text-decoration: none;
   color: #868788;
}
#referanse-menu a:hover, #referanse-menu a.current {
   color: #000;
}

#article {
   overflow: hidden;
}
#article-content {
   position: relative;
   float: left;
   width: 100%;
}
#article-content .label-metadescription { padding: 5px; margin-bottom: 10px; border: 1px dotted black; }
#article-content .label { margin-bottom: 2px; }
#article-content .label-lead-image { margin-bottom: 10px; }
#article-content .label-image { margin-bottom: 5px; }
#article-content .image-text { font-size:11px; margin-bottom:10px; }
#article-content .overskrift { color:#000; font-size: 28px; font-weight:bold; font-family:arial, verdana, helvetica, sans-serif; margin-bottom:10px; }
#article-content .stikktittel { font-size: 22px; font-weight:bold; font-family:arial, verdana, helvetica, sans-serif; margin-bottom:10px; }
#article-content .ingress { clear:both; color:#000; margin-bottom:10px; }
#article-content .hovedsak { clear:both; color:#000; margin-bottom:10px;}

#article-leads {
   position: relative;
   float: left;
   width: 420px;
   right: 0;
   margin: 0px -470px 30px 50px;
}
.article-lead {
   clear:both; 
   float: left;
   width: 100%;
   margin: 20px 0;
}
.article-lead .image { float:left; margin: 0 10px 5px 0; }
.article-lead .image a img { border:0; }
.article-lead .content .overskrift { font-size:16px; font-weight:bold; font-family:arial, verdana, helvetica, sans-serif; margin-bottom:10px; }
.article-lead .content .ingress,
.article-lead .ingress { clear:none; color:#000; font-weight:normal; margin-bottom:10px; }
.article-lead .content .readmore { color:blue; font-size:10px; text-align:right; }
.article-lead .content .readmore a { color:blue; }
#article-leads #morearticles {
   clear:both; 
   padding-top:40px;
   text-align:right;
}
#article-leads #morearticles a { color:#0000FF; font-weight:bold; }
.fast-omrade {
   margin: 20px 50px;
}
.fast-omrade .overskrift { font-size: 13px; }
.textbox-container { overflow: hidden; position: relative; }
.textbox-container div.textbox {
   position: absolute;
   overflow: auto;
   right: 75px;
   top: 0;
   background-color: #fff;
   height: 100%;
   width: 450px;
}
.textbox-container div.textbox-inner {
   margin: 30px;
}
.textbox-container .ingress { line-height: 1.8; }
.textbox-container .overskrift { color: #000; }
.textbox-container .kortnavn { 
   color: #000;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 5px; 
}
.textbox-container div.image img { width: 100%; }
.textbox-container a {
   font-size: 1em;
   color: #5784b3;
}

.to-kolonner {
   overflow: hidden;
   margin: 10px 40px;
   padding: 0 50% 0 0;
}
.to-kolonner .left {
   position: relative;
   float: left;
   width: 100%;
   margin-right: 20%;
}
.to-kolonner .right {
   position: relative;
   float: left;
   width: 40%;
   margin-right: -60%;
}
.to-kolonner .ingress { font-weight: normal; }

#design { padding: 0 0 0 350px; }
#design .left { width: 250px; right: 350px; margin-right: 100px; }
#design .right { width: 100%; margin-right: -100%; right: 350px; }
#design .hovedsak table td { padding: 0 15px 15px 0; }

#kart {height: 450px; overflow: auto;}

#om .overskrift { color: #000; }

.validate-message { color: red; }

.image { white-space: nowrap; }

#right-column {
	float: left;
	margin-bottom: 20px;
}

#left-column {
	width: 736px;
	overflow: hidden;
	float: left;
}

#side-news {
	height: auto;
	width: 25px;
	float: left;
	overflow: hidden;
	border: 1px solid white;
}

#bnt-side-news {
	height: auto; width: 195px; float: left; margin-right: 12px;
}

#bnt-side-news ul,
#side-news ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#bnt-side-news ul li,
#side-news ul li {
	padding: 8px 10px;
	background-color: #ececee;
	border-bottom: 2px solid white;
}

#bnt-side-news ul li a,
#side-news ul li a {
	text-transform: uppercase;
	color: #7a7a7a;
	text-decoration: none;
	font-size: 13px;
}

#bnt-side-news ul li a:hover,
#bnt-side-news ul li a.current {
	text-decoration: underline;
}

#side-news ul li a:hover,
#side-news ul li a.current {
	text-decoration: underline;
}

#bnt-issue {
	margin-top: 20px;
}

#bnt-earlier-issue {
	margin-top: 20px;
	margin-left: 30px;
}

#earlier-issue {
	font-weight: bold;
	font-size: 14px;
}

.issue a {
	font-size: 13px;
}

.issue a:hover {
	text-decoration: underline;
}

.box {
	margin-top: 20px;
}

.box-hms {
	margin-top: 20px;
	height: 155px;
	width: 265px;
	background: url(grafikk/hms.png) no-repeat;
	position: relative;
}

#hms-overskrift {
	color: #fe5400;
	font-size: 13px;
	padding: 5px 0;
	text-align: center;
}

#hms-overskrift a {
	color: #afe150;
	font-weight: bold;
}

#hms-containter {
	padding: 0  -1px 0 5px;
}

#Forside {
	float: left;
	display: inline;
	margin-bottom: 0px; 
	border: 0px #ff0000 solid;
	overflow: hidden;
	width: 100%;
}

#Forside #Toppartikkel {}

#Forside #Toppartikkel .artikkel-bilde {
	margin-bottom: 10px; 
}
#Forside #Toppartikkel .artikkel-bildetekst{
	font-size: smaller;
}
#Forside #Toppartikkel .artikkel-overskrift {
	margin-bottom: 10px; 
}
#Forside #Toppartikkel .overskrift {
	color: #fc6936;
	font-weight: bold;
	font-size: 24px; 
}
#Forside #Toppartikkel .artikkel-ingress {
	margin-bottom: 10px; 
}
#Forside #Toppartikkel .ingress {
	font-weight: normal; 
}

.lesmer { font-size: 0.9em; }
#Forside #Toppartikkel .lesmer  a {
    text-decoration: underline;
    font-weight: bold;
}

#Forside #Toppartikkel .artikkel-hovedsak {}

#Forside .Forsideartikler {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}

#Forside .Forsideartikler .artikkel {
	float: left;
	width: 200px;
	overflow: hidden;
	color: #000;
}
#Forside .Forsideartikler .artikkel-overskrift-ingress {
  height:auto;
  overflow:hidden;
}
#Forside .Forsideartikler .artikkel-overskrift {}
#Forside .Forsideartikler .overskrift {
	color: #fc6936;
	font-weight: bold;
	font-size: 16px; 
}
#Forside .Forsideartikler .artikkel-ingress {
	height:auto;
	overflow:hidden;
}
#Forside .Forsideartikler .ingress {
	font-weight: normal;
	color: #000;
}
#Forside .Forsideartikler .lesmer {
	text-align: left; 
	padding:5px 0px 5px 0; 
	margin-bottom: 10px;
}

#Forside .Forsideartikler .lesmer  a {
    text-decoration: underline;
    font-weight: bold;
}

#Forside .Forsideartikler .artikkel-hovedsak {
}
#Forside .Forsideartikler .ingressartikkel0 {
	margin-right: 10px;
	padding-right: 20px;
	float: left;
}

#Forside .Forsideartikler .ingressartikkel-siste {
	margin-right: 10px;
	padding-right: 20px;
	float: left;
	padding-left: 10px;
	
}

#Forside .Forsideartikler .ingressartikkel-siste .overskrift {
	font-size: 18px
}

#Forside .Forsideartikler .ingressartikkel-siste .ingress {
	font-size: 15px;
	color: #424244;
	font-weight: bold;
}

#Forside .Forsideartikler .ingressartikkel1 {
	margin-right: 10px;
	padding-right: 20px;
}

#Forside .Forsideartikler .ingressartikkel2{
	padding-right: 20px;
}

#videoclip {
	margin-top: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#videoclip #statement {
	float: left;
	width: 230px;
	font-family: Lucida Handwriting;
	font-size: 11pt;
	font-style: italic;
	color: #fc5e26;
	padding: 10px 0;
}

#videoclip #statementOverskrift{
	font-size: 13pt;
	font-weight: bold;
}

#videoclip #video{
	background-color: #f5f5f5;
	float: left;
	padding: 10px;
	border-left: 2px solid #e4e4e4;
	border-right: 2px solid #e4e4e4;
}

#last-article {
	float: left;
	width: 430px;
	padding: 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #666 1px 2px 10px;
	-moz-box-shadow: #666 1px 2px 10px;
	box-shadow: #666 1px 2px 10px;
	background: #FFFFFF;
	border: 1px solid #f0f0ef;
}

#last-article #image {
	float: left;
	width: 230px;
	background: white;
}

#last-article #text {
	background: white;
	float: left;
	width: 195px;
	padding: 0 0 0 5px;
}

#last-article #text h2 {
	font-weight: bold;
}

#last-article #text .ingress {
	color: #000;
}

hr {
	margin-top: 30px;
	border: 1px outset;
	color: #d2d2d2;
}

#searchDiv {
	overflow: hidden;
	float: left;
	margin-left: 800px;
}

#searchString {
	padding: 1px 3px;
	width: 150px;
}

#deling-meninger {
    margin: 10px 0;
    overflow: hidden;
}

#deling-meny li {
   display: block;
   float: left;
   margin: 0 5px;
   padding: 0;
}
#deling-meny {
   overflow: hidden;
   list-style: none;
   margin: 0 0 0 0;
   padding: 0;
}

#BNT-Forside {
	float: left;
	display: inline;
	margin-bottom: 0px; 
	border: 0px #ff0000 solid;
	overflow: hidden;
	width: 100%;
}

#BNT-Forside #Toppartikkel {}

#BNT-Forside #Toppartikkel .artikkel-bilde {
	margin-bottom: 10px; 
}
#BNT-Forside #Toppartikkel .artikkel-bildetekst{
	font-size: smaller;
}
#BNT-Forside #Toppartikkel .overskrift {
	color: #fc6936;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}
#BNT-Forside #Toppartikkel .ingress {
	font-weight: normal; 
}

#BNT-Forside #Toppartikkel .lesmer  a {
    text-decoration: underline;
    font-weight: bold;
}

#BNT-Forside #Toppartikkel .artikkel-hovedsak {}

#BNT-Forside .Forsideartikler {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}

#BNT-Forside .Forsideartikler .artikkel {
	float: left;
	width: 200px;
	overflow: hidden;
}
#BNT-Forside .Forsideartikler .artikkel-overskrift-ingress {
  height:auto;
  overflow:hidden;
}
#BNT-Forside .Forsideartikler .overskrift {
	color: #fc6936;
	font-weight: bold;
	font-size: 16px; 
}
#BNT-Forside .Forsideartikler .artikkel-ingress {
	height:auto;
	overflow:hidden;
}
#BNT-Forside .Forsideartikler .ingress {
	font-weight: normal;
}
#BNT-Forside .Forsideartikler .lesmer {
	text-align: left; 
	padding:5px 0px 5px 0; 
	margin-bottom: 10px;
}

#BNT-Forside .Forsideartikler .lesmer  a {
    text-decoration: underline;
    font-weight: bold;
}

#BNT-Forside .Forsideartikler .ingressartikkel0 {
	margin-right: 20px;
	float: left;
	width: 240px;
}

#BNT-Forside .Forsideartikler .ingressartikkel1 {
	width: 240px;
}

#BNT-Forside #more-article {
	text-indent: 5px;
	background-color: #ffa800;
	color: #6b675c;
	font-size: 14px;
	font-weight: bold;
}

#BNT-Forside .bnt-more-article {
	text-indent: 5px;
	background-color: #e8e8e8;
}

#BNT-Forside .bnt-more-article a {
	font-size: 13px;
}

#BNT-Forside  #facebook-comment {
	margin-top: 30px;
}

#BNT-Forside #lokalforening-footer {
	background: #ccd9e2 url(grafikk/lokalforening-footer.png) repeat-x left top;
}

#BNT-Forside .artikkel-ingress {
	margin: 10px 0;
}

#local-header {
	height: 30px;
	width: 707px;
	background-color: #ff1e08;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

.single-object {
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

table.archive a {
    text-decoration: none;
}
table.archive {
    width: 100%;
    border-spacing: 0;
	margin-top: 15px;
}
table.archive tbody td {
    font-size: 13px;
    border-bottom: 1px solid #000;
}
table.archive tfoot td {
    padding: 20px 0 0 0;
}
table.archive h2 {
    font-size: 1em;
    margin: 5px;
}
table.archive h2 a {
    color: #444;
}
table.archive td.readmore { white-space: nowrap; }


/* kunnskapsbase spesialmal ************************************/
#kunnskapsbase {}
#kunnskapsbase #sok_input { 
  padding-bottom: 20px;
}
#kunnskapsbase #sok_input table td { 
  padding-right: 10px;
}
#kunnskapsbase #temaertabell { 
}
#kunnskapsbase #temaertabell table td { 
/*  padding: 2px; */
}
#kunnskapsbase #temaertabell table td.alfaramme{
  color: white;
  background: #1C60A0;
}
#kunnskapsbase #temaertabell table td a{
  color:black;
}

/* END kunnskapsbase spesialmal ************************************/

#transportor-info {
	float: left; width: 50%;
}

#transportor-bildefelt {
	float: left; width: 50%;
}

#search-results #navbar {
    border: 0 solid #FF0000;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}

#logout {
    position: absolute;
    right: -10px;
    top: -20px;
	width: 155px;
}

#logout a#intra { float: left; }
#logout a.button { float: right; }

#temaarkiv ul {
    list-style: none outside none;
	margin-left: -40px;
}

#temaarkiv li {
    background: none repeat scroll 0 0 #E7E7E7;
    clear: both;
    margin: 5px 0;
    padding: 2px;
}

#temaarkiv a {
    float: left;
}

#temaarkiv a:hover {
	text-decoration: underline;
}

#temaarkiv .dato {
    float: right;
}

#temaoversikt {
	padding: 10px 10px 10px 0px;
	overflow: hidden;
}

#temaoversikt .tema_box {
	width: 210px;
	float: left;
	margin-left: 12px;
	font-size: 10px;
}

.tema_title {
	color: #FFF;
	padding: 2px 8px;
	background: #1C60A0;
	border: 1px solid black;
	font-size: 14px;
}

.tema_linkbox {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 8px;
}

.tema_linkbox a {
	color: black;
	line-height: 110%;
}

.tema_linkbox a:hover {
	text-decoration: underline;
}

.tema {}

.select-content {
	float: left;
}
#select-button {
	float: left;
	margin: 10px;
}
#select-button input {
	width: 80px;
}

/* START Medlemssider ************************************/
#medlemsforside {
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#left-col {
	float: left;
	width: 415px; 
	margin-right: 10px;
}

#left-col-container {
	border: 1px solid #e6e6e6; 
	padding: 10px;
	margin: 20xp 0;
	overflow: hidden;
}

#mid-col {
	float: left;
	width: 266px; 
	margin-right: 10px;
}

#right-col {
	float: left;
	width: 264px;
}

.image {
	margin-bottom: 25px;
}

.photo {
	margin-top: 2px;
}

#aktuelt-title {
	color: #b0b0b1;
	font-size: 14px;
	margin-left: 5px;
}

#aktuelt-panel {
	margin-bottom: 20px;
}

.area-title {
	padding: 10px 0;
}

.area-title h3 {
	color: black;
}

.area-title a {
	color: #E24B28;
	font-weight: bold;
	font-size: 18px;
}

.area-link {
	margin-top: 10px;
}

.area-link a {
	font-size: 12px;
	color: #a12002;
	text-decoration: underline;
}

.area-link a.readmore {
	color: #a12002;
	text-decoration: underline;
}

#image-lastemann {
	margin-top: 20px;
}

.deal {
	margin-bottom: 20px;
}

.deal-panel {
	background: #e8e8e6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e8e8e6));
	background: -webkit-linear-gradient(#ffffff, #e8e8e6);
	background: -moz-linear-gradient(#ffffff, #e8e8e6);
	background: -ms-linear-gradient(#ffffff, #e8e8e6);
	background: -o-linear-gradient(#ffffff, #e8e8e6);
	background: linear-gradient(#ffffff, #e8e8e6);
	-pie-background: linear-gradient(#ffffff, #e8e8e6);
	behavior: url(PIE.htc);
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
}

.deal-title {
	width: 50%;
	float: left;
	padding-left: 5px;
}

.deal-service-title {
	float: left;
	padding-left: 5px;
}

.deal-title h3 {
	color: #e24b28;
	width: 50%;
	float: left;
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
}

.deal-service-title h3 {
	color: #e24b28;
	float: left;
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}

.business-name {
	color: #e24b28;
	margin: 5px;
	float: right;
	
}

.deal-text {
	margin: 10px;
}

.deal-text a {
	color: #a12002;
	text-decoration: underline;
}

.deal-text a.readmore {
	color: #a12002;
	text-decoration: underline;
}

.article {
	margin: 20px 0;
}

/* END Medlemssider ************************************/
