/* ___________ BASIC SETTINGS ___________ */
body {
  margin: 20pt;
  border: 0;
  padding: 0;
  width: auto !important;
  background: #FFF;
  color: #000;
  font-family: Arial,Helvetica,Sans-Serif;
  text-align: left !important;
}
a {
  text-decoration: underline;
}
address {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, form {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
img.lefty {
  float: left;
  margin: 0 10pt 10pt 0;
}

/* ___________ STUFF TO HIDE ___________ */
caption, dfn, div.hr, form {
  display: none;
}
#quickjump, #navMeta, #navMain, #navSub, .hideme, .teaserBox, 
#header h2, p.backtotop, .sitemap01, .sitemap02, .sitemap03 {
  display: none;
}

/*  __________________  Kopfzeile definieren  __________________  */
#header h1.hideme {
  margin: 0 0 20pt 0;
  font-size: 20pt;
  font-weight: bold;
  display: block !important;
}

/*  __________________  Hauptbereich mit Inhalt  __________________  */
#hauptbereich { width: auto !important; }
#content h3 { 
  margin: 12pt 0 12pt 0;
  font-size: 16pt;
}
#content h4 { 
  margin: 12pt 0 12pt 0;
  font-size: 14pt;
}
#content address, #content p, #content ul { 
  margin: 0 0 12pt 0;
  font-size: 12pt;
  font-style: normal; 
}
#content p.breadcrumb {
  width: 90%;
  margin: 0 0 12pt 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8pt 0;
  font-size: 8pt; 
}
#content p.breadcrumb a { 
  color: #000;
  text-decoration: none;
}
#content li {
  line-height: 20pt;
}
html>body #content ul.atoz {
  margin-left: -28pt;
}
html>body #content ul.atoz ul {
  margin-left: -18pt;
}
#content ul.atoz li {
  list-style: none;
}
#content ul.atoz h5 {
  border-bottom: 1px solid #000;
  font-size: 13pt;
  width: 97%;
}
#content table {
  margin: 0 0 25pt 0;
  border: 0;
  padding: 0;
  vertical-align: top;
  text-align: left;
  width: 97%;
  font-size: 11pt;
  line-height: 20pt;
}
th, td {
  margin: 0;
  border-bottom: 1px solid #000;
  padding: 4pt 0 4pt 0;
}
.lastCell {
  border-bottom: 0;
}
dl.searchResult, .searchResult dt, .searchResult dd {
  margin: 0;
  border: 0;
  padding: 0;
}
.searchResult dt {
  margin: 1.5em 0 0 0;
  padding: 0 0 .5em 0;
}
.searchResult dd {
  margin: 0 0 .5em 0;
  padding: 0 0 .5em 0;
  border-bottom: 1px dotted #000E25;
}
/* --> Start: CSS2 Selektor (nur Opera, Safari, Firefox & Co.) */
.searchResult dd+dd {
  margin: 0;
  padding: 0 0 .5em 0;
  border-bottom: 0;
}
.searchResult dd+dd+dd {
  border-bottom: 1px dotted #000E25;
}
/* <-- Ende: CSS2 Selektor (nur Opera, Safari, Firefox & Co.) */
