@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
	#targetsbullets {
		font-weight:bold;
		margin-top:10px;
	}
	#targetsbullets li {
		cursor:pointer;
		padding-bottom:10px
	}
	#targetsbullets .last {
		padding-bottom:0px
	}
	#targets-slideshow img { display:none; }
	
	.targetsinfo{ 
		border: 1px solid #0a5485; 	
		padding:5px;
	}
	
	.nr1, .nr2, .nr3, 
	.nr4, .nr5, .nr6, 
	#call-out-box-01, 
	#call-out-box-02, 
	#call-out-box-03, 
	#call-out-box-04, 
	#call-out-box-05,
	#call-out-box-06 {
		display:none;
	}
	
	#nav_main ul li.first { width:148px; }
	#nav_main ul li { width:124px; }
	
	#targetsinfohelp { color:#cc6600; }
}
