@CHARSET "UTF-8";
/**
 * Stylesheet for seeqgrafix.de
 * 
 * @author Karin Kohlbrenner-Lange
 * @copyright Copyright ©2012, Karin Kohlbrenner-Lange seeQgrafix
 * 
 */

/* ******************** Layout *********************** */
img#portrait
{
    position: absolute;
    top: 0;
    left: 550px;
}

h1
{
    color: #da8500;
    margin-bottom: 0.5em;
}

h2
{
    font-size: 9pt;
	text-align: right;
    margin-bottom: 5em;
}
/* ******************** Paragraphs ******************** */
p
{
	margin: 0 0 1em 0;
}