
/*	-------------------------------------------------------------
	1. GLOBAL RESET
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               * {
                    background-color: #ffffff !important;
                    
                    /* Schriftarten mit Serifen */
                    font-family: Cambria, Constantia, "Times New Roman", Times, serif;
                   
                    /* ggf. Blocksatz */
                    text-align:justify;
               }

               body {
                    font-size: 12pt;
               }

               body, #wrapper, #rightcolumn, #footer {
                    width: 100%  !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    font-size: 1.00em;
               }

/*	-------------------------------------------------------------
	2. ELEMENTE AUSBLENDEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

               #header, #leftcolumn, #footer {
                    display: none;
               }

/*	-------------------------------------------------------------
	2. AUSGABE DER LINKS IN KLAMMERN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*             a {
                    text-decoration: none;
               }
*/
               a:not([href^= '#']):after {
                    content: " ("attr(href)")";
                    color: #cccccc;
                    font-style: italic;
                    font-size: 1.00em;
                    text-decoration: none;
               }
/*	-------------------------------------------------------------
	3. TITLE-ATTRIBUTE AUSGEBEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               *[title]:after {
                    content:" ("attr(title)")";
                    color:#eeeeee;
                    font-style:italic;
                    font-size:1.00em;
               }

/*	-------------------------------------------------------------
	4. ALTERNATIVE BESCHREIBUNG AUSGEBEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               img[alt]:after {
                    content:"\A ("attr(alt)")";
               }

/*	-------------------------------------------------------------
	5. ÜBERSCHRIFT H1 SCHWARZ
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               h1 {
                    color: black;
               }

/*	-------------------------------------------------------------
	6. ANFÜHRUNGSZEICHEN IN DER DEUTSCHEN SPRACHE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               body {
                    quotes:"\201E" "\201C" "\201A" "\2018";

               }

/*	-------------------------------------------------------------
	7. ANFÜHRUNGSZEICHEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               q:before, blockquote:before {
                    content:open-quote;
               }
               q:after, blockquote:after {
                    content:close-quote;
               }

/*	-------------------------------------------------------------
	8. QUELLENVERWEISE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               hr {
                    page-break-before:always;
                    color:#fff;
                    margin-bottom:3em;
                    text-align:left; }
                    hr:after {
                    content: "Original:\www.muster.de/muster.php.";
               }

/*	-------------------------------------------------------------
	8. ZUSÄTZLICHE INFORMATIONEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #rightcolumn:after {
                    content: "Alle Rechte vorbehalten. © 2010 Michaela Simon :: Supervisorin, Stresemannallee 86, 22529 Hamburg";
                    color:#666666;
                    font-size: 1.00em;
               }
