@CHARSET "UTF-8";
/**
 * Biographie Stylesheet for Rudolf Engel
 * 
 * @author Karin Lange
 * @copyright Copyright ©2011, seeQgrafix
 * 
 */

div#contentContainer
{
	width: 100%;
}

div#contentContainer > img
{
	margin: 60px 0 30px 8%;
	padding-left: 65px;
}

div#content
{	
	background-color: #e9bc94;
	color: #000000;
	max-width: 100%;	/* override */
	position: absolute;	/* override */
	top: 225px;
	left: 11%;
	right: 0;
	margin-left: 300px;
	margin-right: 0;	/* override */
	padding: 3em 1em 2em 3em;
}
div#content p
{
	max-width: 520px;
}
span.white
{
	color: #ffffff;
}
/* ******************** Lists ******************** */
ul
{
	margin: 0 0 2em 1.5em;
}
li
{
	margin-bottom: 0.5em;
	max-width: 30em;
}
/* ******************** Paragraphs ******************** */
p
{
	margin: 0 0 2em 0 !important;
}
strong
{
	font-weight: bold;
}
