@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-2010, 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.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all
{

	/* Itembar / Language select for a single item. */


	.itembar {
		border-top: 1px solid #C2C2C2;
		border-left: 1px solid #C2C2C2;
		padding-top: 14px;
	}

	ul.itemlang,
	ul.itemlang ul,
	ul.itemlang li {
		margin: 0;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
	}

	ul.itemlang,
	div.itemlang {
		position: absolute;
		right: 0;
		top: 1px;
		z-index: 10;
		border-left: 1px solid #C2C2C2;
		border-right: 1px solid #C2C2C2;
		margin: 0;
		padding-left: 22px;
		padding-right: 2px;
		background: #ddd url(../images/bg_langselect.gif) no-repeat top left;
		list-style-image: none;
		list-style-type: none;
	}
	ul.itemlang.active {
		border-bottom: 1px solid #C2C2C2;
		z-index: 20;
	}

	div.itemlang {
		margin: 0;
		padding-left: 22px;
		padding-right: 2px !important;
		background-position: top right;
	}
	div.itemlang div {
		width: 22px;
		height: 21px;
		background-repeat: no-repeat;
	}

	/* Deaktivierter Zustand (leeres List-item aufziehen) */
	ul.itemlang li.activelang {
		width: 22px;
		line-height: 22px;
	}



	/* Dynamische Anpassung der Breite, wenn Sparchlabel eingefügt wird */
	ul.itemlang.active li.activelang {
		width: auto;
	}

	/* Sprachlabel einfügen/entfernen */
	ul.itemlang li span {
		display: none;
	}
	ul.itemlang.active li span {
		display: inline-block;
	}

	/* Sprach-Icon positionieren */

	ul.itemlang li.activelang,
	ul.itemlang li ul li {
		background-position: right 4px;
		background-repeat: no-repeat;
		background-color: transparent;
		padding: 0 30px 0 0;
	}
	ul.itemlang li.activelang ul li {
		padding: 0 14px 0 0;
	}
	ul.itemlang li ul li {
		height: 26px;
		line-height: 26px;
	}

	ul.itemlang li.activelang {
		background-position: right 2px;
		height: inherit;
		padding: 0 0 0 0;
	}

	ul.itemlang li.activelang ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	/* Platz schaffen für das Icon */
	ul.itemlang li span,
	ul.itemlang li a,
	div.itemlang {
		padding-right: 40px;
		color: #000;
		text-transform: uppercase;
		font-size: 11px;
	}

	ul.itemlang ul li a {
		position: relative;
		left: -15px;
		display: none;
	}
	ul.itemlang.active ul li a {
		display: inline;
	}

	/* Sprachicons spezifizieren */
	.itemlang .de { background-image: url(../images/lang_de_fff.png) ; }
	.itemlang .en { background-image: url(../images/lang_en_fff.png) ; }
	.itemlang .es { background-image: url(../images/lang_es_fff.png) ; }
	.itemlang .fr { background-image: url(../images/lang_fr_fff.png) ; }
	.itemlang .nl { background-image: url(../images/lang_nl_fff.png) ; }
	.itemlang .pl { background-image: url(../images/lang_pl_fff.png) ; }
	.itemlang .it { background-image: url(../images/lang_it_fff.png) ; }
	.itemlang .tr { background-image: url(../images/lang_tr_fff.png) ; }
}