@charset "ISO-8859-1";

body {
  font-size: 100.01%;
  }

* {
  font-family: sans-serif;
  color: black;
  text-align: left;
  font-size:small;
  }

p {
  margin-top:0; 
  line-height: 1.2;
  margin-bottom:0;
  }  
  
h1 {
  font-weight: bold;
  font-size: 1.2em;
  }
  
a:link {
  color: blue; 
  text-decoration: underline;
  font-weight: bold;
  }
a:visited {
  color: blue; 
  text-decoration: underline;
  font-weight: bold;
  }
a:focus {
  color: blue; 
  text-decoration: underline;
  font-weight: bold;
  }
a:hover {
  color: blue; 
  text-decoration: underline;
  font-weight: bold;
  }
a:active {
  color: blue; 
  text-decoration: underline;
  font-weight: bold;
  }
  
#basics {
  
 
  position: absolute;
  left: 2em;
  top: 1em;
  width: 90%;
 
  }
  
#werbung {
  float:right;
  position: relative;
  
  margin: 20px;
}


