body {
  margin: 0;
  font-size: 14px;
}

.active {
  color: red;
}

.box {
  width: 320px;
  float: left;
  border: 2px solid;
  border-radius: 3px;
  background-color: #CCB81C;
  margin: 10px;
  font-size: 10px;
  color: navy;
  height: 144px;
  position: relative;
  line-height: 13px;
  text-align: left;
}

.name {
  font-size: 12px;
  position: absolute;
  top: 1px;
}

img {
  float: left;
  height: 144px;
  margin-right: 5px;
  width: 136px;
}

.box_nummer {
  position: absolute;
  height: 15px;
  right: 0;
  top: 0;
  width: 83px;
  text-align: center;
  border-radius: 8px;
  background-color: yellow;
}

.delete {
  position: absolute;
  height: 15px;
  left: 0;
  top: 0;
  width: 83px;
  text-align: center;
  border-radius: 8px;
  background-color: red;
}

.selected {
  background-color: #95CCCA;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}
.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

hr {
  border-width: 1px;
  border-style: inset;
}