@charset "UTF-8";
/**
* Nice2 Tocco Business Framework
*
* (en) Custom project styling of ExtJS Public References
* (de) Projektspezifisches allgemeines Styling der ExtJS Public Referenzen
*
* @copyright       Tocco AG
* @link            www.tocco.ch
* @package         nice
* @version         2
* @lastmodified    Fr, 21. May 2010
*/

@media all
{

/*------------------------------------------------------------------------------------------------------*/

	/**
	* @section Reference list | Referenzliste
	*/

	.reference_list table{
        width:100%;
		border-top: solid #ccc 1px;
		border-bottom: solid #ccc 1px;
	}

	.reference_list td{
		vertical-align:top;
		padding:7px;
	}
	
	.reference_list .logo{
		width:120px;
		}


/*------------------------------------------------------------------------------------------------------*/

	/**
	* @section Reference detail | Referenzdetail
	*/
	
	.reference_detail{
		font-family:Arial, Verdana, Sans-Serif;
		}
	.reference_detail td{
		vertical-align:top;
		}
		
	.reference_detail .intro{
		font-weight:bold;
		margin-bottom:10px;
		}
		
	.reference_detail .texts{
		width:400px;
		margin-left:23px;
		}
	
	.services ul{
		margin-left:0px;
		}
	.services ul li{
		list-style-type:none;
		list-style-position:outside;
		background-image:url('/cms/common/standard/img/icon_list_services.gif'); 
		background-position:left;
		background-repeat:no-repeat;
		padding-left:20px;
		margin-left:0px;
		line-height:2em;
		}


/*------------------------------------------------------------------------------------------------------*/

	/**
	* @section Image slider | Bildshow
	*/
	.anythingSlider                         { width: 460px !important; }
	.anythingSlider .wrapper                { width: 400px !important; margin: 0 20px!important; }
	.anythingSlider .wrapper ul             { background: none !important; border-top: 0px !important; border-bottom: 0px  !important; }
	.anythingSlider ul li                   { width: 400px !important; padding:0px !important;}
	.anythingSlider .forward                { right: -25px !important; }
	.anythingSlider .back                   { left: -48px !important; }
	#thumbNav                               { display:none !important;}
    .anythingSlider .arrow                  { background-image: url(/cms/common/components/AnythingSlider/images/arrows.png)!important; }
	
}