/* Zuruecksetzen einiger Werte */
html, body {
  font-size: 100.01%;
  color: #000000;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, pre, code { 
  font-weight: normal;
  font-size: 100%; }

body, html, form, fieldset, input, table, h1, h2, h3, h4, h5, h6, pre, p, q, blockquote, dl, dt, dd, img { 
  margin: 0; 
  padding: 0; }

img {
  border: none; }
  
a img,
:link img,
:visited img,
:focus img,
:hover img,
:active img { 
  border: none; 
  color: #000000; 
  padding: 0;
  margin: 0; }

.unsichtbar {
  display: none; }

.transparent {
  -moz-opacity: 0.50; /* Mozilla Browser */
  opacity: 0.50; /* Opera */
}
  
.stopper-links {
  clear: left; }

.stopper-rechts {
  clear: right; }

.stopper {
  clear: both; }
  
.spamschutz {
    unicode-bidi: bidi-override;
    direction: rtl; }