/* ------------------------------------------------------------------------------------------
 * Datei:
 *   allgemein.css
 * Beschreibung:
 *   Grundsaetzliches Aussehen:
 *   - Fonts
 *   - Absaetze
 *   - Raender
 * ------------------------------------------------------------------------------------------
 * This work is licensed under the Creative Commons Attribution 3.0 Unported License.
 * To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to
 * Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 * ------------------------------------------------------------------------------------------
 * Copyright (C) 2003-2011 Kai Hildebrandt
 * ------------------------------------------------------------------------------------------
 */

body
{
  background-color: #ffffff;
  color: #000000;
}

body.nomargin
{
  width: 640px;
  margin: 0;
  padding: 0;
}

img
{
 border: 0;
}

p,ul,li,h1,h2,h3
{
  font-family: sans-serif;
  color: inherit;
}

h1,h2,h3
{
  font-weight: bold;
  font-variant: small-caps;
}

p.nomargin
{
  margin: 0;
  padding: 0;
}

td
{
  vertical-align: top;
  text-align: left;
}

ul
{
  list-style-type: disc;
}

ul li
{
  margin-top: 1em;
}
