/* ------------------------------------------------------------------------------------
 * children.php :: CHILDREN - Display childrens as alternate left right floated block.
 *
 * Skin: default
 * Author: Bastian Schröder <bs@chemanet.de>
 * Version: 2007-11-26
 * ------------------------------------------------------------------------------------ */

body div#contentframe div.abstract {
	margin: 5px 0 25px 0;

}

/* ---------------------------------------- child ------------------------------------- */
body div#contentframe div.children {
	width: 45%;
	margin-bottom: 25px;
	color: #0072bb;

}
body div#contentframe div.children h3 {
	margin-bottom: 6px;

}
body div#contentframe div.children img.childimg {
	float: left;
	margin: 0 10px 10px 0;
	background-color: white;

}

/* left */
body div#contentframe div.left {
	float: left;
	clear: right;

}

/* right */
body div#contentframe div.right {
	float: right;

}
