/******************/
/* nieuws classes */
/******************/
.table_nieuws_bericht {
	height: 150px;
	font: 12px "Trebuchet MS";
	text-align: justify;
	color: #8a8a89;
	width: 100%;
}

.table_nieuws_bericht td {

}

.td_nieuws_titel {
	font: 18px "Trebuchet MS";
	font-weight: bold;
	text-align: justify;
	color: #0092C2;
}

.td_nieuws_tekst {
	color: #212121;
	font: 14px "Trebuchet MS";
}

.td_nieuws_auteur {
	font-style: italic;
	font-size: smaller;
}


div.newsItemSmall {
	width: 100%;
}
div.newsTextStuff {
	float: right;
}

div.newsItemBig {
	font: 14px "Trebuchet MS";
	color: #212121;
}
div.newsItemBig h1 {
	font: 20px "Trebuchet MS";
}
div.newsItemBig h3 {
	font: 10px "Trebuchet MS";
}

div.newsItemBig h1, 
div.newsItemBig h3 {
	color: #f66107;
	padding: 0px;
	margin: 0px;
}
h1.titel {
	font: 20px "Trebuchet MS";
	font-weight: bold;
	padding: 0px;
	margin-left: 5px;
}
h1.titel a {
	font: 20px "Trebuchet MS";
	color: #0092C2;
}

.readMoreLink {
	font: 11px "Trebuchet MS";
	padding: 0px;
	margin-left: 0px;
	color: #f66107;
}
div.newsTextPreview {
	font: 14px "Trebuchet MS";
	margin-left: 5px;
	color: #212121;
}
div.newsItemSmall a {
	color: #f66107;
}
img.newsItemThumb {
	float: left;
	padding: 5px 10px 10px 5px;
	margin: 5px 10px 10px 5px;
	border-right: 1px solid #cccccc;
}

/******************/
/* agenda classes */
/******************/

.table_agenda_bericht {
	
}

.td_agenda_titel {
	font-weight: bold;
}

.td_agenda_tijdstip {
	font-weight: bold;
	font-size: smaller;
}

.td_agenda_tekst {
	
}

.td_agenda_auteur {
	font-style: italic;
	font-size: smaller;
}

/********************/
/* prikbord classes */
/********************/

.table_prikbord {
	border:solid; 
	border-color: white;
}
	
.tr_prikbord_titel {
	background-color: white
}

.tr_prikbord_separator{
	height: 5px;
}

/*****************/
/* forum classes */
/*****************/

.table_forum_wegwijzer {
	background-color: #B0C4DE;
	width: 700px;
}

.forum_login_blok {
	
}
	
.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;
}

/***********************/
/* boekenbeurs classes */
/***********************/

.table_boekenbeurs_wegwijzer {
	background-color: white;
	width: 400px;
	font-size: 12px;
}

.boekenbeurs_login_blok {
	font-size: 12px;
}
	
.table_boekenbeurs_vak {
	background-color: white;
	width: 400px;
	font-size: 12px;
}
	
.table_boekenbeurs_advertentie {
	background-color: white;
	width: 100%;
	font-size: 12px;
}

	
/****************/
/* zoek classes */
/****************/
.zoek_table_resultaat {
	border: 0px;
	background-color: #e5e5e5;
	font: 12px "Trebuchet MS";
	padding: 5px;
	-moz-border-radius: 20px 20px 20px 20px;
}

.zoek_breadcrumbs {
	font: 10px "Trebuchet MS";
}
.zoek_table_modules,
.zoek_table_modules a {
	font: 10px "Trebuchet MS";
}

.zoek_span_zoekwoord {
	color: red;
}

.zoek_titel{
	font: 14px "Trebuchet MS";
	font-weight: bold;
	background-color: #f0f0f0;
	-moz-border-radius: 20px 20px 5px 5px;
	padding: 2px;
}

.content input {
	font: 12px "Trebuchet MS";
	padding: 1px 4px 0px 4px;
	margin-left: 10px;
}
.content input submit {

}

.zoek_tekst{
}

.zoek_link{
	font: 12px "Trebuchet MS";
	float: right;
	color: #f66108;
}

.zoek_tr_separator{
	height: 5px;
}

/*****************/
/* links classes */
/*****************/

.links_categorie_naam {
	font-weight: bold;
	font-size: large;
}

.links_link {
	
}

.links_tekst {
	
}

/***************/
/* faq classes */
/***************/

.faq_categorie_naam {
	font-weight: bold;
	font-size: larger;
}

.faq_url {
	font-size: 10px;
}

.faq_vraag {
	font-size: 12px;
}

.faq_antwoord {
	font-size: 12px;
}

.faq_enquete {
	font-size: 10px;
}

/***********************/
/* fotogallery classes */
/***********************/

.fotogallery_div_foto {
	
}

.fotogallery_div_foto_naam {
	color:blue;
	font-size: smaller;
	font-weight: bold;
}

.fotogallery_div_foto_poster {
	color:red;
	font-size: smaller;
}

.fotogallery_div_foto_aantalviews {
	color:brown;
	font-size: smaller;
}

.fotogallery_div_foto_size {
	color:green;
	font-size: smaller;
}

.fotogallery_div_foto_datum {
	color:purple;
	font-size: smaller;
}

.fotogallery_login_blok {
	
}

.table_fotogallery_wegwijzer {
	background-color: #e5e5e5;
	-moz-border-radius: 20px 20px 0px 0px;
	text-align: center;
	font: 12px "Trebuchet MS";	
}

.table_fotogallery_wegwijzer {
	padding: 0px 10px 0px 10px;
}
	
.table_fotogallery_categorie {
	background-color: #e5e5e5;
	-moz-border-radius: 0px 20px 20px 20px;
	font: 14px "Trebuchet MS";
	width: 100%;
	text-align: left;
}
.table_fotogallery_categorie a {
	font: 14px "Trebuchet MS";
	font-weight: bold;
}
.table_fotogallery_categorie td {
	background-color: #e5e5e5;
	-moz-border-radius: 0px 20px 20px 20px;
	font: 14px "Trebuchet MS";
	padding-left: 10px;
}
	
.table_fotogallery_album {
	padding: 10px;
	width: 100%;
}


.fotogallery_div_foto img {
	border: 3px solid #f66108;
}

.fotogallery_div_foto img:hover {
	border: 3px solid #006496;
}

.fotogallery_div_foto_aantalviews {
	font: 10px "Trebuchet MS";
	color: #212121;
}

.fotogallery_div_foto_datum {
	font: 10px "Trebuchet MS";
	color: #212121;
}


/******************/
/* projectgallery classes */
/******************/
.table_project_bericht {
	
}

.td_project_titel {
	font-weight: bold;
}

.td_project_tekst {
	
}

.td_project_auteur {
	font-style: italic;
	font-size: smaller;
}