  table.lv,
  table.lvBreit {
    background: red;
    color: black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  table.lv {
    width: 210px; /* wegen Bremen */
  }
  table.lvBreit {
    width: 270px; /* wegen Brandenburg */
  }
  table.lv tr.title,
  table.lvBreit, tr.title {
  }
  table.lv td,
  table.lvBreit td {
    background-color: #E3E3E3;
    margin: 0px;
    padding: 4px;
  }
  table.lv td.title,
  table.lvBreit td.title {
    background-color: #F66014;
    color: white;
    font-weight: bold;
  }
  table.lv a,
  table.lvBreit a {
    font-weight: bold;
    text-decoration: none;
  }
  table.lv a:link, table.lv a:visited,
  table.lvBreit a:link, table.lvBreit a:visited {
    color: #F66014;
  }
  table.lv a:active, table.lv a:hover,
  table.lvBreit a:active, table.lvBreit a:hover {
    color: #F66014;
  }

  #karteBox {
    top: 0px;
    position: relative;
    z-index: 100;
  }
  #text,
  #l00,
  #l01, #l02, #l03, #l04, #l05, #l06, #l07, #l08,
  #l09, #l10, #l11, #l12, #l13, #l14, #l15, #l16 {
    height: 189px;
    left: 340px;
    position: absolute;
    top: 50px;
    width: 397px;
    visibility: hidden;
    z-index: 1000;
  }
  /* Brandenburg 
  #l13 {
    left: 280px;
  }*/
  #text {
    color: black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    visibility: visible;
    z-index: 900;
  }
