/* Artikelübersicht */
.artikelbox { width: 800px; margin-left: 40px; margin-top: 20px; overflow: hidden; }
.artikelbox .sorting { text-align: center; }
.artikelliste { margin: 18px; width: 214px; height: 278px; border: 1px solid #aaa; float: left; background: #fff; background-image: url(../images/box.png); }
.artikelliste:hover { background: #49e; background-image: url(../images/box.png); border: 1px solid #36d; }
.artikelliste:hover a { color: #fff; }
.artikelliste_bezeichnung { height: 45px; font-size: 12px; margin-top: 65px; padding-left: 10px; padding-right: 10px; }
.artikelliste_bild { text-align: center; vertical-align: middle; height: 120px; }
.artikelliste_bild img { margin-top: 20px; width: 100px; border-width: 0px; }
.artikelliste_text { padding-left: 10px; color: #fff; height: 200px; }
.artikelliste_text .langtext { font-size: 11px; color: #fff; }
.artikelliste_text .preis { font-size: 16px; font-weight: bold; }
.artikelliste_text .artikelliste_langtext { display: none; }
a.artikelliste_artikellink { float: right; position: relative; left: -7px; top: 17px; line-height: 15px; float: right; padding: 3px; border: 1px solid #fff; color: #014e7c; text-decoration: none; }
a.artikelliste_artikellink:hover { background-image: url(../images/breadcrumbbg2.png); color: #003e6c; padding: 3px; border: 1px solid #ddd; color: #003e6c; text-decoration: none; }
a.artikelliste_artikellink img { border-width: 0px; }
.artikelliste_bezeichnung a { text-decoration: none; color: #037; font-weight: bold; }
.artikelliste_text a { color: #fff; }
.artikel_begrenzung { clear: both; text-align: center; margin: 10px; }
.artikel_begrenzung a { color: #059; text-decoration: none; }
.artikel_begrenzung a:hover { color: #059; text-decoration: underline; }
.artikelliste .tooltip { background-image: url(../images/tooltipbg.png); border-style: dashed; border-width: 1px; border-color: #aaf; padding: 10px; width: 400px; }