/******************/
/* nieuws classes */
/******************/
.table_nieuws_bericht {
	
}

.td_nieuws_titel {
   color: #F74A06;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px 5px 30px;
	width: 80%;
}

.td_nieuws_subtitel {
    
}

.td_nieuws_tekst {
  padding: 5px 5px 5px 30px;
	width: 80%;
}

.td_nieuws_auteur {
	padding: 5px 5px 5px 30px;
	width: 80%;
	font-style: italic;
}


/******************/
/* agenda classes */
/******************/

.table_agenda_bericht {
	
}

.td_agenda_titel {	
	color: #450357;
	font-weight: bold;
	font-size: 14px;
}

.td_agenda_titel a {
	color: #450357;
	text-decoration: none;
}
.td_agenda_titel a:hover {
	color: #450357;
	text-decoration: underline;
}

.td_agenda_tijdstip {
	font-style: italic;
}

.td_agenda_tekst {
	
}

.td_agenda_auteur {
	font-style: italic;
	font-size: 10px;
}

/********************/
/* prikbord classes */
/********************/

.table_prikbord {
	
}
	
.tr_prikbord_titel {
	
}

.tr_prikbord_separator{
	
}

/*****************/
/* forum classes */
/*****************/

.table_forum_wegwijzer {
	background-color: #F0F7FF;
	width: 100%;
}

.forum_login_blok {
	
}
	
.table_forum_categorie {
	background-color: #F0F7FF; /*#B0C4DE;*/
	width: 100%;
}
	
.table_forum_forum {
	background-color:#F0F7FF;
	width: 100%;
}
	
.table_forum_topic {
	background-color: white;
	width: 100%;
}

.forum_table_quote {
	border: 1px solid #E5E5E5;
}

.forum_tr_topic_title {
	background-color: white;
}

.forum_registreer_link {
	font-size: 12px;
	color: #601253;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}

/****************/
/* zoek classes */
/****************/
.zoek_table_resultaat {
	border: 3px solid #E4E3D1;
}

.zoek_span_zoekwoord {
	color: #887D09;
}

.zoek_titel{
	font-weight: bold;
	font-size: 13px; 
   font-family: "Trebuchet MS", arial, helvetica;
}

.zoek_tekst{
	font-size: 11px; 
	font-family: "Trebuchet MS", arial, helvetica;

}

.zoek_link{
	font-size: 11px; 
	font-family: "Trebuchet MS", arial, helvetica;
}

.zoek_tr_separator{
	height: 5px;
}


/***********************/
/* fotogallery classes */
/***********************/

.fotogallery_div_foto {
	
}

.fotogallery_div_foto_naam {
	
}

.fotogallery_div_foto_poster {
	
	
}

.fotogallery_div_foto_aantalviews {
	
}

.fotogallery_div_foto_size {
	
}

.fotogallery_div_foto_datum {
	

}

.fotogallery_login_blok {
	
}

.table_fotogallery_wegwijzer {
	background-color: white;
}
	
.table_fotogallery_categorie {
	background-color: white;
}
	
.table_fotogallery_album {
	padding: 10px;
	width: 100%;
	background-color: white;
}


