/* 
 * Text classes
 */
body {
	font: 12px verdana, arial, "trebuchet ms", trebuchet, sans-serif;
	line-height: 1.3em;
}

.description { font-size: 10px; }

a:active,
a:visited,
a:link,
a { color: #69bd44; text-decoration: none; } 
a:hover { text-decoration: underline; }

/* 
 * Disables the double line break for P, UL, FORM and LI tags
 */
p, li, form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
  font-size: 18px;
  line-height: 2em;
  color: #A1A1A1;
  border-bottom: 1px solid #CCC;
  font-weight: normal;
  margin-bottom: 10px;
}

h2 {
  font-size: 16px;
  line-height: 1.8em;
  color: #69bd44;
  border-bottom: 1px solid #CCC;
  font-weight: normal;
  margin-bottom: 8px;
}

h3 {
  font-size: 14px;
  font-weight: normal;
}

h4 {
  font-size: 12px;
  font-weight: normal;
}

/*
 * Menu
 */
div#menu ul { list-style: none; }
div#menu ul li { display: block; float: left; overflow: auto; }
div#menu ul li a {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.5em;
}
div#menu ul li a:hover,
div#menu ul li a.active {
  text-decoration: none;
  background: url(../images/vline.gif) no-repeat bottom right;
}
div#menu ul li:hover,
div#menu ul li.active { 
  background: url(../images/vline.gif) no-repeat bottom left;
}

a.lees_meer { display: block; text-align: right; }

div#icons a,
div#icons a:link { text-decoration: underline; }
div#icons a:hover { text-decoration: none; }

div#footer { color: #69bd44; }
div#icons { color: #69bd44; font-size: 10px; }
