
  /*** Box-Text ***/
  .text-11 {
   color:#666;
   font-size:11px;
   font-weight:normal;
   line-height:11px;
   text-align:left;
  }


 /** Artikel-Link **/

  a.text-link-13:link {
   text-decoration:underline;
   color:#049;
   font-size:13px;
   font-weight:normal;
   }

  a.text-link-13:active {
   text-decoration:underline;
   color:#049;
   font-size:13px;
   font-weight:normal;
   }

  a.text-link-13:visited {
   text-decoration:underline;
   color:#049;
   font-size:13px;
   font-weight:normal;
   }

  a.text-link-13:hover {
   text-decoration:underline;
   color:#049;
   font-size:13px;
   font-weight:normal;
   }



 /**** Artikel, Mitte ****/

  /** Uebershrift **/
   .art-head {
     font-size:16px;
     color:#049;
     font-weight:bold;
    }

  /** Zwischenueberschrift **/

   .art-subhead {
     font-size:13px;
     color:#049;
     font-weight:bold;
    }

/** Zwischenueberschrift, Liste **/
   .abstract {
     font-family:Arial,Helvetica,sans-serif; 
     font-size:13px;
     color:#000;
     font-weight:bold;
    }

  /** Copytext **/

   .art-text {
     font-size:13px;
     color:#000;
     font-weight:normal;
    }

 /** Box-Links **/

  a.boxlink-11:active {
   text-decoration:none;
   color:#049;
   font-size:11px;
   font-weight:normal;
   }

  a.boxlink-11:link {
   text-decoration:none;
   color:#049;
   font-size:11px;
   font-weight:normal;
   }

  a.boxlink-11:visited {
   text-decoration:none;
   color:#049;
   font-size:11px;
   font-weight:normal;
   }


  a.boxlink-11:hover {
   text-decoration:underline;
   color:#049;
   font-size:11px;
   font-weight:normal;
   }

