@import url('default.css');
@import url('multicolumn.css');

#content 
{
    /* Marginalienspalte freihalten! */
    margin: 0 250px 0 0;
}

#fullsize 
{
    /* keine Marginalienspalte */
}

#fullsize .marginalie
{
    float: right;
    width: 240px;
    font-size: 10px;
    margin: 50px 10px 10px 10px;
}

#content .marginalie
{
    position: absolute;
    right: 5px;
    width: 240px;
    overflow: auto;
    font-size: 10px;
    padding-top: 50px;
}

.marginalie li, .marginalie p {
    font-size: 10px ! important;
}

#foot {
    border: 1px solid #ddf; background: #F8F8F8; padding: 5px; margin-top: 20px;
}

#foot a, a {
    color: #555; text-decoration: none;
}

p, #content li, #fullsize li {
    font-size: 11pt;
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #000000;
    text-align: justify;
}

code {
    white-space: pre;
}

del {
    color: #888;
}

.book
{
	font-size: 10pt;
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

.book p
{
    line-height: 1.5em;
    padding-left: 2em;
    max-width: 85em;
}

.book q,
.book .quote
{
    color: #334;
}

.book .figure
{
    text-align: center;
    margin: 1em 0;
    padding: 1em;
}

.book .chapter .break
{
    margin-top: 1em;
    text-indent: 2em;
}

.book .chapter > p:first-of-type,
.book .chapter div.section:first-of-type > p:first-of-type
{
    text-indent: 0 ! important;
}

.book .chapter > p:first-of-type:first-line,
.book .chapter div.section:first-of-type p:first-of-type:first-line
{
	font-weight: bold ! important;
	color: #333 ! important;
	font-size: 110% ! important;
}

.book .chapter > p:first-of-type:first-letter,
.book .chapter div.section:first-of-type p:first-of-type:first-letter
{
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 2.2em ! important;
	color: #888;
}

.book .chapter p
{
	text-indent: 1em;
	margin: 0;
}

.book .chapter .section
{
	margin: 2em 0;
}

.book .chapter .section p:first-of-type
{
    text-indent: 2em;
}

.book .chapter .section p:first-of-type:first-line
{
	font-weight: bold;
	color: #444;
}

.book .chapter .section p:first-of-type:first-letter
{
	font-size: 150%;
	color: #888;
}

.citation_list blockquote
{
    display: block;
    width: 75%;
    max-width: 140em;
    min-width: 40em;
    margin: 4em auto;

}

.citation_list q,
.citation_list p
{
    display: block;
    background: #F5F5F5;
    border: 5px solid #F5F5F5;
    border-radius: 2em;
    padding: 2em;
    margin: 1em;
    color: #000;
    font-size: 11pt;
}

/******************************************
 © 2006, Thomas Meyer www.All-Community.de
 all rights reserved
******************************************/
