#Infopage {
    display: block;
    position: relative;
    width: 728px;
    margin: 20px 0;
}
#Infopage p { margin: 0 0 15px 0; }
#Infopage p.nobottom { margin: 0; }
#Infopage .error { color: #ff0000; }

#Infopage a {
    color: #222222;
    text-decoration: underline;
}
#Infopage a.blue {
    color: #007baf;
    text-decoration: none;
}
#Infopage a:hover {
    color: #007baf;
    text-decoration: underline;
}

#Infopage input[type="text"] {
    padding: 2px;
    border: #d1d0d1 solid 1px;
    background-color: #ffffff;
}

#Infopage div.break {
    height: 1px;
    clear: both;
}

#Infopage td.list {
    border-top: #e1e1e1 solid 1px;
}

#Infopage div.header {
    position: relative;
    width: 728px;
    height: 154px;
    display: block;
    margin-bottom: 10px;
    background: #44b600 url(/info/media/header-bg.png) no-repeat;
}
#Infopage img.header,
#Infopage a.header {
    position: absolute;
    top: 0;
    right: 0;
}
#Infopage h1.header {
    position: absolute;
    top: 0px;
    left: 15px;
    color: white;
}
#Infopage p.header_text {
    position: absolute;
    width: 500px;
    top: 50px;
    left: 15px;
    font-weight: normal;
    color: white;
}

#Infopage h1.indent { clear: both; padding: 10px 0 }

/* Search form */

#Infopage div.header form {
    position: absolute;
    width: 500px;
    height: 18px;
    left: 15px;
    bottom: 15px;
}
#Infopage input.searchfield {
    width: 140px;
    border: #ffffff solid 1px;
    background-color: #ffffff;
}
#Infopage input.searchbutton {
    /*height: 19px;*/
    vertical-align: top;
}

/* Columns / menu */

#Infopage a.item
#Infopage img.item {
}
#Infopage div.column {
    float: left;
    width: 239px;
    margin-right: 5px;
}
#Infopage div.column.last {
    margin-right: 0;
    clear: right;
}

/* Frontpage columns */

#Infopage div.column p.item,
#Infopage div.column a.item { 
    display: block;
    width: 239px;
    height: 58px;
    margin: 0 5px 5px 0;
    padding: 0;
    line-height: 58px;
    font-size: 16px;
    font-weight: bold;
}
#Infopage div.column a.item {
    padding: 0 10px 0 50px;
    width: 179px; /* 239 - 10/50p */
    color: #009fd0;
    text-decoration: none;
    letter-spacing: -1px;
    outline: none;
}
#Infopage div.column a.item:hover,
#Infopage div.column a.item:active {
    text-decoration: none;
    color: #007baf;
}
#Infopage div.column p.item:hover,
#Infopage div.column p.item:active {
    cursor: default;
}
#Infopage div.column p.item.head {
    text-align: center;
    color: white;
    background: url(/media/global/info/col-bg-blue.png) no-repeat;
}

/* Custom graphics for /info/ frontpage link columns */

#Infopage div.column a.item.terms-conditions {
    background: url(/media/global/info/terms-conditions-bg.png) no-repeat;
}
#Infopage div.column a.item.payment {
    background: url(/media/global/info/payment-bg.png) no-repeat;
    line-height: 16px;
    padding: 14px 10px 6px 50px;
    height: 38px; /* 58 - 14/6p */
}
#Infopage div.column a.item.freight-delivery {
    background: url(/media/global/info/freight-delivery-bg.png) no-repeat;
}
#Infopage div.column a.item.privacy-policy {
    background: url(/media/global/info/privacy-policy-bg.png) no-repeat;
}

#Infopage div.column a.item.order-status {
    background: url(/media/global/info/order-status-bg.png) no-repeat;
}
#Infopage div.column a.item.price-enquiry {
    background: url(/media/global/info/price-enquiry-bg.png) no-repeat;
}
#Infopage div.column a.item.complaint {
    background: url(/media/global/info/complaint-bg.png) no-repeat;
}
#Infopage div.column a.item.return {
    background: url(/media/global/info/return-bg.png) no-repeat;
}
#Infopage div.column a.item.about-us {
    background: url(/media/global/info/about-us-bg.png) no-repeat;
}
#Infopage div.column a.item.press {
    background: url(/media/global/info/press-bg.png) no-repeat;
}
#Infopage div.column a.item.associates {
    background: url(/media/global/info/associates-bg.png) no-repeat;
}
#Infopage div.column a.item.management {
    background: url(/media/global/info/management-bg.png) no-repeat;
}

/* Custom graphics for columns with payment type icons */

#Infopage div.paymenttypes div.column p.item {
    text-align: center;
    line-height: 58px; /* center vertically */
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    color: #444;
    background: url(/media/global/payment/blank.png) no-repeat;
}
#Infopage div.paymenttypes div.column p.item.visa {
    text-align: left;
    width: 139px; /* 239 - 10/90p */
    height: 38px; /* 58 - 10p */
    padding: 10px 10px 10px 90px;
    line-height: 38px;
    background: url(/media/global/payment/visa.png) no-repeat;
}
#Infopage div.paymenttypes div.column p.item.kreditorfaktura {
    text-align: left;
    width: 139px; /* 239 - 10/90p */
    height: 38px; /* 58 - 10p */
    padding: 10px 10px 10px 90px;
    line-height: 38px;
    background: url(/media/global/payment/kreditorfaktura.png) no-repeat;
}
#Infopage div.paymenttypes div.column p.item.mastercard {
    text-align: left;
    width: 139px; /* 239 - 10/90p */
    height: 28px; /* 58 - 10/20p */
    padding: 20px 10px 10px 90px;
    line-height: 10px;
    background: url(/media/global/payment/mastercard.png) no-repeat;
}

/* Freight types, custom images */

#Infopage div.freighttypes div.column {
    width: 239px;
    padding: 0 0 4px 0;
    background: #f9f9f8 url(/info/media/faq/faq-bottom.png) no-repeat bottom left;
}
#Infopage div.freighttypes div.column p.head {
    margin: 0;
    padding: 10px;
    border: 0;
    width: 219px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #00a0d0;
    background: url(/info/media/faq/faq-header.png) no-repeat;
}
#Infopage div.freighttypes div.column ol {
    min-height: 344px;
    list-style: none inside none;
    margin: 0;
    padding: 0 10px;
    border-left: #d6d6d6 solid 1px;
    border-right: #d6d6d6 solid 1px;
}
#Infopage div.freighttypes div.column ol li {
    padding: 3px 0;
    border-top: 1px solid #d6d6d6;
}

/* Plumber / newsletter */

#Infopage div.binstallatoer,
#Infopage div.bnyhedsbrev {
    position: relative;
    width: 359px;
    height: 152px;
}
#Infopage div.bnyhedsbrev-large {
    position: relative;
    float: left;
    width: 728px;
    height: 152px;
    background: url(/media/global/info/newsletter-large-bg.png) no-repeat;
}
#Infopage div.binstallatoer {
    float: left;
    background: url(/media/global/info/plumber-bg.png) no-repeat;
}
#Infopage div.bnyhedsbrev {
    float: right;
    background: url(/media/global/info/newsletter-bg.png) no-repeat;
}
#Infopage h1.bheader {
    top: 10px;
    left: 14px;
    position: absolute;
    margin: 0;
    color: #000000;
}
#Infopage p.btext {
    top: 32px;
    left: 14px;
    position: absolute;
    padding-right: 80px;
}
#Infopage p.blink {
    top: 73px;
    left: 14px;
    position: absolute;
    font-weight: bold;
}
#Infopage div.binput {
    top: 94px;
    left: 10px;
    position: absolute;
}
#Infopage div.bsubmit {
    top: 123px;
    left: 10px;
    position: absolute;
}
#Infopage input.name, 
#Infopage input.email { width: 150px }
#Infopage div.binput input.name,
#Infopage div.binput input.email,
#Infopage div.binput input.zipcode { width: 127px }

#Infopage input.newsletter-subscribe {
    position: relative;
    top: 0;
    left: 0;
    height: 18px;
    background: url(/media/locale/toplevel/newsletter-signup-lite.png) no-repeat;
}

#Infopage input.newsletter-unsubscribe {
    position: relative;
    top: 0;
    left: 0;
    height: 18px;
    background: url(/media/locale/toplevel/newsletter-unsubscribe-lite.png) no-repeat;
}

/* Contact info */

#Infopage div.kontakt {
    width: 728px;
    height: 332px;
    position: relative;
    background: url(/info/media/kontakt/kontakt.gif) no-repeat;
}
#Infopage div.contact-column {
    width: 222px;
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
}

/* Associates list */
 
#Infopage div.medarbejder-item {
    position: relative;
    float: left;
    width: 342px;
    height: 108px;
    padding: 0;
    margin: 0 0 15px 15px;
    background: url(/info/media/medarbejdere/medarbejder-bg.png) no-repeat;
}
#Infopage div.medarbejder-space {
    float: left;
    width: 8px;
}
#Infopage img.medarbejder-image {
    width: 70px;
    height: 94px;
    top: 7px;
    left: 7px;
    position: absolute;
}
#Infopage p.medarbejder-text {
    position: absolute;
    top: 10px;
    left: 87px;
    width: 192px;
    margin: 0;
}

/* Freight and delivery */

#Infopage div.group-container {
    border-left: #d6d6d6 solid 1px;
    border-right: #d6d6d6 solid 1px;
    background-color: #fafbfa;
    padding: 0 10px;
}
#Infopage div.group {
    line-height: 17px;
    display: block;
    border-bottom: #e1e1e1 solid 1px;
}
#Infopage img.seflere {
    display: block;
}

/* Newsletter signup */



/* Company board */

#Infopage div.person-item {
    position: relative;
    display: block;
    width: 728px;
    height: 108px;
    margin-bottom: 5px;
    background: url(/info/media/bestyrelsen/person-bg.png) no-repeat;
}
#Infopage img.person-image {
    width: 70px;
    height: 94px;
    top: 7px;
    left: 7px;
    position: absolute;
}
#Infopage p.person-text {
    position: absolute;
    top: 10px;
    left: 87px;
    width: 628px;
    margin: 0;
}

/* FAQ */

#Infopage p.qindex {
    margin: 0;
    font-weight: bold;
    line-height: 20px;
}
#Infopage p.question {
    font-weight: bold;
    margin: 0 0 10px 0;
}
#Infopage p.answer {
    margin: 0;
    color: #626262;
}
#Infopage div.faq-header {
    width: 219px; /* 239 - 20px */
    height: 13px; /* 41 - 28 */
    padding: 14px 10px;
    font-weight: bold;
    color: #626262;
    background: url(/info/media/faq/faq-header.png) no-repeat;
}
#Infopage div.column.faq {
    padding-bottom: 22px;
    background: url(/info/media/faq/faq-bottom.png) no-repeat bottom left;
}
#Infopage div.faq-links {
    padding: 0 10px;
    border-left: #d6d6d6 solid 1px;
    border-right: #d6d6d6 solid 1px;
    background-color: #f9f9f8;
}
#Infopage a.faq-link {
    display: block;
    border-top: #d6d6d6 solid 1px;
    line-height: 20px;
    text-decoration: none;
    color: #626262;
}
#Infopage a.faq-link:hover {
    color: #007baf;
}
#Infopage div.headlinebar-narrow {
    display: block;
    line-height: 38px;
    margin-bottom: 5px;
}
#Infopage div.headlinebar-narrow p {
    color: white;
    font-weight: bold;
}

/* Price enquiry */

/*
#Infopage div#prisforesporgsel div.header {
    background: url(/info/media/prisforesporgsel/header.png);
    margin-bottom: 0;
    height: 153px;
}
#Infopage div#prisforesporgsel div.header h1.header, 
#Infopage div#prisforesporgsel div.header p.header_text {
    position: absolute;
    left: 165px;
}

#Infopage div#prisforesporgsel div.form {
    padding: 30px 15px 15px 15px;
    background: url(/info/media/prisforesporgsel/header-bottom.jpg) no-repeat;
}
*/
