@charset "UTF-8";
/**
 * Stylesheet for template: home
 *
 * @copyright       ACP Business Solutions
 */

@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: 5px; }
	
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) Column 3 modifications
	   * (de) Modifikationen der mittleren Spalte
	   */
	
	#col3
	{
		margin-left: 196px !important;
	}
	
	#col3_content
	{
		padding-right: 0 !important;
		padding-left: 0 !important;		
	}
	
	* html #col3_content
	{
		padding-left: 8px !important;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) Box with quicklinks
	   * (de) Box mit Quicklinks
	   */
	
	#quicklinks
	{
		height: 252px; /* 221 + 21 + 10 */
	}
	
	#quicklinks .boxg_top
	{
		margin-bottom: -8px;
	}
	
	#quicklinks .boxg_content
	{
		height: 221px;
		padding: 0;		
	}
	
	/* IE 6 fix */
	* html #quicklinks .boxg_content
	{
		height: 220px;
		margin-top: -26px;
	}
	
	#quicklinks ul
	{
		position: absolute; 
		width:178px;
		padding: 0;
		margin: 0;
		/* comment: background: url( "../../images/layout/bg_quicklinks.png" ) repeat-x top left;*/
		background: transparent;
	}
	
	#quicklinks ul li
	{		
		display: block;		
		margin: 0;
		border-top: 1px solid #D5D5D5;	
	}
	
	/* IE 6 fix */
	* html #quicklinks ul li
	{
		height: 28px;
	}
	
	#quicklinks ul li a
	{		
		color: #666666;
		font-size: 91.67%;
		display: block;
		padding: 6px 10px 6px 10px;	
	}	
	
	#quicklinks ul li a:hover
	{		
		color: #4D87C7;
		text-decoration: none;
		font-size: 91.67%;
		display: block;
		padding: 6px 10px 6px 10px;	
	}	
	
	/* IE 6 fix */
	* html #quicklinks ul li a
	{
		/*padding: 5px 10px 5px 10px;	*/
	}
	
	#quicklinks ul li a img
	{		
		position: absolute;  
		margin-top:3px;
		right: 5px;
	}
	
	/* IE 6 fix */
	* html #quicklinks ul li a img
	{
		margin-top:2px;
	}
	#quicklinks ul li a#current { color: #0088CC;}
	#quicklinks ul li a#current_quick { color: #0088CC;}
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (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) Newsbox (gray border, light gray background)
	   * (de) Newsbox (grauer Rand, hellgrauer Hintergrund)
	   */
	   
	#news
	{
		position: relative;
		clear: both;
		background: url(../../images/layout/bg_news_l.png) no-repeat top left;
		height: 25px;
		padding: 5px 15px 5px 15px;
		margin: 8px 0 0 0;
		
	}
	#news_header { height: 73px; }
	
	#news img#corner
	{
		position:absolute;
		right: 0px;
		top: 0;
	}

	#news h3
	{
		display: inline;
		font-size: 100%;
	}
	
	#TICKER {
		overflow:hidden; 
		width:230px;
	}
	
	#news iframe {
		background: red;
		color: green;
	}
	
	
	/*------------------------------------------------------------------------------------------------------*/
	/**
	   * (en) Special Content Box
	   * (de) Special Content Box
	   */
	
	#special
	{
		clear: both;
	}

}
