/* * * * * * * * * * * * * * * * * * * * * * * * 
ALGEMENE OPMAAK
* * * * * * * * * * * * * * * * * * * * * * * */
.boxcontent {
	overflow: auto;
	border: 0px solid #000;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * 
ACHTERLATEN VAN EEN BERICHT
* * * * * * * * * * * * * * * * * * * * * * * */
.add_messageinput {
	width: 90%;
	font-size: 10px;
}

.add_messageinput_txtarea {
	width: 90%;
	font-size: 10px;
	height: 50px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * 
GALLERY IMAGEBOX MOET KLEINER ZIJN 
* * * * * * * * * * * * * * * * * * * * * * * */
.gallery_thumbbox {
	margin-left: 5px;
	overflow: auto;	
	height: 150px;
	float: left;
	width: 23%;
	border: 0px solid #3ae7de;
	padding: 1px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
AFBEELDING
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.imagebox_float_left {
	float: left;
}
.imagetitle_float_left {
	float: left;
}
.imagebox_float_right {
	float: right;
}
.imagetitle_float_right {
	float: right;
}
.imagebox_fix {
	text-align: center;
}
.imagetitle_fix {
	text-align: center;
}