html {
	background-color:#ffffcc;
}

body {
	margin:0px;
	padding:34px 0px 18px 36px;
}

h1 img {
	height:42px;
}
img {
	border-style:none;
}

.warn {
  color:red;
}

table.rahmenlos {
	margin:0;
	padding:0;
	border-spacing:0;
}

table.rahmenlos td {
	margin:0;
	padding:0px 8px 2px 0px;
}

#hd_seite {
	 margin-bottom:5px;
}

div.kasten {
	background-color:#e7e7b6;
	margin:14px;
	margin-left:0px;
	width:500px;
}
div.kasten .content {
	padding:11px;
}

/*Produktuebersicht*/

div.produktkasten {
	width:370px;
	height:165px;
	background-color:#e7e7b6;
	float:left;
	overflow:hidden;
	margin:0px 14px 14px 0px;
}

.kasten .header, .produktkasten .header {
	background-color:#cccc99;
	padding:0px 11px 1px 11px;
	border: 1px solid #CCCC99;
	height:23px;
	overflow: hidden;
}

div.kasten .header h2, .produktkasten .header h2 {
	font-size:12px;
	font-weight:bold;
	display:inline;
}

.produktkasten table.beschreibung {
	width:370px;
	height:135px;
	overflow:hidden;
	table-layout:fixed;
}

.produktkasten .beschreibung td {
	padding-left:5px;
	padding-top:10px;
}
.produktkasten .beschreibung td.text, 
.produktkasten .beschreibung td.text_unten {
	margin:0px;
	padding-left:14px;
	padding-right:8px;
	line-height:17px;
	vertical-align:top;
}

.produktkasten .beschreibung td.text_unten {
	vertical-align:bottom;
	margin-bottom:0px;
	padding-top:0px;
}

.produktkasten .beschreibung td.text p {
	line-height:17px;
}


.produktkasten .beschreibung td.bild {
	height:130px;
	width:130px;
	text-align:center;
	vertical-align:top;
}
.produktkasten .beschreibung input {
	border:1px solid #333333;
}

.produktkasten .beschreibung input.anzahl {
	width:50px;
}

.preis {
	font-weight:bold;
}

/*Produktdetail*/

#produktdetail div.produktkasten {
	width:600px;
	background-color:#e7e7b6;
	margin:14px;
	margin-left:0px;
	height:auto;
	overflow:auto;
	float:none;
}

#produktdetail .produktkasten .header {
	background-color:#cccc99;
	padding:0px 11px 1px 11px;
	border: 1px solid #CCCC99;
}

#produktdetail .produktkasten .header h2 {
	font-size:12px;
	font-weight:bold;
	display:inline;
}

#produktdetail .produktkasten .beschreibung td.bild {
	width:310px;
}
#produktdetail .produktkasten table.beschreibung {
	margin-top:8px;
	margin-left:5px;
	overflow:hidden;
	table-layout:fixed;
	width:auto;
}

#produktdetail .produktkasten table.beschreibung p {
	line-height:18px;

}

#produktdetail .produktkasten table.beschreibung ul {
	line-height:18px;
	margin:0px;
	padding:0px;
	list-style-position: inside;
	list-style-type: square;
}

#produktdetail .produktkasten table.beschreibung td {
	padding-bottom:10px;
}


#produktdetail .produktkasten table.beschreibung td.unten {
	vertical-align: bottom;
}

#produktdetail .produktkasten table.beschreibung td.unten p {
	margin-bottom:0px;
}

#produktdetail .produktkasten table.abbildungen {
 table-layout:fixed;
 height:100%;
}

#produktdetail .produktkasten table.abbildungen td {
	padding-bottom:0px;
}

#produktdetail .produktkasten select {
	border:1px solid #333333;
}


#produktdetail .produktkasten form{
	margin:0px;
	padding:0px;
}

#produktdetail .zurueck {
	text-align:right;
	width:600px;
}

.warenkorb  {
	border-spacing:0;
  margin:0;
  padding:0;
  border:0;
}

.warenkorb td, .warenkorb th {
  text-align: left;
}

.warenkorb .preis {
  text-align: right;
}
.warenkorb .aktion {
  text-align: center;
}

.warenkorb td, .warenkorb th {
  padding:2px 8px 2px 8px;
  margin:0;
  border:0;
}

.warenkorb .odd {
  background-color: #e7e7b6;
}


