/* Generated by Novucura on: Wed, 31 Aug 2022 08:51:47 GMT */
@font-face
{
    font-family: NeoTechStd-Bold;
    src: url('fonts/2B9A87_0_0.eot');
    src: url('fonts/2B9A87_0_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/2B9A87_0_0.ttf') format('truetype');
    font-weight: bold;
}

body
{
    font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
    color: #000000;
    margin: 0;
}
h1, h2, h3, h4
{
    font: bold 12px NeoTechStd-Bold, Arial, Helvetica, Verdana, Sans-Serif;
    color: #000000;
}
h1
{
    font: 18px Arial, helvetica, verdana, sans-serif;
    color: #000000;
    font-weight: bold;
    margin-bottom: 3px;
}
h2
{
    font-weight: bolder;
    font-size: 14px;
    margin: 5px 0 0;
}
h3
{
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 3px;
}
h4
{
    color: #5C5C5C;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 0;
}
li
{
    margin: 3px;
}
ul
{
    margin-top: 5px;
    list-style: disc none outside;
    line-height: 18px;
    padding-left: 20px;
}
ul.voordelen
{
    list-style-image: url("images/list.png");
}
hr
{
    background-color: #D8D8D8;
    color: #D8D8D8;
    height: 1px;
}
a
{
    color: #000000;
    outline: none;
    text-decoration: none;
    /*display: inline-block;*/
    font-weight: normal;
}
a:hover
{
    color: #E2001A;
    text-decoration: none;
    cursor: pointer;
}
img
{
    border: none;
    padding: 0;
    margin: 0;
}
em, dfn, var, cite
{
    font-style: italic;
}
strong
{
    font-weight: bold;
}
code, kbd
{
    font-family: Courier;
}

p.button
{
    clear: both;
    display: inline-block;
    background: url("images/content-button-long2.png") no-repeat scroll 100% 75% transparent;
    margin: 5px 10px 5px 0;
    height: 26px;
    font-family: NeoTechStd-Bold, Arial, Helvetica, Verdana, Sans-Serif;
}
p.button.focus
{
    background: url("images/focus-button.png") no-repeat scroll 100% 75% transparent;
}
p.button.focus a
{
    color: #000000;
}
p.button.focus:hover
{
    background: url("images/focus-button-hover.png") no-repeat scroll 100% 75% transparent;
}
p.button a
{
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0;
    padding: 6px 25px 5px 10px;
    background: none;
}
p.button:hover
{
    /*background: url("images/content-button-long-hover.png") no-repeat scroll 100% 75% transparent;*/
    cursor: pointer;
}

/***************** Cookies *******************/
.AskCookieLawPermission,
.WebpartAskCookieLawPermission
{
    width: 100%;
    background-color: #ECF5F5;
    color: #313131;
    border-bottom: 2px solid #BFBFBD;
    margin-bottom: 10px;
}
.AskCookieLawPermission
{
    position: absolute;
    top: 0;
    z-index: 99999;
    background: url("images/cookies/bgCookieMessage.png");
    height: 180px;
}
.AskCookieLawPermissionInner
{
    margin: 0 auto;
    width: 700px;
    padding-top: 30px;
    text-align: center;
    background: url("images/cookies/cookie_large.png") no-repeat center left;
    padding-left: 106px;
}
.PermissionText
{
    display: inline-block;
    padding: 10px;
}
.btnCookiesGroup
{
    text-align: center;
}
.btnCookies
{
    display: inline-block;
    margin: 10px 5px 10px 5px;
    border: 1px solid #0896B6;
    border-radius: 5px;
    padding: 4px 7px;
    -webkit-appearance: none;
    cursor: pointer;
}
.ResetAcceptedCookieLawPermission
{
    bottom: 0;
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 999999;
}
.ResetDeniedCookieLawPermission
{
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}
.ResetAcceptedCookieLawPermission .btnCookies,
.ResetDeniedCookieLawPermission .btnCookies
{
    background-color: transparent;
    border: none;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    color: transparent;
    z-index: 5000;
}
input.AcceptCookies
{
    background-color: #34BA1D;
    color: #fff;
    font-weight: bold;
}
input.DenyCookies
{
    border: 1px solid #666666;
}
input.AcceptCookies:hover,
input.DenyCookies:hover
{
    box-shadow: 1px 1px 1px #888;
}
.ResetDeniedCookieLawPermission input
{
    font-size: 9px;
    vertical-align: bottom;
    background-image: url("images/cookies/t_cookie-textEN.png");
    width: 80px;
    height: 80px;
}
.ResetDeniedCookieLawPermission input.NL
{
    background-image: url("images/cookies/t_cookie-textNL.png");
}
.ResetDeniedCookieLawPermission input:hover
{
    background-image: url("images/cookies/cookie-flip-green-textEN.png");
}
.ResetDeniedCookieLawPermission input.NL:hover
{
    background-image: url("images/cookies/cookie-flip-green-textNL.png");
}
.ResetAcceptedCookieLawPermission input
{
    font-size: 9px;
    vertical-align: bottom;
    background-image: url("images/cookies/t_cookie-small.png");
    width: 40px;
    height: 40px;
}
.ResetAcceptedCookieLawPermission input:hover
{
    background-image: url("images/cookies/cookie-flip-red-small.png");
}

/**************** Page layout ****************/
#OuterPage
{
    position: relative;
}
#PageHeader
{
    height: 110px;
    border-bottom: 1px solid #D4D4D4;
    box-shadow: 0 1px 1px 1px #FBFBFB;
}
#PageFooter
{
    clear: both;
    height: 59px;
    width: 100%;
}
.inner
{
    width: 980px;
    margin: 0 auto;
    position: relative;
}
#PageHeaderInner
{
    height: 110px;
    background: transparent url('images/payoff.png') no-repeat scroll 80px 6px;
}
#PageFooterInner
{
    border: 1px solid #F0F0F2;
    border-top: 0 none;
    height: 59px;
    width: 978px;
    margin-top: -30px;
}

/**************** Header ****************/
#MainLogoContainer
{
    width: 64px;
    height: 90px;
    margin: 5px 16px 0 5px;
    float: left;
}
.MainLogo
{
    width: 64px;
    height: 90px;
    background: url(../../upload/bovag.png) 0 0 no-repeat;
    cursor: pointer;
}
.MainLogo span
{
    display: none;
}
#MetaInfo
{
    text-align: right;
    position: absolute;
    right: 0;
}
#MetaInfoContent > span
{
    display: none;
}
#MetaInfoContent a
{
    background: none;
}
#MetaInfoContent > span:first-child
{
    display: inline;
    font-weight: bold;
    padding-right: 12px;
    background: transparent url('images/hasChilderen.png') no-repeat 100% 50%;
}
#MetaInfo a:hover,
#MetaInfoContent span:first-child:hover
{
    color: #213C47;
    cursor: pointer;
}
#MetaInfoContent a.SchadeMelden,
#MetaInfoContent a.InlogAutoBedrijf
{
    display: inline-block;
    border: 1px solid #F3F3F3;
    padding: 10px;
}
#MetaInfoContent a.SchadeMelden
{
    margin-right: -4px;
}

/**************** Search panel ****************/
.SiteSearchPanel
{
    float: right;
    margin-top: 56px;
}
.SiteSearchPanel input
{
    border: 1px solid #D4D4D4;
    height: 26px;
    width: 162px;
    padding: 0;
    margin: 0;
    float: left;
    font-family: NeoTechStd-Bold;
}
.SiteSearchPanel input[type="text"]
{
    padding: 0 5px;
}
.SiteSearchPanel input.button
{
    width: 29px;
    background: #5C5C5C url('images/search-icon2.png') no-repeat 50% 50%;
    color: transparent;
    border-color: #5C5C5C;
    display: block;
    float: left;
    padding: 13px 0;
    cursor: pointer;
}

/**************** Main menu ****************/
#MainMenu
{
    float: left;
    margin-top: 56px;
    font-family: NeoTechStd-Bold, Arial, Helvetica, Verdana, Sans-Serif;
}
#MainMenu a
{
    border-bottom: 0;
}
#MainMenu .Root
{
    padding-left: 0;
    margin: 0;
}
#MainMenu ul.RootMenu
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
#MainMenu ul.RootMenu li
{
    float: left;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #DFDFDF;
    border-left: 0 none;
}
#MainMenu ul.RootMenu li:first-child
{
    border-left: 1px solid #DFDFDF;
}
#MainMenu ul.RootMenu li.SelectedTab
{
    border-bottom: 0 none;
}
#MainMenu ul.RootMenu li a
{
    display: block;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    color: #213C47;
    background: none;
}
#MainMenu ul.RootMenu li.HasChildren a
{
    padding: 8px;
    padding-right: 22px;
    background: transparent url('images/hasChilderen2.png') no-repeat 100% 50%;
}
#MainMenu ul.RootMenu li.HasChildren.Open
{
    border-bottom: none;
    box-shadow: 0 2px 0 #D4D4D4,  0 2px 5px #D4D4D4;
}
#MainMenu ul.RootMenu li .ChildMenu
{
    position: absolute !important;
    z-index: 68000 !important;
    height: auto;
    padding: 0 6px 10px 6px;
    margin-left: -1px;
    background: #FFFFFF 0 100% no-repeat;
    border: 1px solid #DFDFDF;
    display: none;
}
#MainMenu ul.RootMenu li .ChildMenu > div
{
    margin-top: 10px;
    display: inline-block;
}
#MainMenu ul.RootMenu li .ChildMenuInner
{
    float: left;
    margin: 0 10px 0 0;
    width: 175px;
    min-height: 129px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#MainMenu ul.RootMenu li .ChildMenuInner ul
{
        margin: 0;
        padding: 0;
}
#MainMenu ul.RootMenu li .ChildMenuInner:first-child
{
    margin-left: 10px;
}
#MainMenu ul.RootMenu li .VerzekeringingenMenu .WonenGezin.ChildMenuInner
{
    width: 220px;
}
#MainMenu ul.RootMenu li .VerzekeringingenMenu .Vervoer p.button
{
    display: none;
}
#MainMenu ul.RootMenu li p.button
{
    clear: both;
    float: left;
}
#MainMenu ul.RootMenu li p.button a
{
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0;
    margin: 5px 25px 5px 10px;
    background: none;
}
#MainMenu ul.RootMenu li .ChildMenuInner.Border
{
    border-right: 1px solid #D4D4D4;
}
#MainMenu ul.RootMenu li .ChildMenuInner img
{
    padding: 2px;
}
#MainMenu ul.RootMenu li .ChildMenuInner ul
{
    list-style: none;
    font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
    line-height: normal;
}
#MainMenu ul.RootMenu li .ChildMenuInner li
{
    border: 0 none;
    clear: both;
    padding: 2px 0;
}
#MainMenu ul.RootMenu li .ChildMenuInner a
{
    text-decoration: none;
    background: transparent url('images/link-arrow2.png') no-repeat 0 50%;
    padding: 0 0 0 15px;
    display: inline-block;
    font-weight: normal;
}
#MainMenu ul.RootMenu li .ChildMenuInner a:hover
{
    color: #E2001A;
}
#MainMenu ul.RootMenu li.Open .ChildMenu .ChildMenuInner li:first-child
{
    margin-top: 6px;
}
#MainMenu ul.RootMenu li .ChildMenuInner div.clear
{
    clear: both;
}
#MainMenu ul.RootMenu li .ChildMenuInner div.ChildHeader
{
    height: 18px;
    padding-top: 6px;
    padding-left: 6px;
}
#MainMenu ul.RootMenu li .ChildMenuInner span
{
    font-weight: bolder;
}
#MainMenu .RootTabRowMenu li .ChildMenu .SelectedTab a
{
    color: #444e5b;
}
#MainMenu .RootTabRowMenu li.SelectedTab a
{
    color: #444e5b;
}

#MainMenu .RootPopout,
.PopoutMenu,
.PopoutMenuUser
{
    position: absolute;
    display: none;
    border: 1px solid #b2b2b2;
    background-color: #ffffff;
    z-index: 32000;
}

.PopoutMenu .SelectedTab a,
.PopoutMenuUser .SelectedTab a
{
    color: #aeaeae;
}

.PopoutMenu span,
.PopoutMenuUser span
{
    display: block;
    padding: 5px;
}

.PopoutMenuUser > span
{
    display: none;
}

/**************** Breadcrums ****************/
#BreadCrums
{
    clear: both;
    padding: 2px 0 5px 228px;
    font-size: 11px;
    color: #AAAAAA;
    font-weight: bold;
    position: relative;
    z-index: 500;
}
#BreadCrums .SiteMapPath
{
    padding: 50px;
    background-color: #FFFFFF;
    padding: 2px 10px 5px 0;
    border: 1px solid #D4D4D4;
    border-left: none;
    margin-left: 5px;
}
#BreadCrums a
{
    background: none;
    padding-left: 0;
    color: #AAAAAA;
    text-decoration: underline;
}
#BreadCrums a:hover
{
    text-decoration: none;
    color: #AAAAAA;
}
.NoBreadCrums #BreadCrums
{
    display: none;
}

.NoBreadCrums #PageInner
{
    padding-top: 24px;
}

/**************** ContactInformation & CopyrightNotice ****************/
.ContactInformation
{
    display: none;
}
.CopyrightNotice
{
    padding: 24px;
    padding-left: 50px;
    background:
        url("images/bovag-small.png") no-repeat 10px 50%;
}
.ContactInformation a,
.CopyrightNotice a
{
    color: #213C47;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    border: 0 none;
    background: none;
    padding-left: 0;
}
.CopyrightNotice span:first-child
{
    margin-right: 300px;
}
.CopyrightNotice a:hover
{
    color: #929292;
    text-decoration: none;
}

/**************** Webpart menu ****************/
#FloatingWebPartMenu
{
    position: fixed;
    top: 0px;
    left: 10px;
    padding: 5px;
    width: 10px;
    color: #fff;
    z-index: 700;
}
a.WebPartMenuItem
{
    padding: 5px 10px 5px 20px;
    display: block;
    color: #232323;
    border-bottom: 1px dashed #222222;
    background: transparent url('images/t_pointer_left_secondary.gif') no-repeat 5px 7px;
    font-weight: normal;
    text-decoration: none;
}
a.WebPartMenuItem:hover
{
    background-color: #DFDFDF;
    text-decoration: none;
    color: #213c47;
}
a.WebPartMenuItemSelected
{
    font-weight: bold;
}
div.WebPartMenu
{
    margin-left: 5px;
    border: 1px solid #444444;
    z-index: 32000 !important;
}
a.WebPartMenuMainItem
{
    display: block;
    height: 15px;
    min-width: 5px;
    _width: 1px;
    padding-left: 10px;
    color: #ffffff;
    font-weight: normal;
    background: transparent url('images/t_pointer_left.gif') no-repeat;
    text-decoration: none;
    color: #213c47;
}

/**************** Klantenservice overlay ****************/
.KlantenserviceOverlay
{
    position: absolute;
    color: #FFFFFF;
    top: 30px;
    right: 70px;
    width: 231px;
}
.NotOverlay .KlantenserviceOverlay
{
    position: static;
}
.KlantenserviceOverlay a
{
    background: none;
    padding-left: 0;
}
.KlantenserviceOverlay .KlantenserviceOverlayLinkRows
{
    position: absolute;
    top: 15px;
    left: 20px;
}
.KlantenserviceOverlay .KlantenserviceOverlayLinkRows a
{
    padding-bottom: 1px;
    display: inline-block;
}
.KlantenserviceOverlay span
{
    font-size: 12px;
    color: #000000;
    padding-left: 38px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.KlantenserviceOverlay span.klantenservice
{
    font-weight: bold;
    font-size: 16px;
    background: transparent url('images/klantenservice-icon.png') no-repeat 0 50%;
    height: 40px;
    line-height: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: NeoTechStd-Bold;
}
.KlantenserviceOverlay span.klantenservice span
{
    height: 20px;
    padding-left: 0;
    float: left;
    color: #FFFFFF;
    font-family: NeoTechStd-Bold;
}
.KlantenserviceOverlay span.klantenservice .telefoonnummer
{
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
}
.KlantenserviceOverlay span.klantenservice .telcosts
{
    font-size: 10px;
    font-weight: normal;
    padding: 4px 0 0 4px;
}
.KlantenserviceOverlay span.envelop
{
    background: transparent url('images/envelop-icon.png') no-repeat 0 50%;
}
.KlantenserviceOverlay span.belterug
{
    background: transparent url('images/callback-icon.png') no-repeat 0 50%;
}
.KlantenserviceOverlay span.schade
{
    background: transparent url('images/schade-icon.png') no-repeat 0 50%;
}
.KlantenserviceOverlay span.wijziging
{
    background: transparent url('images/wijzigen-icon.png') no-repeat 0 50%;
}
.KlantenserviceOverlay span.vragen
{
    background: transparent url('images/vragen-icon.png') no-repeat 0 50%;
}
.UsersAdmin .StandardGridView td
{
  max-width: 200px;
  overflow: hidden;
}

.pageAutobedrijf #MainMenu
{
    display: none;
}

.pageAutobedrijf #MetaInfoContent a.InlogAutoBedrijf
{
    display: none;
}
.width50{
    width: 50%;
    float: left;
}
.Home .WidgetExpoints.width50{
	    float: right;
    position: absolute;
    top: -175px;
    right: 0px;
}
.Home .WebPart{
	position:relative;
}
.Home .draggable .WidgetExpoints.width50{
	    float: right;
    position: relative;
    top:0px;
    right: 0px;
}
.Home .WidgetExpoints .reviewCount{
	text-decoration:underline;
}