/*******************************************************************************
  Style-Sheet für REZKONV-Rezeptbuch - Aenderungen auf eigene Gefahr!

  Schriftgroessen werden in pt oder in Prozent der Basisschrift angegeben
  Farben werden in hexadezimaler RGB-Notation #RGB oder als Farbname angegeben
*******************************************************************************/
/* Hintergrundfarbe */
body { background-color:white; }

/* Schriftarten */
body,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a,sub,sup
	{ font-family:Verdana,Arial,Helvetica,sans-serif; }

h1,h2,h3,h4,h5,h6
	{ font-family:Arial,Helvetica,sans-serif; }

pre,tt
	{ font-family:Courier New,Courier,monospace; }

/* Standardschriftfarbe */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,nobr,b,i,pre,tt
	{ color:black; }

/* Schriftgroessen/-Stile */
/* Basisschriftgroesse */
body,p,ul,ol,li,div,td,th,address,nobr,i,a,pre,tt
	{ font-size:10pt; font-weight:normal; }

sub,sup
	{ font-size:80%; font-weight:bold; }
b
	{ font-weight:bold; }

/* Schriftgröße der Header */
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:80%; font-weight:lighter; }
h6 { font-size:60%; font-weight:lighter; }

/* Abwandlungen (Klassen) der Standardformate */
/* Zutatenüberschrift = Header */
td.inghead { color:black; font-size:100%; font-weight:bold; }
/* Wenn es etwas kleiner sein soll */
.small { font-size:80%; font-weight:lighter; }

/* Farbe bestimmter Header */
h1.head	{ color:#0000BF; }
h2.index	{ color:#9F0000; }
h2.title	{ color:#0000BF; }
h3.yield	{ color:#9F0000; }
h3.cat		{ color:#9F0000; }
h3.ingred	{ color:#9F0000; }
h3.direct	{ color:#9F0000; }
h3.source	{ color:#9F0000; }

/* Horizontale Striche (Ruler) */
/* Achtung: Nicht alle Browser können Strichfarben und sonstige Attribute! */
hr { color:silver; width:100%; height:5px; }
hr.ingsep { color:silver; width:80%; height:5px; }

/* Darstellung der Links */
a:link, a:visited, a:active
	{ color:#0000BF; text-decoration:underline; }
a:hover
	{ color:#9F0000; text-decoration:none; }


