@import url(thickbox.css);


/*====================================================================*/
/*========================== General ================================*/
/*====================================================================*/

* {
margin:0;
padding:0;
}

body {
background-color:#F2ECEC;
font:12px "Calibri", "Arial", sans-serif;
}

a {
color:#000;
}

a:focus {  
outline: none;  
}  

a:hover {
text-decoration:none;
}

h2 {
color:#801211;
font-size:17px;
padding:0 0 4px 0;
margin:6px 0 6px 0;
}

p {
font-size:14px;
margin-bottom:5px;
}

img {
border:none;
}

td {
vertical-align:top;
}

.required  {
color:#990000;
}

ol {
margin-left:20px;
}

td, th {
font-size:14px;
}

/*====================================================================*/
/*============================ Layout ================================*/
/*====================================================================*/

div#box_admin {
clear:both;
border:#000 2px solid;
padding:5px;
float:left;
width:150px;
background-color:#FFF;
}


div#container {
position:relative;
margin:0 auto;
width:980px;
}


div#container_header {
position:relative;
width:980px;
height:117px;
}


div#container_main {
clear:both;
position:relative;
width:980px;
}

div#menu {
float:left;
position:relative;
width:210px;
}

div#main {
float:left;
position:relative;
width:740px;
margin-left:20px;
}

#BreadCrumb {
margin-top:3px;
font-size:10px;
color:#666;
}

#BreadCrumb a,
#BreadCrumb a:link,
#BreadCrumb a:hover {
color:#666;
text-decoration:none;
}

div#footer {
background:url(images/bg_footer.jpg) repeat-x;
clear:both;
position:relative;
width:100%;
height:50px;
text-align:center;
color:#D38524;
font-size:11px;
padding-top:4px;
margin-top:20px;
}

.copyright {
width:100%;
float:left;
clear:both;
position:relative;
color:#999;
text-align:center;
font-size:10px;
margin-top:50px;
}

/*====================================================================*/
/*======================== Liste und Details =========================*/
/*====================================================================*/

/* Listing */

.still {
float:left;
width: 120px;
}

.info{
float: left;
width: 390px;
margin:0 5px;
}

.info h2 a {
color:#801211;
}

.list{
float:left;
clear:both;
margin-bottom:10px;
}

.info .listTax {
text-align:right;
font-size:10px;
color:#666;
}

.listTax a {
color:#666 !important;
}

/* Info */

#productLeft {
position:relative;
float:left;
width:200px;
}

#productRight {
position:relative;
float:left;
margin-left:10px;
width:300px;
}

.PriceNewSpecial2,
.listPrice {
font-size:14px;
color:#D38524;
font-weight:bold;
}

.priceInstead,
.priceOnly,
.pricefrom {
font-size:10px !important;
color:#000;
}

.productOldPrice {
font-size:12px;
text-decoration:line-through;
color:#990000;
}

/*====================================================================*/
/*=========================== Formulare ==============================*/
/*====================================================================*/

form {
	overflow: hidden;
}

/* ### Labels  ### */
label {
display:block;
float:left;
width:150px;
}

/* ### Rahmen um Eingabefelder ### */
fieldset {
	border: 1px solid #A36569;
	padding: 4px;
	margin-bottom: 1em;
	margin-top: 5px;
}

/* ### Beschriftung der fieldsets ### */
legend {
	color: #A36569;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

	/* ### Texteingabefelder ### */
input[type=text], textarea, input[type=password], select, input[type=submit], .flat_text {
font:13px "Calibri", "Arial", sans-serif;
padding: 2px;
border:#D3BCBE 1px solid;
color: #000;
width: 300px;
background-color:#FFF;
}

/* ### Bugfix bei versteckten Feldern, sonst wird der Rahmen angezeigt ### */
#main input[type=hidden] {
	display: none;
}

/* ### Rahmen bei Radio-Buttons und Checkboxen ausblenden ### */
#main input[type=radio], #main input[type=checkbox] {
	color: #000;
	border: 0 none;
	width: 1em;
	height: 1em;
	margin: 0 15px 0 0;
	padding: 0;
}

/* Double-Opt */
#main #sign input[type="text"] {
	width: auto;
}

/*====================================================================*/
/*=========================== Porduct-Info ===========================*/
/*====================================================================*/

div#infoImg {
position:relative;
display:block;
float:left;
width:225px;
}

div#infoText {
display:inline;
float:left;
display:block;
width:500px;
margin-left:10px;
}

div#infoText ul{
margin-bottom:10px;
}

div#infoText ul li{
background:url(images/li.gif) no-repeat 5px 4px;
padding-left:20px;
}

.tableListingI {
}

.tableListingII{
}

.tableListingI td,
.tableListingII td  {
padding:4px;
}

.taxInfo,
.taxInfo a {
font-weight:normal !important;
color:#666 !important;
font-size:10px;
}

	/* Warenkorb total */
	.orderDetailsTable td, .orderDetailsTable tfoot td, .orderDetailsTable thead th{
		margin: 0;
		border: 0;
		padding: 5px 10px;
		font-size:12px;

	}

	.orderDetailsTable thead th {
		color: #000;
	}

	.orderDetailsTable tfoot td {
	border-top:1px #A36569 solid;
	}

	.orderDetailsTable td.subTotal {
		text-align: right;
	}

	/* Hintergrundfarbe Warenkorb Zeilen */
	tbody tr.prodRow1   {
		background: #ECE1E1;
	}

	tbody tr.prodRow2   {
		background-color: #E6D9D9;
	}

	.productAttributes tbody tr.attribute {
		background: transparent;
	}

	.orderDetailsTable tbody td.singlePrice, tbody td.totalPrice {
		vertical-align: top;
		text-align:right;
	}

	.orderDetailsTable tbody td.delete {
		padding: 0;
		vertical-align: middle;
		text-align:center;
	}

	.orderDetailsTable tbody td.delete input {
		margin-left: 35px;
	}

	#col3_content .quantity input[type="text"] {
		width: 35px;
		margin: 0;
		padding: 0;
	}
.right {text-align:right;}
.center {text-align:center;}
.left {text-align:left;}

.headerError {
color:#990000;
font-weight:bold;
padding:10px 0 10px 0;
}

/*====================================================================*/
/*============================ Alt ================================*/
/*====================================================================*/

/*<agl.folder "Allgemein">*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

hr { display: none }
hr.Break { display: block; visibility: hidden; }

.Break { float: none; clear: both; }
.Left { float: left }
.Right { float: Right }

.lAlign { text-align: left; }
.rAlign { text-align: right; }
.cAlign { text-align: center; }

img, a img { border: none; }
form { margin: 0; padding: 0; }
p small { font-size: 10px }



/*<agl.folder "MidCol">*/
#ShopContent { margin-top: 40px; padding-bottom: 10px; position: relative; border-top: 2px solid #dee7cd }
.ButtonSet { margin-top: 10px; border-top: 2px solid #dee7cd }
.ErrorMessage { margin-top: 10px; margin-bottom: 10px; padding-right: 10px; padding-left: 10px; border: solid 2px #c00 }
.Half { width: 275px; }
.OrderItem { padding-right: 10px; border-top: 1px solid #eee; border-right: 1px solid #eee }
#ProgressBar { float: none; clear: both; }
#ProgressBar span { background-color: #ddd; float: left; text-align: center; width: 25% }
#ProgressBar span.Current { color: #c13; }

/*</agl.folder>*/

/*<agl.folder "CatInfo">*/
.CatInfo { background-color: #f7f9f3; padding: 10px }
.CatInfo .Image { background-color: #d6e1c1; width: 200px; height: 200px; float: left }
.CatInfo .Text { background-color: #aab39a; width: 330px; float: right }
/*</agl.folder>*/

/*<agl.folder "CatListing">*/
.CatListing { width: 570px }
.CatListing .Item { background-color: #f7f9f3; text-align: center; margin-right: 10px; width: 180px; float: left }
.CatListing .Image {}
/*</agl.folder>*/


#MainHeader { margin-right: 10px; margin-left: 10px; position: absolute; top: 10px; left: 0; width: 960px; }
#ShopLogo { color: #d6e1c1; font-size: 36px; line-height: 150px; background-color: #666; background-image: url("images/BG_MainHeader.gif"); background-repeat: no-repeat; background-position: 50% 0; margin: 0; padding: 0 10px; height: 150px; overflow: hidden }
#ShopLogo a { color: #d6e1c1; }
#ShopFunctions { background-color: #d6e1c1; margin-top: 10px; padding-right: 10px; padding-left: 10px; height: 40px; float: none; clear: both }
#ShopFunctions p { color: #79806e; /*font-size: 16px;*/ line-height: 40px; margin: 0; padding: 0; height: 40px }
#ShopFunctions form * { vertical-align: middle; }
#ShopFunctions input { text-align: center }
/*</agl.folder>*/

/*<agl.folder "MainFooter">*/
#MainFooter { color: #aab39a; font-size: 9px; background-color: #f7f9f3; margin: 0 10px; padding-right: 10px; padding-left: 10px; float: none; clear: both }
#MainFooter p { line-height: 30px; padding: 0; height: 30px }
#MainFooter a { color: #79806e }
/*</agl.folder>*/

.errorBox {
	background-color: #FFA646;
	z-index: 10000;
	width: 100%;
	text-align: left;
}

/* Spamschutz im Kontaktformular */
.contact2 {
	border: 0px none;
	background: #FFF;
}

/* debug-Ausgaben */
pre {
	text-align: left;
	background-color: #fff;
	font-family: courier;
}


