@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          HumanInjection.css
 * @-yaml-minver  3.2
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(./yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(./css/screen/navigation.css);
@import url(./css/screen/basemod.css);
@import url(./css/screen/content.css);

/* eBook-Reader und andere Schwarz/Weiß Geräte */
/*@import url(./css/ebook/navigation.css) all and (width: 600px) and (color: 16);
@import url(./css/ebook/basemod.css) all and (max-width: 600px) and (color: 16);
@import url(./css/ebook/content.css) all and (max-width: 600px) and (color: 16);*/

/* import print layout | Druck-Layout einbinden */
@import url(./yaml/print/print_draft.css);

pre { overflow-x:auto; }

.entry-content,
.entry-summary { background-image:url("/images/ContentLightPattern2.jpg"); padding:1em;}
.page .entry-content,
.page .entry-summary { background-image:none; padding:0; }

body.error { background-image:url("/images/error_background.jpg"); }

.note { border: #006400 solid 3px; margin-top:3.6em; background:transparent; color:inherit; }

.note:before { content:"Achtung!"; margin-top:-3.0em; margin-bottom:10px; margin-left:-6px; display:block; border: #006400 solid 3px; border-bottom:none; padding:0.3em 1em; width:6em; font-size:100%; text-transform:uppercase; }

audio { display:block; width:100% }