@charset "UTF-8";
/**
 * Stylesheet for template: home
 *
 * @copyright       ACP Business Solutions
 */

@media all
{
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) Box for flash, image... content
	   * (de) Box für Flash-, Bilder- etc. Inhalte
	   */
	   
	#flash 
	{
		margin-top: 10px;	
	}
	
	
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) Three horizontal boxes
	   * (de) Drei horizontal angeordnete Boxen
	   */
	
	.boxg_content .c33l, .boxg_content .c33r
	{
		width: 310px;
		margin-top: 10px;
	}
	
	#main .c33l .boxg_content, #main .c33r .boxg_content
	{
		height: 300px;
	}
	
	.Err
	{
		color: red;
	}
	
	#DivBannerOSLogin {
		padding-top: 12px;
		padding-right: 7px;
	}
	#ColOS {
		height: 446px;
	}
	
	/* ie 6 Hack */
	* html #DivBannerOSLogin {
		padding-top: 21px;
		padding-right: 8px;
	}

	
	/* Layout login form */
	.loginForm .c33l, .c33r { width: 33.333%; }
	.loginForm .c66l, .c66r { width: 66.666%; }

}
