/* Warenkorb */
html, body { background: #000; }


h3 {
padding: 0;
margin: 0;
font-size: 18px;
text-indent: 17px;
background: transparent url(../../bilder/basket.gif) no-repeat;
}
table {
padding: 0;
margin: 1px 0 0 7px;
}

th { padding: 0 2px 0 5px; }
.fueller { display: none; }

p a { font-size: 10px; }

a:visited { color: #fbef00; }
a:hover, a:focus, a:active {
text-decoration: underline;
color: #fff;
}