/* Contentseiten */
.norm-lsp-content {
  color: #000000;
  font-size: .9em;
  text-align: left;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .norm-lsp-content {
	  margin-left: 0;
  }
}

.norm-lsp-content h2 a:not([href]) {
  color: #069;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .norm-lsp-content h1 {
	  margin-left: 0;
  }
}
.norm-lsp-content p {
  padding: 0;
  margin: 0 0 14px 0;
}
.norm-lsp-content ul > li {
  list-style-image: url('/images/greydot.gif');
  margin: 0 0 12px 15px;
  padding: 0 0 0 6px;
  line-height: 16px;
}
.norm-lsp-content .header {
  margin: 8px auto 8px auto;
  padding: 0 0 3px 18px;
  font-weight: bold;
  background: url('/images/yellowdot.gif') 0 3px no-repeat;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .norm-lsp-content .header {
	  margin-left: 0;
  }
}

.norm-lsp-content .pagination li{
  margin: 0;
  padding: 0;
}
