@charset "UTF-8";
/**
 * Stylesheet for template: home
 *
 * @copyright       Lyoness Data Service
 */

@media handheld, projection, screen, tv
{
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) IE6 fix for space between title and columns
	   * (de) IE6 Fix für den Abstand zwischen Titel und Spalten
	   */		
	* html #col1 { margin-top: -5px; }  
	* html #col3 { margin-top: px; }

	/*------------------------------------------------------------------------------------------------------*/
	/**
	  * (en) Column 3 modifications
	  * (de) Modifikationen der mittleren Spalte
	  */
	
	#col3
	{
		margin-left: 0px !important;
	}
	
	#col3_content
	{
		padding-right: 6px !important;
		padding-left: 0 !important;		
	}
	

	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) Four horizontal boxes
	   * (de) Vier horizontal angeordnete Boxen
	   */
	
	#main2 .c25l, #main2 .c25r
	{
		width: 227px;
		margin-top: 10px;
		margin-bottom: 24px;
	}
	
	#main2 .c25l
	{
		margin-right: 24px;
	}
	
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) three horizontal boxes
	   */
	
	#col3 .c33l, #col3 .c33r
	{
		width: 246px;
		/*margin-top: 10px;
		margin-bottom: 24px;*/
	}
	
	#col3 .c33l
	{
		margin-right: 24px;
	}	
	#col3 .c66l
	{
		width: 515px;
	}	
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) Special Content Box
	   * (de) Special Content Box
	   */
	
	#special
	{
		clear: both;
	}
	
	/* Abstand bei News 1:4 Bilder/Text anpassen */
	#DivCffNewsItems {
		padding-left: 40px;
	}
	
	#DivCffNewsItems .c25l {
		width: 28%;
	}
	
	#DivCffNewsItems .c75r {
		width: 72%;
	}
}

