@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
   /*
    * Reset und Floating
    */
   div#presseuebersicht * {margin:0; padding:0; border:0;}   
   div#presseuebersicht div#bilder div.bildwrapper {float:left;}
   
   /*
    * Formatierung Überschrift
    */
   div#presseuebersicht h2 {
      background-image:url(../images/system/pfeil.gif);
      background-repeat:no-repeat;
      background-position:left center;
      padding-left:16px;
      font-weight:bold;
      font-size:1em;
      color:#0055a0;
      margin-bottom:1em;
      border:0;
   }
   
   /*
    * Formatierung Elemente Bilder
    */
   div#presseuebersicht div#bilder {margin:-10px 0 0 -10px;}
   div#presseuebersicht div#bilder div.bildwrapper {
      padding:10px 0 0 10px;
      width:106px;
      height:106px;
   }
   
   div#presseuebersicht div#bilder a {
   }
   
   div#presseuebersicht div#bilder img.klein {
      border:0;
      position:absolute;
      z-index:0;
   }
   
   div#presseuebersicht p.clear {clear:left;}
   
   /*
    * Formatierung Elemente Zoombilder, per JS eingefügt
    */
   div#presseuebersicht div#bilder img.gross {
      position:absolute;
      display:none;
      z-index:100;
   }
   
   /*
    * Formatierung Hinweis
    */
   div#presseuebersicht p.hinweis {font-style:italic;margin-bottom:1em;}  
}
