/*-----------------------------------------------------------------------------
Clean Air Optima Screen Stylesheet

version:   1.1
date:      15/09/2009
author:    iBytes - Chiel Gorseling
email:     info@iBytes.nl

website:   http://www.ibytes.nl/
-----------------------------------------------------------------------------*/
/* Import stylesheets  */
@import url(products.css);
@import url(register.css);
@import url(service.css);
@import url(basket.css);
@import url(screen_opera.css);


/* Reset elements */
*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img, button
{
    border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
/* Basic elements */
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    color: #fff;
}
sup
{
    position: relative;
    top: 2px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}
.bold
{
    font-weight: bold;
}
p.clear_row
{
    width: 500px;
    height: 1px;
}
.space
{
    display: block;
    height: 6px;
    clear: both;
    width: 990px;
}
.blue_border
{
    border: 1px solid #225281;
}
.font10
{
    font-size: 10px;
}
.padding_5px
{
    padding: 5px;
}
div.ajax_loading
{
    position: absolute;
    top: 95px;
    left: 190px;
    background: #fff;
    padding: 10px;
    width: 200px;
    height: 65px;
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    border: 2px solid #c6c6c6;
    z-index: 1000;
}
div.ajax_loading div.ajax_loading_content
{
    text-align: center;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
div.ajax_loading div.ajax_loading_content p
{
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #3f3d3e;
}
/* Base */
html, body
{
    background: url(../Images/website/base/bg_1px.png) repeat-x #b7c9dd;
    font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    color: #787878;
    text-align: center;
}
#ex_bg
{
    background: url(../Images/website/base/cross_bg.png) repeat-x;
    height: 100%;
}
#wrapper
{
    position: relative;
    background: url(../Images/website/base/wrapper_bg.png) repeat-y;
    margin: 0 auto;
    padding-bottom: 21px;
    width: 1002px;
    min-height: 100%;
    z-index: 0;
}
/* Top Menu */
#top_wrapper
{
    position: absolute;
    top: 0;
    background: url(../Images/website/base/top_menu_bg.png) repeat-x #5987b5;
    width: 100%;
    height: 21px;
    text-align: center;
    border-top: 1px solid #225281;
    z-index: 1;
}
#top_wrapper div.top_menu
{
    margin: 0 auto;
    width: 994px;
    text-align: left;
}
#top_wrapper div.title
{
    float: left;
    background: url(../Images/website/base/top_menu.png) 0 0 no-repeat;
    width: 426px;
    height: 21px;
}
#top_wrapper div.lang
{
    float: left;
    width: 150px;
}
#top_wrapper div.lang ul
{
    float: right;
}
#top_wrapper div.lang ul li, #top_wrapper div.lang ul li a
{
    display: block;
    float: left;
}
#top_wrapper div.lang ul li a
{
    margin: 0 1px;
    width: 18px;
    height: 21px;
}
#top_wrapper div.lang ul li a span
{
    display: none;
}
#top_wrapper div.lang ul li a.flag_nl
{
    background: url(../Images/website/base/flag_nl.png) 0 0 no-repeat;
}
#top_wrapper div.lang ul li a.flag_be
{
    background: url(../Images/website/base/flag_be.png) 0 0 no-repeat;
}
#top_wrapper div.lang ul li a.flag_de
{
    background: url(../Images/website/base/flag_de.png) 0 0 no-repeat;
}
#top_wrapper div.lang ul li a.flag_at
{
    background: url(../Images/website/base/flag_at.png) 0 0 no-repeat;
}
#top_wrapper div.lang ul li a.flag_ch
{
    background: url(../Images/website/base/flag_ch.png) 0 0 no-repeat;
}
#top_wrapper div.lang ul li a.flag_lu
{
    background: url(../Images/website/base/flag_lu.png) 0 0 no-repeat;
}
#top_wrapper div.lang ul li a.flag_uk
{
    background: url(../Images/website/base/flag_uk.png) 0 0 no-repeat;
}

div.bluebox div.lang ul
{
    float: left;
}
div.bluebox div.lang ul li, div.bluebox div.lang ul li a
{
    display: block;
    float: left;
}
div.bluebox div.lang ul li a
{
    margin: 0 1px;
    width: 18px !important;
    height: 21px;
}

div.bluebox div.lang ul li
{
    width: 18px;
}

div.bluebox div.lang ul li a span
{
    display: none;
}
div.bluebox div.lang ul li a.flag_nl
{
    background: url(../Images/website/base/flag_nl.png) 0 0 no-repeat;
}
div.bluebox div.lang ul li a.flag_be
{
    background: url(../Images/website/base/flag_be.png) 0 0 no-repeat;
}
div.bluebox div.lang ul li a.flag_de
{
    background: url(../Images/website/base/flag_de.png) 0 0 no-repeat;
}
div.bluebox div.lang ul li a.flag_at
{
    background: url(../Images/website/base/flag_at.png) 0 0 no-repeat;
}
div.bluebox div.lang ul li a.flag_ch
{
    background: url(../Images/website/base/flag_ch.png) 0 0 no-repeat;
}
div.bluebox div.lang ul li a.flag_lu
{
    background: url(../Images/website/base/flag_lu.png) 0 0 no-repeat;
}
div.bluebox div.lang ul li a.flag_uk
{
    background: url(../Images/website/base/flag_uk.png) 0 0 no-repeat;
}


#top_wrapper div.menu_items
{
    float: right;
    background: url(../Images/website/base/top_menu_end.png) right no-repeat;
    padding-right: 2px;
    height: 21px;
}
#top_wrapper div.menu_items ul li, #top_wrapper div.menu_items ul li a
{
    display: block;
    float: left;
}
#top_wrapper div.menu_items ul li a
{
    background: url(../Images/website/base/top_menu_button.png) no-repeat;
    width: 82px;
    height: 21px;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
#top_wrapper div.menu_items ul li a:hover
{
    background-position: 0 -21px;
    color: #225281;
}
/* Header */
div.header
{
    position: relative;
    width: 990px;
    padding-left: 6px;
}
div.header a.home
{
    display: block;
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    width: 220px;
    height: 70px;
    z-index: 10;
}
div.header h1
{
    background: url(../Images/website/base/header_h1_NL.jpg) no-repeat;
    width: 990px;
    height: 87px;
    z-index: -1;
}
div.header h1 span.sifr
{
    display: block;
    position: relative;
    top: 55px;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    text-align: right;
}
div.header div.tel
{
    position: absolute;
    top: 71px;
    left: 45px;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    z-index: 20;
}
div.menu
{
    float: left;
    background: url(../Images/website/base/menu_bg.png) 0 1px repeat-x #c6c6c6;
    width: 990px;
    height: 20px;
    border-top: 1px solid #225281;
    border-bottom: 1px solid #225281;
}
div.menu div.lightblue
{
    width: 988px;
    height: 18px;
    border: none;
}
div.menu ul li, div.menu ul li a
{
    display: block;
    float: left;
}
div.menu ul li a
{
    display: inline-block;
    background: url(../Images/website/base/menu_but_border.png) right no-repeat;
    padding: 0 10px;
    height: 18px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
div.menu ul li a span
{
    position: relative;
    top: 2px;
}
div.menu ul li a:hover
{
    background-color: #c6c6c6;
    color: #fff;
}
div.menu div.zoek_holder
{
    float: right;
    background: url(../Images/website/base/zoek_hold_bg.png) right no-repeat;
    width: 197px;
    height: 18px;
}
div.menu div.zoek_holder div.zoeken
{
    float: left;
    position: relative;
    background: url(../Images/website/base/zoek_bg.png) no-repeat;
    width: 124px;
    height: 18px;
    text-align: left;
    z-index: 997;
}
div.menu div.zoek_holder div.zoeken input.search
{
    background: none;
    padding: 3px 6px 2px 6px;
    width: 100px;
    height: 18px;
    font-size: 9px;
    font-size-adjust: 0.6;
    color: #c6c6c6;
    border: 0;
    z-index: 998;
}
div.menu div.zoek_holder div.zoeken input.sbutton
{
    position: absolute;
    top: 0;
    left: 102px;
    background: url(../Images/website/base/vglas.png) no-repeat;
    width: 26px;
    height: 24px;
    border: 0;
    z-index: 999;
    cursor: pointer;
}
/* Columns */
div.main_wrapper
{
    margin: 5px 0 0 6px;
    width: 990px;
    clear: both;
}
div.left_column, div.right_column
{
    width: 178px;
    padding: 0 5px;
    margin-bottom: 22px;
}
div.left_column
{
    float: left;
}
div.right_column
{
    float: right;
}
div.content
{
    position: relative;
    margin: 0 auto 9px auto;
    width: 614px;
    padding-bottom: 5px;
}
/* Bluebox main */
div.bluebox
{
    background: #e8edf2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 176px;
    min-height: 100px;
    border: 1px solid #225281;
    text-align: left;
}
div.bluebox a
{
    color: #787878;
}
div.bluebox a.red
{
    color: #c40024;
}
div.bluebox a:hover
{
    color: #225281;
}
div.bluebox.pointer
{
    cursor: pointer;
}
div.bluebox p
{
    padding: 0 5px;
    font-size: 11px;
}
div.bluebox div.marge_tb_5px
{
    margin-top: 5px;
}
div.bluebox div.blue_header
{
    background: url(../Images/website/base/h3_bg.png) repeat-x;
    width: 176px;
    height: 30px;
}
div.bluebox div.blue_header h3
{
    width: 176px;
    height: 30px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-indent: 9px;
    font-variant: small-caps;
    font-weight: bold;
}
div.bluebox div.blue_header h3.icon_basic
{
    background: url(../Images/website/base/icon_bluebox.png) top right no-repeat;
}
div.bluebox div.blue_header h3.icon_basket
{
    background: url(../Images/website/base/icon_basket.png) top right no-repeat;
}
div.bluebox ul li, div.bluebox ul li a
{
    display: block;
    width: 176px;
    min-height: 23px;
}
div.bluebox ul li
{
    background: url(../Images/website/base/separator_2px.png) bottom center no-repeat;
    text-indent: 12px;
    font-size: 12px;
    line-height: 20px;
}
div.bluebox ul li.no_border
{
    background: none;
}
div.bluebox div.extra_info
{
    width: 176px;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
}
div.bluebox div.extra_info img
{
    margin: 5px;
}
div.bluebox div.hr
{
    background: url(../Images/website/base/separator_2px.png) center no-repeat;
    width: 176px;
    height: 2px;
    border: 0;
}
div.bluebox div.hr hr
{
    display: none;
}
div.bluebox div.font_11px
{
    font-size: 11px;
}
div.bluebox div.inloggen
{
    background: url(../Images/website/base/bg_inloggen.png) center no-repeat;
    text-align: center;
}
div.bluebox div.inloggen input.user, div.bluebox div.inloggen input.pass
{
    background: none;
    padding: 3px 0 0 5px;
    width: 120px;
    height: 18px;
    font-size: 10px;
    color: #c6c6c6;
    border: 0;
}
div.bluebox a.bestel, div.bluebox input.button_inloggen
{
    display: block;
    background: url(../Images/website/base/button_inloggen.png) 0 0 no-repeat;
    margin: 5px auto;
    width: 80px;
    height: 25px;
    color: #fff;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    border: 0;
    cursor: pointer;
}
div.bluebox a.bestel
{
    line-height: 26px;
    font-size: 11px;
}
div.bluebox a.bestel:hover, div.bluebox input.button_inloggen:hover
{
    background-position: 0 -24px;
}
div.bluebox div.vergeet
{
    margin-top: 5px;
}
div.bluebox div.vergeet a
{
    display: block;
    background: url(../Images/website/base/bluebox_logo.png) 8px 2px no-repeat;
    width: 176px;
    height: 15px;
    font-size: 11px;
    text-indent: 34px;
}
div.bluebox h4.account
{
    margin-left: 5px;
    width: 160px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}
div.bluebox ul.white_dot li
{
    font-size: 11px;
}
div.bluebox span#ctl00_listviewCart_ctrl0__lblEmptyCart
{
    display: block;
    padding: 5px;
    font-size: 11px;
    text-align: center;
}
div.bluebox table.basket, div.bluebox table.basket_foot
{
    margin: 0 auto;
    width: 166px;
    font-size: 10px;
}
div.bluebox table.basket colgroup.col_a
{
    width: 126px;
}
div.bluebox table.basket colgroup.col_b
{
    width: 40px;
}
div.bluebox table.basket
{
    margin-bottom: 10px;
}
div.bluebox table.basket td
{
    text-indent: 10px;
}
div.bluebox table.basket_foot
{
    margin-top: 5px;
}
div.bluebox table.basket_foot td
{
    text-align: right;
}
div.bluebox div.zenden
{
    font-size: 11px;
    text-align: center;
}
div.bluebox div.zenden div p
{
    width: 166px;
    text-align: left;
}
div.bluebox div.zenden div.hr
{
    margin: 5px auto;
}
div.bluebox div.zenden img.lock
{
    position: relative;
    top: 3px;
}
/* Banner */
div.banner
{
    margin-bottom: 5px;
    width: 612px;
    height: 88px;
    border: 1px solid #225281;
    overflow: hidden;
}
div#banner_hold
{
    width: 612px;
    height: 88px;
}
/* Breadcrums */
div.breadcrums
{
    margin-left: 11px;
    font-size: 10px;
    font-weight: bold;
    color: #225281;
    text-align: left;
}
div.breadcrums a
{
    color: #225281;
}
div.breadcrums a:hover
{
    color: #c40024;
    text-decoration: underline;
}
/* content*/
div.content_start
{
    background: url(../Images/website/base/content_start2.png) left top no-repeat;
    padding: 10px 0;
    width: 614px;
    min-height: 59px;
    text-align: left;
    z-index: 2;
}
div.content_start div.main_content
{
    margin: 0 5px;
    font-size: 12px;
}
div.content_end
{
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(../Images/website/base/content_end.png) bottom no-repeat;
    width: 614px;
    height: 59px;
    z-index: -1;
}
/* Footer */
div.footer
{
    float: left;
    position: absolute;
    bottom: 0;
    left: 6px;
    background: url(../Images/website/base/top_menu_bg.png) repeat-x #5987b5;
    width: 990px;
    height: 21px;
    border-top: 1px solid #225281;
}
div.footer div.footer_content
{
    background: url(../Images/website/base/top_menu.png) left no-repeat;
    width: 970px;
    height: 21px;
    line-height: 18px;
    color: #fff;
    font-size: 9px;
    text-align: right;
}
div.footer div.footer_content a
{
    color: #fff;
}
div.footer div.footer_content a:hover
{
    color: #225281;
}
/* Algemene voorwaarden */
div.av
{
    padding: 0 15px;
    color: #444;
}
div.av h1
{
    margin-bottom: 15px;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: bold;
    color: #225281;
}
div.av h2
{
    margin-top: 30px;
    color: darkred;
    font-weight: bold;
    font-style: italic;
}
div.av h2.first
{
    margin-top: 5px;
}
div.av p
{
    margin: 15px 0;
    padding-left: 5px;
    color: #444;
    font-style: italic;
}
div.av p span.naam
{
    font-weight: bold;
    color: #225281;
}
div.av p em, div.av ul li em
{
    color: #225281;
    font-style: italic;
}
div.av p a
{
    color: #225281;
}
div.av p a:hover
{
    color: #c40024;
    text-decoration: underline;
}
div.av ul li
{
    background: none;
    color: #444;
    font-style: italic;
}
div.av ul.round li
{
    display: list-item;
    padding: 0;
    margin-left: 35px;
    list-style-type: circle;
}
div.av ul.num li
{
    margin-left: 25px;
    list-style-type: decimal;
    color: #225281;
}
div.av ul.num li span
{
    color: #444;
}
div.av ul.inhalt
{
    margin: 15px 0 0 0;
}
div.av ul.inhalt li
{
    padding-left: 0px;
    height: 10px;
}
div.av ul.inhalt li em
{
    display: block;
    float: left;
    width: 35px;
}



/* Toegevoegd 26-03-2010
*/

div.content_start div.main_content
{
}

div.header
{
    height: 102px;
    margin-top: 16px;
}

div.ons_team
{
    padding: 0px;
}

div.menu
{
    background: url(/images/menuitembg.png) repeat-x top center;
    border-bottom: 1px solid #225281;
    border-top: 1px solid #225281;
    float: left;
    width: 990px;
    height: 34px;
}

div.menu div.lightblue
{
    height: 34px;
}

div.menu ul li, div.menu ul li a
{
    display: block;
    float: left;
    background: url(/images/menuitembg.png) no-repeat top center;
}
div.menu ul li a
{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 34px;
    text-align: center;
    width: 153px;
    text-decoration: none;
    padding: 0px;
}
div.menu ul li a:hover
{
    background: url(/images/menuitembg.png) no-repeat bottom center;
}
div.menu ul li a span
{
    position: relative;
    top: 8px;
}

div.menu div.zoek_holder
{
    background: url(/images/searchcontainer.png) no-repeat center top;
    float: right;
    height: 34px;
    width: 219px;
}

div.menu div.zoek_holder div.zoeken
{
    background: none;
    float: left;
    height: 34px;
    position: relative;
    text-align: left;
    width: 124px;
    z-index: 997;
}

div.menu div.zoek_holder div.zoeken input.search
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #fff;
    overflow: visible;
    margin-top: 6px;
    height: 28px;
    left: 10px;
    position: relative;
    width: 170px;
    z-index: 998;
}

div.menu div.zoek_holder div.zoeken input.sbutton
{
    background: url(/images/searchglass.png) no-repeat center top;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    left: 186px;
    position: absolute;
    top: 4px;
    width: 22px;
    z-index: 999;
}

div.menu div.zoek_holder div.zoeken input.search
{
    background: none repeat scroll 0 0 transparent;
    font-size: 12px;
    font-size-adjust: 0;
    padding: 0px;
}



/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img
{
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin: 30px 0 0;
}

#outerContainer
{
    width: 604px;
    height: 415px;
    margin: auto;
    position: relative;
    margin-top: 30px;
}
#imageScroller
{
    width: 604px;
    height: 415px;
    position: relative;
    margin-bottom: 5px;
}
#viewer
{
    width: 600px;
    height: 415px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: 25px;
}
#imageScroller a:active, #imageScroller a:visited
{
    color: #000000;
}
#imageScroller a img
{
    border: 0;
    margin-top: 0px;
}
#controls
{
    width: 604px;
    height: 47px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#controls a
{
    width: 37px;
    height: 35px;
    position: absolute;
    top: 3px;
}
#controls a:active, #controls a:visited
{
    color: #0d0d0d;
}
#title
{
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    text-align: left;
    position: absolute;
    top: 0px;
    z-index: 10;
    background-color: #ffffff;
}


div.content_start div.main_content .bluetitle
{
    color: #225281;
    font-size: 14px;
    font-weight: bold;
}



#rtl
{
    background: url(/images/rtl.png) no-repeat;
    left: 0px;
    margin-top: 15px;
}
#rtl:hover
{
    background: url(/images/rtl_over.png) no-repeat;
    left: 0px;
    margin-top: 15px;
}
#ltr
{
    background: url(/images/ltr.png) no-repeat;
    right: 0px;
    margin-top: 15px;
}
#ltr:hover
{
    background: url(/images/ltr_over.png) no-repeat;
    margin-top: 15px;
}

/*
einde
*/


/* Uitbreiding 09-06-2011 by Danny */
.main_content h1
{
    font-size: 19px;
    color: #225281;
}

.main_content h3
{
    font-size: 16px;
    color: #a4bdd8;
}

.main_content a.leesverder
{
    color: #a4bdd8;
    text-decoration: underline;
}

.main_content a.leesverder:hover
{
    color: #C40024;
    text-decoration: none;
}

.main_content .frontoffer
{
    border: 1px solid #225281;
    margin: 10px;
    padding: 10px;
    height: 172px;
}

.main_content .frontoffer h2
{
    font-size: 20px;
    color: #C40024;
    text-align: center;
}

.main_content .frontoffer p
{
    font-size: 15px;
    color: #000000;
}

.main_content .frontoffer img
{
    margin-top: -25px;
}


.main_content a.knopje
{
    font-size: 11px;
    line-height: 26px;
}

.main_content a.knopje
{
    background: url("../Images/website/base/button_groen_klein_new.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: bold;
    height: 25px;
    margin: 5px auto;
    text-align: center;
    width: 80px;
}

.main_content a.knopje:hover
{
    background-position: 0 -24px;
}

ul.vinkjes li span
{
    background: url("../Images/website/base/vinkje.png") no-repeat scroll 1px 7px transparent;
    padding-left: 0px;
    display: block;
    margin-left: 4px;
}

#referentieholder
{
    margin-left: 30px;
}

.part_recensies
{
    margin-left: 5px;
}

div.menu ul li a
{
    border-right: 1px solid #225281;
    width: 152px;
}



/* footer */

.newfooter_holder
{
    width: 100%;
    background-color: #b7c9dd;
}

.newfooter_inner
{
    background: url("../Images/website/base/wrapper_bg_footer.png") repeat-x scroll center -1px transparent;
    margin-left: 2px;
    width: 997px;
}


.footerbottom
{
    background: url("../Images/website/base/wrapper_bg_footer.png") repeat-x scroll center -1px transparent;
    height: 42px;
    background-color: #ffffff;
    text-align: left;
    padding: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}

.footerbottom img
{
    margin-right: 10px;
    margin-bottom: 10px;
}

.footerbottom, .footerbottom a
{
    color: #000000 !important;
    font-size: 12px;
}

#wrapper
{
    padding-bottom: 0px; /*correction*/
}

.newfooter_inner, .newfooter_inner a
{
    color: #ffffff;
}

.footerbox
{
    width: 200px;
    float: left;
    text-align: left;
    height: 200px;
    margin-top: 10px;
    margin-left: 10px;
}

.newfooter_inner h3
{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.newfooter_inner ul li
{
    list-style-type: circle;
    list-style-position: inside;
}

.newfooter_inner ul li a
{
    font-size: 12px;
}

.newfooter_inner ul li a:hover
{
    color: #225281;
}

.pandholder p
{
    font-size: 11px;
}

.pandholder ul li
{
    list-style-type: none;
    list-style-position: inside;
}

.footerbox.last
{
    float: right;
    height: 250px;
    width: 180px;
}

.footerwidthbox
{
    float: left;
    clear: both;
    text-align: left;
    margin-left: 10px;
    margin-top: -65px;
    margin-bottom: 20px;
}

.footerwidthbox p
{
    font-size: 13px;
}

.footerwidthbox p a
{
    text-decoration: underline;
}

.footerwidthbox p a:hover
{
    color: #225281;
}










/*
einde
*/
