/* DATEI: EnriqueUgarte.css */

/*@charset "ISO-8859-1";*/

        body             {/*Gültig für Alles*/
                          color:#FFFFFF;                 /*Schriftfarbe: weiss*/
                          background-color:#000000;      /*Hintergrundfarbe: schwarz*/
                          font-size:12pt;
                          text-align: center;            /*alles zentriert*/
                          max-width: 800px;
                          font-family: Verdana, Arial, sans-serif;
                          margin: 15px;}
        span             {font-size:12pt;
                          background-color:#000000;      /*schwarz*/
                          font-family: Verdana, Arial, sans-serif;}
        hr               {/*Horizontale Line : rot, schmal*/
                          color: #FF0000;                /*rot*/
                          width: 90%;
                          border-width: 1px;
                          border-style: solid;}
        img              {/*Bilder mit rotem Rahmen und Abstand zum Rest*/
                          padding:2px;
                          border-color:#FF0000;          /*rot*/
                          border-width: 1px;
                          margin:20px;}
                          /*Links immer Rot*/
         a:link          {color:#FFFFFF;}
         a:visited       {color:#FFFFFF;}
         a:hover         {color:#FFFFFF;}
         a:active        {color:#FFFFFF;}
         span.header2    {/*Größte Überschriften*/
                          font-size:16pt;
                          font-weight: bold;
                          font-variant: small-caps;      /*Kapitälchen*/
                          background-color:#000000;}     /*schwarz*/
         span.header3    {/*Untergeordnete Überschriften*/
                          font-size:14pt;
                          font-weight: bold;
                          line-height: 200%;
                          background-color:#000000;       /*schwarz*/
                          font-variant: small-caps;}      /*Kapitälchen*/
         span.text       {/*Text*/
                          font-family: Verdana, Lucida, Sans-Serif;
                          font-size:12pt;
                          font-style: normal;
                          line-height: 150%;
                          background-color:#000000;}      /*schwarz*/
         span.zitat      {/*Zitat*/
                          background-color:#000000;
                          font-family: Times, "Times New Roman", Serif;
                          font-style: italic;
                          font-size:16pt;}
         span.quelle     {/*Quelle des Zitats*/
                          background-color:#000000;       /*schwarz*/
                          font-family: Verdana, Lucida, Sans-Serif;
                          font-size: 80%;
                          font-style: normal;
                          indent;}