@import url(boxes.css);
@import url(thickbox.css);


.ContentFlow .loadIndicator {
	background: none;
}

/* "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; 
}

.half {
	width: 49%;
}

.Top {
	margin: 0 0 10px 0;
}

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

p.clear {
	height: 1px;
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

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

.marginBottom10 {
	margin: 0 0 9px 0;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
	float: none;
	clear: both;
}

body { 
	font-size: 12px; 
	background: #d5d5d5 url("images/background.png") repeat-x; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	color: #3c3c3c;
}

body * { 
	font-family: Arial, Helvetica, sans-serif 
}

p, h1, h2, h3, h4, h5, h6 { 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top: 0.6em; 
	padding-bottom: 0.3em 
	}

img, a img { 
	border: none; 
}

a { color: #3c3c3c; text-decoration: none }
a:hover { text-decoration: underline }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #3c3c3c;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {}
ul, ol { margin-top: 0; margin-bottom: 0; padding-top: 0.3em; padding-bottom: 0.3em; list-style-position: inside; }
li { }
form, input, textarea, select { font-size: 12px }
form { margin: 0; padding: 0; }
p, table, td, th, caption, li { }
p small { font-size: 10px }
h1 { color: #3c3c3c; font-size: 24px; font-weight: normal }
h2 { color: #3c3c3c; font-size: 20px; font-weight: normal }
h3 { color: #3c3c3c; font-size: 20px; font-weight: normal }
h4 { color: #3c3c3c; font-size: 16px; font-weight: normal }
h5 { color: #3c3c3c; font-size: 16px; font-weight: normal }
h6 { color: #3c3c3c; font-size: 16px; font-weight: normal }

p, ul, ol, table, form, input, textarea, select, h1, h2, h3, h4, h5, h6 { line-height: 124% }

/*
 * Main positions
 */

#TopHeader {
	width: 100%;
	display: block;
	background: #1a1a1a;
}

#MainWrap { 
	text-align: left; 
	margin: 0 auto 0; 
	padding: 0; 
	position: relative; 
	width: 920px; 
	float: none; 
	clear: both; 
	overflow: hidden 
}

#logo {
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 0;
	width: 650px;
}

#logoimg {
	height: 50px;
}

#bookmarks {
	float: right;
}

/*
 * MainArea
 */

#MainArea {
	margin: 35px 0 0 0;
	background: #fff;
}

.MainAreaInside {
	margin: 4px 5px 5px 5px;
	background: #fff;
}

/*
 * Horizontal Top Navigation
 */

#TopHori {
	width: 910px;
	height: 35px;
	display: block;
	position: absolute;
	top: 110px;
	left: 5px;
	background: #4d4d4d;;
	font-size: 1.2em;
	text-transform: uppercase;
}

#TopHori ul {
	line-height: 25px;
	list-style-type: none;
}

#TopHori li {
	display: inline;
	width: auto;
	padding: 0 5px 0 5px;
}

#shopFunctions {
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
	background: url('images/top_navi_back.gif');
	text-align: center;
	color: #fff;
}

#shopFunctions a {
	color: #fff;
}

/*
 * Additionals
 */

/* Header */
#MainHeader {
	width: 920px;
	display: block;
	margin: 0 auto;
}

#MainHeader a {
	color: #fff;
}

#MainHeader .NaviList {
	line-height: 25px;
}

#MainHeader .NaviList ul {
	list-style: none;
}

#MainHeader .NaviList li {
	display: inline;
	margin: 0 0 0 10px;
	list-style: none;
	text-align: right;
}

#TopSearch {
	position: absolute;
	top: 50px;
	left: 700px;
	width: 200px;
	display: block;
}

#SearchForm {
	padding: 0;
	margin: 0;
}

#SearchForm a {
	color: #171820;
}

#SearchForm .TextField {
	height: 20px;
	display: block;
	float: left;
	width: 150px;
	border: 2px solid transparent;
	background: #dfdfdf;
}

/* Boxen (special) */

#shoppingCart {
	position: absolute;
	top: 55px;
	left: 710px;
	width: 200px;
	display: block;
}

#MidCol,
#LeftCol,
#RightCol { 
	margin-top: 110px; 
	position: relative; 
/*
	overflow: hidden 
*/
}

#LeftCol,
#RightCol { 
	width: 200px 
}

#MidCol { 
	left: 205px; 
	width: 705px; 
	float: left 
}

#LeftCol { 
	left: -705px;
	float: left 
}

#RightCol { 
	right: 10px; 
	float: right 
}

#ShopContent { 
	margin: 0; 
	padding-bottom: 10px; 
	position: relative; 
	overflow: hidden;
}

#BreadCrumb  { 
	margin: 0; 
	padding-top: 0.3em; 
	padding-bottom: 0; 
	position: absolute; 
	top: 5px; 
	left: 15px; 
	display: block;
	color: #fff;
}

#BreadCrumb a {
	color: #FFF;
}

.ButtonSet { 
	margin-top: 10px; 
	border-top: 1px dashed #a6adb4; 
}
	
.ErrorMessage { 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding: 10px;
	border: dotted 2px #c00 
}

.Half { width: 340px; }
.CheckOutFunction { 
	padding: 10px 0 10px 0; 
	border-bottom: 1px dashed #bfbfbf; 
}

.CheckOutFunction textarea {
	width: 675px;
	display: block;
	margin: 0 0 5px 0;
}

.CheckOutFunction p {}
.CheckOutFunction .Half { width: 265px }
.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%; color: #171820; }
#ProgressBar span.Current { color: #c13; }

.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 }

.CatListing { width: 720px }
.CatListing .Item { 
	width: 180px; 
	float: left; 
	display: block;
	}
.CatListing .Image {
	display: block;
	height: 125px;
	width: 125px;
	overflow: hidden;
	margin: 5px;
	padding: 10px;

}

.CatListing .Image img {
	display: block;
	margin: auto;	
}

.ProdListing1,
.ProdListing2,
.ProdListing4 { 
	width: 720px;
	margin: 0 0 10px 0;
}

.ProdListing1 .Item,
.ProdListing2 .Item,
.ProdListing3 .Item { }

.ProdListing1 .Image,
.ProdListing2 .Image,
.ProdListing4 .Image {
	width: 125px;
	height: 125px;
	display: block;
	overflow: hidden;
	margin: 5px;
	padding: 10px;
}

.ProdListing1 .Item {}
.ProdListing2 .Item { 
	width: 275px; 
	float: left; 
	margin-right: 5px; 
	}
.ProdListing4 .Item { 
	width: 180px; 
	float: left; 
	display: block;
	}

.ProdListing4 h2,
.ProdListing4 h4 {
	margin: 0 0 3px 5px;
	padding: 0;
	font-size: 1.2em;
	display: block;
	height: 35px;
}

.ProdListing4 h2 {
	color: #3c3c3c;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}

.ProdListing4 h4 {
	font-size: 1em;
	height: 20px;
	display: block;
}

.box_top_220,
.box_bottom_220 {
	width: 165px;
	display: block;
}

.box_top_220 {
	overflow: hidden;	
}

.box_bottom_220 {
	margin: 25px 0 0 0;
	height: 50px;
	position: relative;
}

.box_top_220 {
	background: url('images/box_top_220.gif');
	height: 10px;
}

.box_bottom_220 {
	color: #7f7f7f;;
	text-align: right;
}

.box_bottom_price {
	padding: 5px;
	position: relative;
	background: url('images/BG_box_bottom.gif') no-repeat bottom center;
	text-align: center;
}

.box_bottom_price a {
	color: #3c3c3c;
}

.bbprice {
	height: 40px;
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	position: absolute;
	top: -25px;
	right: 0px;
}

.box_bottom_price .bbprice {
	font-size: 1.4em;
	text-align: right;
	line-height: 20px;
	top: -30px;
	height: 35px;
}

.box_bottom_price small {
	margin: 10px 0 -10px 0;
}

/* Content */

.inner {
	padding: 10px;
	border: 1px solid #bfbfbf;
}

h1.MainHeading {
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	float: right;
	line-height: 27px;
}

#filterTop {
	position: absolute;
	top: -45px;
	left: -10px;
	padding: 10px 10px 0 10px;
	background: url('images/BG_filter.gif') no-repeat;
	width: 680px;
	display: block;
	z-index: 10;
}

#filterTop form {
	float: left;
}

.inside {
	padding: 5px;
}

.MainHeading {
	width: 100%;
	line-height: 31px;
	background: url('images/productHeader.gif');
}

.SubHeading {
	width: 100%;
	line-height: 31px;
	background: url('images/green_header.gif');
}

h2.SubHeading,
h2.MainHeading {
	margin: 0;
	padding: 0 0 0 10px;
	color: #fff;
}

/*
 * Footer
 */

#MainFooter {
	background: #4d4d4d;
	color: #fff;
}

#MainFooter a {
	color: #fff;
}

#MainFooter ul {
	list-style-type: none;
	line-height: 1.5em;
}

#MainFooter li {
	display: inline;
	padding: 0 0.5em 0 0.5em;
}



/*
 * Shopping Cart
 */

#cart_table {
	font-size: 0.9em;
}

#cart_table .border-bottom td {
	border-bottom: 1px solid #bfbfbf;
}

#cart_table .border-top td {
	border-top: 1px solid #bfbfbf;
}

#cart_table td {
	padding: 5px;
	vertical-align: middle;
}

#cart_table .main {
	font-size: 0.95em;
}

#cart_table .main img {
	width: 50px;
	disaplay: block;
}

/* Product Info */

.innerFrame {
	border: 1px solid #bfbfbf;
	padding: 5px;
}

h2.productsHeader {
	background: url('images/productHeader.gif');
	color: #fff;
	line-height: 31px;
	height: 31px;
	display: block;
	padding: 0 0 0 15px;
}

.topInfo {
	width: 690px;
	height: 10px;
	display: block;
	overflow: hidden;
	background: url('images/BG_top_info.gif') no-repeat;
}

.middleInfo {
	width: 685px;
	display: block;
	padding: 5px 10px 10px 10px;
}

.middleInfo h1 {
	padding: 0;
	margin: 0;
}

.infoBottom {
	width: 680px;
	display: block;
	background: url('images/BG_bottom_info.gif') no-repeat left bottom;
	padding: 5px;
	position: relative;
}

.infoMainImage {
	background: url('images/BG_info_image.gif');
	display: block;
	float: left;
	padding: 10px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px; 
}

.infoMainImage img {
	display: block;
}

.infoDescription {
	width: 330px;
	display: block;
	float: right;
}

.distance {
	height: 20px;
	display: block;
}

.infoPrice {
	margin: -45px 0 5px 0;
	text-align: right;
	font-size: 3.2em;
	font-weight: bold;
	color: #9f1e30;
	padding: 20px 0 0 0;
}

.productOldPrice {
	font-size: 0.75em;
	padding: 0 0 10px 0;
	line-height: 1.5em;
	text-decoration: line-through;
}

.infoPriceAdditional,
.infoPriceAdditional a {
	color: #bfbfbf;
}

.infoPriceAdditional {
	font-size: 0.35em;
	font-weight: 300;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	line-height: 12px;
}

.addToCart {
	margin: 2px 0 0 0;
	line-height: 20px;
	display: block;
	text-align: right;
}

.addToCart .flat_text {
	border: 1px solid #3c3c3c;
	height: 20px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.addToCart a,
.addToCart input,
.addToCart .flat_text {
	margin: 0 10px 0 0;
}

p.Price {
	position: absolute;
	padding: 0;
	top: -16px;
	left: 0px;
	width: 160px;
	display: block;
	text-align: right;
}

p.BuyNow {
	position: absolute;
	top: 40px;
	left: 8px;
}

p.Price a {
	color: #7c7c7c;
	text-decoration: underline;
}

.PriceValue,
.bbprice {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #9f1e30;
	margin: 2px;
	padding: 0;
}

.itemProducts {

	width: 165px;
	display: block;
	overflow: hidden;
	padding: 5px;
	border-right: 1px dotted #3c3c3c;
	text-align: center;
}

.itemProducts h2 {
	font-size: 1.1em;
}

.itemProducts h4 {
	font-size: 1em;
}

.addImages .inner {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

.addImages img {

}

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

#MainFooter {
	text-align: center;
	margin: 0 -5px 0 -5px;
	border-top: 1px dashed #e6e6fa;
}

#MainFooter ul {
	display: block;
	margin: 0 auto 0;
}

#MainFooter ul li {
	list-style: none;
	float: right;
	line-height: 25px;
}

#create_account label {
	width: 150px;
	display: block;
	float: left;
	line-height: 22px;
}

.gender input {
	margin: 0 5px 0 5px;
}

/*
 * Payment and Shipping Selection lists
 */

.trcol1 table,
.trcol2 table {
	margin: 5px;
	border: none;
}

.Block table {
	font-size: 0.95em;
}

.trcol1 img,
.trcol2 img {
	margin: 0 5px 0 0;
}

.trcol1 {
	background: #e5e5e5;
}

.Label {
	width: 150px;
}

/*
 * Additionals
 */

.height5 {
	height: 5px;
	display: block;
}

.sponsor td {
	padding: 5px;
	text-align: center;
}

.sponsor .titel,
.sponsor .titel a {
	color: #fff;
}

ul.payment {
	list-style: none;
}

/*
 * Footer 2
 */

#footer2,
#footer2 a {
	color: #4d4d4d;
}

.copyright,
.copyright a {
	color: #7f7f7f;
}

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

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

.errorBox {
	display: none;
}

