/* Allgemeingültige Stile fuer www.recomedical.com */
/* last update: 10.05.2011, hwr */

body {
  background-color:Gainsboro;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  color:navy;
}

p,div { text-align:justify }

h1 { font-size:20px; }

h2 { font-size:18px; }

h3 { font-size:14px; }

h4 { font-size:12px; }

a,p,ul,ol,li,div,td,th,address,b,i { font-size:12px; }

.small { font-size:9px; }

.main_text_color { color:navy; }

.red { color:red; }

.black { color:black; }

/* Hintergrundfarbe für oberen Verteiler */
/*.BgAbove { background-color:#00E1E1; }*/
.BgAbove { background-color:PowderBlue; } 

/* Hintergrundfarbe für linken Verteiler */
/*.BgLeft { background-color:#00E1E1; }*/
.BgLeft { background-color:PowderBlue; }

/* Hintergrundfarbe für Kopfzeile */
.BgHead { background-color:lightgrey; }

/* Hintergrundfarbe / Textgröße für Copyright auf Startseite */
.Bgcopy_index 
	{ background-color:lightgrey; 
	font-size:9px; }


/* Schriftgröße und Hintergrundfarbe für Fußzeile */
.bottom 
	{background-color:PowderBlue;
  	font-size:9px;}

a:link {
  color:#000080;
  text-decoration:underline;
  font-weight:bold;
}

a.invmain:link {
  color:#000080;
  text-decoration:none;
  font-weight:bold;
}

a.invsub:link {
  color:#000080;
  text-decoration:none;
  font-weight:bold;
}

a:visited {
  color:#000080;
  text-decoration:underline;
  font-weight:bold;
}

a.invmain:visited {
  color:#000080;
  text-decoration:none;
  font-weight:bold;
}

a.invsub:visited {
  color:#000080;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  color:#FF0000;
  text-decoration:underline;
  font-weight:bold;
}

a.invmain:hover {
  color:PowderBlue;
  background-color:#000080;
  text-decoration:none;
  font-weight:bold;
}

a.invsub:hover {
  color:PowderBlue;
  background-color:#000080;
  text-decoration:none;
  font-weight:bold;
}

a:active {
  color: #A9A9A9;
  text-decoration:underline;
  font-weight:bold;
}
