#text {
  padding: 10px;
  font-size: 90%;
  background-color: #FFFFFF;
  overflow:hidden;
}

#text p {
  margin-bottom: 10px;
}


#text a {
  color: #FF0000;
}

h1 {
  font-size: 110%;
  color: #808080;
  margin-bottom: 15px;
}

h2 {
  font-size: 110%;
  color: #808080;
  margin-bottom: 8px;
  border-bottom: 1px dotted #808080;
}

h3 {
  font-size: 110%;
  color: #808080;
  margin-bottom: 8px;
}

ul {
  margin: 30px;
}

ol {
  margin: 30px;
}

.bild_links {
  float: left;
  border-right: 8px solid #FFFFFF;
}


.bild_rechts{
  float: right;
  border-left: 8px solid #FFFFFF;
}

.hervorheben {
  font-weight: bold;
}

.schattieren {
  background-color: #e0e0e0;
}

.rahmen {
  border: 1px solid #e0e0e0;
}

.link {
  color: #FF0000;
}


