@charset "utf-8";
/* ----------------------------------------------------------
  GLOBAL RESET
---------------------------------------------------------- */
* { background:#fff !important; font-family:"Times New Roman", Times, Cambria, Constantia, serif; text-align:justify; }
body { font-size:12pt; quotes:"\201E" "\201C" "\201A" "\2018"; }
body, #wrapper, #wrapper_inner, #content_wrapper, #footer_wrapper { width: 100% !important; margin: 0 !important; padding: 0 !important; font-size: 1em; }
/* ----------------------------------------------------------
  AUSBLENDEN
---------------------------------------------------------- */
#col2 { display:none; }
/* ----------------------------------------------------------
  TITEL
---------------------------------------------------------- */
*[title]:after { content:" ("attr(title)")"; color:#eeeeee; font-style:italic; font-size:0.85em; }
/* ----------------------------------------------------------
  LINKS
---------------------------------------------------------- */
a:not([href^= '#']):after {
 content: " ("attr(href)")";
 color: #cccccc;
 font-style: italic;
 font-size: 0.85em;
 text-decoration: none;
}
/* ----------------------------------------------------------
  BILDBESCHREIBUNG
---------------------------------------------------------- */
img[alt]:after { content:"\A ("attr(alt)")"; }
/* ----------------------------------------------------------
  ANFÜHRUNGSZEICHEN
---------------------------------------------------------- */
q:before, blockquote:before, cite:before { content:open-quote; }
q:after, blockquote:after, cite:after { content:close-quote; }

