<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 * Typo3-Css-Styled-Content.
 *
 * @created 09 2008
 * @creator Sophie Schwalbe
 * @version $Revision: 1.1.2.8 $
 * @author $Author: Sophie $
 * @date $Date: 2008/06/09 10:49:54 $
 * @packagge: layout
 * @subpackagge: css.basis
 */
 
/* ____________________________________________________________
 *
 *   Basis
 *
 * ------------------------------------------------------------
 */
div.csc-textpic-imagewrap dl.csc-textpic-image.csc-textpic-firstcol.csc-textpic-lastcol {
	padding: 0;
	margin: 0;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt img {
	vertical-align: bottom;
}

div.csc-textpic.csc-textpic-center {
	text-align: left;
}
div.csc-textpic.csc-textpic-center .csc-textpic-imagewrap {
	display: inline;
}


.csc-header {
	margin-top: 2em;
}
.csc-header-n1 {
	margin-top: 0;
}
p.bodytext {
	margin-bottom: 1em;
}
div.csc-header {
	width: 41.5em;
	margin-left: 18.06em;
}
p.bodytext {
	width: 29.6em;
	margin-left: 12.88em;
}</pre></body></html>