/**
* 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: breadcrumb.css 503 2009-02-16 13:44:30Z mw $
*/

@media screen, projection, print
{
	#footer-navi { margin-right: 86px; padding-top: 1px; }
	#footer-navi ul {
	float: right;
	margin: 0 10px;
	padding: 0;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}
	#footer-navi li {
		background-image:url(../images/icon_breadcrumb.gif);
		background-position: 0 50%;
		background-repeat: no-repeat;
		margin: 0;
		float: left;
	}
	
	#footer-navi ul li {
		float: left;
		margin: 0;
		padding: 0;
		width: auto;
		padding-left: 7px;
	}
	
	#footer-navi li.first { background-image: none; }
	
	#footer-navi li.last a { padding-right: 0; }
		
	#footer-navi li a {
		display: block;
		padding-right: 7px;
		padding-bottom: 4px;
	}
	
}