/* css 				*/
/* www.Molly-Chic-lebach.de	v1.1*/


/* Große weiße Schrift in roten Balken */
h1 { font-family: "Times New Roman", Times, serif; 
       font-size: 15pt; 
      font-style: normal; 
     line-height: 16pt; 
     font-weight: normal; 
     text-indent: 0; 
    word-spacing: 0; 
          margin: 0; 
  text-decoration: none; 
      text-align: left; 

           color: #FFFFFF}

/* schwarze Schrift in grauen Balken */
h2 { font-family: "Times New Roman", Times, serif; 
       font-size: 12pt; 
      font-style: normal; 
     font-weight: bold; 
      text-align: right; 
     line-height: 100%; 
     text-indent: 0; 
    word-spacing: 0; 
          margin: 0;
      margin-top: 0; 
   margin-bottom: 0;
 text-decoration: none; 
           color: #000000}

/* schwarze Schrift in grauen Balken */
h3 { font-family: "Times New Roman", Times, serif; 
       font-size: 12pt; 
      font-style: normal; 
     font-weight: bold; 
      text-align: left; 
     line-height: 100%; 
     text-indent: 0; 
    word-spacing: 0; 
          margin: 0;
      margin-top: 0; 
   margin-bottom: 0;
 text-decoration: none; 
           color: #000000}

/* normaler Text*/
h4 { font-family: "Times New Roman", Times, serif; 
       font-size: 12pt; 
      font-style: normal; 
     line-height: normal; 
     font-weight: normal; 
      text-align: none; 
     text-indent: 0; 
     line-height: 150%; 
    word-spacing: 0; 
          margin: 0;
      margin-top: 0; 
   margin-bottom: 0;
 text-decoration: none; 
           color: #000000}

/* kleiner Text*/
h5 { font-family: "Times New Roman", Times, serif; 
       font-size: 10pt; 
      font-style: normal; 
     line-height: normal; 
     font-weight: normal; 
     text-indent: 0; 
     line-height: 100%; 
    word-spacing: 0; 
          margin: 0;
 text-decoration: none; 
      text-align: left; 
           color: #000000}

/* kleiner Text*/
h6 { font-family: "Times New Roman", Times, serif; 
       font-size: 10pt; 
      font-style: normal; 
     line-height: normal; 
     font-weight: normal; 
     text-indent: 0; 
     line-height: 100%; 
    word-spacing: 0; 
          margin: 0;
 text-decoration: none;
      text-align: center; 
           color: #000000}


/* normaler Text */
p {  font-family: "Times New Roman", Times, serif; 
       font-size: 12pt; 
      font-style: normal; 
     line-height: normal; 
     font-weight: normal; 
     line-height: 130%; 
          margin: 5; 
 text-decoration: none; 
           color: #000000 }


/* Links */
a {  font-family: "Times New Roman", Times, serif; 
       font-size: 12pt; 
      font-style: normal; 
     line-height: normal; 
     font-weight: bold; 
     line-height: 100%;
           color: #990000;              }


a:link	 	{  color: #990000;  font-weight: bold; }
a:hover   	{  color: #000000;  font-weight: bold; }
a:visited:hover	{  color: #000000;  font-weight: bold; }
a:visited 	{  color: #990000;  font-weight: bold; }
a:active  	{  color: #000000;  font-weight: bold; }


