@import "body.css";
@import "header.css";
@import "a.css";
@import "main.css";
@import "footer.css";


/* ----------- index.htm ---------- */

.start main ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 160%;
}

/* -------- produktinfo.htm ------- */

@media screen and (min-width: 440px) {
  .screenshot {
    background-color: #ebebeb;
    text-align: center;
    padding: 20px 0;
  }
}

.screenshot img {
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  border: 1px solid #303030;
}


/* ---------- befehle.htm --------- */

.befehle {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin-top: 10px;
}

.befehle th,
.befehle td  {
  padding: 5px;
  border: 1px solid silver;
}

.befehle th {
  text-align: left;
}

.befehle td[colspan="2"] {
  font-weight: bold;
  color: maroon;
  background-color: #e0e0e0;
}

/* --------- impressum.htm --------- */

address {
  font-style: normal;
  margin-top: 16px;
}


