
/* ******************************************************* */
/* Titels                                                  */
/* ******************************************************* */

h1
{
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #00afb3;
}

h2
{
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #bfd730;
}

h3
{
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

/* ******************************************************* */
/* Tekst                                                   */
/* ******************************************************* */

p
{
  font-size: 13px;
  line-height: 18px;
  padding-top: 8px;
  padding-bottom: 10px;

}

.cols1 img
{
  padding: 0px 8px;
}

.cols2 .column2 p
{
  width: 220px;
}

p.small
{
  font-size: 11px;
  line-height: 16px;
}

/* ******************************************************* */
/* Links                                                   */
/* ******************************************************* */

a
{
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #00afb3;
}

a:hover
{
  text-decoration: none;
}

a.naarboven
{
  font-size: 11px;
  text-decoration: none;
  line-height: 24px;
  padding-left: 15px;
  background: url('../images/arrowup.gif') 1px 6px no-repeat;
}

a.naarboven:hover
{
  text-decoration: underline;
}

/* ******************************************************* */
/* Lijst                                                   */
/* ******************************************************* */

ul
{
  list-style-type: none;
}

ul li
{
  line-height: 24px;
  text-indent: 10px;
  background: url('../images/bullet.gif') 1px 9px no-repeat;
}

ul li a
{
  text-decoration: none;
}

ul li a:hover
{
  text-decoration: underline;
}

/* ******************************************************* */
