div#locationContent {
   width: 600px;
   height: 500px; /* auto funktioniert zusammen mit float nicht*/
   /* border:1px solid #000000; */
   /* background-color: #cfcab4; */
   background-color: #ffffd6;
   font-family:Verdana;
   font-style:normal;
   font-size:10px;
   font-weight: normal;
   clear: both;
}

.locationSources {
  width: 140px;
  height: auto;
  border:1px solid #000000; 
  background-color: #ffffff;
  float: left; 
  padding: 2px;
  margin: 2px;
}

div#nodeList {
   position: absolute;
   top: 320px;
   left: 600px;
   border:1px solid #000000;
   padding: 2px;
}

ul, li { padding-left: 0px; margin-left: 0px; }

.smallmap {
   /* border:1px solid #CCCCCC; */
   height:400px;
   width:600px;
   background-color: #ffffd6;
}

table {
   font-family:Verdana;
   font-style:normal;
   font-size:10px;
   font-weight: normal;
}
.tooltip {
   font-family:Verdana;
   font-style:normal;
   font-size:10px;
   font-weight: normal;
   position: absolute;
   background-color: #FFFFFF;
   color: #000000;
}

.box {
   border: 1px dashed silver; background-color: #eee;
   width: 140px;
}
.ds {
   float:left;
   padding: 2px;
   width: 112px;
   font-family:Verdana;
   font-size: 10px;
   font-style: normal;
   font-weight: bold;
}

.head {
   background-color:silver;
   height:20px;
   padding:1px;
}
.content {
   padding:1px;
}

.bblist {
   position: relative;
   left:12px;
   width: 120px;
   list-style-type:square;
   list-style-position: outside;
}
.pdListings{
   font-family:Verdana;
   font-size: 10px;
   font-style: normal;
}


