body {
  width: 80%;
  max-width: 900px;
  min-width: 900px;
  background: #FFFFFF;
  margin: 10px 0 0 161px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 24px
}

.content {
  overflow-y: auto;
  height:304px;
  background: url("img/bg_content.png");
  padding: 8px 20px;
  color: #72BDEA;
  font-weight: bold;
}

.kontakt.content {
  background: url("img/bg_kontakt.png");
}

.kontakt {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

.kontakt.content .title {
  margin-top: 0;
}

.spacer {
  content: "";
  height: 18px;
}

a:link,
a:visited {
  text-decoration: none;
}

.content a:link,
.content a:visited {
  color: #72BDEA;
}

.footer a:link,
.footer a:visited {
  color: #4EA5D9;
  text-decoration: underline;
}

.content a:hover,
.content a:active {
  color: white;
  text-decoration: underline;
}

.footer a:hover,
.footer a:active {
  text-decoration: underline;
  color: #72BDEA;
}

.content .title {
  color: #4EA5D9;
  font-size: 16px;
  margin-top: 8px;
}

.content p {
  margin: 0 0 12px 0;
}

.navigation {
  background: #EDEDED;
  line-height: 20px;
  height: 20px;
  border-bottom: 1px solid #c9c9c9;
}

.nav {
  float: right;
  padding: 0 16px;
  font-size: 11.4px;
  color: #88899D;
  font-variant: small-caps;
  font-weight: 500;
  border-left: 1px solid #c9c9c9;
}

.nav.left {
  width: auto;
  min-width: 33%;
  float: left;
  text-align: center;
  color: #EEEEEE;
  background: radial-gradient(circle, rgba(50,56,68,0.65) 0%,rgba(50,56,68,0) 100%);
  border-left: none;
}

a:hover .nav.left {
  background-color: transparent;
  background: radial-gradient(circle, rgba(50,56,68,0.35) 0%,rgba(50,56,68,0) 100%);
  color: #EEEEEE;
  text-shadow: none;
}

.nav.active {
  color: #0E85A9;
  background-color: #000C48;
  text-shadow: 0 0 2px #0E85A9;
}

a:hover .nav ,
a:active .nav {
  color: #0E85A9;
  background-color: #000C48;
  text-shadow: 0 0 2px #0E85A9;
}


.bottom-info {
  float: none;
  height: 109px;
  background: #EDEDED url("img/bg_info.png") no-repeat;
  color: #88899D;
  text-align: center;
  font-family: "Times New Roman", serif;
  font-variant: small-caps;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
}

.footer {
  background: #EDEDED;
  height: 36px;
  font-size: 11px;
  color: #4EA5D9;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.bg-grey {
  background: #EDEDED;
}

.new:before {
  content: "NEU! ";
  color: yellow;
  font-weight: bold;
  padding-right: 10px;
}

.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.grid {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.col-33 {
  width: 33%;
}

.col-66 {
  width: 67%;
}
