@charset "UTF-8";

/**

 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework

 *

 * (en) print stylesheet

 * (de) Druck-Stylesheet

 *

 * @copyright       Copyright 2005-2007, 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.4

 * @revision        $Revision: 130 $

 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $

 */



/* import print base styles | Basisformatierung für Drucklayout einbinden */

@import url('/fileadmin/templates/css/basic/print_base.css');



/* #col1 - 0

** #col2 - 0

** #col3 - x

*/



@media all

{

  #col1 {display:none}

  #col2 {display:none}

  

  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0}
  
  #main_navi {display:none}
  #header {
    background:none;
    height:auto;
  }
  #header .logo_button_main a {
    display:none;
  }
  #service_navi {
    display:none;
  }
  .detail_topnavi {
    border:none;
    display:inline;
    font-style: italic;
  }
  
  .detail_topnavi_aktiv {
    font-weight:bold;
  }
  
  #footer_topnav {display:none}
  .print_link, .top_link {display:none}
  
  a[href]:after {
    content:"";
  }
  
  .subcolumns_detail .c38l_detail {
    margin-bottom:1em;
    padding:.5em;
    border:none;
    width:99%;
    overflow:hidden;
  }
  .subcolumns_detail .c62r_detail {
    width:99%;
    margin-bottom:1em;
    padding:.5em;
    /*overflow:hidden;*/
    border:none;
  }
  

  .subcolumns_detailright, .subcolumns_produktreihe{
    margin-bottom:1em;
    padding:.5em;
    overflow:hidden;
    width:99%;
    border-top: 1px solid #ccc;
  }
  
  .subcolumns_detailright .c25l {
    width:10%;
    float:left;
  }
  .subcolumns_detailright .c75r {
    width:80%;
    float:right;
  }
  .subcolumns_produktreihe .c25l_produktreihe {
    width:30%;
    float:left;
  }
  .subcolumns_produktreihe .c75r_produktreihe {
    width:70%;
    float:right;
  }
  
  ul.teasermenu {
    list-style-type:none;
  }

/*Adminpanel ausblenden:*/
  .typo3-adminPanel, .frontEndEditIcons {
    display:none;
  }
  
  
/**********************************************************************************/
/* Lösung für Problematik mit Bildern aus rgsmoothgallery nicht sichtbar bei Druck*/
/* (siehe auch Pendant in anpassungen_fe.css)*/

  .tx-rgsmoothgallery-pi1, #externalthumbs {
    display:none;
  }

  .zeigenurbeimdruck {
    display:block;
  }  

/* Ende */
/**********************************************************************************/


   
  table.contenttable {
    border-collapse: collapse;
    font-size:smaller;
    margin-bottom:1em;
  }
  table.contenttable, table.contenttable tr, table.contenttable td {
    border: 1px solid #dadadb;
    padding: .5em;
  }
  .contenttable tr.even, tr.odd {
    color:#666;
  }
  .contenttable tr:hover {
    background-color: #fbfbfb;
    color:#000;
  }
  .contenttable a {
    font-weight:bold;  
  }
  
  .contenttable tr.tr-0, .contenttable tr.tr-0 tr:hover {
    background-color: #e2e2e2;
    font-weight:bold;
  }
 
  .contenttable tr.wichtig-1, .contenttable tr.wichtig-2, .contenttable tr.wichtig-3 {
    background-color:#F2F2F2;
    font-weight:bold;
  }
  .contenttable tr.wichtig-1, .contenttable .wichtig-1 tr:hover {
    /*background-color:#666;*/
    background-color:#999;
    color:#f8f8f8;
    font-size:1.6em;
    padding-top:2em;
  }
  .contenttable tr.wichtig-2, .contenttable .wichtig-2 tr:hover {
    background-color:#f2f2f2;
    color:#000;
    font-size:1.3em;
    padding-top:1em;
  }
  .contenttable tr.wichtig-3, .contenttable .wichtig-3 tr:hover {
    font-size:1em;
    color:#000;
  }
  
}

