/**
* CSS Files
*
* LICENSE
*
* This source file is subject to the new cdmm license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.mycdmm.de/license/
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@cdmm.de so we can send you a copy immediately.
*
* @copyright  Copyright (c) 2005-2009 cdmm (http://www.cdmm.de)
* @license    http://framework.mycdmm.de/license/ cdmm license
* @version    $Id$
*/

@media screen, projection, print
{
	/**
	* beradcrump navigation
	*/
	#breadcrumb {
		background-color: #0070b3;
		color: #fff;
		padding-top: 1px;
		border-right: 1px solid #fff;
	}

	#breadcrumb a { color: #fff; display: block; }
	
	#breadcrumb ul {
		float: left;
		margin: 0;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
	}
	
	#breadcrumb li {
		float: left;
		background-image: url(../images/icon_breadcrumb.gif);
		background-position: 0 50%;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
	}
	
	#breadcrumb a { display: block; padding: 0 10px; }
	
	#breadcrumb a:focus,
	#breadcrumb a:hover,
	#breadcrumb a:active { color: #fff; }
	
	#breadcrumb .active_link,
	#breadcrumb a.active_link { color: #fff; }
	#breadcrumb a.active_link:focus,
	#breadcrumb a.active_link:hover,
	#breadcrumb a.active_link:active{ color: #fff; }
	
	#breadcrumb .without_link { padding-left: 10px; }
}
@media print
{
	#breadcrumb { display: none; }
}