/* Corporate Identity für meile.biz IT solutions */

BODY {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  font-family: "Futura Lt BT", Futura, Arial, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
  font-family: "Futura Md BT", Futura, Arial, sans-serif;
  font-weight: bold;
}

P.BildMitLegende {
  font-style: italic;
  text-align: center;
}

A:link    { color: rgb(252, 3, 52);
            background-color: transparent; }
A:visited { color: rgb(32, 32, 32);
            background-color: transparent; }
A:active  { color: rgb(60, 250, 55);
            background-color: transparent; }

/* Tabellen */

TABLE { border-collapse: collapse;
        border-color: rgb(0, 0, 128);
        border-style: solid;
        border-width: 3px }

CAPTION { padding-bottom: 5px }

TH, TD { border-style: solid;
         border-width: 1px;
         padding: 2px;
         vertical-align: top }

TH { background-color: rgb(220, 220, 220);
     color: rgb(0, 0, 0); }

/* Aufzaehlungen und Listen */
