/*  Gliederung */	
table td.td_sectionhead {
  background-image:url(bg_sectionhead.png);
  background-repeat:no-repeat;
  background-position:left top;
}
tbody .tbody_head {
  padding-top:5px;
  padding-bottom:5px;
  border-top: 1px solid #111111 !important;
  display:block;
  width:100%;
}
tbody .tbody_content {
  padding-top:5px;
  padding-bottom:10px;
  display:inherit;  
  width:100%;
  /*padding-bottom:20px;
  border-bottom: 1px solid #111111 !important;*/
}

/*.tbody_content tr td label {
  display:inherit;
}*/

[data-toggle="toggle"] {
  display:none;
}



/*table td.td_underlined {
  padding-bottom:20px;
  border-bottom: 1px solid #111111 !important;
}*/






/* Kartendarstellung */
.navigation {
 font-family: Arial;
 font-size: 10pt;
}

div.marker {
 background-image:url(marker.gif);
 background-repeat:no-repeat;
 background-position:left top;
 margin:0px;
 padding:0px;
 border:none
}

p.marker {
 background-color:#FFFFFF;
 font-family: Arial;
 font-size: 10pt;
 margin:0px;
 padding:0px;
 font-weight: bold;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
}


