/* DATEI: pizza.css *//* Allgemeine Seiteneinstellungen */body  { background-color: #FFFFFF; color: #356d50; font-size: 10pt; font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif; margin-left: 5; margin-top:5; }/* Allgemeine Definition für Schriftart */p,h1,h2,h3,h4,h5,ul,ol,li,div,address,blockquote,nobr	{ font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif; }/* Überschriften und hervortretende Texte */h1           { font-size: 18pt; color: #FF004D; font-weight: bold;border-bottom-width:1pt;border-bottom-color:#356d50;border-bottom-style:solid;padding:5 }/* Seitenüberschriften */h2           { font-size: 16pt; color: #FF004D; font-weight: bold; border-bottom-width:1pt;border-bottom-color:#356d50;border-bottom-style:solid;padding:5}h3           { font-size: 12pt; color: #356d50;}/* Überschrift mit weniger Bedeutung */h4 { font-size:10pt; font-weight:bold;color: #FF004D;}h6 { font-size:8pt; }td.roma {font-size:54pt;color:#FF004D;font-weight:bold;text-align:center;}/* Allgemeine Schriftgröße und Ausrichtung  */p,ul,ol,li,div,th,tt,address{ font-size:10pt;}hr {background-color:#356d50;color:#356d50; border:#356d50; height: 1px;}.header {border-bottom: 1px #356d50 solid}/* Normaler Text, grau */p.grau { color:#808080; font-size:12pt; font-weight:bold; }pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }pre.normal { color:#000000; }/* Allgemeine Definiton für Aufzählungen *//*ul {list-style-position:outside ;list-style-type:square;}*/ul {list-style-image:url("images/bullet.gif"); }li.schwarz { color:#000000; }/* Allgemeine Definiton für Listen */ol           { list-style-type: decimal; color: #000000; font-family: Tahoma, Arial;                word-spacing: 0; margin-left: 25; margin-right: 25;                margin-top: 15; margin-bottom: 15 }ol.letter { list-style-type:lower-alpha; color:#000000; font-family: Tahoma,Arial;}/*Tabellen */td {font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;font-size: 10pt;}td.closed {font-size:36pt;color:#FF004D;border:#356d50 solid 2px;padding:5px;text-align:center;font-weight:bold;}table {background-color:#FFFFFF;}table.xmas {background-color:transparent;}td.salat {border-bottom: 1px #356d50 solid}td.salad {border-bottom: 1px #356d50 solid; font-size:8pt;empty-cells:show;text-align:center;}td.headers {font-size:8pt;color:#FF004D;text-align:center;font-weight:bold;}td.meals {font-size:8pt;text-align:center;}td.info {border-bottom: 1px #CCE6D8 solid;border-top:1px #CCE6D8 solid;text-align:center;}td.cart {empty-cells:show;}/* Globale Standard-Definitonen wie Größe, Ausrichtung und Stärke */.klein       { font-size: 8pt }.kleinmitte {font-size: 8pt;text-align:center;}.mitte {text-align:center; }.mittefett {text-align:center; font-weight:bold; }.fettkursiv {font-weight:bold; font-style:italic; }.rechts {text-align:right; }.rechtsunten {text-align:right; vertical-align:bottom; }.oben {vertical-align:top; }.zentoben {vertical-align:top; text-align:center; }.vemitte {vertical-align:middle; }.vemitrechts {vertical-align:middle; text-align:right; }.unten {vertical-align:bottom; }.zentunten {vertical-align:bottom; text-align:center; }.zentral  {vertical-align:middle; text-align:center; }.links {text-align:left; }/* Definiton der Link-Colors */a:link       { color: #FF004D; }a:visited    { color: #FF004D; }a:hover      { color: #FF004D; text-decoration: underline }a:active     { color: #FF6600; text-decoration: underline }textarea     { font-size: 10pt }