/*******************************************************************************
  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.

  Style-Sheet for REZKONV-recipe booklets - Modifications are on your own risk!

  Declare font sizes in pt or percent of the basic font size.
  Declare colors in hexadecimal RGB notation or defined color names.
*******************************************************************************/
/* Hintergrundfarbe - Background color */
body { background-color:white; }

/* Schriftarten - Fonts */
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 - Standard font color */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,nobr,b,i,pre,tt
	{ color:black; }

/* Schriftgroessen und -Stile - Font sizes and styles */
/* Basisschriftgroesse - Basic font size */
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 - Font size of headers */
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 */
/* Modifications (clesses) of standard formats */
/* Zutatenüberschrift (Header) - Ingredients header */
td.inghead { color:black; font-size:100%; font-weight:bold; }
/* Wenn es etwas kleiner sein soll - A little bit smaller */
.small { font-size:80%; font-weight:lighter; }

/* Farbe bestimmter Header - Color of some headlines */
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 - Horizontal rulers */
/* Achtung: Nicht alle Browser können Strichfarben und sonstige Attribute! */
/* Note: Not all browsers will display colors or other attributes of rulers! */
hr { color:silver; width:100%; height:5px; }
hr.ingsep { color:silver; width:80%; height:5px; }

/* Darstellung der Links - Display of hyperlinks */
a:link
	{ color:#0000BF; text-decoration:underline; font-weight:normal; }
a:active
	{ color:#0000BF; text-decoration:underline; font-weight:bold; }
a:visited
	{ color:#00BFBF; text-decoration:underline; font-weight:normal; }
a:hover
	{ color:#9F0000; text-decoration:none; font-weight:normal; }
/********************************* EOF ****************************************/

