/* CSS Document */

 
body {
 margin: 20px;
 font: 69%  Verdana, Arial, Helvetica, sans-serif;
 }

#kopfbereich {
  display: none;
}

#contentbereich {
  padding: 0px;
  border: 0px;
  width: 90%;
  text-align: left;
  display: block !important; 
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 2.8em;
  margin: 0px 0px 0px 0px;

}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.2em;
  font-style:italic;
  margin: 5px 0px 0px 0px;

}

img  { display: none; }

a {
  color: #333333;
  text-decoration:none;
}

#contentbereich  p {
  margin: 10px 0px 0px 0px;
}

p img {
  float: left;	
  margin: 3px 20px 5px 0px;
}

hr {
  height: 1px;
  border: 0;
  color: #666;
  background: #666;
  margin: 10px 0px 0px 0px;
}


#footer {
  display: none;
}









