/******************/
/* nieuws classes */
/******************/
.table_nieuws_bericht {
	
}

.td_nieuws_titel {
	font-weight: bold;
	font-size:18px;
}

.td_nieuws_tekst {
	font-size:13px;

	
}

.td_nieuws_auteur {
	font-style: italic;
	font-size: smaller;
	color:#ffffff;
}

/******************/
/* agenda classes */
/******************/

.table_agenda_bericht {
	
}

.td_agenda_titel {
	font-weight: bold;
}

.td_agenda_tijdstip {
	font-weight: bold;
	font-size: smaller;
	color:#ffffff;
}

.td_agenda_tekst {
	font-size:13px;

}

.td_agenda_auteur {
	font-style: italic;
	font-size: smaller;
	color:#ffffff;
}

/********************/
/* prikbord classes */
/********************/

.table_prikbord {
	border:solid; 
	border-color: #bdb883;
}
	
.tr_prikbord_titel {
	background-color: #bdb883;
}

.tr_prikbord_separator{
	height: 0px;
}

/*****************/
/* forum classes */
/*****************/

.table_forum_wegwijzer {
	background-color: #B0C4DE;
	width: 700px;
}
	
.table_forum_categorie {
	background-color: #B0C4DE;
	width: 700px;
}
	
.table_forum_forum {
	background-color: #C2D2E7;
	width: 100%;
}
	
.table_forum_topic {
	background-color: #D2E2F0;
	width: 100%;
}

.forum_table_quote {
	border: 1px solid Blue;
}

.forum_tr_topic_title {
	background-color: #CDCEED;
}

/****************/
/* zoek classes */
/****************/
.zoek_table_resultaat {
	border: 3px solid #bdb883;
}

.zoek_span_zoekwoord {
	color: red;
}

.zoek_titel{
	font-weight: bold;
}

.zoek_tekst{

}

.zoek_link{

}

.zoek_tr_separator{
	height: 0px;
}

/*****************/
/* links classes */
/*****************/

.links_categorie_naam {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: large;
}

.links_link {
	font-family: "Trebuchet MS";
	font-size:13px;
}

.links_tekst {
	font-family: "Trebuchet MS";
	font-size:13px;
}