

* {
	font-family: Arial;
}

body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  background-image: url('../gfx/bg.gif');
  background-position: top center;
  background-repeat: repeat-y;
	background-attachment: fixed;
  background-color: white;
  
}

div#divLoader {
  padding: auto;
  margin: auto;  
  background-image: url(../gfx/white_overlay.gif);
  background-repeat: repeat;
  position: absolute;
  overflow: visible;
  z-index: 999;  
  width: 100%;
  height: 100%;
}

div#divPopup {
  padding: auto;
  margin: auto;  
  margin-top: 50px;
  width: 640px;
  height: auto;
  background-color: #FFF;
  border: 1px solid #DDD;
  text-align: left;
  vertical-align: middle;
}

div#divPopupHeader {
	background-color: #EEE;
  height: 24px;
  padding-left: 5px;
  line-height: 24px;
  text-align: left;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

div#divPopupBody {
  width: 620px;
  height: 400px;
	overflow-y: scroll;
  padding: 10px;
}

div#divPage {
  margin: auto;
  text-align: center;
  width: 960px;
  height: auto;
}


div#divHeader {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 940px;
  text-align: center;
  height: 71px;
  vertical-align: middle;  
}

div#divSearch {
  padding: 0px;
  margin: 0px;
  float: left;
  margin-top: 6px;
}

div#divLogo {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 258px;
  height: 71px;  
  float: right;
}

div.divContentLeft {
  float: left;
  display: inline; 
  width: 280px; 
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-left:  10px;  
  margin-right:  10px;  
}

div.divContentRight {
  float: right;
  display: inline; 
  width: 280px; 
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-right: 10px;  
}

div.divContentRightLargeTheme {
  float: right;
  display: inline; 
  width: 414px; 
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-right: 10px;  
}

div.divContentSide {
  display: block; 
  width: 280px; 
  height: auto;
  padding: 0px;
  margin: 0px;
}

div.divContentSideNews {
  display: inline; 
  width: 280px; 
  height: auto;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-right: 10px;  
}

div.divSideMenu {
  background-image: url('../gfx/btnMenuDown.gif');
  background-position: right;
  background-repeat: no-repeat;
  margin: 0px;
  text-align: left;
  vertical-align: middle; 
  width: 280px;
  height: 27px;
  line-height: 27px;
  color: #555555;
  font-size: 12px;
  font-weight: bold;
}

div.divSideMenu_over {
  background-image: url('../gfx/btnMenuDown_over.gif');
  background-position: right;
  background-repeat: no-repeat;
  margin: 0px;
  text-align: left;
  vertical-align: middle; 
  width: 280px;
  height: 27px;
  line-height: 27px;
  color: #003399;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

div.divSideMenuItem {
  width: 270px;
  margin-left: 10px;
  vertical-align: top; 
  text-align: left;   
  line-height: 18px;
}

div.divSideMenuItem a {
  text-decoration:none;
}

div.divSideMenuItem a {
  text-decoration:none;
}

div.divSideMenuItem a:hover {
  text-decoration:underline;
  color: #FF0000;
}

div.divSideMenuItem .txtInactive {
  text-decoration: none;
  font-size: 12px;
}

div.divSideMenuItem a.txtRed {
  text-decoration:none;
  color: #FF0000;
  font-weight: bold;  
}

div.divSideMenuItem a.txtRed:hover {
  text-decoration:underline;
  font-weight: bold;
  color: #FF0000;
}

div.divSideNews {
  padding: 10px;
  padding-top: 0px;
  vertical-align: top; 
  text-align: left;   
  font-size: 12px;
}

div.divSideNews span {
  cursor:pointer;

}

div.divContentMainRight {
  float: left;
  display: inline; 
  width: 649px; 
  min-height: 600px;
  height: 85%;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-left: 0px;  
  border-left: 1px dotted #CCCCCC; 
  vertical-align: top; 
  text-align: left;  
}

div.divContentMain {
  float: left;
  display: inline; 
  width: 659px; 
  min-height: 600px;
  height: 85%;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-left: 10px;  
  border-right: 1px dotted #CCCCCC; 
  vertical-align: top; 
  text-align: left;   
}

div.divContentMainLargeTheme {
  float: left;
  display: inline; 
  width: 518px; 
  min-height: 600px;
  height: 85%;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-left: 10px;  
  vertical-align: top; 
  text-align: left;   
}

div.divContentPremie {
  float: left;
  display: inline; 
  width: 759px; 
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-left: 10px;  
  vertical-align: top; 
  text-align: left;   
}

div.divOverlay {
  background-image: url('../gfx/white_overlay.gif');
  background-repeat: repeat;
  display: block; 
  position: absolute;
  width: 940px;
  overflow: visible;
  visibility: hidden;
  z-index: 999;  
}

div.divContentBlock {
  width: 639px; 
  margin: 0px;
  padding: 10px;
  border-bottom: 1px dotted #CCCCCC; 
  vertical-align: top; 
  text-align: left; 
  font-size: 12px;
}

div.divContentBlockThemeLarge {
  width: 518px; 
  margin: 0px;
  padding: 0px;
  vertical-align: top; 
  text-align: left; 
  font-size: 12px;
}

div.divContentBlockRight {
  width: 639px; 
  margin: 0px;
  padding: 10px;
  border-bottom: 1px dotted #CCCCCC; 
  vertical-align: top; 
  text-align: left; 
  font-size: 12px;
  margin-right: 10px;
}

div.divContentBlockPremie {
  width: 739px; 
  margin: 0px;
  padding: 0px;
  vertical-align: top; 
  text-align: left; 
  font-size: 12px;
}

div.divPremieBerekenen {
  float: left;
  display: inline;
  width: 930px; 
  height: auto;
  margin: 0px;
  margin-left: 10px;  
  padding: 2px;
  border-top: 1px dotted #CCCCCC; 
  text-align: left; 

}

div.divFooter {
  clear: both;
  display: block; 
  margin: 0px;
  margin-left: 10px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  width: 932px;
  border-top: 1px solid #CCCCCC;
  vertical-align: top; 
  text-align: left;
  color: #555555;   
  font-size: 11px;
}

div.divFooter a {
 font-size: 11px;
 text-decoration: none;
 color: #555555;  
}

div.divFooter span {
 font-size: 11px;
 text-decoration: none;
 color: #555555;  
 cursor:pointer;
}

h1 {
  font-size: 16px;
  color: #003399; 
}
h2 {
  font-size: 16px;
  color: #003399; 
}
h3 {
  font-size: 12px;
  color: #000000; 
}
h4 {
  font-size: 12px;
  height: 16px;
  color: #003399; 
}

h5 {
  font-size: 12px;
  color: red; 
}

div.divActionBoxItem {
  font-weight: bold;
  color: #000;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  text-align: left;
  width: 320px;
}

div.divActionBoxItemRight {
  font-weight: bold;
  font-size: 11px;
  color: #000;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: middle;
  text-align: left;
  width: 270px;
}

div.divActionBoxItemHome {
  color: #000;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  text-align: left;
  width: 320px;
}

table.ActionBoxItem h1 {
  text-align: left; 
  font-size: 18px;
  margin-top: 0;
}

table.ActionBoxItem td {
  vertical-align: top;
}

div.divActionBoxItemBerekening {
  width: 280px;
  font-weight: bold;
  color: #000;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  text-align: left;
  float: left;
  position: relative;
}

a {
  font-size: 12px;
  color: #003399;
  text-decoration: underline;
}

div.divSideNews a {
  text-decoration: none;
  color: #000000;
}

table.navigatie span {
  font-size: 12px;
  color: #003399;
  text-decoration: underline;
  cursor:pointer;
}

ul {
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
}

li {
  padding-left: 12px;
  line-height: 16px;
  background-image: url(../gfx/icBlueIndex.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
.begrip_search{
	background-color: Yellow;
}

div#divPopupBody {
 font-size: 12px;
}

.meerInfoBerekening {
  text-decoration:none;
  color: #000000;
}
div.divBreadcrumbs a {
  font-size:12px;
}
div.divOpenOffertes {
  width: 600px;
  margin:0px;
}

div.divOpenOffertesParticulier {
  width: 275px;
  margin:0px;
  float: left;
}

div.divOpenOffertesZakelijk {
  margin:0px;
  width: 275px;
  float: right;
}

div.divTempMenu{display: none;}div.divTopMenu{padding:0px;margin:0px;padding-left:10px;padding-right:10px;padding-top:0px;padding-bottom:0px;width:940px;text-align:center;height:40px;}div.divTopMenuButtonHome{background-image: url('../gfx/btnHome.gif');background-repeat: no-repeat;width:64px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonHome_over{background-image: url('../gfx/btnHome_over.gif');background-repeat: no-repeat;width:64px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonParticulier{background-image: url('../gfx/btnParticulier.gif');background-repeat: no-repeat;width:87px;height:40px;margin:0px;padding:0px;float: left;text-align: left;cursor: pointer;}div.divTopMenuButtonParticulier_over{background-image: url('../gfx/btnParticulier_over.gif');background-repeat: no-repeat;width:87px;height:40px;margin:0px;padding:0px;float: left;text-align: left;cursor: pointer;}div.divTopMenuButtonParticulier_active{background-image: url('../gfx/btnParticulier_active.gif');background-repeat: no-repeat;width:87px;height:40px;margin:0px;padding:0px;float: left;text-align: left;cursor: pointer;}div.divTopMenuButtonZakelijk{background-image: url('../gfx/btnZakelijk.gif');background-repeat: no-repeat;width:72px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonZakelijk_over{background-image: url('../gfx/btnZakelijk_over.gif');background-repeat: no-repeat;width:72px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonZakelijk_active{background-image: url('../gfx/btnZakelijk_active.gif');background-repeat: no-repeat;width:72px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonKlantenService{background-image: url('../gfx/btnKlantenservice.gif');background-repeat: no-repeat;width:120px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonKlantenService_over{background-image: url('../gfx/btnKlantenservice_over.gif');background-repeat: no-repeat;width:120px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonKlantenService_active{background-image: url('../gfx/btnKlantenservice_active.gif');background-repeat: no-repeat;width:120px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonOverons{background-image: url('../gfx/btnOverons.gif');background-repeat: no-repeat;width:78px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonOverons_over{background-image: url('../gfx/btnOverons_over.gif');background-repeat: no-repeat;width:78px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonOverons_active{background-image: url('../gfx/btnOverons_active.gif');background-repeat: no-repeat;width:78px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonContact{background-image: url('../gfx/btnContact.gif');background-repeat: no-repeat;width:68px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonContact_over{background-image: url('../gfx/btnContact_over.gif');background-repeat: no-repeat;width:68px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div.divTopMenuButtonContact_active{background-image: url('../gfx/btnContact_active.gif');background-repeat: no-repeat;width:68px;height:40px;margin:0px;padding:0px;float: left;cursor: pointer;}div#divTopMenuButtonFiller{background-image: url('../gfx/menufill.gif');background-repeat: no-repeat;width:451px;height:40px;margin:0px;padding:0px;float: left;}div#divSubmenuParticulier{background-image: url('../gfx/submenu_bg.gif');background-repeat: repeat-x;background-position:bottom;padding:10px;position:absolute;clear:both;margin:auto;top:111px;margin-left: -1px;width:740px;height:420px;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;background-color: white;text-align: left;z-index:9999;}div#divSubmenuZakelijk{background-image: url('../gfx/submenu_bg.gif');background-repeat: repeat-x;background-position:bottom;position:absolute;clear:both;padding:10px;margin:auto;top:111px;margin-left: -1px;width:760px;height:360px;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;background-color: white;text-align: left;z-index:9999;}div#divSubmenuKlantenservice{background-image: url('../gfx/submenu_bg.gif');background-repeat: repeat-x;background-position:bottom;position:absolute;clear:both;padding:10px;margin:auto;top:111px;margin-left: -1px;width:420px;height:200px;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;background-color: white;text-align: left;z-index:9999;}div#divSubmenuOverons{background-image: url('../gfx/submenu_bg.gif');background-repeat: repeat-x;background-position:bottom;position:absolute;clear:both;padding:10px;margin:auto;top:111px;margin-left: -1px;width:420px;height:200px;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;background-color: white;text-align: left;z-index:9999;}

.blog_general{font-size:14px;font-weight:bold;color:black;background-color:#FFF;}.blogview_title{background-color:#FFFFFF;}.blogview_title_link{color:#003399;text-decoration: none;line-height:16px;font-size:16px;height:auto;}.h1Web{font-size:12px;font-weight:bold;display: inline;line-height:18px;vertical-align:bottom;letter-spacing:0px;}.blogview_date{font-size:12px;background-color:#FFF;color:#000;border-bottom:1px dotted #CCCCCC;font-weight:bold;}.blogview_body{line-height:14px;}.blogview_footer{font-size:11px;border-bottom:1px dotted #CCCCCC;}.weblogCat{font-size:11px;}div.divSeachMenu{background-position: right;background-repeat: no-repeat;margin:0px;text-align: left;vertical-align: middle;width:280px;height:27px;line-height:27px;color:#555555;font-size:12px;font-weight:bold;cursor: pointer;}div.divSeachMenu_over{background-image: url('../gfx/btnMenuDown_over.gif');background-position: right;background-repeat: no-repeat;margin:0px;text-align: left;vertical-align: middle;width:280px;height:27px;line-height:27px;color:#003399;font-size:12px;font-weight:bold;cursor: pointer;}div.divSeachMenuItem{width:270px;margin-left:10px;vertical-align: top;text-align: left;line-height:18px;height:40px;}.edBlogSearch{font-size:12px;width:175px;}.blog_search{background-color: Yellow;}div.divCalendarMenu{background-position: right;background-repeat: no-repeat;margin:0px;text-align: left;vertical-align: middle;width:280px;height:27px;line-height:27px;color:#555555;font-size:12px;font-weight:bold;cursor: pointer;}div.divCalendarMenu_over{background-image: url('../gfx/btnMenuDown_over.gif');background-position: right;background-repeat: no-repeat;margin:0px;text-align: left;vertical-align: middle;width:280px;height:27px;line-height:27px;color:#003399;font-size:12px;font-weight:bold;cursor: pointer;}div.divCalendarMenuItem{width:270px;margin-left:10px;vertical-align: top;text-align: left;line-height:18px;height:auto;}.calendar_heading{ color: white;background-color:#003399;font-size:12px;}.calendar_link{ color: white;font-size:12px;}.calendar_day{font-size:12px;}.aKeywords{font-weight:bold;text-decoration:none;color:#000000;}


#screenTabs {
  float:left;
  width: 100%;
  background:#E8E9F1 url("../beheer/tabs/bg.gif") repeat-x bottom;
  display:expression(this.getElementsByTagName('UL').length ? "block" : "none");
}

#tabs {
  float:left;
  width:600px;
  line-height:normal;
  white-space: nowrap;
  background:#E8E9F1 url("../beheer/tabs/bg.gif") repeat-x bottom;
}

#tabs ul {
margin:0;
padding: 0px 10px 10px 10px;
list-style:none;
}

#tabs a {
display: block;
background:url("../beheer/tabs/right.gif") no-repeat right top;
padding:5px 9px 4px 4px;
vertical-align: baseline;
text-decoration: none;
color: #000000;
width:.1em;
}

#tabs > ul a {
width: auto;
}

#tabs a:hover,
#tabs a:visited,
#tabs a:active {
text-decoration: none;
color: #000000;
}

#tabs li {
float:left;
background:url("../beheer/tabs/left.gif") no-repeat left top;
margin:0;
padding:0 0 0 2px;
border-bottom: solid 1px #776655;
}

#tabs li#current {
border-width: 0;
}

#tabs #current {
background-image:url("../beheer/tabs/left_on.gif");
margin-left: -3px;
}
#tabs #current a {
background-image:url("../beheer/tabs/right_on.gif");
padding:3px 9px 7px 6px;
vertical-align: baseline;
}

#tabs .last a {
background-image:url("../beheer/tabs/right_last.gif");
}

#tabs .first {
background-image:url("../beheer/tabs/left_first.gif");
}

#tabs .first#current {
margin-left: 0;
}

#tabs li:hover {
background-position: 0% -150px;
cursor: pointer;
}

#tabs li:hover a {
background-position: 100% -150px;
}

#tabs li.first:hover {
background-position: top left;
}

#tabs a:hover {
background-position: 100% -150px;
}

