/*  cms-db  Copyright (C) 2007-2012 Jan Hoffmann
    This program comes with ABSOLUTELY NO WARRANTY; for details see /admin/version.php.
    This is free software, and you are welcome to redistribute it under certain conditions; see /admin/version.php for details.  */

/* Stretch image to full width */
img.s {
	width: 100%;
}
/* Align image on the left side */
img.l {
	float: left;
}
/* Align image on the right side */
img.r {
	float: right;
}
/* Clear image alignment */
.c {
	clear: both;
}
