
/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

html, body	{ font-family:Arial,Helvetica,sans-serif;line-height:1.5em;margin:0;padding:10px; }
html		{ background-color: #fff; font-size:85%; } /*nearly equal font size in NN, IE and OP*/
body		{ background-color: #fff;font-size:90%; } /*nearly equal font size in NN, IE and OP*/
img		{ border:0; }
h1		{ font-size:200%;color:#000; }
h2		{ font-size:120%;color:#000; }
h3		{ font-size:100%;color:#ccc; }
hr		{ width:100%;color:#ccc;background-color:#ccc;height:1px; }
#up, #newsletter, #nextBack, #col2, #header	{visibility:hidden; height: 1px; width: 1px;}

  a[href]:after {
    content:"";
    color:#444;
    background:inherit;
    font-style:italic;
  }

.multimedia_paragraph_left  /* for multimedia objects that are used as paragraph and have no align or align=left */ { float: none; clear: both; padding: 1em 1em 1em 0; display: block; }
.multimedia_paragraph_center  /* for multimedia objects that are used as paragraph and have align=center */ { text-align: center; width: 100%; float: none; clear: both; padding: 1em; display: block; }
.multimedia_paragraph_right  /* for multimedia objects that are used as paragraph and have align=right */ { text-align: right; float: none; clear: both; padding: 1em 0 1em 1em; display: block; }
.multimedia_inline_left  /* for multimedia objects that are used as inline and have align=left */ { float: left; padding-right: 1em; padding-left: 0; display: inline; }
.multimedia_inline_center  /* for multimedia objects that are used as paragraph and have align=center */ { text-align: center; width: 100%; float: left; padding-right: 1em; padding-left: 1em; display: inline; }
.multimedia_inline_right  /* for multimedia objects that are used as paragraph and have align=right */ { text-align: right; float: right; padding-right: 0; padding-left: 1em; display: inline; }