/*
 *  Author:   Dominique Wegner
 *  Date:     17.07.2008 (d.m.Y)
 *  Update:   25.01.2010 (d.m.Y)
 */
 
body {
  background: #000;
  color: #000;
  line-height: 100%;
}

input, textarea, select {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

object {
  outline: none;
}

/* Tabellen benötigen immer noch ein 'cellspacing="0"' für den Zeileabstand im IE */
table {
  border-spacing: 0;
}

* html table, * + html table {
  border-collapse: collapse;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
