/**
* 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: menue_category.css 504 2009-02-16 15:13:25Z mw $
*/

@media screen, projection, print
{

	#navi-top {
		background-color: #8F8F8F;
		background-image: url(../images/bg_navi_top.jpg);
		background-position: 0 0;
		background-repeat: repeat-x;
		width: 100%;
		font-size: 109.09%;
	} /* 12px */

	#navi-top ul {
		list-style: none;
		list-style-type: none;
		float: left;
		margin: 0;
		padding: 0 7px 0 9px;
		border-right: 1px solid #FFFFFF;
	}
	
	#navi-top li {
		list-style: none;
		list-style-type: none;
		float: left;
		margin: 0;
		padding: 0;
		background-image:url(../images/icon_navi_top.gif);
		background-repeat: no-repeat;
		background-position: left center;
		height: 44px;
	}
	
	#navi-top li a {
		display: block;
		color: #fff;
		padding: 13px 6px 13px 15px;
		font-weight: bold;
	}
	#navi-top li a.active,
	#navi-top li a.active:hover,
	#navi-top li a.active:focus,
	#navi-top li a.active:active,
	#navi-top li a:hover,
	#navi-top li a:focus,
	#navi-top li a:active {
		background-image:url(../images/icon_navi_top_active.gif);
		background-repeat: no-repeat;
		background-position: 0 50%;
		display: block;
	}

	#footer ul {
		list-style: none;
		list-style-type: none;
		float: left;
		margin: 0;
		padding: 0 5px;
	}
	
	#footer li {
		list-style: none;
		list-style-type: none;
		float: left;
		margin: 0;
		padding: 0;
		background-image: url(../images/footer_navi_pipe.jpg);
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	#footer li.first { background-image: none; }
	
	#footer li a {
		display: block;
		padding: 5px 10px 5px 10px;
		color: #fff;
	}

	#footer a { color: #fff; text-decoration: none; }
	#footer a:focus,
	#footer a:hover,
	#footer a:active { text-decoration: underline; }
	
}