/* Styles für Weinlisten */
table .weinliste-interne-liste {
        width: 100%;
        vertical-align: top;
        padding: 0px;
}

table .weinliste-gruen {
	width: 550px;
	vertical-align: top;
	padding: 3px;
	background-color: #F2F6F0;
}

table .weinliste-gruen td {
	vertical-align: top;
}

table .weinliste-gruen thead {
	font-weight: bold;
	background-color: #C0D3B2;
}

table .weinliste-gruen td.artikelnummer {
	background-color: #C0D3B2;
}

table .weinliste-lila {
	width: 550px;
	vertical-align: top;
	padding: 3px;
	background-color: #F4EDF1;
}

table .weinliste-lila td {
	vertical-align: top;
}

table .weinliste-lila thead {
	font-weight: bold;
	background-color: #C9A6BA;
}

table .weinliste-lila td.artikelnummer {
	background-color: #C9A6BA;
}

table .weinliste-rosa {
	width: 550px;
	vertical-align: top;
	padding: 3px;
	background-color: #FDF6F4;
}

table .weinliste-rosa td {
	vertical-align: top;
}

table .weinliste-rosa thead {
	font-weight: bold;
	background-color: #F7D1C8;
}
table .weinliste-rosa td.artikelnummer {
	background-color: #F7D1C8;
}


/** Neustrukturierung */
td .artikelnummer-kopf {
	width: 60px;
}
td .jahrgang-kopf {
	width: 60px;
}
td .bezeichnung-kopf {
	width: 170px;
}
td .preis-kopf {
	width: 60px;
}
td .charakteristik-kopf {
	width: 200px;
}

td .artikelnummer {
	font-size: 110%;
	text-align: center;
	width: 60px;
}

td .jahrgang {
	width: 70px;
}
td .bezeichnung {
	width: 180px;
}
td .eanflasche {
	font-size: 90%;
	font-style: italic;
}
td .eankarton {
	font-size: 90%;
	font-style: italic;
}
td .preis {
	width: 55px;
	vertical-align: top;
	white-space: nowrap;
}
td .charakteristik {
	width: 200px;
}