﻿html 
{
    
    padding: 0;  background: #000 url(../images/bgLight3.jpg) no-repeat center -125px;
}

body
{
    font: 62.5%/1.5 Arial, Helvetica, sans-serif;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, div, table, td, th, input, li, ul
{
    font-size: 1em;
    margin: 0;
    padding: 0;
}

img
{
    border: 0 none;
}

a, a:hover
{
    outline: none;
    text-decoration: none;
}

hr
{
    color: #2a0000;
    background-color: #2a0000;
    height: 1px;
    margin-top: 20px;
}

/* HEADER */

#topContainer
{
    width: 960px;
    margin: 0 auto;
    position: relative;
    border: 1px solid transparent;
}

#header
{
    background: transparent url(../images/headerBg2.jpg) no-repeat;
    width: 960px;
    height: 183px;
    position: absolute;
    top: 1px;
    right: 0px;
}

#header #logo a
{
    background: transparent url(../images/BHlogo.png) no-repeat;
    width: 174px;
    height: 87px;
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 100;
    text-indent: -5999px;
}

/* MAIN */

.mainContainer
{
    width: 960px;
    margin: 180px auto 15px;
    padding-top: 40px;
}

.contentBg
{
    background: transparent url(../images/gallerybg_shadow.png) no-repeat;
    width: 970px;
    height: 488px;
    position: relative;
    
}

.content
{
    background-color: #fff;
    width: 960px;
   height: 480px;
    float: left;
    position: relative;
}

.content p
{
    color: #2a0000;
    font-size: 1.2em;
    margin: 10px 20px;
    line-height: 20px;
}

.content h1
{
    font-family: Arial, Helvetica, sans-serif;
    color: #2a0000;
    font-size: 2em;
    margin: 0 20px;
    border-bottom: 1px solid #2a0000;
}

.content h2, .content h3
{
    font-family: Arial, Helvetica, sans-serif;
    color: #2a0000;
    font-size: 1.4em;
    margin: 20px 20px 10px 20px;
    font-weight: bold;
}


.content h2
{
    padding-top: 10px;
}

.content a
{
    font-weight: bold;
    color: #2a0000;
    text-decoration: none;
}

.content a:hover
{
    color: #ffc000;
    text-decoration: none;
}

.contentBox
{
    font-size: 1em;
}

.ingressbilde
{
    float: right;
    margin-left: 10px;
}

.portfolioContainer
{
    width: 100%;
    margin: 145px auto 0 auto;
    padding-top: 40px; /* height: 540px;     overflow: hidden; */
}

#FlashHomepage 
{
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.content .leftCol
{
    width: 600px;
   /* height: 450px;
    margin: 0 0 0 10px;*/
    height: 422px;
    margin: 28px 0 0 10px;
    
    padding: 0 25px 0 0;
    float: left;
}

.content .leftCol .contentBox
{
    margin-bottom: 30px;
}

.content .rightCol
{
    width: 295px;
    height: 430px;
    position: absolute;
    top: 20px;
    right: 20px;
    float: right;
    overflow: hidden;
    padding-top: 10px;
}

.content .rightCol h1
{
    font-size: 1.2em;
    margin-bottom: -20px;
    border-bottom: 1px solid #2a0000;
}

.content .rightCol h3
{
    font-size: 1em;
    margin-bottom: 5px;
}

.content .rightCol p
{
    font-size: 1em;
    margin-bottom: 20px;
}

.content .rightCol a
{
    color: #2a0000;
    font-weight: bold;
}

.content .rightCol a:hover
{
    color: #ffc000;
    text-decoration: none;
    font-weight: bold;
}

.content .rightCol p a:hover
{
    text-decoration: none;
}

.list
{
    margin: -13px 20px 0 20px;
}

.list .listbox 
{
    overflow: auto;
}

.list .listbox .date 
{
    font-size: 1em;
    color: #2a0000;
    padding-bottom: 3px;
}

.list a, .list a:visited, .list a:active
{
    display: block;
    margin: 20px 0 5px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #2a0000;
}

.list a.highlighted
{
    font-weight: bold;
    color: #ffc000;
}

.list a.lesmer
{
    font-size: 0.9em;
    margin: 0;
    border: none;
    color: #2a0000;
}

.list a.lesmer:hover
{
    text-decoration: underline;
    color: #2a0000;
    font-weight: bold;
}

.list h4
{
    text-transform: uppercase;
}

.leftCol h1
{
    text-transform: uppercase;
}

.listIcons
{
    margin: 44px 20px 0 20px;
}

.listIconsItem
{
    float: left;
    width: 70px;
    height: 115px;
    margin: 0 15px 0 0;
    text-align: center;
}

.listIconsItem img
{
    text-align: center;
}

/* index */

#indexContainer
{
    background: transparent;
    width: 960px;
    height: 480px;
    padding-bottom: 8px;
    overflow: hidden;
}

#leftIndex
{
    margin-top: 40px;
    float: left;
}

#rightIndex
{
    float: right;
    background-color: #ffc000;
    width: 300px;
}

#transparentTop
{
    background: transparent;
    width: 360px;
    height: 40px;
    float: left;
}

.indexNews
{
    background-color: #fff;
    height: 480px;
    width: 414px;
    overflow: hidden;
}

.indexNews h4
{
    font-size: 3.5em;
    color: #2a0000;
    line-height: normal;
    margin-bottom: 10px;
}

.indexNews h5
{
    font-size: 2.5em;
    color: #2a0000;
}

.indexNews h6
{
    font-size: 2em;
    color: #2a0000;
    font-weight: normal;
    line-height: normal;
}

.indexNews p
{
    font-size: 1.5em;
    color: #2a0000;
}

.indexNews a
{
    color: #2a0000;
    text-decoration: none;
    font-weight: bold;
}

.indexNews a:hover
{
    color: #ffc000;
}

.newsContainer
{
    background-color: #fff;
    height: 480px;
    padding: 0 40px 0 20px;
    /*width: 363px;*/
}

.newsBox
{
    padding-top: 35px;
    /*margin: 20px;*/
}


/* end index */

/* form */

.content .leftForm
{
    height: 480px;
    margin: 0 0 0 10px;
    padding: 0px 0px 0 0;
    float: left;
    position: relative;
    width: 460px;
}

.content .leftForm h1
{
    font-family: Arial, Helvetica, sans-serif;
    color: #2a0000;
    font-size: 2em;
    border-bottom: 1px solid #2a0000;
    text-transform: uppercase;
    margin: 20px;
}

.content form tr td
{
    padding: 5px 0 0 20px;
    font-size: 1.2em;
    color: #2a0000;
}

.content form input, .content form textarea
{
    font-family: Arial, Helvetica, sans-serif;
    color: #2a0000;
    border: none;
    padding: 3px;
    background: #e8e8e8;
}

.content form .kommentarFelt
{
    height: 80px;
    color: #2a0000;
    font-size: 1em;
}

.content form .submitBtn
{
    background: transparent url(../images/submitBtn.png) no-repeat;
    width: 90px;
    height: 22px;
    margin: 5px 25px 0 0;
    cursor: pointer;
    font-size: 1em;
    float: right;
}

.content form .submitBtn:hover
{
    background: transparent url(../images/submitBtnHover.png) no-repeat;
}

.content form .fieldValidation1
{
    position: absolute;
    top: 85px;
    left: 450px;
}

.content form .fieldValidation2
{
    position: absolute;
    top: 112px;
    left: 450px;
}

.content form .meldingFeil
{
    position: absolute;
    top: 240px;
    left: 0;
}

.content form .meldingFeil ul li
{
    list-style-type: none;
}

/* end form */

.content .map
{
    width: 260px;
    height: 260px;
    position: absolute;
    left: 175px;
    bottom: 30px;
    border: 1px solid #2a0000;
}

.contactInfo
{
    /*padding: 20px 10px;*/
    font-size: 1.2em;
}

.content .contactInfo2
{
    position: absolute;
    left: 150px;
    bottom: 108px;
}

/* BOTTOM */

#bottomContainer
{
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}

/* start boxes */

.leftBox, .imgBox
{
    background-color: #2a0000;
    width: 310px;
    height: 160px;
    float: left;
    margin: 0 15px 0 0;
}

.leftBox img.ingressImg
{
    float: left;
    padding-right: 15px;
}

.rightBox
{
    background-color: #2a0000;
    width: 310px;
    height: 160px;
    float: right;
    margin: 0;
}

.leftBox h1, .rightBox h1
{
    background-color: #1b0303;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.imgBox h1
{
    background-color: #1b0303;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.leftBox h2, .rightBox h2
{
    font-weight: bold;
    font-size: 12px;
    margin: 0 5px;
}

.leftBox p, .rightBox p
{
    color: #fff;
    font-size: 1.2em;
    margin: 0 5px;
    line-height: 20px;
}

.leftBox h1 a, .rightBox h1 a, .imgBox h1 a
{
    color: #fff;
}

.leftBox h2 a, .rightBox h2 a
{
    color: #ffc000;
}

.leftBox h1 a:hover, .rightBox h1 a:hover, .imgBox h1 a:hover
{
    color: #ffc000;
}

.leftBox h2 a:hover, .rightBox h2 a:hover
{
    color: #fff;
}

.leftBox a, .rightBox a, #footer a
{
    color: #ffc000;
}

.leftBox a:hover, .rightBox a:hover, #footer a:hover
{
    color: #fff;
}

.leftBox, .rightBox, .imgBox
{
    overflow: hidden;
}

/* end boxes */

/* start footer*/

#footer
{
    width: 960px;
    margin: 0 auto;
    color: #fff;
    clear: both;
    padding: 10px 0;
}

#footer p
{
    text-align: center;
}

/* end footer */




