/***********************************************************************************************************/
/*** Dit bestand dient hetzelfde te zijn als het bestand in ElviaExtranet **********************************/
/***********************************************************************************************************/

/*** DEFAULT STYLESHEET ***/

/******************************************************************************** GENERAL ELEMENTS ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 100%; /* Browser default is 16px. */
	line-height: 1.125em; /* This is based on the above font size of 16px and results in 18px. */
	color: #000000;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0.5em;
}

h1 {
	font-size: 14pt;
	color:#000;
}

h2 {
	font-size: 13pt;
	color:#039AA9;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p {
	font-size: 1em;
}

a {
	color: #e45f07;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	height: 0;
	color: #cccccc;
	border: none;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

ul {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

ul li {
	margin: 0.25em 0;
	padding-left: 1.5em;
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}


/******************************************************************************** BASIC CLASSES ***/

.clear {
	clear: both !important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.center {
	text-align: center !important;
}

.nomargin {
	margin: 0 !important;
}

.message {
	color: #FF0000;
}

/******************************************************************************** BASIC FORM ***/

form legend {
	display: none;
}

form fieldset {
	margin: 0;
	border: none;
}



/******************************************************************************** GENERAL LAYOUT ***/

div#page {
	background: #ffffff;
	width: 984px;
	margin: 0 auto;
}

/* Het table.logon element op Extranet komt overeen met div#page op de overige pagina's. We willen hier dezelfde 
 * font-size.
 */ 
div#page, table.logon {
	font-size: 0.75em; /* This is based on the browser default of 16px and results in 12px. */
} 


/******************************************************************************** HEADER ***/
/** div#header vervangen door div#pageHeader **/
div#pageHeader {
	position: relative;
	background: url(../images/siteimg/bg_header.png) no-repeat;
	height: 81px;
	margin: 13px 0 1em;
}

div#pageHeader a.logo {
	display: block;
	position: absolute;
	background: url(../images/siteimg/logo.png) no-repeat;
	width: 154px;
	height: 46px;
	top: 15px;
	left: 22px;
	text-indent: -9999px;
}

div#pageHeader p.top_text {
	position: absolute;
	top: 6px;
	left: 245px;
	margin: 0;
	font-size: 0.9em;
	color: #ffffff;
}

div#pageHeader p.top_text span {
	position: absolute;
	top: 0;
	left: -12px;
	font-size: 1.75em;
}

div#pageHeader fieldset#quicksearch {
	position: absolute;
	top: 3px;
	right: 10px;
}

div#pageHeader fieldset#quicksearch input.quicksearch_field {
	background: url(../images/siteimg/bg_quicksearch_field.png) no-repeat;
	width: 153px; /* 169px */
	height: 16px; /* 22px */
	padding: 4px 8px 2px;
	border: none;
	font-family: Verdana;
	font-size: 0.9em;
	color: #666666;
}

div#pageHeader fieldset#quicksearch input.quicksearch_button {
	position: absolute;
	top: 3px;
	right: 4px;
	background: url(../images/siteimg/bg_quicksearch_button.png) no-repeat;
	width: 17px;
	height: 16px;
	border: none;
	cursor: pointer;
}

div#pageHeader ul#main_nav {
	position: absolute;
	top: 47px;
	left: 207px;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	list-style-type: none;
}

div#pageHeader ul#main_nav li {
	position: relative;
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

div#pageHeader ul#main_nav li a {
	position: relative;
	top: 6px;
	font-weight: bold;
	color: #ffffff;
}

div#pageHeader ul#main_nav li span.main_btn_left {
	display: none;
}

div#pageHeader ul#main_nav li span.divider {
	position: relative;
	top: 5px;
	background: url(../images/siteimg/bg_main_nav_divider.png) no-repeat;
	width: 2px;
	height: 17px;
	margin: 0 18px;
}

div#pageHeader ul#main_nav li span.arrow,
div#pageHeader ul#main_nav li span.main_btn_left,
div#pageHeader ul#main_nav li span.main_btn_right {
	display: none;
}

div#pageHeader ul#main_nav li.active {
	left: -9px;
	display: inline-block;
	background: url(../images/siteimg/bg_main_btn.png) repeat-x;
	height: 34px;
	margin: 0 18px 0 0;
}

div#pageHeader ul#main_nav li.active a {
	top: 8px;
	margin: 0 9px;
	color: #c40000;
}

div#pageHeader ul#main_nav li.active span.main_btn_left,
div#pageHeader ul#main_nav li.active span.main_btn_right {
	position: absolute;
	top: 0;
	display: inline-block;
	width: 18px;
	height: 34px;
}

div#pageHeader ul#main_nav li.active span.main_btn_left {
	left: -18px;
	background: url(../images/siteimg/bg_main_btn_left.png) no-repeat;
}

div#pageHeader ul#main_nav li.active span.main_btn_right {
	right: -18px;
	background: url(../images/siteimg/bg_main_btn_right.png) no-repeat;
}

div#pageHeader ul#main_nav li.active span.divider {
	display: none;
}

div#pageHeader ul#main_nav li.active span.arrow {
	position: absolute;
	top: 27px;
	left: 50%;
	display: block;
	background: url(../images/siteimg/icon_main_nav_arrow.png) no-repeat;
	width: 12px;
	height: 6px;
	margin-left: -6px;
}



/******************************************************************************** CONTENT ***/

div#content {
	padding: 0 2px;
}

div#content div#pushbox_container {
/*	background: url(../images/siteimg/temp/pushbox.png) no-repeat #cccccc;*/
	width: 980px;
	height: 289px;
	margin: 0;
}

div#content div.bottom_container {
	margin: 2em 0 0;
	font-size: 1.1em;
}

div#content div.bottom_container div.col_small,
div#content div.bottom_container div.col_medium,
div#content div.middle_container div.col_small,
div#content div.leftAreaHeader {
	float: left;
	margin: 0 10px 0 0;
}

div#content div.bottom_container div.col_small {
	width: 216px;
}

div#content div.bottom_container div.col_medium {
	width: 256px;
}

div#content div.bottom_container div.col_questions {
	margin: 0;
}

div#content div.bottom_container h2 {
	position: relative;
	overflow: hidden;
	background: #fe1e1e;
	height: 27px;
	margin: 0 0 12px;
	padding: 0 6px 0 12px;
	line-height: 1.7em;
	font-size: 1.2em;
	color: #ffffff;
}

div#content div.bottom_container div.col_small h2 {
	width: 198px; /* 216px */
}

div#content div.bottom_container div.col_medium h2 {
	width: 238px; /* 256px */
}

div#content div.bottom_container h2 span.head_left,
div#content div.bottom_container h2 span.head_right {
	position: absolute;
	top: 0;
	display: block;
	width: 5px;
	height: 27px;
}

div#content div.bottom_container h2 span.head_left {
	background: url(../images/siteimg/bg_head_red_left.png) no-repeat;
	left: 0;
}

div#content div.bottom_container h2 span.head_right {
	background: url(../images/siteimg/bg_head_red_right.png) no-repeat;
	right: 0;
}

div#content div.bottom_container ul {
	margin: 0 0 0 12px;
	list-style-type: none;
}

div#content div.bottom_container ul li {
	background: none;
	margin: 0;
	padding: 0;
	color: #ff9c00;
}

div#content div.bottom_container ul li a {
	padding: 0 0 0 3px;
	color: #e45f07;
}

div#content div.bottom_container div.col_questions h2 {
	background: #ff9c00;
}

div#content div.bottom_container div.col_questions h2 span.head_left {
	background: url(../images/siteimg/bg_head_yellow_left.png) no-repeat;
}

div#content div.bottom_container div.col_questions h2 span.head_right {
	background: url(../images/siteimg/bg_head_yellow_right.png) no-repeat;
}

div#content div.bottom_container div.col_questions p {
	float: left;
	width: 95px;
	margin: 0 0 12px 12px;
	color: #000000;
}

div#content div.bottom_container div.col_questions p a {
	font-style: normal;
	color: #e45f07;
}

div#content div.bottom_container div.col_questions img {
	float: right;
	margin: 0 12px 0 12px;
}



/******************************************************************************** FOOTER ***/

div#footer {
	height: 45px;
	margin: 1em 0;
}

div#footer ul {
	float: left;
	margin: 22px 0 0;
	list-style-type: none;
}

div#footer ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	color: #cccccc;
}

div#footer ul li a {
	padding: 0 2px;
	color: #cccccc;
}

div#footer ul li a:hover {
	color: #666666;
}

div#footer ul li span {
	padding: 0 2px 0 4px;
}

div#footer a.link_help {
	float: right;
	display: block;
	background: url(../images/siteimg/bg_help_balloon.png) no-repeat;
	width: 144px;
	height: 43px;
	margin: 0 12px 0 0;
	text-indent: -9999px;
}

div#footer a.link_help_small {
	float: left;
	display: block;
	background: url(../images/siteimg/bg_help_balloon_small.png) no-repeat;
	width: 109px;
	height: 36px;
	margin: 8px 40px 0 0;
	text-indent: -9999px;
}



/******************************************************************************** CONTENT PAGE ***/

div#content div.bannerhead_container {
	width: 980px;
}

div#content div.middle_container {
	margin: 0;
	clear: both;
}

/* Het "table.logon form" element op Extranet komt overeen met "div#content div.middle_container" op de overige pagina's. 
 * We willen hier dezelfde font-size.
 */ 
div#content div.middle_container, table.logon form {
	font-size: 0.9em;
} 


div#content ul.breadcrumbs {
	margin: 0;
	float: left;
	padding-bottom: 12px;
	list-style-type: none;
}

div#content ul.breadcrumbs li {
	margin: 0;
	background: none;
	color: #000000;
	padding: 12px 0 0 5px;
	display: table-cell;
	font-weight: bold;
	float: left;
}

div#content ul.breadcrumbs li a {
	color: #e45f07;
	padding: 2px 0 0 3px;
	font-weight: normal;
}

div#content a.link_print {
	float: right;
	display: block;
	background: url(../images/siteimg/icon_print.png) no-repeat;
	width: 13px;
	height: 16px;
	margin: 12px 12px 0 0;
	text-indent: -9999px;
}

div.leftAreaHeader {
	width: 222px;
	padding: 12px 0;
	margin: 0;
	font-weight: bold;
}

div#content div.middle_container div.col_small {
	width: 222px;
	background-color: #ffd99c;
}

div#content div.middle_container div.col_extrasmall {
	float: left;
	width: 207px;
	border-top: 1px solid #000000;
	padding: 6px 0 0 0;
}

div#content div.middle_container div.col_small ul {
	background-color: #ffd99c;
	margin: 0;
	list-style-type: none;
}

div#content div.middle_container div.col_small ul * ul{
	background-color: #fff0d9;
	margin: 0;
	padding: -6px;
}

div#content div.middle_container div.col_small ul li {
	background: none;
	color: #000;
	margin: 0;
	padding: 0 0 0 6px;
}

div#content div.middle_container div.col_small ul li.sideMenuSubItem {
	padding: 0;
}

div#content div.middle_container div.col_small ul * ul li{
	padding: 0 0 0 15px;
}

div#content div.middle_container div.col_small ul li a {
	color: #000;
	font-weight: normal;
	padding: 2px 0 0 3px;
}

div#content div.middle_container div.col_small ul li.selected,
div#content div.middle_container div.col_small ul li.selected a {
	font-weight: bold;
}

div#content div.middle_container h2 {
	font-size: 12pt;
}

div#content div.middle_container h3 {
	font-size: 0.9em;
}

div#content div.middle_container div.col_extrasmall h2.extrasmall_head {
	background: #e7eaef;
	padding: 3px 0 3px 12px;
	font-size: 1.25em;
	color: #738e9a;
}

div#content div.middle_container div.col_extrasmall h3 {
	margin: 0 0 0 12px;
	font-size: 1em;
}

div#content div.middle_container div.col_extrasmall h3 span {
	float: left;
}

div#content div.middle_container div.col_extrasmall h3 a.info {
	float: left;
	background: url(../images/siteimg/icon_info.png) no-repeat;
	width: 12px;
	height: 12px;
	margin: 2px 0 0 5px;
	text-indent: -9999px;
}

div#content div.middle_container div.col_extrasmall p {
	margin: 0 0 2em;
	padding: 0 12px;
}

div#content div.middle_container div.col_extrasmall div.tekst {
	padding: 4px 10px 15px 10px;
}

div#content div.middle_container div.col_extrasmall div.tekst p {
	padding: 0;
	margin: 2px 0;
}

div#content div.middle_container div.col_extrasmall fieldset {
	color: #607c8d;
	border: none;
	padding: 0 0 0 12px;
}

div#content div.middle_container div.col_extrasmall fieldset input {
	margin-bottom: 4px;
}

/****************************************************************CONTENT-PAGE MIDDEN ***/
div#content div.middle_container div.col_center_wide {
	float: left;
	width: 516px;
	padding: 6px 15px 0 10px;
	border-top: 1px solid #000000;
	color : #000000;
	background-color : #ffffff;
	text-align : left;
	vertical-align : top;
}

div#content div.middle_container div.col_center_wide iframe{
	width: 100%;
}

div.col_center_wide table {
	font-size: 1em;
	border: none;
}

/******************************************************************************** SITE MAP ***/

.siteMap, .siteMap ul{
	padding-left: 40px;
	margin: 0;
}

.siteMap li {
	padding: 0;
	margin: 0;
}

/************************************************************************** ZOEKRESULTATEN ***/
.searchlist li{
	margin-bottom: 18px;
}		        			

/***************************************************************************** ADVIES PAGE ***/
div#content div.uwkeuze div.iconen_container {
}

div#content div.uwkeuze div.iconen_container div {
}

div#content div.uwkeuze div.iconen_container img {
	float: left;
	padding:  1.5em 1em 0 0;
}

div#content div.uwkeuze {
	position: relative;
	font-size: 1.1em;
	margin: -10px 0 30px 20px;
	width: auto;
	overflow: hidden;
}

div#content div.uwkeuze ul {
	margin: -38px 0 29px 145px;
	line-height: 0px;
}

div#content div.uwkeuze ul li {
	float: left;
}

div#content div.uwkeuze ul li a {
	text-decoration: underline;
	color: #333333;
}

div#content div.uwkeuze ul li.uwkeuzeh2 {
	color: #c40000;
	font-weight: bold;
	font-size: 14px;
}

div#content div.uwkeuze input.opnieuw_berekenen {
	background: url(../images/siteimg/btn_opnieuwberekenen.png) no-repeat;
	color: #fff;
	width: 142px;
	padding: 2px 5px 6px 0px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	border: 0px;
}

div#content div.uwkeuze img {
	float: left;
}

form#formkeuze {
	float: left;
	margin: 30px 0px 0px 10px;
}

form#formkeuze select {
	float: left;
	width: 150px;
	margin-right: 15px;
}

div#content div.advies_container {
	padding: 12px 16px 0 16px;
	font-size: 1.1em;
	margin: -9px 0 0;
	background: url(../images/siteimg/advies_top.gif) no-repeat top;
	min-height: 345px;
}

div#content div.advies_container div.onsadvies {
	background: url(../images/siteimg/bg_onsadvies.gif) no-repeat scroll center top;
	float: left;
	width: 308px;
	margin: 0 11px 0 0;
}

div#content div.advies_container div.onsadvies_alternatief {
	background: url(../images/siteimg/bg_onsalternatief.gif) no-repeat scroll center top !important;
}

div.advies {
	background: url(../images/siteimg/bg_advies.gif) no-repeat top !important;
}

div#content div.advies_container div.onsadvies h2 {
	color: #ffffff;
	margin: 7px 0 0 10px;
}

div#content div.advies_container div.onsadvies_alternatief h2{
	color: #000000;
}

div#content div.advies_container div.onsadvies a.berekenprijs {
	display: block;
	background: url(../images/siteimg/btn_onsadvies.gif) no-repeat;
	width: 148px; /* 188px */
	height: 18px; /* 30px */
	margin: 30px 0 0 10px; 
	padding: 6px 20px;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
}

div#content div.advies_container div.onsadvies a.berekenprijs_alternatief {	
	color: #000000;
}

a.berekenprijs_alternatief {
	background: url(../images/siteimg/btn_advies.gif) no-repeat !important;
}

div#content div.advies_container div.onsadvies h3 {
	color: #333333;
	margin: 10px 0 5px 10px;
	font-size: 14px;
	font-weight: normal;
	font-size: 20px;
}

div#content div.advies_container div.onsadvies h3.adviesprijs {
	color: #333333;
	margin: 10px 0 0 10px;
}

div#content div.advies_container div.onsadvies p {
	color: #333333;
	margin: 0 0 0 10px;
}

div#content div.advies_container div.onsadvies p.concluding {
	margin-top: 20px;
	font-size: 0.8em;
}

div#content div.advies_container div.onsadvies p.concluding span.phonenumber{
	font-size: 1.25em;
	font-weight: bold;
	white-space: nowrap;
}

div#content div.advies_container div.onsadvies ul {
	list-style: disc;
}

div#content div.advies_container div.onsadvies ul li {
	margin: 4px 0 0 5px;
	font-size: 0.8em;
	padding-left: 11px;
}

div#content div.advies_container div.onsadvies ul li:hover {
	font-weight: bold;
}

div#content div.advies_container_bottom {
	background: url(../images/siteimg/advies_bottom.gif) no-repeat top;
	height: 8px;
}

div#content div.col_center_wide table.listDocumentContainer {
	margin-top:20px;
}

.tip {
	width: 300px; 
	background: url(../images/siteimg/tip-text.png) left top repeat-y; 	
	font-size: 10px;
}

.tip-top {
	background: url(../images/siteimg/tip-top.png) top left no-repeat; 
	height: 9px; 
	width: 300px; 
}

.tip-title {
	background: url(../images/siteimg/tooltip_img.png) 15px 10px no-repeat;
	padding: 5px 15px 5px 45px; 	
	color: #999999;
}

.tip-bottom {
	background: url(../images/siteimg/tip-bottom.png) left bottom no-repeat; 
	width: 300px; 
	height: 9px; 
}
