/* Formatierung für die Table fuer das Weinangebot */
body
{
 font-family:Arial, Tahoma, sans-serif;
 color: #333333;
 font-size: 12px;
 text-decoration: none
}

table#tab_format /* Formatdefinitionen für angewählte Listenelemente */
{
 color:#40251d;
 text-decoration:none;
}

table#tab_format a /* Formatdefinitionen für Hyperlinks */
{
 font-size:15px;
 text-decoration:underline
}

table#tab_format tr th /* Formatierung für die Tabellenüberschriften */
{
 color:#cc0033;
 font-family: Tahoma, Arial, sans-serif;
 font-size:16px;
 font-style: bold;
 background-color:#ffffee;
 border-style: solid;
 border-width: 1px;
 border-top-color: #bbbbbb;
 border-left-color: #bbbbbb;
 border-right-color: #cc0033;
 border-bottom-color: #cc0033;
}

table#tab_format tr td /* Formatdefinitionen für Zellen */
{
 vertical-align:top; /* Fomatierung für die Zelleninhalte */
 border-style: solid; /* Formatierung für die Zellenrahmen */
 border-width: 2px;
 border-top-color: #f5f5f5;
 border-left-color: #f5f5f5;
 border-right-color: #ffffdd;
 border-bottom-color: #ffffdd;
}

table#tab_default tr td /* Formatdefinitionen für Zellen */
{
 vertical-align:top; /* Fomatierung für die Zelleninhalte */
 border-width: 0px;
}

td#td_wein /* Formatdefinitionen für Zellen */
{
 font: Arial, Tahoma, sans-serif;
 font-size:15px;
}

td#th_wein /* Formatdefinitionen für Spaltenueberschift */
{
 font: Arial, Tahoma, sans-serif;
 font-size:17px; 
 font-style:italic;
}

td#td_jahr /* Formatdefinitionen für Zellen mit der Jahresangabe */
{
 text-align:center;
}

td#th_jahr /* Formatdefinitionen für Spaltenueberschriften mit der Jahresangabe */
{
 text-align:center;
 font-style:italic;
}

td#td_inhalt /* Formatdefinitionen fuer die Zellen mit der Inhaltsangabe*/
{
 text-align:center;
 color:#333333;
}

td#th_inhalt /* Formatdefinitionen fuer die Spaltenueberschriften mit der Inhaltsangabe*/
{
 text-align:center;
 color:#333333;
 font-style:italic;
}

td#td_lpreis /* Formatdefinitionen fuer die Zellen mit der Preisangabe je Liter*/
{
 text-align:right;
 color: #666666;
}

td#th_lpreis /* Formatdefinitionen fuer die Spaltenueberschriften mit der Preisangabe je Liter*/
{
 text-align:right;
 color: #666666;
 font-style:italic;
}

td#td_preis /* Formatdefinitionen fuer die Zellen mit der Preisangabe*/
{
 text-align:right;
 font-style:bold;
}

td#th_preis /* Formatdefinitionen fuer die Spaltenueberschriften mit der Preisangabe*/
{
 text-align:right;
 font-style:bold;
 font-style:italic;
}

/* Formatdefinitionen fuer die Tabelle im oberen Frame */
td#td_oben /* Formatdefinitionen für Zellen */
{
 border-width:1px;
 border-right-color:#333333;
 border-top-color:#333333;
 border-left-color:#333333;
 border-bottom-color:#ffffff;
}

table#table_bild/* Formatdefinitionen fuer die Zellen mit Grafiken */
{
 border-width:1px;
 border-left-color:#bbbbbb;
 border-top-color:#bbbbbb;
 border-right-color:#cc0033;
 border-bottom-color:#cc0033;
}

td#td_format /* Formatdefinitionen für Fromularzellen */
{
 vertical-align:top; /* Fomatierung für die Zelleninhalte */
 border-style: solid; /* Formatierung für die Zellenrahmen */
 border-width: 2px;
 border-top-color: #f5f5f5;
 border-left-color: #f5f5f5;
 border-right-color: #ffffdd;
 border-bottom-color: #ffffdd;
 width:100%;
}

table#tab_default /* Formatdefinitionen für Fromularzellen */
{
 vertical-align:top; /* Fomatierung für die Zelleninhalte */
 border-width: 0px;
}

tr#tab_default /* Formatdefinitionen für Fromularzellen */
{
 border-width: 0px;
}

td#tab_default /* Formatdefinitionen für Fromularzellen */
{
 border-width: 0px;
}
