﻿/*
======================================================
  >>TABLE OF CONTENT<<
  - Reset styles
  - Basic styles/Typography
  - Global layout
  - Global Tools
  - Global navigation
  - Local navigation
  - Content
  - Page footer

     >>COLORS<<
     Body Background:    #f3f4f4
     Main Text:          #333
     Links:              #006699
     Links hover:    #333
     Header:            #000
======================================================
*/
/*
======================================================
>>  Reset styles (http://meyerweb.com/eric/tools/css/reset/)
======================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
:focus {outline: 0;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
======================================================
>>  Basic styles/Typography
======================================================
*/
body {
  
  font-family:Arial,Helvetica,sans-serif;
  background: #f3f4f4;
  margin-top: 0px;
    text-align: center;
}

.frontpage h1 {
  font-size: 40px;
  color: #000;
  font-weight: normal;
  line-height: 45px;
  padding-bottom: 15px;
  padding-top: 15px;
}

h1 {
  font-size: 24px;
  color: #004153;
  font-weight: normal;
  line-height: 29px;
  padding-bottom: 15px;
  padding-top: 15px;
}

h2 {
  font-size: 32px;
  color: #000;
  line-height: 36px;
  padding-bottom:10px;
  font-weight: normal;
}

h3 {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

h4 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom:3px;
}


h5 {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin-bottom:1px;
}

a:link, a:visited, a:active{
  color:#006699;
  text-decoration: underline;
}

a:visited{
  color:#006699;
}

a:hover{
  color:#000;
  text-decoration: none;
}

p{
  color: #333;
  font-size: 12px;
  line-height: 18px;
}

.person-name{
  color: #333;
  font-size: 10px;
  line-height:12px;
  font-style: italic;
  text-align: right;
}

ul, ol{

}

li{

}
/*
======================================================
>>  Global layout
======================================================
*/
#layout-wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  min-height:414px;
        *clear:both;
}

#layout-wrapper:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#layout-wrapper{display:inline-block;}
/* Hide from IE Mac \*/
#layout-wrapper{display:block;}
/* End hide from IE Mac */

#global-logo{
  padding-top: 3px;
  padding-bottom: 15px;
  float:left;
  padding-left:16px;
}

#global-logo a{
  background: url(../graphics/global-logo.png) 0 0 no-repeat;
  width: 153px;
  height: 55px;
  text-indent: -9999px;
  display: block;
  margin-top:2px;
}

/*
======================================================
>>  Global Tools
======================================================
*/
#global-tools{
  position:relative;
  right:0;
  text-align:right;
  margin-top:11px;
  overflow: hidden;
  float:right;
  *margin-right: -5px;
}

#global-tools div{
  display:block;
  position:relative;
  right:0;
  margin-right:-7px;
}

#global-tools li {
  border-right:1px solid #CCCCCC;
  /*display:inline;*/
  float:left;
  height:20px;
}

#global-tools li a {
  color:#857B6E;
  font-size:11px;
  padding-left:8px;
  padding-right:8px;
  text-decoration:none;
}

/*
======================================================
>>  Global navigation
======================================================
*/
#global-header{
  overflow: hidden;
  width:960px;
}

#global-nav{
  height:38px;
  width: 960px;
  overflow:hidden;
  background:url(../graphics/global-nav-bg.png) 0 0 no-repeat;
  display: block;
  clear: both;
}

#global-nav ul{
  position:absolute;
  margin-left:4px;
}

#global-nav ul li{
  float:left;
  font-size:15px;
  display: inline;
  padding-top:1px;
  background: url(../graphics/global-nav-divider.png) right 1px no-repeat;
}

#global-nav ul li a{
  color:#fff;
  text-decoration: none;
  display: block;
  padding: 10px 18px 14px;
  margin-right: 2px;
}

#global-nav ul li a:hover{
  color: #fff;
  background: url(../graphics/global-nav-hover.gif) 2px 0 repeat-x;
}

#global-nav .active-trail{
  color: #fff;
  background: url(../graphics/global-nav-hover.gif) 2px 0 repeat-x;
}

#AppLogo {text-align: right;}

/*
======================================================
>>  Local navigation
======================================================
*/
#sub-nav {
  width: 183px;
  background: url(../graphics/sub-nav-bg.gif) 0 bottom no-repeat;
  float:left;
  padding-bottom:20px;
  margin-bottom:15px;
}

#sub-nav h3{
  background: url(../graphics/sub-nav-top.png) 0 0 no-repeat;
  width: 161px;
  *width: 183px;
  height: 9px;
  padding: 11px;
  *padding: 11px 11px 10px 11px;
}

#sub-nav li a{
  font-size: 12px;
  color: #333;
  background: url(../graphics/sub-nav-bullet.png) 1px 0px no-repeat;
  display: block;
  text-decoration: none;
  padding:8px 10px 7px;
  *height: 12px;
  line-height:16px;
}

#sub-nav li a:hover{
  background: #e7e8e8 url(../graphics/sub-nav-bullet-hover.png) 1px 0px no-repeat;
}

#sub-nav .active-trail, #sub-nav #active{
  background: #e7e8e8 url(../graphics/sub-nav-bullet-hover.png) 1px 0 no-repeat;
}

#sub-nav .level2 a{
  display: block;
  background: #ffffff!important;
  border-bottom:1px solid #FFFFFF;
    font-size: 11px!important;
    padding:6px 20px 6px;
}

#sub-nav .level2 #active{
        font-weight: bold;
}

#sub-nav .level2 a:hover{
  background: #fafafa!important;
}

#sub-nav .level2 li{
  padding-left: 1px;
  padding-right: 1px;
}

#sub-nav .level2 .active-trail{
  font-weight: bold!important;
  background: #fff!important;
}

/*
======================================================
>>  Frontpage
======================================================
*/
.frontpage{
  background-position: left top!important;
}

.frontpage #content-copy{
  background: none!important;
}

.frontpage #content-copy:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.frontpage #content-copy {display:inline-block;}
/* Hide from IE Mac \*/
.frontpage #content-copy {display:block;}
/* End hide from IE Mac */

.frontpage #related-info .paragraph h3{
  background: url(../graphics/related-content-top-blue.png) 0 0 no-repeat;
  width:100%;
  height: 11px;
  *padding-bottom: 8px;
}

.frontpage #related-info .paragraph img{
  border-bottom:none!important;
}

.frontpage #content-copy{
  width: 960px;
  overflow: hidden;
}

.frontpage #content{
  width: 960px;
  padding:30px 0 0 0!important;
  height:252px;
  *height:273px;
}

.frontpage #content .box{
  width: 361px;
  float:left;
  padding-left: 18px;
}

.frontpage #content .box p{
  font-size: 16px!important;
  color: #333;
  line-height: 21px;
}

.frontpage #content .box .blue-arrow a{
  background: url(../graphics/icon-arrow-right-blue-big.png) 0 4px no-repeat;
  padding-left: 15px;
}

.frontpage #content .box .blue-arrow a:hover{
  background: url(../graphics/icon-arrow-right-black-big.png) 0 4px no-repeat;
}

.frontpage #content .box h3{
  font-size: 40px;
  line-height: 45px;
  margin-bottom:21px;
}

.frontpage #content .box-front{
  width: 204px;
  float:right;
  padding-right: 10px;
}

.frontpage #content .box-front #news li a{
  color: #333!important;
  font-size: 12px!important;
  font-weight: bold!important;
  text-decoration: none;
  background: url(../graphics/icon-arrow-right-blue.png) 0 5px no-repeat;
  padding-left: 10px;
  display: block;
  line-height: 17px;
  list-style-type: none!important;
}

.frontpage #content .box-front #news li a:hover{
  background: url(../graphics/icon-arrow-right-black.png) 0 5px no-repeat;
}

.frontpage #content .box-front #news li{
  border-bottom:1px solid #CCCCCC;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left:0;
  padding-bottom:7px;
  padding-right:0;
  padding-top:5px;
}

.frontpage #content .box-front a.read-more{
  color:#333333;
  float:right;
  font-size:11px;
  padding-top:10px;
  text-decoration:none;
}

.frontpage #content .box-front h3{
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
  padding-bottom:4px;
  border-bottom: 1px solid #ccc;
}

.frontpage #content .box h3{
  text-transform: none!important;
}

.frontpage #related-info{
  float:none;
  clear:both;
  overflow:hidden;
  width:980px;
  margin-left: -1px;
}



.frontpage #related-info .paragraph{
  background: url(../graphics/related-content-bottom-blue.png) 0 bottom no-repeat;
  height: 170px;
  float: left;
  width: 233px;
  *width: 237px;
  margin-right: 8px;
  *margin-right: 5px;
        *margin-top:0px!important;
}

.frontpage #related-info .paragraph p{
  font-size: 11px!important;
  padding-left: 10px;
}

.frontpage #related-info .paragraph a{
  background: none;
  text-decoration: none;
}

.frontpage #related-info .paragraph a:hover h3{
  color: #eee;
}

.frontpage #related-info .paragraph p a{
  padding-left: 10px;
  background: url(../graphics/icon-arrow-right-blue.png) 0 3px no-repeat;
  text-decoration: underline;
}

.frontpage #related-info .paragraph a:hover{
  background: url(../graphics/icon-arrow-right-black.png) 0 3px no-repeat;
}

.frontpage #related-info .paragraph .teaser{
  font-weight: bold;
}

.frontpage #content-bottom{
  background: none!important;
}
/*
======================================================
>>  Content
======================================================
*/
#content-wrapper:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#content-wrapper{display:inline-block;}
/* Hide from IE Mac \*/
#content-wrapper {display:block;}
/* End hide from IE Mac */

#content-copy{
  width: 769px;
  float:right;
  background: url(../graphics/content-bg-tile.gif) 0 0 repeat-y;
  padding-left: 1px;
  margin-bottom: 20px;
}

#content-copy #content-top{
  background: url(../graphics/content-bg-top.png) 0 top no-repeat;
  width: 769px;
  height: 6px;
  margin-left:-1px;
  position:absolute;
  *position:relative;
}

#content-copy .top-img{
  *margin-top: -5px;
}

#content{
  width: 546px;
  float:left;
  padding:18px 17px 15px;
}

#content-bottom{
  background: url(../graphics/content-bg-bottom.gif) 0 bottom no-repeat;
  height:7px;
  margin-left:-1px;
  width:769px;
  clear: both;
}

#content p.teaser{
  font-size: 16px;
  line-height: 21px;
}

#content .paragraph h3{
  font-size: 14px;
  line-height: 19px;
  color: #333;
  font-weight: bold;
}

#content .paragraph p{
  margin-bottom: 10px;
}

#content p.citat{
  padding-left: 17px;
  border-left: 1px solid #ccc;
  margin-left: 27px;
}

#content .img-left{
  clear: both;
  padding-bottom: 20px;
}

#content .img-left img{
  float:left;
  margin-right: 17px;
  margin-bottom:20px;
  border: 3px solid #dedede;
}

#content .img-left .wrapper{
  float:left;
  width:356px;
  *width:340px;
}

#content .contact{
  width: 547px;
  clear: both;
  margin-bottom: 15px;
}
#content .paragraph.contact.half {
  border: 1px solid #DEDEDE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 255px;
  clear: none;
  float: left;
  height: 120px;
  margin-right: 15px;
}

#content .contact #top{
  background: url(../graphics/content-contact-top.png) 0 top no-repeat;
  width: 547px;
  height: 7px;
  position: absolute;
  z-index: 999;
}

#content .contact #bottom{
  background: url(../graphics/content-contact-bottom.png) 0 bottom no-repeat;
  margin-top: -3px;
  padding-bottom:10px;
}
#content .paragraph.contact.half #contact_half {
  width: 155px;
  margin-left: 110px;
}
#content .contact p{
  font-size: 11px;
  margin-bottom: 0px;
}

#content .contact h3{
  padding-left: 189px;
  padding-top: 9px;
  width: 358px;
  padding-bottom:4px;
}

#content .contact.half h3{
  padding-left: 0;
  padding-top: 9px;
  width: auto;
  padding-bottom: 4px;
}

#content .contact table{
  width: 358px;
  margin-left: 189px;
}

#content .contact table td{
  width: 200px;
}

#content .contact p.phone{
  margin-bottom: 0;
  background: url(../graphics/icon-phone.gif) 0 3px no-repeat;
  padding-left: 17px;
  font-weight: bold;
}

#content .contact p.email a{
  background: url(../graphics/icon-mail.gif) 0 1px no-repeat;
  padding-left: 17px;
}

#content .back-link{
  font-size:12px;
  line-height:18px;
}

#content .back-link a{
  padding-left: 10px;
  background: url(../graphics/icon-arrow-left-blue.png) 0 3px no-repeat;
}

.textpage #content #news{
  margin-top: 10px;
}

.textpage #content #news li{
  border-top: 1px solid #ccc;
  margin-top:10px;
  padding-top:15px;
  list-style-type: none;
  margin-left: 0;
}

.textpage #content #news h3{
  padding-bottom: 3px;
}

.textpage #content #news p{
  margin-bottom: 5px;
}

#content #news li a{
  text-decoration: none;
}

#content #news li .blue-arrow a{
  text-decoration: underline;
}

#content .paragraph ul li, #content .paragraph ol li{
  font-size:12px;
  line-height:18px;
}

#content .paragraph ul, #content .paragraph ol{
  margin-bottom: 10px;
}

#content .paragraph ul li{
  list-style-type: disc;
  margin-left:15px;
}

#content .paragraph ol li{
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 0px;
}

#content .paragraph table tr td, #content .paragraph table tr th, #content .paragraph table caption{
  color:#333333;
  font-size:12px;
  line-height:18px;
}

a.besog-webshop-btn{
  background: url(../graphics/besog-webshop.png) left top no-repeat;
  width: 186px;
  height: 45px;
  display: block;
  text-indent: -9999px;
}

/*
======================================================
>>  Related info
======================================================
*/
#related-info{
  width: 171px;
  float:left;
}

#related-info img{
  border-bottom: 1px solid #dedede;
}

#related-info .img-wrapper{
  margin-bottom: 10px;
}

#related-info hr{
  border: 0;
  border-bottom: 1px solid #dedede;
  height: 1px;
}

#related-info .paragraph{
  width: 170px;
  *width: 171px;
  background: url(../graphics/related-content-bottom-yellow.png) 0 bottom no-repeat;
  padding-left: 1px;
  margin-top: 19px;
  padding-bottom:15px;
}

#related-info .paragraph p, #related-info .paragraph hr, #related-info .paragraph ul{
  padding: 0 10px;
  *margin: 0 7px;
}

#related-info .paragraph ul li{
  color: #333;
  font-size: 12px;
  line-height: 18px;
  list-style-type: disc;
  margin-left: 10px;
}

#related-info .paragraph hr{
  width: 155px;
}

#related-info .paragraph .phone{
  background: url(../graphics/icon-phone.gif) 0 2px no-repeat;
  padding-left: 17px;
  margin-left: 10px;
  *margin-left: 14px;
  font-weight: bold;
  margin-top: 5px;
}

#related-info .paragraph .email a{
  background: url(../graphics/icon-mail.gif) 0 2px no-repeat;
  padding-left: 17px;
}

.blue-arrow a{ 
  background: url(../graphics/icon-arrow-right-blue.png) 0 3px no-repeat;
  padding-left: 11px;
}

#related-info .blue-arrow a:hover{ 
  background: url(../graphics/icon-arrow-right-black.png) 0 3px no-repeat;
}

#related-info .paragraph h3{
  background: url(../graphics/related-content-top-yellow.png) 0 0 no-repeat;
  width: 149px
  height: 11px;
  margin-left: -1px!important;
  padding:9px 11px 11px;
}

/*
======================================================
>>  Page footer
======================================================
*/
#global-footer {
  height: 44px;
  width: 960px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
        *clear: both;
}

#global-footer #address{
  padding-left: 10px;
}

#global-footer #mm{
  padding-right: 10px;
}

#global-footer #address, #global-footer #mm p{
  float:left;
  color: #666;
  font-size: 11px;
  line-height:16px;
}

#global-footer #address td{
  color: #666;
  line-height:16px;
}


#global-footer #address td a, #global-footer #mm p a{
  color: #666;
}

#global-footer #mm{
  float:right;
}


