/* ul { list-style-image : url("pfeil.gif") } */
.infokasten { margin-left: 1cm }
.mitte { text-align: center }
.bo { font-weight: bold }
.top { vertical-align: top }
.red { color: red }
.tablinks { width: 30% }
table { width: 100% }

.netitel {
  clear: both;
  overflow: hidden;
}

.neimage {
  float: right;
  display: table-cell;
  /* padding-bottom verhindert beim IE die evtl. Scrollbalken um ein Bild */
  padding-bottom: 4px;
  /* padding-left schafft Abstand zum links vom Bild positionierten Text */
  padding-left: 5px;
  /* border-style: dashed; */
}

.nemeta {
  display: table-cell;
  /* border: dotted; */
}

.bold {font-weight:bold; color: #1D7A69; cursor: pointer;}
.normal {color: #1D7A69;cursor: pointer;}

