
/* ******************************************************* */
/* Titels                                                  */
/* ******************************************************* */

h1
{
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  color: #d8007a;
}

h2
{
  margin: 0px;
  padding-top: 5px;
  /*padding-bottom: 8px;*/
  font-size: 14px;
  font-weight: bold;
  color: #00a1e1;
}

h3
{
  padding-top: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

h4
{
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #d8007a;
}

/* ******************************************************* */
/* Tekst                                                   */
/* ******************************************************* */

p
{
  font-size: 12px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 10px;

}

p.small
{
  font-size: 11px;
  line-height: 16px;
}

/* ******************************************************* */
/* Links                                                   */
/* ******************************************************* */

a
{
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #3baddf;
}

a:hover
{
  text-decoration: none;
}

a.naarboven
{
  font-size: 12px;
  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;
  /*width: 130px;*/
  padding-top: 20px;
}

ul li
{
  line-height: 24px;
  height: 25px;
  text-indent: 0px;
}

ul li a
{
  text-decoration: underline;
  color: #000000;
  font-size: 12px;
}

ul li a:hover
{
  text-decoration: none;
  color: #000000;
}

/* ******************************************************* */

