﻿body { background-color: #e7e7e7; background-image: url(../Images/background.jpg); background-position: top left; background-repeat: repeat-x; }

#page 
{
    display: block;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lucida Sans", Arial, Helica, sans-serif;
}

a, a:visited { color:#0072bc; }
a:hover { color: #ff0000; }

.zoekwoord { font-style: italic; font-weight: bold; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {

#page 
{
    display: block;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lucida Sans", Arial, Helica, sans-serif;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

#page 
{
    display: block;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lucida Sans", Arial, Helica, sans-serif;
}

}


#page h1 
{
display: block;
font-size: 1.2em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
color: #552863;
}

#page #top 
{
    background-color: transparent;
    background-image: url(../Images/top_background.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

#page #top div  
{
    float: right; 
    font-size: 0.7em; 
    line-height: 1.1em; 
    margin-right: 20px; 
    margin-left: 20px;
    color: #999; 
    margin-top: 8px;
    text-align: left;
    min-width: 100px;
}

#page #top div img { float: left; margin-right: 4px; margin-top:2px; }

#page #top div input.zoekSite {
    border: 1px solid #bbb;
    width: 100px;
    height: 17px;
    background-image: url(../Images/icon-search.png);
    background-repeat: no-repeat;
    background-position: right;
    color: #999;
    padding-left: 4px;
    padding-right: 20px;
    margin-right: 0px;
    margin-top: 2px;
}

#page #top div input[type="submit"] 
{
    line-height: 1.2em;
    padding-bottom: 3px;
    height: 21px;
    margin: -4px 30px 1px 2px;
    background-color: #552863;
    border: 1px solid #552863;
    border-radius: 4px;
    color: #fff;
}

#page #top #breadcrumbs {
	font-size: 0.7em;
	color: #999;	
	float: left;
	text-align: left;
	padding:0;
	margin:0;
	margin-left: 50px;
	margin-top: 4px;
}

#page #top #breadcrumbs ul {
    padding: 0;
}

#page #top #breadcrumbs ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 0px;	
	height: 13px;
	float: left;
}

#page #top #breadcrumbs ul li.divider {
	display: inline;
	padding: 0px;
	background-image: url(../Images/breadcrumb_arrow.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	float: left;
	width: 12px;
}

#page #top #breadcrumbs ul li  a{
	color: #999;
	text-decoration: none;
}

#page #top #breadcrumbs ul li  a:hover{
	color: #552863;
	text-decoration: underline;
}

#page #header 
{
    background-color: #ffffff;
    background-image: url(../Images/mid_white.png);
    background-repeat: repeat-y;
    background-position: top left;    
    display: block;
    width: 100%;
    height: 74px;
}

#page #header #logo
{
    margin-top: 12px;
    float: left;
}

#page div#sfeerfoto 
{
    width: 100%;
    height: 320px;
    background-color: #ffffff;
    background-image: url(../Images/mid_white.png);
    background-repeat: repeat-y;
    background-position: top left;
    margin: 0;
    padding: 0;
    text-align: left;
}

#page div#sfeerfoto div.slide 
{
    width: 100%;
    height: 100%;
}

#page div#sfeerfoto div.slide div.box
{
    float: right;
    margin-right: 64px;
    margin-top: 16px;
    width: 355px;
    height: 270px;
    color: #562a64;
    text-align: left;
    font-family: Cambria, Georgia, serif;
    border: 1px solid Yellow;
    border: #fff; border-radius: 20px; background: rgba(255, 255, 255, 0.3); font-size: 1.7em; line-height: 1.2em;
}

#page div#sfeerfoto div.slide div div.paddedbox
{
    width: 310px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#page div#sfeerfoto div.slide div.box div.paddedbox p { margin-top: 16px; margin-bottom: 16px; }

#page div#sfeerfoto div.slide div.box div.premieberekening { font-family: Arial, Geneva, Sans-Serif; font-size: 0.7em; margin-top: 0px; margin-bottom: 0px; }
#page div#sfeerfoto div.slide div.box div.premieberekening input { height: 1.8em; border: 1px solid Silver; font-size: 0.7em; text-align: center; }
#page div#sfeerfoto div.slide div.box div.premieberekening input.dagKort { width: 25px; }
#page div#sfeerfoto div.slide div.box div.premieberekening input.maandKort { width: 25px; }
#page div#sfeerfoto div.slide div.box div.premieberekening input.jaarLang { width: 55px; }
#page div#sfeerfoto div.slide div.box div input[type="image"] { width: 277px; height: 50px; border: none; margin-left: 16px; margin-top: 12px; }
#page div#sfeerfoto div.slide div.box div image { width: 277px; height: 50px; border: none; margin-left: 16px; margin-top: 12px; }

#page #contentBottom 
{
    background-color: #ffffff;
    background-image: url(../Images/bottom_white.png);
    background-repeat: no-repeat;
    background-position: top left;    
    display: block;
    width: 100%;
    height: 12px;
    padding: 0px;
}

#page #content 
{
    background-color: #ffffff;
    background-image: url(../Images/mid_white.png);
    background-repeat: repeat-y;
    background-position: top left;    
    display: block;
    clear: both;
    width: 100%;
    min-height: 150px;
    margin:0px;
    padding: 0px;
    overflow: auto;
}

#page #content #imageContent 
{
    padding-top: 20px;
    display: block;
    width: 100%;
    height: 220px;
    clear: both;
    overflow: auto;
}

#page #content #imageContent #subNavi
{
    float: left;
    width: 280px;
    height: 200px;
    background-color: #e3d9e6;
    margin: 0px;
    padding-left: 10px;
    
}

#page #content #imageContent ul
{
    
    margin: 20px 10px 20px 0px;
    padding: 0px;
    list-style-type: none;
}

#page #content #imageContent ul li 
{
    width: 100%;
    line-height: 1.9em;
    font-size: 0.8em;
}

#page #content #imageContent ul li a
{
    text-decoration: none;
    display: block;
    width: 100%;
    margin-left: -20px;
    padding-left: 60px;
    color: #552863;
}

#page #content #imageContent ul li a:hover, #page #content #imageContent ul li a:hover.active
{
    background-color: #552863;
    color: #ffffff;
}

#page #content #imageContent ul li a.active
{
    background-color: #f4f3ba;
}



#page #content #imageContent img
{
    float: left;
    width: 630px;
    height: 200px;
}


#page #content #textContent 
{
    margin-top:0px;
    display: block;
    width: 100%;
    min-height: 400px;
    clear: both;
    overflow: auto;
}

#page #content #textContent #quoteContent 
{
    float: left;
    width: 290px;
    margin-top: 4%;
}

#page #content #textContent #quoteContent #quoteTop
{
    background-color: #ffffff;
    background-image: url(../Images/quote_begin.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
    margin: 0px;
    padding: 0px;
    line-height: 0.5em;
}

#page #content #textContent #quoteContent #quoteBottom
{
    background-color: #ffffff;
    background-image: url(../Images/quote_end.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: auto;
    margin: 0px;
    padding: 0px;
    line-height: 0.5em;
}

#page #content #textContent #quoteContent #quoteText
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
    font-style: italic;
    color: #562a64;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: Cambria, Georgia, serif;
}

#page #content #textContent #quoteContent #voordelen
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;

    color: #562a64;
    margin-top: 0px;
    margin-bottom: 0px;
}

#page #content #textContent #quoteContent #voordelen li
{
	margin: 3px;
}

#page #content #textContent #quoteContent #subsubNavi
{
    margin-top: -30px;
    margin-left: 20px;    
}

#page #content #textContent #quoteContent #subsubNavi h2
{
    font-size: 0.9em;
    color: #562a64;
}

#page #content #textContent #quoteContent #subsubNavi li
{
    font-size: 0.8em;
    color: #562a64;
    line-height: 1.6em;
}

#page #content #textContent #quoteContent #subsubNavi li a
{
    color: #562a64;
    text-decoration: none;
}

#page #content #textContent #quoteContent #subsubNavi li a:hover
{
    color: #562a64;
    text-decoration: underline;
}

#page #content #textContent #mainContent 
{
    float: left;
    width: 630px;
    padding-bottom: 20px;
}

#page #content #textContent #mainContent h2
{
display: block;
font-size: 0.9em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
color: #552863;
}

#page #content #textContent #mainContent h3
{
display: block;
font-size: 0.8em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
color: #552863;
margin-bottom: -10px;
}
#page #content #textContent #mainContent p
{
display: block;
padding-right: 20px;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-size: 0.8em;
color: #333333;
}

#page #content #textContent #mainContent li 
{
    font-size: 0.8em;
    color: #333333;
}

#page #content #textContent #mainContent em { font-size: 1em; }
#page #content #textContent #mainContent li p { font-size: 1em; }

#page #content #textContent #mainContent div#uitvaartverzorgerForm 
{
    width: 100%;
    height: 40px;
    margin-top: 30px;
}

#page #content #textContent #mainContent div.uitvaartverzorgerRij
{
    width: 100%;
    clear: both;
    height: auto;
    line-height: 0.45em;
}

#page #content #textContent #mainContent div.uitvaartverzorgerRij div.uitvaartverzorgerLinks 
{
    width: 46%;
    float: left;
}

#page #content #textContent #mainContent div.uitvaartverzorgerRij div.uitvaartverzorgerRechts 
{
    width: 46%;
    float: right;
}

#page #content #textContent #mainContent div.formulier 
{
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background-color: #e3d9e6;
    padding: 1.6em;
    line-height: 2.4em;
    font-size: 0.8em;
    margin-bottom: 2em;
}

#page #content #textContent #mainContent div.formulier h2 { font-size: 1.2em; line-height: 1em; margin-top: 0px; }

#page #content #textContent #mainContent div.formulier input[type="image"].knop { height: 20px; width: auto; margin-bottom: -4px; margin-top: 0px;} 
#page #content #textContent #mainContent div.formulier input[type="radio"] { display: inline-block; width: 20px; padding-top: 2px;} 
#page #content #textContent #mainContent div.formulier .labelRadio label { width: auto; margin-right: 10px; float: none;}
#page #content #textContent #mainContent div.formulier .info { margin-top: 10px; font-size: 0.85em; font-style: normal; line-height: 1.2em; }
#page #content #textContent #mainContent div.formulier label
{
    float: left;
    width: 30%;
}

#page #content #textContent #mainContent div.formulier input
{
    width: 50%;
    border: 1px solid #bbb;
    padding-left: 4px;
}

#page #content #textContent #mainContent div.formulier input.kort
{
    width: 20%;
    margin-right: 10px;
}


#page #content #textContent #mainContent div.formulier input[type="image"] 
{
    border: none;
    width: inherit;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 36px;
}

#page #content #textContent #mainContent div.formulier textarea
{
    margin-top: 6px;
    width: 50%;
    border: 1px solid #bbb;
    min-height: 100px;
}

#page #content #textContent #mainContent div.formulier .sterVerplicht { color: Red; margin-left: 4px; margin-right: 2px; }

#page #footer 
{
    background-color: #e7e7e7;
    background-image: url(../Images/footer_background.png);
    background-repeat: no-repeat;
    background-position: bottom left;    
    display: block;
    width: 100%;
    min-height: 230px;
    font-size: 14px;
}

#page #footer .footerCol
{
    float: left;
    width: 23%;
    height: 180px;
    background-color: #eee;
    margin-right: 18px;
    margin-top: 8px;
    padding: 0px;
    color: #999999;
    vertical-align: top;
}

#page #footer .footerColLast
{
    float: left;
    width: 18%;
    height: 180px;
    background-color: #eee;
    margin-right: 20px;
    margin-top: 8px;
    padding: 0px;
    color: #999999;
    vertical-align: top;
}


#page #footer div.content { height: 85%; clear: both;}

#page #footer h2 { font-size: 12px; vertical-align: baseline; padding-top: 6px;}
#page #footer h2.voordelen { background: #eee url(../Images/icon_thumb.png) no-repeat scroll left; padding-left: 30px;}
#page #footer h2.uitvaartverzekering { background: #eee url(../Images/icon_warn.png) no-repeat scroll left; padding-left: 30px;}
#page #footer h2.uitvaartverzekeringregelen { background: #eee url(../Images/icon_note.png) no-repeat scroll left; padding-left: 30px;}
#page #footer h2.ervaringen { background: #eee url(../Images/icon_people.png) no-repeat scroll left; padding-left: 30px;}
#page #footer ul { padding: 0px; padding-left: 12px;}
#page #footer ul li { list-style-image: url(../Images/icon_ok_grey.png); list-style-position: inside; font-size: 0.8em; line-height: 1.6em; }
#page #footer p { font-size: 0.8em; line-height: 1.6em; }

#page #footer div.bottom { clear: both; }
#page #footer div.bottom a { text-decoration: underline; font-size: 0.7em; color: #552863; }
#page #footer div.bottom a:hover { text-decoration: underline; color: #ff0000;}

#page #copyright 
{
    background-color: transparent;
    padding: 10px;
}

#page #copyright ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
color: #552863;
font-size:0.7em;
}

#page #copyright ul li { display: inline;}

#page #copyright ul li a, #page #copyright ul li a:visited
{
text-decoration: underline;
color: #552863;
border-left: 1px solid #999;
padding: 0 1em 0 1em;
}

#page #copyright ul li a:hover
{
color: #ff0000;
}

/* Navigation */
#page #navi 
{
    background-color: transparent;
    padding: 14px 2px 10px 10px;
    float: right;
    font-family: "Lucida Sans", Arial, Helica, sans-serif;
    font-size: 1.2em;
}

#page #navi ul.nwNavi
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
color: #999;
font-size:0.9em;
margin-top: 2px;
font-weight: 500;
}

#page #navi ul.nwNavi li { display: inline-block; border-left: 1px solid #afb505; height: 40px; margin: 0; padding-left: 4px; }

#page #navi ul.nwNavi li.first { border-left: none;}

#page #navi ul.nwNavi li a, #page #navi ul li a:visited
{
    color: #562a65;
    padding: 0.5em 1.25em 0 1.25em;
    text-decoration: none;
    display: block;
    height: 30px;
}

#page #navi ul.nwNavi li a:hover
{
    color: #562a65;
    text-decoration: none;
    background-color: #f4f3ba;
}

#page #navi ul.nwNavi li a.active, #page #navi ul li a:visited.active
{
    color: #562a65;
    padding: 0.5em 1.25em 0 1.25em;
    text-decoration: none;
    display: block;
    height: 30px;
    background: #e1dae2 url(../Images/bg_menu.jpg) repeat-x scroll top left;
    
}


#page #content 
{
    clear: both;
}

#page #content div.yellowBlock 
{
    float: right;
    width: 30.2%;
    background-color: #f4f3ba;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 1px;
}

#page #content div.yellowBlock div.top
{
    background-color: #f4f3ba;
    background-image: url(../Images/yellow_bg_top.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 9px;
}

#page #content div.yellowBlock div.bottom
{
    background-color: #f4f3ba;
    background-image: url(../Images/yellow_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 9px;
}

#page #content div.yellowBlock div.mid
{
    background-color: #f4f3ba;
    padding: 4px 0px 6px 20px;
    color: #562a65;
}

#page #content div.yellowBlock div.mid h3
{
    line-height: 1.8em;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

#page #content div.yellowBlock div.mid p
{
    line-height: 1.2em;
    font-size: 12px;
    margin: 0px 0px 4px 0px;
    padding: 0px;
}

#page #content div.yellowBlock div.mid img { float: right; }

#page #content div.yellowBlock div.mid input.input_paars 
{
    border: 1px solid #562a65;
    height: 16px;
    font-size: 0.7em;
}

#page #content div.yellowBlock div.mid input[type="image"] 
{
    margin-left: 2px;
    position: relative;
    top: 6px;
}

.marginLeft { margin-left: 45px; }

span.marker { font-weight: bold; font-style: italic; }

#page #content #textContent #mainContent #veelgesteldeVragen { margin-bottom: 30px; }
#page #content #textContent #mainContent #veelgesteldeVragen h2 { margin-top: 20px; font-size: 1.1em; }
#page #content #textContent #mainContent #veelgesteldeVragen h2:first { margin-top: 0px; }
#page #content #textContent #mainContent #veelgesteldeVragen div.faqCategorie { background-color: #e3d9e6; border: 1px solid #e3d9e6; border-radius: 10px; padding: 10px 0px 20px 0px;}
#page #content #textContent #mainContent #veelgesteldeVragen div.vraag { font-size: 0.8em; font-weight: bold; color: #562a65; cursor: pointer; margin-bottom: 0px; padding-left: 25px; margin-top: 10px; line-height: 20px; padding-top: 4px; }
#page #content #textContent #mainContent #veelgesteldeVragen div.vraag img { width:12px; height:12px; float:left; margin: 4px 8px 8px 0px;}
#page #content #textContent #mainContent #veelgesteldeVragen div.antwoord { font-size: 1em; margin-left: 0px; margin-top: -10px; padding: 10px 20px 6px 45px; }

#page #content #textContent #mainContent #faqZoekResultaat { margin-bottom: 30px; }
#page #content #textContent #mainContent #faqZoekResultaat div.zoekVraag { font-size: 0.8em; font-weight: bold; color: #0072bc; text-decoration: underline; cursor: pointer; margin-bottom: 0px; padding-left: 25px; margin-top: 10px; line-height: 20px; padding-top: 4px; }
#page #content #textContent #mainContent #faqZoekResultaat div.zoekVraag img { width:12px; height:12px; float:left; margin: 4px 8px 8px 0px;}
#page #content #textContent #mainContent #faqZoekResultaat div.zoekAntwoord { font-size: 1em; margin-left: 0px; margin-top: -10px; padding: 10px 20px 6px 45px; }
#page #content #textContent #mainContent #faqZoekResultaat .highlight { background-color: #ffffbe; }
#page #content #textContent #mainContent #faqZoekResultaat .zoekwoord { background-color: #ffffbe; }

#page #content #textContent #mainContent #paginaZoekResultaat { margin-bottom: 30px; }
#page #content #textContent #mainContent #paginaZoekResultaat a { font-size: 0.8em; font-weight: bold; color: #0072bc; text-decoration: underline; cursor: pointer; margin-bottom: 0px; padding-left: 25px; margin-top: 10px; line-height: 20px; padding-top: 4px; }
#page #content #textContent #mainContent #paginaZoekResultaat div img { width:12px; height:12px; float:left; margin: 4px 8px 4px 0px;}

#page #content #textContent #mainContent #uitvaartcentra { width: 100%; overflow: auto; }
#page #content #textContent #mainContent #uitvaartcentra h3 { font-size: 0.8em; color: #afb505;  margin: 10px 20px 0px 20px; }
#page #content #textContent #mainContent #uitvaartcentra p { margin: 4px 20px 20px 20px; }
#page #content #textContent #mainContent #uitvaartcentra div.rij { width: 100%; clear: both; overflow: auto;}
#page #content #textContent #mainContent #uitvaartcentra div.odd { width: 49%; height:120px; float: left; border: 1px solid #afb505; border-radius: 10px; vertical-align: top; margin-bottom: 20px; background-color: #fcfcf0;}
#page #content #textContent #mainContent #uitvaartcentra div.even { width: 49%; height:120px; float: right;  border: 1px solid #afb505; border-radius: 10px; vertical-align: top; margin-bottom: 20px; background-color: #fcfcf0;}

/* UITVAARTWAARDE METER */
#page #content #textContent #mainContent div.uitvaartwaardemeter 
{
    border: 1px solid #eeeeee;
    border-radius: 20px;
    background-color: #fafafa;
    padding: 1.6em;
    
   padding-top: 0em;
   
    line-height: 2.0em;
    font-size: 0.8em;
    margin-bottom: 2em;
}

#page #content #textContent #mainContent div.uitvaartwaardemeter h2 { font-size: 1.2em; line-height: 1em; margin-top: 0px; }


#page #content #textContent #mainContent div.uitvaartwaardemeter label
{
    float: left;
    width: 30%;
}

#page #content #textContent #mainContent div.uitvaartwaardemeter input
{
    width: 50%;
    border: 1px solid #bbb;
}

#page #content #textContent #mainContent div.uitvaartwaardemeter input[type="image"] 
{
    border: none;
    width: inherit;
    margin-bottom: 20px;
    margin-top: 20px;
}

#page #content #textContent #mainContent div.uitvaartwaardemeter textarea
{
    margin-top: 6px;
    width: 49.5%;
    border: 1px solid #bbb;
    min-height: 100px;
}

#page #content #textContent #mainContent .onzichtbaar 
{
	color: #ffffff;
	background-color: #ffffff;
	border: none;
	height: 1px;
}

#page #content #textContent #mainContent .uc_maingroup 
{
    font-weight: bold;
	background-color: #e3d9e6;
	width: 300px;
}

.uc_kosten { WIDTH: 65px; TEXT-ALIGN: right }
.uc_checkbox { WIDTH: 40px };
	
.melding_melding 
{
	background-color: #FFEBC1;
	border-color: #FDBF3B;
	border-width: 1px;	
	border-style:solid;
	color: #A6750C;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 0.8em;	
}

.melding_error 
{
	background-color: #ffe3e3;
	border-color: #e55858;
	border-width: 1px;
	border-style:solid;
	color: #880000;	
	margin-top:10px;
	margin-bottom:10px;
	font-size: 0.8em;
}

.melding_ok
{
	background-color: #dfffdf;
	border-color: #9fcf9f;
	border-width: 1px;	
	color: #005f00;	
	border-style:solid;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 0.8em;	
}