@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard navigation elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Navigations-Elemente
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 * @appdef yaml
 */

@media all
{

	#layer-colors {
		width: 790px;
		height: 486px;
		padding: 4px;
		background: #FFFFFF;
	}
	#layer-colors .col-left { width: 393px; margin-right: 29px }
	*+html #layer-colors .col-left { width: 400px; margin-right: 22 }

	.layer-head {
		background: #EAEAEA;
		height: 38px;
		position: relative;
		padding-top: 5px
	}
	.layer-head #tabs { margin: 0; padding: 0; list-style-type: none }
	.layer-head ul#tabs {
		display: block;
		height: 38px;
		width: 400px;
		background: transparent url(../../images/content_images/colorlayer/spr_bg-tabs.jpg) no-repeat 0 0
	}
	.layer-head ul#tabs.t1 { background-position: 0 0 }
	.layer-head ul#tabs.t2 { background-position: 0 -38px }
	.layer-head ul#tabs.t3 { background-position: 0 -76px }



	.layer-head #tabs li {
		margin: 0;
		padding: 0;
		float: left;
		list-style-type: none;
		width: 110px;
		height: 28px;
		padding: 5px 0 5px 10px
	}
	.layer-head #tabs li a,
	.layer-head #tabs li a:link,
	.layer-head #tabs li a:active,
	.layer-head #tabs li a:visited,
	.layer-head #tabs li a:hover {
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
		line-height: 14px;
		display: block;
		height: 32px;
		text-decoration: none;
		color: #5A5A5A;
		padding: 0;
	}
	.layer-head #tabs li a.active,
	.layer-head #tabs li a.active:link,
	.layer-head #tabs li a.active:active,
	.layer-head #tabs li a.active:visited,
	.layer-head #tabs li a.active:hover { color: #940717 }


	.layer-head a.close,
	.layer-head a.close:link,
	.layer-head a.close:active,
	.layer-head a.close:visited {
		display: block;
		position: absolute;
		right: 10px; top: 10px;
	}


	#layer-colors .preview-big { margin-bottom: 4px }
	#layer-colors .preview-big img { display: block }
	#layer-colors .preview-big div { display: block; margin: 0 3px 3px 0; width: 389px; height:141px; }
	#layer-colors .preview-big div span { display: block; float: left; margin: 121px 0px 0px 3px; }

	#layer-colors .thumbs { overflow: hidden }
	#layer-colors .thumbs img { display: block; float: left; margin: 0 3px 3px 0 }
	#layer-colors .thumbs div { display: block; float: left; margin: 0 3px 3px 0; width: 128px; height:45px; cursor: pointer }
	#layer-colors .thumbs div span { display: block; float: left; margin: 25px 0px 0px 3px; }
	
	*+html #layer-colors .thumbs { margin: 0 3px 3px 0 }

	#layer-colors .tabcontent { padding: 8px 0 }

	#layer-colors .teaser-standard { width: 340px }
	#layer-colors .teaser-standard .teaserimage { margin-left: 0px }
	#layer-colors .teaser-standard .teasertext { float: left; width: 230px }
	#layer-colors .teaser-standard ul li { width: auto }

	.no-border { border: none !important }

	.loader { margin:  40px 160px; }
	
	
	
	.jcarousel-skin-moeding .jcarousel-container-horizontal {
		width: 338px;
		padding: 0 30px 0 30px;
	}

	.jcarousel-skin-moeding .jcarousel-clip-horizontal {
	    width:  338px;
	    padding: 0;
	    height: 55px;
	}
	
	#mycarousel img
	{
		height: 43px;
		width: 44px;
		display: none;
	}
	
	#mycarousel li
	{
		margin: 5px;
	}
	
	#mycarousel li.selected
	{
		opacity:0.5;
	}
	
	#mycarouselZoom
	{
		/*border: 1px solid #f00;*/
		position: absolute;
		z-index: 82;
	}
	
	#mycarouselZoom a
	{
		border: 1px solid #888888;
		display: block;
	}
	
	#mycarouselZoom img
	{
		display: block;
		height: 82px;
		width: 83px;
	}

}
