@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */
@media all  
{   
  /*-------------------------------------------------------------------------*/  
		 #nav_detail_top{
	    visibility:hidden;height:0px;background: orange;
	    }    
		 
		 #nav_detail{
	    visibility:hidden;height:0px:
	    }

  #col1 { float: left; width: 853px; }   

  #col1_content { padding: 0px 0px 20px 32px;}   

	 #col1 img{
	 	margin-bottom: 5px;
		
	 }
#titelbild{padding-top: 30px;
	padding-left: 6px;
}
h1{
	margin-top: 0px;
	margin-bottom: 5px;
}
	 .csc-textpic-firstcol{
	 	width: 450px;
	 }

  /*-------------------------------------------------------------------------*/  
}  
