* {
  color: #000;
  margin: 0;
  padding: 0;
  cursor: auto;
  border: none;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-family: georgia;
  text-decoration: none;
  line-height: 1.5em;
  list-style-type: none;
  list-style-position: outside;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
}

a, a:visited {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid #777;
}

a:hover, a:focus {
  text-decoration: none;
  border-bottom: 1px solid #aaa;
  background-color: #f4f2e4;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #aaa;
}

blockquote {
  margin: 1em 2em;
  padding: .5em;
  border: 1px solid #aaa;
  background-color: #fff;
}

button {
  cursor: pointer;
  border: 1px solid #aaa;
}

caption {
  font-size: .75em;
  margin: 2em .1em .1em .1em;
}

cite {
  
}

code {
  font-size: .8em;
  font-variant: small-caps;
}

del {
  text-decoration: line-through;
}

dl {
  padding: 0 1em;
}

dl dd {
  padding: 0 3em;
}

em {
  font-style: italic;
}

fieldset {
  margin: 0 .5em;
  padding: 1em .5em;
  border: 1px solid #aaa;
}

fieldset ul {
  margin: 0;
  padding: 0;
}

fieldset ul li {
  list-style-type: none;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  padding: 0 1em;
}

h2 {
  font-size: 1.75em;
  font-weight: bold;
  padding: 0 1em;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 1em;
}

h4 {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 1em;
}

h5 {
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 1em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
  padding: 0 1em;
}

input {
  display: block;
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
  height: 1.3em;
  font-family: sans-serif;
}

ins {
  text-decoration: underline;
}

label {
  float: left;
  cursor: pointer;
  width: 4em;
  height: 1.3em;
  line-height: 1.3em;
  padding: 1px 0; /* Ausgleich für den border des input */
}

ol {
  margin: 0 1em;
  padding: 1em;
}

ol li {
  padding: .2em;
  list-style-type: decimal;
}

option {
  display: block;
  cursor: pointer;
  font-family: sans-serif;
}

p {
  padding: 1em;
}

pre {
  padding: 1em;
  font-variant: small-caps;
}

select {
  cursor: pointer;
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
}

strong {
  font-weight: bold;
}

sub {
  font-size: .7em;
  vertical-align: sub;
}

sup {
  font-size: .7em;
  vertical-align: super;
}

table {
  margin: 0 2em 1em 2em;
  border-collapse: collapse;
}

table tr:hover td {
  color: #003399;
}

table th {
  padding: 8px 15px;
  color: #003399;
  border-bottom: 2px solid #6678B1;
}

table td {
  padding: 8px 15px;
  color: #003366;
  border-bottom: 1px dotted #ccc;
  font-size: .8em;
}

textarea {
  font-family: sans-serif;
  display: block;
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
}

ul {
  margin: 0 1em;
  padding: 1em;
}

ul li {
  padding: .2em;
  list-style-type: disc;
}
