@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) CSS for boxes
* (de) CSS-Definitionen für die Boxen
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://yaml.t3net.de/YAML-fuer-xt-Commerce.101.0.html
* @package         yaml for xt:Commerce
* @version         1.3.0
    
*/

@media all {

	/* ######################################################################################################
	** # Spezielle Inhaltselemente ##########################################################################
	** ######################################################################################################*/

	#header {
		background:	transparent url('../../../images/logo_siebert_flugzeug.gif') no-repeat top left;
	}
  
	/* ### Kopf der Infoboxen ################################################################### */

	#col1_content h4 , #col2_content h4 {
		background: #565655 none 0 0;
		border:1px solid #565655;
	}
  
	/* ### Highlight in den Boxen ### */
	.boxTxtInd span{
	  	color:#000099;
	}
  
  
	/* ### Bild zentriert in Boxen ### */
/*	#col1_content img.imgCenter , #col2_content img.imgCenter  {
		background: #DCDCDC;
	}
*/

	/* ############################################################################################ */
	/* ### Box für die Kategorie (Kategorienavigation) ############################################ */
	/* ############################################################################################ */

	.catListBody {
		border-bottom:1px solid #565655;
		border-left:1px solid #565655;
		border-right:1px solid #565655;
	}

	.catListBody li.activeCat a {
		background-color:#565655;
		border-bottom:1px solid #565655;
		font-size:130.00%;
		color:#FFF;
	}

	.catListBody li li a:hover, .catListBody li.activeCat li a:hover {
		background-color:#565655;
		border-bottom:1px solid #565655;
		font-size:100.01%;
		color:#000;
	}

	.catListBody ul li ul li a, .catListBody li.activeCat ul li a {
		background-color:#DCDCDC;
		font-size:100.01%;
		border-bottom:1px solid #565655;
	}

	.catListBody li li li a:hover, .catListBody li.activeCat li.activeCat li a:hover {
		background-color:#565655;
		border-bottom:1px solid #565655;
		font-size:100.01%;
		color:#000;
	}

	.catListBody ul li ul li ul li a, .catListBody li.activeCat li.activeCat ul li a {
		background-color:#DCDCDC;
		font-size:100.01%;
		border-bottom:1px solid #565655;
	}


	/* ############################################################################################ */
	/* ### Kategorieübersicht in Produktlisten #################################################### */
	/* ############################################################################################ */

	.module_content ul li {
		background-color: #DCDCDC;
		border:	1px solid #565655;
		color: #565655;
	}

	.module_content ul li a {
		color: #565655;
	}


	/* ############################################################################################ */
	/* ### CONTENT ################################################################################ */
	/* ############################################################################################ */

	h5.like_boxes {
		background:#565655 none 0 0;
		border:1px solid #565655;
		color:white;
	}

	/* ############################################################################################ */

}

