/* CSS Document */

body
{
    margin: 0px auto;
    background-image: url(../../../images/bg.gif);
    background-repeat: repeat-x;
    background-color: #4bb7e3;
}
*
{
    margin: 0px auto;
    line-height: 15px;
}
a
{
    color: #195999;
    text-decoration: underline;
}
a:hover
{
    color: #195999;
    text-decoration: none;
}
img
{
    border: 0pt;
}
table
{
    margin: 0px;
}
td
{
    padding: 1px 3px;
    vertical-align: top;
}
ul
{
    margin: 0px;
    padding: 0px;
}
ul li
{
    margin: 0px;
    padding: 0px;
}
#main
{
    position: relative;
    width: 1012px;
    padding-bottom: 13px;
    background-color: #FFFFFF;
}
#top
{
    position: relative;
    background-image: url(../../../images/top.gif);
    background-repeat: no-repeat;
    width: 1012px;
    height: 123px;
}
#logo a
{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 157px;
    height: 103px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}
#menu
{
    position: absolute;
    top: 2px;
    right: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #272972;
    font-weight: bold;
}
#menu ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#menu ul li
{
    position: relative;
    padding: 0px;
    margin: 0px;
    display: inline;
    float: left;
    line-height: 24px;
}
#menu ul li.sep
{
    background-image: url(../../../images/seperate.gif);
    background-repeat: no-repeat;
    width: 1px;
    height: 24px;
}
#menu ul li a
{
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    float: left;
    color: #272972;
    padding: 0px 8px 0px 18px;
}
#menu ul li a:hover
{
    background-image: url(../../../images/bullet_02.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #edeff5;
    color: #d49b0d;
}
#menu ul li .menuSelected
{
    background-image: url(../../../images/bullet_02.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #edeff5;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    float: left;
    color: #d49b0d;
    padding: 0px 8px 0px 18px;
}
#menu ul li ul
{
    position: absolute;
    top: 24px;
    left: -100px;
    visibility: hidden;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 500px;
}
#menu ul li ul li
{
    position: relative;
    padding: 0px;
    margin: 0px;
    display: inline;
    float: left;
    line-height: 24px;
    padding: 0px 5px;
}
#menu ul li ul li a
{
    background: none;
    font-weight: normal;
    padding: 0px 5px;
}
#menu ul li ul li a:hover
{
    background: none;
}
#menu ul li ul li .submenuSelected
{
    background: none;
    font-weight: normal;
    padding: 0px 5px;
    color: #d49b0d;
}
#flag
{
    position: absolute;
    top: 7px;
    right: 9px;
    width: 61px;
    height: 19px;
    overflow: hidden;
}
a.flag_en-gb
{
    background-image: url(../../../images/flag_en.gif);
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    float: left;
}
a.flag_en-gb:hover
{
    background-image: url(../../../images/flag_en.gif);
    background-repeat: no-repeat;
    background-position: left -19px;
}
a.flag_nb-no
{
    background-image: url(../../../images/flag_no.gif);
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    float: right;
}
a.flag_nb-no:hover
{
    background-image: url(../../../images/flag_no.gif);
    background-repeat: no-repeat;
    background-position: left -19px;
}
.flag_en-gb_active
{
    background-image: url(../../../images/flag_en.gif);
    background-repeat: no-repeat;
    background-position: left -19px;
    width: 24px;
    height: 19px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    float: left;
    cursor: default;
}
.flag_nb-no_active
{
    background-image: url(../../../images/flag_no.gif);
    background-repeat: no-repeat;
    background-position: left -19px;
    width: 24px;
    height: 19px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    float: right;
    cursor: default;
}
#header
{
    /* background-image:url(../../../images/header.jpg); */
    background-repeat: no-repeatl;
    width: 1012px;
    height: 205px;
}
#contentBox
{
    width: 967px;
    height: auto !important;
    height: 250px;
    min-height: 250px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555559;
    padding: 23px 22px 0px 23px;
}
#heading
{
    position: relative;
    height: 30px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
}
#content
{
    position: relative;
    padding: 10px 0px 23px 0px;
}
#content ul
{
    padding: 0px;
    margin: 0px;
}
#content ul li
{
    padding: 0px;
    margin-left: 15px;
}
#teaserBox
{
    background-image: url(../../../images/teaserBG.gif);
    background-repeat: no-repeat;
    width: 960px;
    height: 172px;
    padding: 50px 3px 5px 4px;
    overflow: hidden;
}
.teaser1
{
    width: 218px;
    float: left;
    padding: 0px 40px;
    color: #195999;
}
.teaser2
{
    width: 246px;
    float: left;
    padding: 0px 40px;
    color: #195999;
}
.teaser3
{
    width: 256px;
    float: left;
    padding: 0px 40px;
    color: #195999;
}
#teaserBox h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #195999;
    padding-bottom: 10px;
}
.imgCenter
{
    text-align: center;
    display: block;
    padding: 5px 0px;
}
#teaserBox a
{
    background-image: url(../../../images/bullet_01.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    line-height: 25px;
    padding-right: 18px;
    float: right;
    text-decoration: none;
}
#footer
{
    position: relative;
    background-image: url(../../../images/footer.gif);
    background-repeat: no-repeat;
    width: 1012px;
    height: 20px;
    line-height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #e6f6fc;
    text-align: center;
    padding-top: 29px;
}
#footer a
{
    line-height: 20px;
    color: #e6f6fc;
}
/* ==============  KONTAKT FORM ================= */

#contact_form
{
    width: 400px;
    margin: 0px 0px 5px 15px;
    padding: 0px 10px;
    float: right;
}

.ie7 #contact_form
{
    margin: auto;    
}

#contact_form ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#contact_form ul li
{
    width: 400px;
    padding: 0px 0px;
    display: inline;
    float: left;
    margin: 1px 0px;
}
#contact_form ul li label
{
    width: 90px;
    float: left;
    display: block;
}
#contact_form ul li p
{
    width: 300px;
    padding: 0px;
    margin: 0px;
    float: right;
}
#contact_form .textarea
{
    border: 1px solid #999999;
    background-color: #ffffff;
    width: 96% !important;
    height: 100px;
}
#contact_form .inputText
{
    border: 1px solid #999999;
    background-color: #ffffff;
    width: 96% !important;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
}

.inputAlert1
{
    float: right;
    margin-top: -15px;
}

.ie8 .inputAlert1
{
    margin-top: auto;
    margin-bottom: -15px !important;
}

.textareaAlert
{
    float: right;
    margin-top: -100px;
}

.ie8 .textareaAlert
{
    margin-top: auto;
    margin-bottom: -15px !important;
}

.contentBoxContact
{
    min-height: 360px !important;
}
