html {
  /* font-family: Arial; */
  color: #000000;
  font-size: 12px;
  font-weight: 100%;
  font-family: Arial;
}

body {
  margin: 0px;
  padding: 0px;

  margin-top: 40px;
}

/* Menue */

div#mm_box ul li span.menu_current a.menu_current {
  color: #0088c7;
  /* text-decoration: underline; */

  border-bottom: #8c8c8c 1px dashed;
}

#logo_menu_part {
  width: 100%;
  height: 160px;
  background-color: #ffffff;
}

#centerer_upper {
  width: 860px;
  margin: auto;
  padding: auto;
}

#centerer_lower {
  width: 860px;
  margin: auto;
  padding: auto;
}

#centerer_lower p {
  line-height: 1.5em;
}

#preview_box {
  width: 810px;
  height: 250px;
}

#ibox1, ibox2 {
  width: 250px;
  height: 250px;
  margin-right: 30px;

  padding: 4px;
  opacity: 0.85;
}

#ibox3 {
  width: 250px;
  height: 250px;
  margin-right: 0px;

  opacity: 0.85;
}

.prev_box_left {
  width: 250px;
  height: 250px;
  margin-right: 30px;

  background-color: #fafafa;

  /* padding: 4px; */
  opacity: 0.85;
}

.prev_box_left:hover {
  width: 250px;
  height: 250px;

  background-color: #fafafa;

  /* padding: 4px; */
  opacity: 1.0;
}

.prev_box_right {
  width: 250px;
  height: 250px;
  margin-right: 0px;

  background-color: #fafafa;

  /* padding: 4px; */
  opacity: 0.85;
}

/* TRIPLET BOX + Sub-Boxen */

#triplet_box {
  float: left;
  width: 810px;
  height: 250px;

  /* ueberragt Footer */
  /* z-index: 95; */

  position: relative;
  top: -80px;

  margin-left: 26px;
}

.tr_box_left {
  float: left;
  height: 250px;

  background-color: #fafafa;

  padding: 4px;
  margin-right: 30px;

  opacity: 0.90;
}

.tr_box_left:hover {
  opacity: 1.0;
}

.tr_box_right {
  float: right;
  height: 250px;

  background-color: #fafafa;

  padding: 4px;
  margin-right: 0px;

  opacity: 0.90;
}

.tr_box_right:hover {
  opacity: 1.0;
}

#mm_box {
  height: 65px;
  margin-top: 40px;
}

#mm_box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;

  text-align: center;
}

#mm_box ul li {
  float: left;
  margin-right: 50px;
  line-height: 65px;
}

#mm_box ul li:last-child {
  margin-right: 0px;
}

#mm_box ul li a {
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: bold;

  font-family: Arial;

  font-size: 16px;
  line-height: 65px;
  text-decoration: none;
}

#mm_box ul li a:hover {
  color: #0088c7;
  text-decoration: none;
}

#mm_box ul li last-item {
  margin-right: 0px;
}

#mm_box ul li ul li {
  display: none;
  line-height: 65px;
}

#mm_box ul li ul:hover li {
  display: block;
}

#content_box {
  width: 810px;
  min-height: 850px;
  margin-left: 26px;
}

#content_box p {
  line-height: 1.6em;
  font-size: 14px;
}

#footer_triplet {
  width: 860px;
  height: 165px;
  margin: auto;
  padding: auto;

  background: none;
}

.footer_left {
  float: left;
  width: 400px;
  height: 165px;

  /* padding-bottom: 0px; */
  /* border: #ffffff 1px dotted; */
}

.footer_left p {
  margin-top: 50px;
  line-height: 1.5em;
}

.footer_wrapper {
  /* Footer Wrapper */
  total-width: 860px;
  height: 165px;

  overflow-y: hidden;

  width: 860px;
  background-color: #3e3d40;

  min-height: 100px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footer_mid {
  float: left;
  width: 250px;
  height: 165px;
}

.footer_mid p {
  margin-top: 50px;
  line-height: 1.5em;
}

.footer_right {
  float: right;
  width: 210px;
  height: 165px;
}

.footer_right p {
  margin-top: 50px;
  line-height: 1.5em;
}

.footer_right p a {
  color: #ffffff;
  text-decoration: none;
}

.footer_right p a:active {
  color: #ffff00;
}

.footer_right p a:hover {
  text-decoration: underline;
}