@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Uniform design of standard content elements
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
*
* @copyright       Copyright 2005-2007, 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.1
* @revision        $Revision: 92 $
* @lastmodified    $Date: 2007-07-15 10:26:40 +0200 (So, 15 Jul 2007) $
* @appdef yaml
*/

@media all
{
  /**
  * External Links
  *
  * (en) Formatting of hyperlinks
  * (de) Gestaltung von Hyperlinks
  *
  */

  a {color: #007ed0; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#007ed0; text-decoration:underline;}
	

  #footer a { color: #fff; background:transparent; font-weight: normal;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #007ED0; background-color: transparent; text-decoration:underline;}
  
  #divisions .aktiv {
  	color: #007ed0;
  }
  
	#navigation ul li {
	color: #007ed0;
	}
	#navigation ul li a:hover {
		color: #007ed0;
	}

	#navigation ul li.lastnav {
		border-top: #007ed0 1px solid;
		border-bottom: #007ed0 1px solid;
		margin-top: 32px;
		margin-bottom: 25px;
		line-height: 2.5em;
	}
	#navigation ul li.lastnav a {
		background-color: #007ed0;
		color: #ffffff;
	}
	#navigation ul li.lastnav a:hover {
		color: #007ed0;
		background-color: #999999;
	}

	#navigation ul li.firstnav {
		border-top: #007ed0 1px solid;
		border-bottom: #007ed0 1px solid;
		margin-bottom: 10px;
/*		margin-bottom: 25px; */
		line-height: 2.5em;
	}

	#navigation ul li.firstnav2 {
		margin-bottom: 20px;
	}
	
	#navigation ul li.firstnav a {
		background-color: #007ed0;
		color: #ffffff;
	}
	#navigation ul li.firstnav a:hover {
		color: #007ed0;
		background-color: #999999;
	}

	#col3_header div.basket {
		background: url("../../icons/warenkorb_navi.gif") no-repeat scroll right 0 #019ae4;
		float: right;
		font-weight: bold;
		height: 14px;
		line-height: 13px;
		margin-top: 6px;
		padding-left: 8px;
		padding-right: 30px;	
		width: auto;
		display: inline;
	}
		#col3_header div.basket a {
			color: #FFF;
		}
	#col3_header div.topnavigation {
		float: left;
		width: auto;
	}
	#col3_header .tnav301 a {
		color: #007ed0;
	}



    #col3_content ul {
  	list-style: url(../../images/list_blau.gif);
  }
  .catcolor {
  	color: #007ed0;
  }

}

