@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: 0px; }  
	* html #col3 { margin-top: px; }
	* html #col2 { margin-top: 17px; }
	* html #main { padding-top: 0px; }
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) Column 3 modifications
	   * (de) Modifikationen der mittleren Spalte
	   */
	
	#col1
	{
		margin-left: 0px !important;
		width: 680px;
	}
	
	#col1_content
	{
		padding-right: 0 !important;
		padding-left: 0 !important;		
	}
	
	#col2
	{
		width: 290px;
	}
	
	

	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (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;
	}

}
