@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_fireboard.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 
{
  /* (de) Macht die Umrandung sichtbar */
  /* (en) Makes the edges visible */
  #main #fireboard {
    margin-left:.1em;
  }	
  #main #fireboard table {
		border-collapse:separate;
		margin:0;
	}
	
	/* Fix to view the searchfield complete | Fix um das Suchfeld komplett darzustellen */
	#main .fb_header_th_4 { width:30%; }
}
