/* REAL CSS */
div, p, a, li
{
    font-family: Arial;
    font-size: 11px; /*font:normal 11px/11px arial; */ /*color:#807f7f;*/
}
p
{
    /*margin: 0px 0px 10px 0px;*/
    padding: 0;
}
fieldset
{
    border: none;
}
h1
{
    font-size: large;
}
h2
{
    font-size: medium;
}
h3
{
    font-size: small;
}
h4
{
    font-size: x-small;
}
h5
{
    font-size: xx-small;
}
body
{
    text-align: center;
    padding: 0;
    margin: 0;
    background: url(/images/bg.gif) #ffffff repeat-y 50% 0px;
    /*line-height:1.6;*/
}
img
{
    border: none;
}

.print
{
    text-align: right;
    display: none;
}
.newsItem
{
    padding-bottom: 10px;
}
/*.print a			{ background: url(/images/icon-print.gif) no-repeat 100% 2px; color: #1B7998; padding: 2px 22px; }*/
/*a					{ color:#00f;text-decoration:none;}
a:hover				{ color: #017196; text-decoration: underline; }*/
#top
{
    height: 50px;
    background-color: #FFFFFF;
}

/* SEARCH */
#menu #search
{
    display: block;
    height: 22px;
    padding: 10px 0;
}
#menu #search fieldset
{
    float: right;
    background-color: white;
    margin: 0;
    padding: 0;
}
#menu #search form
{
    margin: 0;
    padding: 0;
    top: 0;
    float: right;
    background-color: White;
}
#menu #search input
{
    /*height:12px;*/
    margin: 0;
    top: 0;
    padding: 0;
    padding-left: 2px;
    margin-right: 2px;
    border: 0px none;
    font-size: 11px;
}
#menu #search input.button
{
    height: 12px;
    cursor: pointer;
    background-color: White;
    border: 0px none;
    font-size: 10px;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    top: 0;
}


#frontpage, #contentPage, #footer, #footerUK
{
    text-align: left;
    margin: 0 auto;
    width: 958px;
    display: block;
    background-color: #ffffff;
}

#main #content
{
    border-left: 1px solid #b1b0af;
    padding-left: 6px;
    margin-bottom: 5px;
    min-height: 480px;
    display: inline;
    float: left;
    text-transform: none;
    width: 720px;
}
#main #content .contentarea
{
}

#languagesBar
{
    padding: 0;
    margin: 0;
    float: right;
    top: 0;
    height: 50px; /*float:right;padding-top:4px;font-size:10px;background: #ffffff; position:relative;margin-top:10px;width:300px;left:635px;*/
}
#languagesBar div
{
    font-size: 10px;
    width: 152px;
    padding-left: 10px;
    height: 50px;
    padding-top: 34px;
    text-align: center;
    padding-right: 2px;
}
#languagesBar div a
{
    font-size: 10px; /*text-decoration: none; font-size:10px;*/
}

.update
{
    /*color: #3B3A3A;
    text-transform: uppercase;
    text-align: right;*/
    display: none;
}

/* MENU */
#menu
{
    margin: 0;
    padding: 0;
    padding-right: 10px;
    border: 0 none;
    background: url("/images/menu_bg.gif") repeat-x 0px 0px;
    height: 60px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    line-height:11px;
}
#menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0 none;
    float: right;
}
#menu ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    border: 0 none;
    height: 11px;
    font-size: 10px;
}
#menu ul li a
{
    height: 11px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 10px;
    color: White;
    /*line-height: 11px;*/
    font-size: 10px;
    font-weight: normal;
}
#menu ul li a:hover
{
    text-decoration: none;
    font-weight: normal;
}
#menu ul li.sel
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border: 0 none;
    color: #c0d2df;
    font-size: 10px;
    font-weight: normal;
}
#menu ul li.sel a
{
    color: #c0d2df;
    /*line-height: 11px;*/
    font-size: 10px;
    font-weight: normal;
}
#menu ul li.firstMenuItem
{
    /*line-height: 11px;*/
}
#menu ul li.firstMenuItem a
{
    font-weight: normal;
}
#menu ul li.MenuItem
{
    border-left: 1px solid white;
    /*line-height: 11px;*/
    font-weight: normal;
}

#leftMenu
{
    width: 228px;
    padding-right: 3px;
    padding-bottom: 10px;
    float: left;
    display: block;
    line-height: 17px;
    margin-top: 1px;
}

#submenu
{
    padding: 0px 0;
}
#submenu ul
{
    /*margin: 0px;*/
    padding: 0;
}
#submenu li
{
    margin: 5px 0px 5px 15px;
    list-style-type: none;
    list-style-position: outside;
}
#submenu li a
{
    text-decoration: none;
    color: #3A3A3A;
    font-size: 12px;
}
#submenu li.sel
{
    color: #017196;
}
#submenu li a.sel
{
    color: #017196;
}
/*
#submenu li a:hover		{ color: #1B7998; text-decoration: underline; }*/
#submenu ul.sub li
{
    list-style-type: square; /*margin-left:15px;*/
    list-style-position: outside;
    color: Black;
    font-weight: normal;
}
#submenu ul.sub li.sel
{
    list-style-type: square;
    list-style-position: outside;
    color: #017196;
    font-weight: bold;
}
#submenu ul.sub li a
{
    font-size: 11px;
    font-weight: normal;
}
#submenu ul.sub  li.sel a
{
    font-size: 11px;
    font-weight: bold;
}

#submenu ul.sub ul.sub li
{
    list-style-type: none;
    margin-left: 0;
    list-style-position: outside;
    color: Black;
    font-weight: bold;
}
#submenu ul.sub ul.sub li.sel
{
    list-style-type: none;
    margin-left: 0;
    list-style-position: outside;
    color: #017196;
    font-weight: normal;
}
#submenu ul.sub ul.sub li a
{
    font-size: 11px;
    font-weight: normal;
}
#submenu ul.sub ul.sub li.sel a
{
    font-size: 11px;
    font-weight: normal;
}

#submenu ul.sub ul.sub ul.sub li
{
    list-style-type: none;
    margin: 5px 0px 5px 15px;
    list-style-position: outside;
    color: Black;
    font-weight: normal;
}
#submenu ul.sub ul.sub ul.sub li.sel
{
    list-style-type: none;
    margin: 5px 0px 5px 15px;
    list-style-position: outside;
    color: #017196;
    font-weight: normal;
}
#submenu ul.sub ul.sub ul.sub li a
{
    font-size: 11px;
    font-weight: normal;
}
#submenu ul.sub ul.sub ul.sub li.sel a
{
    font-size: 11px;
    font-weight: normal;
}

#content
{
}


/* Footer */
#footer
{
    /*text-align: center;*/
    clear: both;
    /*font-size: 10px;*/
}

#footer div
{
    /*width: 953px;*/
    background: url("/images/footer_bg.gif") repeat-x 0px 0px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: white;
}

#footer span
{
    margin: 0 10px 0 0;
    text-transform: uppercase;
    padding:     0;/*2px 0 0 0;*/
}
#footer span a, #footer span a:hover, #footer span a:active, #footer span a:visited
{
    color: #c0d2df;
    text-decoration: none;
    font-weight: normal;
}

/* UK Footer*/
#footerUK
{
    /*text-align: center;*/
    clear: both;
    /*font-size: 10px;*/
}
#footerUK div
{
    /*width: 953px;*/
    background: url("/images/footer_bg_uk.gif") repeat-x 0px 0px;
    text-align: left;
    padding: 0;
    margin: 0;
    color: white;
}
#footerUK span
{
    margin: 0 20px 0 0;
    /*width:180px;*/
    display:inline-block;
    text-transform: uppercase;
    padding:     0;/*2px 0 0 0;*/
}
#footerUK span a, #footerUK span a:hover, #footerUK span a:active, #footerUK span a:visited
{
    color: #c0d2df;
    text-decoration: none;
    font-weight: normal;
}
/* SLUT footer UK*/
/*top menu*/
#menu #blueTop
{
}
#menu #blueMenu
{
    height: 18px;
}
.produktVariants b, .produktVariants li, .produktAnvendelseList b, /*.typeAnvendelseList b,*/ .produktAnvendelseList li, #products li
{
    display: block;
    background: url(/images/Bullet.gif) 0px 8px no-repeat;
    overflow: hidden;
    font-weight: normal;
    padding: 3px 0px 3px 10px; /*line-height:20px;*/
}

#productLeft, .productLeft
{
    width: 440px;
    float: left;
}
#productLeft h4, .productLeft h4, #productRight h4, #generelt h4
{
    margin-top: 12px;
    margin-bottom: 5px;
}
#productRight h3, #productLeft h3, .productRight h3, .productLeft h3, #dokumentation h3
{
    margin-bottom: 0px;
}
#productRight, .productRight
{
    width: 200px;
    float: right;
    padding-right: 10px;
}
#water .productLeft,#water .productRight,#accessories .productLeft, #accessories .productRight
{
    width: 49%;
}

#kontakt
{
    /*width:198px;*/
    border: 1px solid #b1b0af;
    text-align: right;
    margin: 5px 5px 5px 15px;
    margin-top: 15px;
    padding: 5px 5px 5px 5px;
    background-image: url("/images/kontakt.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    overflow: visible;
}
#kontakt a, #kontakt a:active, #kontakt a:hover, #kontakt a:visited
{
    font-weight: normal;
}
#productRight #kontakt
{
    background-position: 0px -10px;
}

/*JQuery ui tabs related*/
.ui-tabs .ui-tabs-hide
{
    display: none;
}
.ui-tabs
{
    padding: 0px;
}
.ui-tabs .ui-tabs-panel
{
    padding: 2em 0 1.2em 1.2em;
    float: none;
}
.ui-tabls .ui-tabs-panel div
{
    clear: both;
    float: none;
}
.ui-widget-content
{
    border: none;
}

#outer
{
    display: table;
    margin-bottom: 10px;
}

#banner
{
    display: table-cell;
}

#bannerIMG
{
    display: table-cell;
}

#pageDescription
{
    display: table-cell; /*border:2px solid black;*/
    height: 100px;
    width: 400px;
    vertical-align: middle;
}

#pageDescription div
{
    margin-left: -400px;
    font-weight: normal;
    overflow: hidden;
    font-size: 1.8em;
    line-height: 1.5em;
    padding-right: 15px;
}


.FloatBreaker
{
    overflow: hidden;
    display: block;
    clear: both;
}

div#submenu > ul > li > a
{
    font-weight: bolder;
    margin: 0;
}

/* contact page */
#contact, #contact td
{
    font: normal 12px/19px arial;
    color: #5A5A5A;
}
#contact h1
{
    font: bold 12px/19px arial;
    color: #AFAFAF;
    text-transform: uppercase;
}
#contact p
{
    padding: 0;
    margin: 0;
}
#contact table
{
    width: 440px;
}
#contact td
{
    vertical-align: top;
}
#contact td.labels
{
    width: 100%;
}
#contact legend
{
    padding: 0;
    margin: 0 0 0 -4px;
    text-transform: none;
}
#contact fieldset
{
    padding: 0;
    margin: 0;
    border: none;
}
#contact fieldset.right
{
    text-align: right;
}
#contact fieldset fieldset
{
    padding: 0;
    margin: 0 0 15px;
}
#contact fieldset fieldset fieldset
{
    padding: 0;
    margin: 0;
}
#contact label
{
    padding: 0;
    margin: 0;
}

span.re
{
    color: #044E7D;
    font-size: 18px;
    position: relative;
    top: 6px;
}
#contact label.checkbox
{
    padding: 0;
    margin: 0;
    width: auto;
    padding-right: 10px;
}
#contact input
{
    padding: 0 0 0 3px;
    margin: 0;
    width: 200px;
    border: #5B5B5B solid 1px;
    font: normal 11px/14px arial;
    color: #5A5A5A;
}
#contact input.checkbox
{
    padding: 0;
    margin: 0;
    width: auto;
    border: none;
}
#contact input.submit
{
    padding: 0;
    margin: 0 0 10px;
    width: auto;
    background: #002D6B;
    color: #fff;
    border: #020E58 solid 5px;
    border-left: #004F87 solid 6px;
    border-right: #004F87 solid 6px;
    font: normal 11px/14px arial;
    text-transform: uppercase;
    padding: 0 10px;
}
#contact textarea
{
    margin: 10px 0;
    height: 125px;
    width: 440px;
    border: #5B5B5B solid 1px;
}
#contact .openHours
{
    padding: 0;
    margin: 10px 0;
}
#contact td a
{
}

#contentPage .spot div div img
{
    margin: 0;
    margin-right: 5px;
}

/*****************Kundebetjening*******************/
#map #content .text
{
    border: none;
}
#map #content .text a
{
    color: #000000;
    text-decoration: none;
    border: none;
}
#map .text img
{
    display: block;
}

#map #content #txt_a, #map #content #txt_b, #map #content #txt_c, #map #content #txt_d, #map #content #txt_e, #map #content #txt_f, #map #content #txt_g, #map #content #txt_h, #map #content #txt_i, #map #content #txt_j, #map #content #txt_k, #map #content #txt_l, #map #content #txt_m, #map #content #txt_n, #map #content #txt_o, #map #content #txt_p, #map #content #txt_q, #map #content #txt_r, #map #content #txt_s, #map #content #txt_t, #map #content #txt_u, #map #content #txt_v, #map #content #txt_x, #map #content #txt_y, #map #content #txt_z, #map #content #txt_a1, #map #content #txt_a2, #map #content #txt_a3, #map #content #txt_a4
{
    position: relative;
}




#map .inner strong
{
    display: block;
    color: #3A3A3A;

}
#map .inner .employee
{
    display: block;
    font-size:13px;
}

#map #spotA, #map #spotB, #map #spotC, #map #spotD, #map #spotE, #map #spotF, #map #spotG, #map #spotH, #map #spotI, #map #spotJ, #map #spotK, #map #spotL, #map #spotM, #map #spotN, #map #spotO, #map #spotP, #map #spotQ, #map #spotR, #map #spotS, #map #spotT, #map #spotU, #map #spotV, #map #spotX, #map #spotY,#map #spotZ, #map #spotA1, #map #spotA2, #map #spotA3, #map #spotA4
{
/*display:none;*/
}

#map #content .text .active
{
    color: #1A447D;
    font-weight: bold;
}

#dokumentation img.icon
{
    margin: 5px;
    vertical-align: middle;
}
img.icon
{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


a, a:hover, a:visited, a:active
{
    font-weight: bold;
    color: #000;
    text-decoration: none; /*font:normal 11px/11px arial;*/
}
a:hover
{
    text-decoration: underline;
    color: #000; /*font:normal 11px/11px arial;*/
}

#content a.calc, a.linkArrow
{
    background-image: url("../custom-theme/images/link_arrow_3.png");
    background-position: 0px 1px;
    padding-left: 12px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    font-weight: normal;
}

#calc a, #beregn a
{
    font-weight: bold;
}
.blueRight
{
    background-color: #E1EAF1;
    border-left: 1px solid #627c95;
    border-bottom: 1px solid #627c95;
    text-align: right;
}
.blueCenter
{
    background-color: #E1EAF1;
    border-bottom: 1px solid #627c95;
    text-align: right;
    border-left: 1px solid #627c95;
}
.blueLeft
{
    background-color: #E1EAF1;
    border-bottom: 1px solid #627c95;
}
.blueSeperatorRight
{
    background-color: #E1EAF1;
    border-left: 1px solid #627c95;
    border-bottom: 2px solid #627c95;
    text-align: right;
}
.blueSeperatorCenter
{
    background-color: #E1EAF1;
    border-bottom: 2px solid #627c95;
    border-left: 1px solid #627c95;
    text-align: right;
}

.blueSeperatorLeft
{
    background-color: #E1EAF1;
    border-bottom: 2px solid #627c95;
}


.blueBottomRight
{
    background-color: #E1EAF1;
    border-left: 1px solid #627c95;
    text-align: right;
}
.blueBottomCenter
{
    background-color: #E1EAF1;
    text-align: right;
}
.blueBottomLeft
{
    background-color: #E1EAF1;
    border-right: 1px solid #627c95;
}
table td.lblueTime, table td.blueTime
{
    width: 80px;
}

#content table td
{
    vertical-align: top; /*width:440px;*/
}
table.systemTable td
{
    border-top: solid 1px #B1B0AF;
    border-right: solid 1px #B1B0AF;
    border-bottom: solid 1px #B1B0AF;
    border-left: solid 1px #B1B0AF;
}

.blueHeader
{
    background-color: #537690;
    color: white;
    height: 20px;
}
.blueRow
{
    background-color: #E1EAF1;
}
table.systemTable tr.blueRow td.left
{
    width: 80px;
}
div.floatRight
{
    border-bottom: #b1b0af 1px solid;
    border-left: #b1b0af 1px solid;
    padding-bottom: 2px;
    padding-left: 2px;
    width: 40%;
    padding-right: 2px;
    float: right;
    border-top: #b1b0af 1px solid;
    border-right: #b1b0af 1px solid;
    padding-top: 2px;
    margin-left: 5px;
}

/* Employees */
#employees			{ border-top: #b1b0af  solid 1px; border-bottom: #b1b0af  solid 1px; vertical-align: top; }
#employees td			{ padding: 20px 7px 0;  vertical-align: top; }
#employees td p			{ padding:0; }
#employees td a			{  }
#employees .info		{ padding: 20px 10px 0; width:140px;}
#employees .line		{ padding: 0; margin: 0; background: url('/images/dotted-line.gif') repeat-x 0 0; height: 1px; }


/* Beregningseksempler*/
table.ex
{
    border:1px solid #b1b0af;
}

 table.ex td
 {
       border:1px solid black;
       text-align:center;
 }
.exHeader
{
    background-color:#b1b0af;
}
#ex100 .productLeft,#ex100 .productRight,#ex200 .productLeft, #ex200 .productRight,
#ex300C .productLeft,#ex300C .productRight,#ex300H .productLeft, #ex300H .productRight,
#ex340 .productLeft,#ex340 .productRight
{
    width: 49%;
}

/* two column template  with 3 column content...*/
.floatLeft{
width:230px;
margin-right:10px;
float:left;
}

