/**********************************************
Standard
***********************************************/
body,div,ul,li,a,p,h1,h2,h3,h4,h5,table,tr,td,input,select,form,button,label,thead,tbody,fieldset {
	margin: 0;
	padding: 0;
}
a, img, button {
	border: none;
}
input, select {
/*	border: 1px solid #636B5F;*/
	padding:1px; 
}
fieldset {
	border: 1px solid #636B5F;
	padding: 10px 0 10px 0;
	background:#EDECE8;
}

ol li {
	margin-left: 15px;
}

legend {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	background: #636B5F;
	color:#fff;
	font-size:1.2em;
	padding:2px 5px;
	margin:-1em 0 -3px -1px;
	display:block;
}

#url {
	display: none;
}

/**********************************************
Layout 
***********************************************/
#container {
	width: 952px;
	margin: 0 auto 0 auto;
	float: none;
	display: block;
	background: #CED2C5 url(../images/container_bg.gif) repeat-y;
	}
	
#container #header {
	float: none;
	margin: 0 30px;
}

#container #header #logo {
	float: left;
	margin: 30px 0 0 7px;
	background-color: #fff;
	display: block;
}

#container #left-column {
	float: left;
	width: 201px;
	display: inline;
	margin: 0 0 7px 12px;
/*	min-height: 600px;*/
	clear: both;
	background: #bcaf88;

}

/* hat IE6 Sonderregeln */
#container #left-column #navigation {
/*	float: none;
	display: block;
	background: url('../images/muffin_links.jpg');
	border-bottom: 3px solid #fff;
	padding: 15px 30px 15px 15px;
	height: 278px;*/
	background:transparent url(../images/muffin_links.jpg) no-repeat scroll 0 0;
	border-bottom:3px solid #FFFFFF;
	display:block;
	float:none;
	/* height:162px; */
	padding:290px 20px 15px 15px;
	color: #5d5230;
	width:170px;
}

#container #left-column #unterkategorien {
	margin-left: 10px;
}

#container #left-column #unterkategorien li a{
	font-size: 12px;
}

#container #left-column #artikelnummersuche, #container #left-column #warenkorb, #container #left-column #login {
	float: none;
	display: block;
	border-bottom: 3px solid #fff;
	padding: 15px;
}

#container #right-column {
	float: left;
	width: 725px;
	display: inline;
	margin: 0 13px 7px 0;
	
}

#container #right-column #screen {
	float: none;
	display: block;
background: url('../images/muffin_rechts.jpg');
	height: 278px;
}


#container #right-column #artikelfilter {
	float: right;
	display: inline;
	margin: 145px 15px 0 0;
	clear: both;
	width: 200px;
	height: 100px;
}

#volltextsuche {
/*	float: right;
	display: inline;
	margin: 0 15px 0 0;
	clear: both;
	width: 180px;
*/
	
	border-bottom:3px solid #FFFFFF;
	display:block;
	float:none;
	padding:15px;
	padding-bottom:0;
}
 #suchfeld{
	width: 135px !important;
}

#container #right-column #content {
	padding: 20px;
}

#container #container_ending_line {
	display: inline;
	float: left;
	clear: both;
	height: 7px;
	background-color: #fff;
	width: 210px;
	margin-left: 7px;
}

#container #footer {
	float: none;
	display: block;
	background: url(../images/footer_bg.gif) no-repeat #CED2C5;
	height: 30px;
	clear: both;
	padding-bottom: 15px;
}

/**********************************************
Navigation 
***********************************************/

#navigation ul {
	list-style: none;
	margin: 0;
}

#navigation ul li {
	display: block;
	padding-bottom: 5px;
}

#navigation ul li a {
	padding: 2px 0 2px 0;
	display: block;
	background: none;
	color: #fff; /*#5d5230;*/
	/* border-bottom: 1px solid #fff; */
	font-size: 13px;
}

#navigation .hover, #navigation a:hover {
	color: #000; /*#9D5606;*/
}

/**********************************************
Standardseiten im Footer und im Header
***********************************************/

#footer ul, #header ul {
	list-style: none;
	margin: 10px 20px 10px 0;
	float: right;
	display: inline;
	clear: none;
}

#header ul {
	margin: 10px 7px 10px 0;
}

#footer ul li, #header ul li {
	display: inline;
	float: left;
}

#footer ul li a, #header ul li a {
	background: none;
	color: #303635;
	border-right: 1px solid #303635;
	padding: 0 10px 0 10px;
}

#footer .hover, #footer a:hover, #header .hover, #header a:hover {
	text-decoration: underline;
}

#footer .last, #header .last {
	border-right: none;
	padding: 0 0 0 10px;
}


/**********************************************
Elemente 
***********************************************/
body {
	background-color: #CED2C5;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	color: #000;
}

h3, h4, h5, .preis, #navigation a, #unterkategorien, #warenkorb a {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	display: none;
	
}

h2 {
	display: none;	
}

h4 {
	margin: 0 0 7px 0;
	color: #2F3929;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 14px;		
}


#right-column h3 {
	font-size: 18px;
	color: #2f3929;
	display: block;
	font-weight: normal;
	margin-bottom: 15px;	
}

#left-column h3 {
	font-size: 1.15em;
	color: #fff;
	display: block;
	font-weight: normal;	
}

a {
	color: #515151;
	padding-bottom: 0px;
	text-decoration: none;
}

p {
	text-align: left;
	margin-bottom: 20px;
}

ul {
	margin: 0 0 0 20px;
}

.clear {
	clear: both;

}

.bf-loeschen {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.loeschen {
	display: none;
}

/* Artikelfilter und Volltextsuche */
#artikelfilter h3, #volltextsuche h3 {
	font-size: 1.15em;
	margin: 0 0 7px 0;
	color: #fff;
	display: block;
	font-weight: normal;
}

#artikelfilter select, #volltextsuche input {
	margin-bottom: 15px;
	width: 160px;
	display: inline;
	float: left;
	clear: none;
}

#artikelfilter .submit, #volltextsuche .submit, #artikelnummersuche .submit {
	width: auto;
	display: inline;
	margin: 1px 0 0 5px;
	float: left;
	cursor: pointer;
}
#artikelfilter select, #volltectsuche select {
	font-size: 12px;
}

/*  Produkte */
.product-teaser {
	width: 300px;
	height: 150px;
	float: left;
	margin: 0 40px 30px 0;
	clear: none;
}

.product-teaser img {
	float: left;
	margin-right: 5px;
}

.product-teaser .beschreibung {
	float: right;
	width: 150px;
}

.product-teaser .beschreibung p {
	color:#6f7371;
	font-family: arial;
	font-size:12px;
}

.product-teaser .preis {
	font-size: 14px;
	color: #636b5f;
	display: block;
	line-height: 1.4em;
}

.product-teaser h5 {
	color: #303635;
	display: block;
	font-weight: normal;
	margin-bottom: 7px;
	font-size: 13px;
}
.product-images {
	display: block;
	margin: 0 20px 0 0;
/*	width: 350px;*/
	float: left;
}
.product-images .move_images a {
	padding: 0 2px 0 2px;
	font-weight: bold;
	cursor: pointer;
}

.product-images .jslider-pane {
	text-align: left;
}

.product-details {
	display: block;
	float: left;
	width: 315px;
	color:#2F3929;
}
.product-details .preis {
	font-size: 24px;
	color: #2F3929;
	margin-top: 50px;
	display: block;
/*	text-align: right;*/
}
.product-details .preis .mehrwertsteuer {
	font-size: 13px;
	display: block;
	margin-top: 10px;
}

.product-cart-form {
	display: block;
	float: none;
	text-align: left;
	clear: both;
	border-top: 1px solid #636B5F;
	margin-top:20px;
}

.product-cart-form table {
	float: none;
	width: 100%;
	margin-top: 20px;
}

.product-cart-form table td {
	font-size: 12px;
	padding-right: 15px;
	text-align: left;
	color:#2f3929;
}

.product-cart-form table thead td {
/*	font-weight: bold;*/
}

.product-cart-form table thead tr td.item_number {
	width: 20%;
}

.product-cart-form table thead tr td.name {
	width: 40%;
}

.product-cart-form table thead tr td.quantity {
	width: 10%;
}

.product-cart-form table thead tr td.variation {
	width: 20%;
}

.product-cart-form select, input.submit {
	width: auto;
	float: none;
}

.product-cart-form input.submit {
	margin-top: 20px;
}

/* Unterkategorien */
#unterkategorien ul {
	list-style: none;
	margin: 0;
}

#unterkategorien li {
	padding-bottom: 0;
	display: block;
}

#unterkategorien ul li a {
	display: block;
	width: 100%;
	color: #000;
}

#unterkategorien ul li a:hover, #unterkategorien ul li a.hover {
	display: block;
	color: #752c00;
}

/* Artikelnummernsuche */
#artikelnummersuche form {
	display: block;
	clear: both;
	height: 20px;
}

#artikelnummersuche form input {
	width: 143px;
	display: block;
	float: left;
}
#artikelnummersuche form img.submit {
	margin: 1px 0 0 5px;
	cursor: pointer;
	float: left;
}

/* Pagnation */
div.pagination {
	text-align: center;
	margin: 0 0 20px 0;
	display: block;
	clear: both;
	float: none;
}

div.pagination a {
	color: #4E4E4E;
	text-decoration: none;
}

div.pagination a:hover {
	text-decoration: underline;
}

div.pagination a.back {
	float: left;
}

div.pagination a.forward {
	float: right;
}

p.suchmeldung {
	margin: 0 0 30px 0;
}

/* Suchergebnisse */
#suchergebnisse {
	list-style: none;
	margin-bottom: 20px;
}

#suchergebnisse li {
	margin-bottom: -3px;
}

#suchergebnisse li,
#suchergebnisse li a {
	display: block;
	height: 30px;
	clear: both;
	float: none;
	cursor: pointer;
}

#suchergebnisse li a {
	color: #4E4E4E;
	text-decoration: none;
	font-size: 1.2em;
}

#suchergebnisse li a.even {
	background: #EDECE8;
}

#suchergebnisse li a:hover {
	background: #CECFCE;
}

#suchergebnisse li a span.image {
	display: block;
	float: left;
	width: 80px;
	background: #FFF;
	text-align: center;
}

#suchergebnisse li a span.text {
	display: block;
	height: 23px;
	float: left;
	padding: 7px 0 0 20px;
}

#suchergebnisse li a strong {
	font-weight: normal;
	color: #FF0000;
}

/* Warenkorb  linke spalte*/
#warenkorb ul {
	list-style: bullet;
	list-style-position:inside;
	margin: 0;
	
}

#warenkorb ul li {
	margin-bottom: 3px;
	color: #fff;
}

#warenkorb ul li a {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.9em;
}

/*cart ist der warenkorb im content-bereich*/
#cart {
	display:block;
	width:675px;

}
#cart table {
	width: 675px;
	margin-bottom:5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#cart table tr.odd {
	background-color: #979C94;
}
#cart table tr.row_bezahlart {
	padding-top:5px;
	background-color: #fff;
}
#cart table th {
	font-weight:bold;
	padding:3px;
}
#cart table td {
	
	padding:2px
}
#cart table td.number {
	text-align:right;
	padding:2px
}
#aktualisieren {
	padding: 0 5px ;
	margin:0 10px 0 0;
	float:left;
}
#zur_kasse {
	padding: 0 5px ;
	margin:0 0 0 0;
	float:right;
}
#cart_summary {
	margin:20px 10px 0 0;
	display:block;
	width: 600px;
	float:right;
	text-align:right;
}
#cart_summary #bezahlart {
	margin:10px 0 0 0;
		
}
#cart_summary #sum {
	margin:10px 0 0 0;
	font-weight:bold;
}

/*login*/

#container #left-column #login {
	/*ueberschreibt zeile 56*/
	padding-bottom:10px;
	color: #fff;
	font-size: 0.9em;
}
#login input {
	margin-bottom: 5px;
}

#login #anmelden {
	padding: 0 5px ;

}

#login a {
	color: #fff;
}

/*schritt1 login registrierung*/
#schritt1_login {
	width:475px;
	display:block;
	border: 1px solid red;
	margin: 0 0 20px 0;
}

img.submit {
	cursor: pointer;
}

.fehlerbox {
	display: block;
	padding: 10px;
	background-color: #EDECE8;
	border: 1px solid #636B5F;
	margin-bottom: 10px;
}

.beschreibung h5{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.beschreibung span.preis{
	font-family: Arial;
	font-size: 12px;
}

.product-details h4{
	font-family: Arial;
	font-size: 14px;
}



#newsletter-form {
	display: none;
}


#TB_ajaxContent #newsletter-inputs {
    padding-top: 15px;
}


#TB_ajaxContent p {
    float: left;
    width: 130px;
}


#TB_ajaxContent label {
    display: block;
    font-weight: bold;
    background: #C6DBEE;
    height: 30px;
    line-height: 30px;
    width: 50px;
    float: left;
    text-align: right;
    padding-right: 10px;
    color: #fff;
}

#TB_ajaxContent input[type=text] {
    border: none;
    background: #efefef;
    height: 28px;
    width: 229px;
    float: left;
    font-size: 12px;                                
    padding-left: 10px;
    margin-bottom: 10px;
}

#TB_ajaxContent input[type=submit] {
    border: none;
    background: #BCAF88;
    color: #fff;
    height: 28px;
    width: 120px;
    float: right;
    font-size: 12px;                                
    padding-left: 10px;
    margin-bottom: 10px;
}

#TB_ajaxContent input[type=checkbox] {
    margin-right: 5px;
}

/********************
   Copyrighthinweis
*************************/
#cr-hinweis {
	clear:both;
	font-size:11px;
	color:#ccc;
}
/**********************
	Produktbewertung
************************/
#produktbewertung h3 {
background:none repeat scroll 0 0 #E2DCCB;
font-family:Arial;
font-size:14px;
margin:20px 0 0;
padding:5px;
}
#bewerten-table textarea {
border:1px solid #DADADA;
height:100px;
width:633px;
padding: 5px;
}
#bewerten-table {
background:none repeat scroll 0 0 #FAF9F7;
margin:0;
padding:13px 10px;
}
.gravatar {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#rezensionen p {
background:#ecf2f9;
padding:10px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
min-height:50px;
height:auto !important;
height:50px;

}
#rezensionen .rezensionheadline h4 {
float:left;
font-family:Arial;
font-size:13px;
width:545px;
margin: 0;
}
#rezensionen .rezensionheadline h4 span{
font-size:11px;
}
#rezensionen .rezensionheadline h4 span a{
font-weight:bold;
text-decoration: underline;
}
#rezensionen .rezensionheadline {
background:#cfdff0;
height:30px;
line-height:30px;
padding:0 10px;
}
#rezensionen .rezensionheadline img{
padding: 5px 0 0 0;
}
#rezensionen {
list-style:none;
margin:10px 0 0 0;
}
#bewerten-table input {
border:1px solid #DADADA;
height:17px;
padding:3px;
width:195px;
margin: 10px 0;
}

#bewerten-submit {
display:block;
width:100px;
background:#E2DCCB;
height:25px;
line-height:25px;
text-align:center;
float:right;
margin-top:10px;
}
#bewerten-submit:hover {
background:#EFEBE0;
}

#bewerten-table .highlight {
	border-color: red;
}

#bewerten-table #loading {
background:url("../images/ajax-loader.gif") no-repeat scroll 1px 50% transparent;
float:right;
height:35px;
line-height:35px;
padding-left:25px;
width:94px;
display: none;
}

#gesamtbewertung h5 {
font-family:Arial;
}

#gesamtbewertung p {
width:200px;
font-size:10px;
font-style:italic;
}

