table h1 {
  color: #d7a500;
  font-weight: bold;
  font-size: small;
}

ul {
  margin-top: 0;
  margin-bottom: 1em;
  list-style-type: square;
  /* einrueckung, damit es auch der IE begreift */
  margin-left: 2em;
  padding-left: 1em;
}

ul.erhebung_folderlist li,
ul.erhebung_filelist li,
ul.erhebung_linklist li {
  margin-bottom: .5em;
  padding-left: .5em;
}

hr.dashedgray {
  width:100%; 
  background-color: white; 
  height:0px; 
  border: none; 
  border-top: thin dashed #ccc; 
  margin-top: 3em;
}

ul.erhebung_linklist {
  list-style-image: url(/Internet/images/publication/link.gif);
}

ul.erhebung_folderlist {
  list-style-image: url(/Internet/images/publication/folder.gif);
}

ul.erhebung_filelist {
  list-style-image: url(/Internet/images/publication/file.gif);
}

ul.erhebung_filelist li.pdf {
  list-style-image: url(/Internet/images/publication/file_pdf.gif);
}

ul.erhebung_filelist li.zip {
  list-style-image: url(/Internet/images/publication/file_zip.png);
}

.help {
  color: #999;
  background: url(/Internet/images/misc/icon_hilfe.png) top left no-repeat;
  min-height: 32px;
  margin-left: 1em;
  padding-left: 48px;
}

