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,  ul, ol, li,  h1, h2, h3, h4, h5, h6, pre, p, q, blockquote, dl, dt, dd, img { 
  margin: 0; 
  padding: 0; }

ul, ol, li {
  list-style: none;
  text-indent: 0; }

img {
  border: none; }
  
a img,:link img,:visited img { 
  border: none; 
  color: #000000; 
  padding: 0;
  margin: 0; }

.unsichtbar {
  display: none; }

.transparent {
  /*filter: alpha(opacity=50);  Internet Explorer */
  -moz-opacity: 0.50; /* Mozilla Browser */
  opacity: 0.50; /* Opera */
}