@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) Variation of screen layout (basemod.css)
* (de) Variation des Screenlayouts (basemod.css)
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://www.zs-ecommerce.com
* @package         yaml for xt:Commerce
* @version         1.5.0
   
*/

@media all
{
#box_row1 {
	margin:20px 0px 0px 22px;
	position:relative;
}

#box_row2 {
	margin:10px 0px 0px 22px;
	position:relative;
	z-index:3;
}

.box_startpage_left {
	width:260px;
	height:260px;
	background-color:#222222;
	float:left;
	position:relative;
	z-index:4;
}
	
.box_startpage_right {
	width:260px;
	height:260px;
	background-color:#222222;
	margin-left:270px;
	position:relative;
}

#box_row2 .box_startpage_left, #box_row2 .box_startpage_right {
	background-image:url(../../../img/startpage_box_background.jpg);
	border-bottom:#000000 1px solid;
	border-top:#444444 1px solid;
	padding:8px;
	width:244px;
	height:242px;
	color:#dddddd;
}

.box_startpage_search_logo {
	background-image:url(../../../img/startpage_box_logo.jpg);
	border-bottom:#000000 1px solid;
	border-top:#444444 1px solid;
	padding:8px;
	width:244px;
	height:242px;
	float:left;
	position:relative;
	z-index:4;
	color:#dddddd;
}


.box_cage {
	margin-left:270px;
	position:relative;
}

#box_row2 input {
	margin-right:5px;
}

.news_box {
	background-image: url(../../../img/categories_arrow.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}

/* -------------------------------------------------------- */
/* Slideshow----------------------------------------------- */
/* -------------------------------------------------------- */

/* Slideshows mit linkem Float---- */
#gallery1 {
	position:relative;
	width:260px;
	height:260px;
	background-color:#222222;
	float:left;
}

	#gallery1 a {
		float:left;
		position:absolute;
	}
	
	#gallery1 a img {
		border:none;
	}
	
	#gallery1 a.show {
		z-index:500
	}

#gallery2 {
	position:relative;
	width:260px;
	height:260px;
	background-color:#222222;
	float:left;
}

	#gallery2 a {
		float:left;
		position:absolute;
	}
	
	#gallery2 a img {
		border:none;
	}
	
	#gallery2 a.show {
		z-index:500
	}
	
#gallery3 {
	position:relative;
	width:260px;
	height:260px;
	background-color:#222222;
	float:left;
}

	#gallery3 a {
		float:left;
		position:absolute;
	}
	
	#gallery3 a img {
		border:none;
	}
	
	#gallery3 a.show {
		z-index:500
	}

/* Slideshow ohne Float---- */
#gallery4 {
	position:relative;
	width:260px;
	height:260px;
	background-color:#222222;
	margin-left:270px;
}

	#gallery4 a {
	float:left;
	position:absolute;
	left:0px;
	}
	
	#gallery4 a img {
		border:none;
	}
	
	#gallery4 a.show {
		z-index:500
	}

}
