@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2009, 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.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all
{
    .tx-ekfuehrungen-pi1 {
        font-size:12px;
    }
    
    .tx-ekfuehrungen-pi1 table, .tx-ekfuehrungen-pi1 table tr, .tx-ekfuehrungen-pi1 table td {
        margin:0;
        padding:0;
        border:none;
        font-size:14px;
        vertical-align: top;
    }
    
    .tx-ekfuehrungen-pi1 input[type=text] {
        font-size:12px;
        height:20px;
        padding:0 2px;
        border: 1px solid #ccc;
    }
    
    .tx-ekfuehrungen-pi1 select, .tx-ekfuehrungen-pi1 textarea {
        border: 1px solid #ccc;
    }
    
    .tx-ekfuehrungen-pi1 h3.nogap {
        font-size:14px;
        margin-bottom:2px;
    }
    
    .tx-ekfuehrungen-pi1 ul {
        list-style-type: none;
        margin:0;
        padding:0;
    }
    
    .tx-ekfuehrungen-pi1 ul li {
        margin:0;
        padding:0;
    }
    
    .tx-ekfuehrungen-pi1 ul.gap li {
        margin-bottom:20px;
    }
    
    .tx-ekfuehrungen-pi1 ul li ul li {
        margin-left:16px;
    }
    
    .tx-ekfuehrungen-pi1 div.gap {
        margin-bottom:28px;
    }
    
    .tx-ekfuehrungen-pi1 textarea {
        width:360px; 
        height: 160px; 
        padding:2px;
        font-family:inherit;
    }
    
    .tx-ekfuehrungen-pi1 .disabled {
        color:#CCC;
    }
    
    
    .tx-ekfuehrungen-pi2 {
        font-size:12px;
    }
    
    .tx-ekfuehrungen-pi2 table, .tx-ekfuehrungen-pi2 table tr, .tx-ekfuehrungen-pi2 table td {
        margin:0;
        padding:0;
        border:none;
        font-size:14px;
        vertical-align: top;
    }
    
    .tx-ekfuehrungen-pi2 .odd {
        background-color: #FFF;
    }
    
    .tx-ekfuehrungen-pi2 h3.nogap {
        font-size:14px;
        margin-bottom:2px;
    }
    
    .tx-ekfuehrungen-pi2 ul {
        list-style-type: none;
        margin:0;
        padding:0;
    }
    
    .tx-ekfuehrungen-pi2 ul li {
        margin:0;
        padding:0;
        line-height: 22px;
    }
    
    .tx-ekfuehrungen-pi2 div.gap {
        margin-bottom:20px;
    }
    
    .tx-ekfuehrungen-pi2 #itemlist {
        border-top:1px solid #ff9900;
    }
    
    .tx-ekfuehrungen-pi2 .item {
        margin-top:20px;
        border-bottom:1px solid #ff9900;
    }
    
    .tx-ekfuehrungen-pi2 input[type=text] {
        font-size:12px;
        height:20px;
        padding:0 2px;
        border: 1px solid #ccc;
        width:200px;
    }
    
    .tx-ekfuehrungen-pi2 h2 {
        color:#ff9900;
    }
    
    .tx-ekfuehrungen-pi2 h3.toggleHide {
        background-image: url(/fileadmin/templates/img/arrow_r.gif);
        background-repeat: no-repeat;
        padding-left:16px;
        cursor: pointer;
        margin-bottom:20px;
    }
    
    .tx-ekfuehrungen-pi2 h3.arrow {
        background-image: url(/fileadmin/templates/img/arrow_b.gif);
    }
    
    .tx-ekfuehrungen-pi2 .hide {
        display:none;
    }
    
    .tx-ekfuehrungen-pi2 .show {
        display:block;
        padding-left:16px;
    }
    
    .tx-ekfuehrungen-pi2 div.nojs {
        padding-left:0;
    }
    
    .tx-ekfuehrungen-pi1 p {
        font-size: 14px;
    }
}
