
.forumline{
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 2px;
  margin-bottom: 3px;
}

.forumline .onderwerp{
  /*text-align: right;*/
}

.act{
  margin-top: 10px;
}

.act b{
  font-size: 150%;
}

.act .date{
  color: #002F5E;
}

img{
  border: none;
}

.act strong{
  color: #990000;
  font-size: 120%;
}

.act .desc{
  margin-left: 20px;
}


#wiezijnwij td{
  padding: 5px;

}

#wiezijnwij p{
  margin: 0.5em;
}

a.knop, a.knop:visited{
  color: #0C6905;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  border: solid #0C6905 1px;
  padding: 0px 2px 0px 2px;
}

a.knop:hover{
  color: white;
  background-color: #0C6905;
}

.error{
  font-weight: bold;
  color: red;
}

.ok{
  font-weight: bold;
  color: green;
}

#breadcrumbs ul li.active{
  font-weight: bold;
}

#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}


.pijltje
{
	color: #002F5E;
	font-size: 11px;
	display: block;
	background-image: url('images/arrow-9.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
	font-weight: normal;
	padding-left: 15px;
}

#maincontent{
  padding: 0 3%;
}

#menu a{
  color: white;
}

#menu ul li{
  display: block; 
  float: left; 
  /*width:12%;*/
  text-align: center;
  margin: 0;
  padding: 10px 5px;
  text-transform: uppercase;
  color: white;
  border-right: solid #d7d7d7 2px;

}

#menu a:visited, #menu a:active,#menu a, #menu ul li span.active, {
  //font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 10px 5px;
  margin: 0;
  

}

#menu ul{
  /*padding: 30px 0;*/

  margin: 0;
}

#menu{

  margin: 0 0 2px 0;
}

#menu a:hover{
  background-color: #E2401D;
  margin: 0;
}

#menu span.active{
  font-style: italic;
}

#menuholder{
  background-color: #770000;
  margin: 0;
  padding: 0;
  font-size: 90%;

}