
/* Grundeinstellungen für das Layout */

body { font-family:Verdana,sans-serif; margin:0; padding:0;
  background-color:#444; }
a { text-decoration:none; }
a:hover, a:visited { color:#00e; }
th, td { padding:0.5ex; }
table { border-collapse:separate; }

/* Header mit Suchformular */

#head { padding:2ex 2ex 2ex 2ex; background-color:#ddecff; }
h1 { font-size:x-large; font-weight:normal;  margin:0; }
h1 a { text-decoration:none; color:#000; }
h1 span { font-size:small; }
h2 { margin:0; padding:2ex 0 1ex 0; font-weight:normal; }


/* Ergebnisbereich */

#main { padding:0 2ex 5ex 2ex; background-color:#ddecff;
  overflow:auto; }


/* Footer */

#footer { padding:2ex; color:#fff; }
#footer a { color:#99f; }

/* Medikamente */

div.resultat { padding:1ex; }
div.med { font-weight:bold; margin-bottom:1ex; }
table.med { text-align:left; }
.box_Y { background-color:#ff0; }
.box_G { background-color:#0f0; }


/* Wirkstoffe */

table.wst { text-align:left; }
td.r { text-align:right; }


/* ATC */

table.atc { text-align:left; }
table.atc tr.cur { font-weight:bold; }


/* Preisvergleich */

table.vgl { text-align:left; }
table.vgl tr.a { font-weight:bold; }


