/* REGULAR CONTENT */
h1 {
  font-family: Georgia, Verdana, Helvetica, sans-serif;
  color: #00668d;
  font-size: 20px;
  font-weight: bold; 
  margin: 20px 0 10px 0;
}

h2 {
  font-family: Georgia, Verdana, Helvetica, sans-serif;
  color: rgb(50, 50, 50); /*#58585a;*/
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0 5px 0;
  line-height: 19px;
}

h3 {
  font-family: Georgia, Verdana, Helvetica, sans-serif;
  color: #00668d;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 0;
}

h4 {
  font-family: Georgia, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 0;
}

#content {
  line-height: 17px;
}

#content p {
  margin: 0 0 10px 0;
}

#content a {
  color: #00668d;
}

#content a:hover {
  text-decoration: none;
}

#content a:visited {
  color: #003f61;
}

#content blockquote {
  padding: 0 0 0 28px;
  margin: 5px 0;
}

#content ul {
  margin: 0 0 10px 0;
  padding: 0;
}

#content ul ul {
  margin: 0;
}

#content ul ul ul {

}

#content ul li {
  padding: 3px 0 0 28px;
  margin: 0;
  list-style: none;
  background: url("/images/front_end/aias/bullet.gif") 0px 7px no-repeat;
  line-height: 17px;
  width: 100%;
}

#content ul ul li {
  padding: 3px 0 0 22px;
  background: url("/images/front_end/aias/bullet2.gif") 0px 9px no-repeat;
}

#content ul ul ul li {
  padding: 3px 0 0 17px;
  background: url("/images/front_end/aias/bullet3.gif") 0px 9px no-repeat;
}

#content ol {
  font-family: Georgia, Verdana, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  padding: 0 0 0 28px;
}

#content ol ol {
  margin: 0;
  padding: 0 0 0 22px;
}

#content ol ol ol {
  padding: 0 0 0 18px;
}

#content ol li {
  font-family: Trebuchet, Verdana, Helvetica, sans-serif;
  padding: 3px 0;
  margin: 0;
  line-height: 17px;
}

#content table {
  margin: 10px 0;
  background: #e2edf4;
}

#content table tr td {
  line-height: 17px;
  font-size: 11px;
  padding: 3px 5px;
}

#content img {
  border: none;
  margin: 5px;
}



span.lees-verder a {
  color: #00668d;
  display: block;
  margin-top: 4px;
  height: 16px;
  padding-left: 20px;
  padding-top: 0px;
  background: url("/images/front_end/aias/lees-verder.gif") no-repeat;
  text-decoration: none;
}


#content table.staff {
  margin: 30px 0 0 0;
  border-collapse: collapse;
  width: 800px;
  background: white;
}

#content table.staff thead {
  color: white;
  background: #00668d;
}

#content table.staff td{
  font-size: 10px; !important
  padding: 7px 2px 7px 5px;
  vertical-align: top;
}

#content table.staff td.pad-left{
  padding-left: 15px;

}

#content table.staff tbody tr.odd {
  background: white;
}

#content table.staff tbody tr.even {
  background: #c7ddea;
}

#content table.staff tbody td a {
  color: rgb(102, 102, 102);
  text-decoration: none;

}

#content table.staff tbody td a:hover {
  text-decoration: underline;
}

div#staff-container {
   width: 700px;
}

#content div#staff-container table.staff_selection {
   border: 0;
   border-collapse: collapse;
   margin-bottom: 30px;
}

#content div#staff-container table.staff_selection tr td {
   border: 0;
   background: white;
   color: #00668d;;
}


