/* ========== Allgemeine Definitionen ========== */
body {
	margin: 0px;
	color: #000000;
	font: 12px arial, verdana, helvetica, sans-serif;
}
#header .navList a span, div#contentLeft, .print, div.subnav, div.item .button, .button, input, select, textarea, 
div#navi, div.navList ul, div.column, a.mainNavi, div#mainNavi, div.contactInfo, div.boxRight, 
div#contentRight div.sprobasket, a.subNavi, a.subNavi_active, div.boxLeftPadding, div#navigation {
	display: none;
}
a, a:hover, a:focus, a:active, .default {
	color: #000000 !important;
}
img, div#header, div.main, body {
	border: none;
}
div.main, body {
	background: #ffffff;
}
hr {
    clear: both;
    height: 0px;
    margin: 20px 0px;
    border: none;
    border-bottom: 1px solid #d4d4d4;
}
.clear {
	clear: both;	
}
/* ========== Formulare ========== */
input, select, textarea {
	margin: 0px;
	width: 400px;
	border: 1px solid #5c5c5c;
}
input.xlarge, textarea.xlarge {
	display: block;
} 
select.small {
	width: 60px;
	margin-right: 5px;
}

/* ========== Tabellen ========== */
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	text-align: left;
	padding: 5px 6px 4px 6px;
}
th.right, td.right {
	text-align: right;	
}
th.center, td.center {
	text-align: center;	
}
th a {
	font-weight: normal;
	text-decoration: none;	
}
th img, td img  {
	padding-right: 6px;
}
td {
	padding: 3px; /* vorher 6px */
}

/* ===== Definition lists ===== */
dt {
	float: left;
	clear: left;
	text-align: left;
	width: 130px;
	padding-right: 14px;
}
dd {
	float: left;
	width: 280px;
	margin: 0px;
	margin-bottom: 12px;
}

/* ===== Produktkatalog ===== */
div.item {
	padding-top: 15px;
	border-top: 1px solid #d4d4d4;
	padding-bottom: 25px;
}
div.item .title {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	padding: 0px 0px 10px 0px;	
}
div.item .teaser {
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}
div.item .prize {
	float: right;
	font: bold 16px arial, verdana, helvetica, sans-serif;
}
div.item img {
	float: left;
	margin: 0px 15px 15px 0px;
}

/* ===== Warenkorb & Produkte ===== */
.warenkorb th, .produkt th {
	background: #f0f0f0;
}
.warenkorb tr {
	border-top: 1px solid #d4d4d4;
}
.produkt tr {
	border-bottom: 1px solid #d4d4d4;
}
.warenkorb td, .produkt td {
	vertical-align: top;
}
.warenkorb td select, .produkt td select {
	margin: 3px 0px 3px 10px;
}
.customer {
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #d4d4d4;
}

/* ===== Bildergalerie ===== */
table.product td {
    padding: 0;
}
