/* DATEI: styles.css */
/* PROJEKT: Piccoli-Shop*/
/* Autor: Wolfgang Müller*/
/* Datum: 29.08.2002 */

/* Hintergrundfarben */
/* red #C64142 */
/* #E9EAAA  yellow */
/* #008080  green */
/* #C64142  red */
/* #E0E0D0  piccoli-shop Hintergrund*/
/* #FFA828  piccoli-shop orange*/


body { background-color: #E2E0D3 ; }
body.druck { background-color: #FFFFFF ; }


/* Schriftarten */
p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a
     { font-family: Verdana, Arial,sans-serif; }

/* Schriftgrößen*/
h1 { font-size:11pt;  font-weight:bold; }
h2 { font-size:11pt; }
h3 { font-size:10pt;  font-weight:bold;  }
h4 { font-size:8pt; font-weight:normal; }
h5 { font-size:8pt;  font-weight:bold; }
td { font-size:8pt; }
a  { font-size: 8pt;  }


h4.stark {color: #840000;}

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:8pt; }

pre { font-family:Courier New,Courier; font-size:8pt; }
pre.hell {color="#FFFFFF" }

a:link { color:#FF9E00; text-decoration:none; }
a:visited { color:#FF9E00; text-decoration:none; }
a:active { color:#840000; text-decoration:none; }
a:hover  { color:#840000; }

/* Navigationsmenu */
a.menu { font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 8pt;
         display: block;
         margin-top: 0px;
         width: 120px;
         border-left-width: 0px;
         border-left-style: solid;
         border-right-width: 0px;
         border-right-style: solid;
         border-top-width: 2px;
         border-top-style: solid;
         border-bottom-width: 0px;
         border-bottom-style: solid;
         border-color: #FFFFFF;
         padding: 5px;
         background-color: #E0E0D0; }

a.menu:link { color: #000000;
              text-decoration: none; }
a.menu:visited { color:#000000;
                 text-decoration: none; }
a.menu:hover { color: #FFFFFF;
               text-decoration: none;
               background-color: #BDB8A6; }
a.menu:active { color: #000000;
                text-decoration: none; }

/* Tabelle für Bestellformular */

td.tab { font-family=Verdana, Arial,sans-serif;
         font-size: 8pt;
         border-top-width:1pt;
         border-bottom-width:1pt;
         border-left-width:1pt;
         border-right-width:1pt;
         border-style:solid;
         border-color:#000000;
         background:#FFFFFF;
         text-align: left;
         height: 20pt;
         padding:2pt;  }