* html { overflow: auto; }  /* Scrollbalken fuer I.E. 6 entfernen */
*+html { overflow: auto; }  /* Scrollbalken fuer I.E. 7 entfernen */

* { margin: 0; padding: 0; }

body {
  margin: 0;
  background: #f4f4f4;
  font-size: 100.01%;
  text-align: center; /* zentriert fuer I.E. 6 */
}

#main {
  width: 490px;
  margin: 0 auto 0 auto;
  padding: 30px 15px 10px 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 0.8em;
  line-height: 125%;
  text-align: left;
}

/* nur fuer I.E. 6 */
* html #main {
  width: 520px;
}

h1 {
  font: normal 1.5em Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 10px 0; }

h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #73aa10;
  margin-top: 0;
  margin-bottom: 6px;
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 6px;
}

p, ul, ol {
  font-size: 1.0em;
  line-height: 126%;
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

ul li {
  font-size: 1.0em;
  list-style-type: square;
  color: #000; line-height: 125%;
  margin-top: 10px;
  margin-left: 25px;
}

ol li {
  font-size: 1.0em;
  color: #000; line-height: 125%;
  margin-bottom: 8px;
  margin-left: 30px;
}

br, hr {
  font-size: 1.0em;
  line-height: 100%;
}

/* Schriftfarben */
.red {
  color: #a00;
}

.invgrn {
  color: #fff;
  background: #73AA10;
  padding: 1px 5px 1px 5px;
}
.invgra {
  color: #fff;
  background: #888;
  padding: 1px 5px 1px 5px;
}

.mark  {
  color: #222;
  background: #c0ff00;
}

/* Links */
a:link {
  color: #006600;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #006600;
  text-decoration: none;
  font-weight: bold;
}

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

form {
  margin: 0;
}

input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  vertical-align: middle;
  padding: 1px 2px 1px 2px;
}

