@charset "UTF-8";
/**
* "Yet Another Multicolum Layout" - (X)HTML/CSS Framework
* "YAML for Joomla Template" - http://www.joomla-template-yaml.de
*
* (en) Component correction stylesheet - Component Support
* (de) Stylesheet fr Komponenten Korrektur - Komponenten Support
*
* @version    $Id: com_content.css 132 2007-12-07 16:14:31Z hieblmedia $ 
* @package    yamljoomla
* @version    2.7.4
* @link       http://www.joomla-template-yaml.de
* @copyright  Copyright (C) 2005-2007 Reinhard Hiebl
* @license    CC-A-NC 2.0 (http://creativecommons.org/licenses/by-nc-sa/2.0/de/),
*             http://www.joomla-template-yaml.de/nutzungsbedingungen.html  
*/

@media all 
{
  /* (en) Default formatting | (de) Standard Formatierung ---------------------------------------------- */
  table.blog table { border-collapse:separate;}  
  table.blog table td table, .blog td .article_seperator {
     margin:0 1%;
     width:98%;
  }

  /* Pagebreak Navigation ------------------------------------------------------------------------------ */
  .contenttoc {
    display:block;
    float:right;
    border:1px solid #ccc;
    margin:0 0 1em 1em;
    padding:0.5em;
    background:#f5f5f5;
    width:auto;
  }
}

