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

  font-family: Arial;
  font-size: 14px;
}

h2 {
  color: #f07d00;
  font-weight: bold;
}

#MKL_line_100 {
  width: 100%;
  height: 48px;
  color: #ffffff;

  background-color: #2e2e2e;
  background-image: url('../img/hauptmenue-muster.png');
}

#MKL_menu_box {
  width: 1108px;
  margin: auto;
  padding: auto;
  border-left: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
}

#MKL_menu_positioner {
  margin-left: 500px;
}

#MKL_menu_positioner ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 48px;
}

#MKL_menu_positioner ul li {
  float: left;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  margin-left: 55px;
}

#MKL_menu_positioner ul li ul {
  display: none;
}

/* Menuehervorhebung */
#MKL_menu_positioner ul li span a.menu_current {
  /* height: 48px;
  line-height: 48px; */
  color: #d47924;
  /* background-image: url('../img/arrow-down.png');
  background-repeat: no-repeat; */
}

#MKL_menu_positioner ul li:hover {
  background-image: url('../img/arrow-down.png');
  background-repeat: no-repeat;
}

#MKL_menu_positioner ul li a {
  color: #a4a4a4;
  text-decoration: none;
  font-weight: bold;
}

#MKL_menu_positioner ul li a:hover {
  color: #d47924;
}

#MKL_final_content {
  width: 948px;
  margin: auto;
  padding: auto;
}

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

.mkl_greyed_out_box {
  background-color: #595959;
  color: #9f9f9f;

  font-size: 12px;
  font-family: Arial;
}

.mkl_greyed_out_box {
  padding: 7px;
  width: 300px;
  border: 0px;

  margin-bottom: 16px;
}

.mkl_greyed_out_box:hover {
  background-color: #666666;
}

.mkl_footer_send_button {
  background-color: #d2861f;
  color: #ffffff;
  border: 0px;

  padding: 7px;
  font-size: 12px;
  font-family: Arial;
}

#mkl_full_footer_wrapper {
  width: 100%;
  height: 500px;
  background-color: #4e4e4e;
  color: #acacac;
  border-top: #cc6d20 4px solid;

  font-size: 12px;
  font-family: Arial;
}

#mkl_full_footer_wrapper p a {
  /* color: #acacac; */
  color: #bfbfbf;

  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
}

#mkl_full_footer_wrapper p a:hover {
  text-decoration: underline;
  color: #cccccc;
}

/* Formulare */

.frm-nixhier {
  display: none;
}

.frm-textfield {
  border: #a6a6a6 1px solid;
  margin: 0px;
  padding: 7px;
  width: 400px;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 5px;
}

#field3 {
  background-color: #faffbf;
}

#field3:hover {
  background-color: #fbffcc;
}

.frm-textfield:hover {
  border: #999999 1px solid;
  background-color: #fefff2;
}

.frm-select {
  border: #a6a6a6 1px solid;
  margin: 0px;
  padding: 7px;

  /* +16px fuer <select> */
  width: 416px;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 5px;
}

.frm-select:hover {
  border: #999999 1px solid;
  background-color: #fefff2;
}

.frm-textarea {
  width: 400px;
  padding: 7px;
  font-family: Arial;
  font-size: 12px;
}

.frm-textarea:hover {
  border: #999999 1px solid;
  background-color: #fefff2;
}

#mkl_breadcrumb_line {
  width: 1108px;
}

#mkl_breadcrumb_main_box {
  width: 948px;
  height: 25px;

  margin: auto;
  padding: auto;
}

/* WSB Defaults */

.breadcrumb {
  margin-top: 25px;
  margin-bottom: 5px;

  font-family: Arial;
  font-size: 11px;

  text-align: right;
}

.breadcrumb .crumb {
  font-weight: bold;
}

/* FAQ */

#mkl_faq_ul_grid {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.mkl_frage {
  display: block;
}

.mkl_frage a {
  color: #d57b1c;
  text-decoration: none;
  cursor: pointer;
}

.mkl_frage a:hover {
  text-decoration: underline;
}

.mkl_antwort {
  display: none;
}