.omschrijving {width: 345px; display:block; float:left; text-align:right; margin-right:20px; margin-top:-1px;}

table { text-align: left; border-collapse: collapse; }

.activiteiten tr:hover { background: #5C3E20; color: white }
.activiteiten th, .activiteiten td { text-align:left; padding-right: 7px; }

/* Email archief stylen
-------------------------------------------------*/

.email_archive_item {overflow: hidden}
.email_archive_item_subject {float: left; padding-right: 30px; padding-bottom:5px; width:300px; overflow: hidden;}
.email_archive_item_date, .email_archive_item_recipients {float: left; padding-right: 10px;  padding-bottom:5px;}


/* Ledenlijst stylen
-------------------------------------------------*/
.naam {width: 165px; display:block; float:left; text-align:left; margin-right:20px; margin-top:-1px;}
.email {width: 200px; display:block; float:left; text-align:left; margin-right:20px; margin-top:-1px;}
.geboortedatum {width: 90px; display:block; float:left; text-align:left; margin-right:20px; margin-top:-1px;}

/*hr {margin:4px 0; padding:0; border: 0; height: 1px; color: #9F7A51; background-color: #9F7A51;}*/
hr {background: url(img/content-dots.png) repeat-x; border: 0;}

/* Class for the "fancy_parent" function 
 * It gives a thick 1px grey border around image
*/
.link img { 
	border: 1px solid #999; 
	outline:none;
	padding:5px;
	margin:5px;
}

.link img:hover {
	border:1px solid #ccc;
}

/* Class for single image listing (fancy function) 
 * It gives a grey 1px border around image
*/
.photo { 
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #999; 
	display: block; 
	float: left; 
}

.photo:hover	{ border-color: #ccc; }



