* {
   padding: 0;
   margin: 0;
   border: 0;
}

body {
   padding-bottom: 10px;
   background: #fff;
   font: 70%/1.7 verdana, helvetica, sans-serif;
   color: #000;
   text-align: center;
}

/*************** POSITIONING ***************/

#container {
   width: 580px;
   margin: 0 auto;
   text-align: left;
   position: relative;
}

#searchform {
   clear: both;
   height: 40px;
   position: relative;
}

#searchform fieldset {
   position: absolute;
   bottom: 3px;
   right: 0;
}

#strip {
   background-color: #eee;
   width: 100%;
   height: 145px;
   margin: 10px 0;
}

#strip .image {
   width: 145px;
   height: 145px;
   float: left;
}

.laag3 #strip {
   width: 145px;
   height: 145px;
}

.laag2 .breadcrumb, .laag3 .image, .laag4 #strip {
   display: none;
}

.laag3 #one {
   display: block;
}

.laag2 #content {
   float: right;
   width: 360px;
}

.laag3 #content {
   width: 360px;
   float: right;
   margin-top: -90px;
}

.laag3 .breadcrumb {
   float: right;
   width: 360px;
   margin-top: -155px;
}

#dual1 { float: left;  width: 45%; }
#dual2 { float: right; width: 45%; }

#content {
   background: #fff;
}


/*************** DEFAULT TAGS ***************/

h1 { display: none; } /* for non-screen viewers only */

h2 { /* default - laag2 */
   margin-bottom: 35px;
   font-weight: normal;
   font-size: 160%;
   line-height: normal;
}
.laag1 h2 { text-transform: uppercase; letter-spacing: 0.13em; }         /* uppercase, wide */
.laag3 h2 { width: 360px; position: relative; left: 220px; top: -95px; } /* next to square image */

h2::first-letter {
  text-transform: uppercase;
}

h3, h4, h5, legend {
   font-weight: bold;
   font-size: 100%;
   color: #000;
}

h6 {
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
}

p  { margin-bottom: 1.5em; }
ul { margin-bottom: 1.5em; list-style: none; }
ol { margin: 0 0 1.5em 3em; }
ul ul { margin-bottom: 1em; }
ul ul ul { margin-bottom: 0; }

ul li {
   padding-left: 13px;
   background: transparent url(/images/redv.gif) 1px 0.75em no-repeat;
}

ol li {
  background: none;
  padding: 0;
}

code, samp, pre, kbd {
   font-family: consolas, "courier new", courier, monospace;
   color: #666;
}

cite {
   font-style: italic;
   color: #666;
}

abbr, acronym {
   cursor: help;
   border-bottom: 1px dotted #000;
}

blockquote {
   font-style: italic;
}

hr {
   visibility: hidden;
   clear: both;
   height: 1px;
}

/* default links */
a                  { text-decoration: none; }
#content a:link    { color: #006; border-bottom: 1px dotted #006; }
#content a:visited { color: #336; border-bottom: 1px dotted #99a; }
#content a:hover   { color: #c00; border-bottom: 1px solid  #c00; }
#content a:active  { color: #f00; }

/*************** MENUS & NAVIGATION ***************/

#mainmenu, #footermenu {
  background: #f6f6f6;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 100%;
  line-height: normal;
  padding: 6px 0;
  text-align: left;
}

#mainmenu   { margin: 10px 0 60px 0; }
#footermenu { margin: 30px 0 10px 0; }

#mainmenu li, #footermenu li {
  padding: 0;
  background: none;
  display: inline;
  white-space: nowrap;
}

#mainmenu li a, #footermenu li a {
  padding: 6px 20px;
  color: #333;
}

#mainmenu li a:hover, #footermenu li a:hover {
  background: #fee;
  border: none;
  color: #900;
}

#secondary {
   width: 200px;
   float: left;
}

#submenu {
   float: left;
   width: 200px;
   list-style: none;
}

#submenu li {
   background: none;
   padding: 0;
   margin-bottom: 1em;
}

#submenu, .breadcrumb, .pagination, #secondary, td div {
  font-size: 90%;
  line-height: normal;
}

.breadcrumb a:link, .breadcrumb a:visited { color: #006; }
.breadcrumb a:hover { color: #c00; }


#preventry, .preventry { float:left; border-bottom: none !important; }
#nextentry, .nextentry { float:right; border-bottom: none !important;}

#submenu a, #secondary a {
   color: #000;
}

#submenu li a:hover,
#secondary li a:hover {
   color: #c00;
   border: none;
}


/* end menus & navigation */



/**************** FORM ELEMENTS ****************/

/*searchform */
#searchform fieldset legend { display: none; }
#searchform fieldset label  { position: relative; top: 2px; margin-right: 5px; color: #666; }
#searchform fieldset label:after  { content: ":"; }
#searchform .text { width: 15em; display: inline; }
.imgsubmit { width: 16px; height: 15px; padding:0; margin-left: 5px; border: 1px outset #fff; }


label {
   cursor: pointer;
}


input, textarea, select {
   font-size: 100%;
   font-family: verdana, helvetica, sans-serif;
   vertical-align: middle;
   padding: 1px;
   border: 1px inset #ddd;
   color: #666;
   background-color: #f6f6f6;
   width: 55%;
}

option {
  padding: 0 2px;
}

textarea {
   height: 12em;
   overflow: auto;
   width: 99%;
}

.text, .textarea, .select, .input {
   display: block;
}

.checkbox, .radio {
   width: auto;
   height: auto;
   border: none;
   background-color: transparent;
}

.checkbox, .radio {
   float: none;
   vertical-align: text-bottom;
}

.button {
   width: auto;
   height: auto;
   border: 1px outset #999;
   background-color: #f6f6f6;
   font-weight: bold;
   cursor: pointer;
}
.inline label, .inline select, .inline input {
   display: inline;
   width: auto;
}
/* different fieldsets */
fieldset.tabular p { float: left; width: 100%; margin-bottom: 1em; }
fieldset.tabular label, fieldset.tabular .label { float: left; }
fieldset.tabular .button, fieldset.tabular .input,
fieldset.tabular .text, fieldset.tabular .textarea,
fieldset.tabular .select { float: right; }
fieldset.tabular .select { width: 56%; }
fieldset.tabular .subcontainer { width: 57%; float: right; }
fieldset.tabular .subcontainer input,
fieldset.tabular .subcontainer label { display: inline; float: none; width: auto; }

fieldset.tabular .multipleselects { float: left; width: 100%; }
fieldset.tabular .multipleselects legend { float: left; margin-bottom: -2em; }
fieldset.tabular .multipleselects p { text-align: right; float: none; }

fieldset.multipleselects { margin-bottom: 1em; }
fieldset.multipleselects legend { font-weight: normal; }
fieldset.multipleselects label { display: none; }
fieldset.multipleselects select,
fieldset.multipleselects .select { display: inline; float: none; width: auto; }

.resizerWrapper a {
   display: block;
   float: right;
   width: 1em;
   height: 1em;
   overflow: hidden;
   text-indent: -1000px;
   border: 1px solid #ccc;
   background: transparent none 50% 50% no-repeat;
   margin-left: 1px;
}
.resizerWrapper a:hover {
   border-color: #666;
}
a.resizeBigger  { background-image: url(/images/icon_arrow_down.gif); }
a.resizeSmaller { background-image: url(/images/icon_arrow_up.gif); }


/* highlighting form elements */
input:focus, textarea:focus, select:focus,
input.highlighted, textarea.highlighted, select.highlighted {
   color: #000;
   border-color: #99c;
   background-color: #f6f6ff;
}
input.missing, textarea.missing, select.missing {
  border: 1px solid #f99 !important;
  background: #fee;
}

/* end form elements */



/**************** LAAG 4 **********************/


.laag4 #container { width: 725px; }
.laag4 #secondary { width: 290px; }
.laag4 #content   { width: 425px; float: right;}
.laag4 .breadcrumb{ margin-top: 10px; margin-bottom: 40px; }

/* laag4 for search*/
#searchresults #secondary { display: none; }
#searchresults #content { width: 100%; }
#searchresults .entry h3 {
  padding: 0 0 0 13px;
  background: transparent url(http://www.abvakabofnv.nl/images/redv.gif) 1px 0.75em no-repeat;
}
#searchresults .entry .footer { color: #333; }


.faq_cat_list {
  float: left;
  width: 100%;
}

.faq_cat_list li {
  background: transparent url(/images/icon_folder.gif) left 7px no-repeat;
  padding-left: 15px;
  width: 45%;
  float: left;
  margin-bottom: 0.3em;
}

.totalarticles {
  font-size: 80%;
  color: #999;
}

.faq_cat_list li small {
  line-height: normal;
  display: none;
}

#secondary ul li, #category_tree ul li {
  background: none;
  margin-top: 0.5em;
  white-space: nowrap;
  padding-left: 0;
}

#submenu ul,
#category_tree ul ul { list-style: square outside; padding-left: 1.7em; color: #c00; margin: 0.9em 0; }
#category_tree ul ul ul { color: #009; }
#category_tree ul ul ul ul { color: #090; }
#category_tree ul ul ul ul ul { color: #990; }

a.active {
  color: #900 !important;
}


/**************** EINDE LAAG 4 **********************/






/**************** CONTENT ENTRIES ************/

.entry, #commentlist li {
   margin-bottom: 2em;
}

.footer {
   font-size: 90%;
   display: block;
   background: transparent url(/images/post_small.gif) 1px 0.55em no-repeat;
   padding-left: 12px;
   clear: both;
}

.shortentry p { display: inline; margin-right: 0.3em; }

.intro { font-size: 90%; }

.spotlight {
  background: #f6f6f6;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1em;
  margin: 2em 0;
}

.spotlight * {
   margin-bottom: 0;
}

.spotlight ul li {
   margin: .5em 0;
}

.guide ul li {
  display: inline;
  padding: 0;
  background-image: none;
}

.guide ul li:after {
  content: ", ";
}

.guide ul li:last-child:after {
  content: ".";
}

/* definition lists */

.laag1 dt {
  font-weight: bold;
  float: left;
  clear: left;
  margin-right: .2em;
}

.laag1 dd {
  margin-bottom: 1.5em;
}



/**************** END CONTENT ENTRIES ************/



/**************** TABLES *************************/
table {
   width: 100%;
   table-layout: auto;
   border-collapse: collapse;
}

td, th {
   padding: 3px 0 3px 0;
   vertical-align: top;
   text-align: left;
}

td p {
   margin: 0;
}

/* nice horizontal lines */
.list {
   /*border-top: 1px solid #ddd;*/
   border-spacing: 0;
}

.list td, .list th {
  border-bottom: 1px solid #ddd;
}

.list .oddrow {
   background-color: #fff;
}

.list .evenrow {
   background-color: #fff;
}

.fistCol   { width: 30%; }
.secondCol { width: 70%; }

#calendar td, #calendar th {
  border: 1px solid #eee;
}  

#calendar th.month { text-align: left; padding: 1em 0 1em 1.5em;}
#calendar th.prevnext { text-align: center; padding: 1em 0 1em 0; }


#calendar th.weekday {
  font-weight: bold;
  text-align: center;
}

#calendar td.day, #calendar td.noday {
   text-align: center;
   overflow:hidden;
}

#calendar td.day div {
   line-height: normal;
   white-space:nowrap;
}

/**************** END TABLES **********************/



/**************** SPECIAL LINKS *******************/

a.pdf { background: transparent url(/images/pdf.gif) left top no-repeat; padding-left: 20px; }
a.doc { background: transparent url(/images/doc.gif) left top no-repeat; padding-left: 20px; }
a.xls { background: transparent url(/images/xls.gif) left top no-repeat; padding-left: 20px; }
a.toggle span { background: transparent url(/images/icon_shortcut.gif) 50% 50% no-repeat; padding-left: 10px; }
a.email_link  { background: transparent url(/images/icon_email_small.gif) 0 50% no-repeat; padding-left: 12px; }
a.print_link  { background: transparent url(/images/icon_print.gif) 0 50% no-repeat; padding-left: 14px; }

li h4 a.toggle,
h5 a.toggle { font-weight: normal; } 

a.clean, li.clean, li.last {
   background: none;
   padding-left: 0;
   border: none !important;
}

.last img, li img { vertical-align: text-bottom; }

.breadcrumb a { text-transform: capitalize; }
.breadcrumb a:link, .breadcrumb a:visited,
.top_bar a:link, .top_bar a:visited {
  color: #006;
}
.breadcrumb a:hover,
.top_bar a:hover {
  color: #c00;
  border-bottom: 1px solid #c00;
}

#content .footer a { border: none; }
#content .footer a:hover { border-bottom: 1px solid #c00; }

.laag1 #dual1 dt a { color: #900; border: none; }
.laag1 #dual1 dt a:hover { border-bottom: 1px solid #900; }

#content .pagination {
  margin: 2em 0;
}

#content .pagination span {
  display: block;
  margin-bottom: 5px;
}

#content .pagination a,
#content .pagination b {
  border: 1px solid #ccd;
  padding: .2em .4em;
  display: inline;
}

#content .pagination b {
  background: #669;
  color: #fff;
}

#content .pagination a:hover {
  border-color: #669;
}




/* skip to content link */
#skipnav { margin:0; position: relative; }
#skipnav a {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 100;
  border: none;
}
#skipnav a:active, #skipnav a:focus {
  overflow: visible;
  color: #c00;
  font-weight: bold;
  width: auto;
  height: auto;
}


/**************** MISC *******************/


.sticky { background-image: url(/images/pushpin.gif) !important; }
.alert  { color: red; }


ul.yearly_archives ul {
  display: inline;
}

ul.yearly_archives ul:before {
  content: ":";
}

ul.yearly_archives ul li {
  display: inline;
  padding: 0;
  background: none;
}

.invisible {
  visibility: hidden;
}


