/***************************************************************************
          Style Sheet für die Cyrin Homepage
 ***************************************************************************/

 body
 {
         font-family: Arial;
         font-size: 10pt;
         color: #000000;
         background: #E5E5E5;
 }
 p.Erlaeuterung
 {
         font-style: italic;
 }
 p.Bildreferenz
 {
     text-align: center;
     alignment: center;
 }
 h1
 {
         font-size: 160%;
         font-weight: bold;
 }

 h2
 {
         font-size: 140%;
         font-weight: bold;
 }

 h3
 {
         font-size: 120%;
         font-weight: bold;
 }

 a:link
 {
         color:blue;
 }
 a:visited
 {
         color:blue;
 }

 dt
 {
         font-weight: bold;
         font-style: italic;
 }

 th
 {
         text-align: left;
         font-size: 10pt;
 }

 td
 {
          font-family: Arial;
          font-size: 10pt;
 }

 th.Kategorie
 {
          background-color: #909090
 }

 /*Formatierung für Kopf- und Fußzeile*/
 .klein
 {
         font-size: 80%;
 }


 /*Formatierung für die Phasentabelle*/
 span.geplant
 {
         color: #0000A0;
 }

 span.inArbeit
 {
         color: #E31C30;
 }

 span.inDiskussion
 {
         color:#800080;
 }
 span.fertig
 {
         color:#004000;
 }