@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
{

.edit_col1 {
	position:relative;
	float:left;
	width:260px;
	margin-top:20px;
	margin-left:22px;
}

.edit_col1 .box_head {
	background-color:#222222;
	border-bottom:1px solid #000000;
	border-top:1px solid #444444;
	height:16px;
	padding:8px 8px 8px 20px;
	background-image:url(../../../img/categories_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.edit_col1 .box_body {
	background-color:#222222;
	border-bottom:1px solid #000000;
	border-top:1px solid #444444;
	padding:8px 8px 8px 20px;
	margin-bottom:10px;
}

.edit_col1 li {
	margin-left:0;
}

.edit_col1 p {
	margin-left:0px;
}

.edit_col2 {
	margin-left: 312px;
	margin-right:27px;
	margin-top:25px;
	min-height:620px;
}

.edit_col2 img {
	border:0px solid #999999;
}

.edit_col2 h2 {
	margin-bottom:20px;
}

.edit_col2 a {
	text-decoration:underline;
	font-weight:bold;
	color: #dddddd;
}

.edit_col2 p {
	margin-left:0px;
}

.edit_col2 .pdf_download {
	background-color:#222222;
	border-bottom:1px solid #000000;
	border-top:1px solid #444444;
	height:16px;
	padding:6px 8px 6px 40px;
	background-image:url(../../../buttons/german/button_download.gif);
	background-repeat:no-repeat;
	background-position:10px;
}

}

