div.itembox {
  background-color: #BCD4F0;
  padding: 4px;
  margin-bottom: 0px;
  width:730px;
  position: relative;
  margin: 0px;
}

div.itembox div.title {
  font-weight: bold;
  font-family: Arial;
  font-size: 9pt;
  vertical-align: top;
  border-bottom: 2px solid white;
  margin-bottom: 5px;
  padding: 2px 5px;
  cursor: pointer;
}

div.itembox div.title span.datum {
  font-weight: bold;
}

div.itembox div.besch {
  font-family: Verdana;
  font-size: 10pt;
  padding: 5px;
  background-color: white;
  overflow-y: auto;
  width: 595px;
  height: 430px;
  position: relative;
  overflow-x: hidden;
}

div.itembox div.besch div.mapbesch {
  font-family: Verdana;
  font-size: 10pt;
  background-color: white;
  border-top: 1px solid #BCD4F0;
  width: 580px;
  margin-top: 8px;
  padding-top: 3px;
}

div.itembox div.image {
  padding: 5px;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  width: 110px;
  text-align: center;
  margin-left: 4px;
  height: 430px;
  position: relative;
}

div.itembox div.image img {
  border: 0px none none;
  margin: 2px;
  padding: 0px;
}

div.itembox div.image a {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  border: 0px none none;
}

div.itembox div.besch div.nomap {
  border-top-style: none;
  margin-top: 0px;
}

div#container {
  position: relative;
  height: 200px;
  width: 455px;
  overflow: hidden;
  border: 1px solid gray;
  border-style: none;
  border-width: 0px;
}

div#karte {
  position: absolute;
}

div.karte0 {
  background: transparent url("../img/karten/free_50.jpg") scroll no-repeat top left;
  height: 435px;
  width: 455px;
  top: 0px;
  left: 0px;
}

div.karte1 {
  background: transparent url("../img/karten/umgebung_50.jpg") scroll no-repeat top left;
  height: 325px;
  width: 455px;
  top: 0px;
  left: 0px;
}

div#mapscroll_up {
  position: absolute;
  top: 1px;
  left: 177px;
  width: 100px;
  height: 13px;
  background: transparent url(../img/mapscroll/up.png) scroll no-repeat center center;
  cursor: pointer;
}

div#mapscroll_down {
  position: absolute;
  bottom: 1px;
  left: 177px;
  width: 100px;
  height: 13px;
  background: transparent url(../img/mapscroll/down.png) scroll no-repeat center center;
  cursor: pointer;
}

ul.elistmaptab {
	list-style: none;
	margin: 3px 0px;
	padding: 0px;
	border: 0px none white;
}

ul.elistmaptab li {
  margin: 0px;
  padding: 3px 10px;
  border: 1px solid gray;
  border-style: none solid solid none;
  cursor: pointer;
}
ul.elistmaptab li.first {
  border-top-style: solid;
}

ul.elistmaptab li:hover {
	background-color: #FFFFBB;
}

ul.elistmaptab li.selected {
	background-color: #BCD4F0;
}

table.elistmapsandtabs {
}

table.elistmapsandtabs td {

}
table.elistmapsandtabs td.elistmaptd {
  border: 1px solid gray;  
}

