/***************************************/
/* ONMAPLIST Stylesheets 23.12.07      */
/***************************************/

div#listContainer {
  width:290px; 
  overflow:hidden;
  z-index:2; 
  position:absolute;  
  top:121px;
  right:50px;
}

/* Linker Schatten */
div#listContainer1 {
  background:url(/images/contentbox/content-right.png) right repeat-y;
}

/* Rechter Schatten */
div#listContainer2 {
    background:url(/images/contentbox/content-left.png) 0 -5px repeat-y;
}

table.onmaplist, table#favlist, table {
 width:100%;
 margin:0;
 padding:0;
 background:#fff;
 font-size:1.2em;
}

table.onmaplist tr td, table#favlist tr td {
 padding:0;
 margin:0; 
}

#onmaplist-scroll {
  overflow:auto;
  overflow-x:hidden;
  background:#fff;
}

table.onmaplist tr th, table#favlist tr th, table tr th {
  font-weight:bold;
  color:#fff; 
  background:#ccc;
  padding:2px 0;
  text-align:center;
}

.nofavs {
 text-align:center;
 color:#999; 
}

table.onmaplist a, table#favlist a {display:block; color:#545454; padding:5px 5px; text-decoration:none; background:none; border-bottom:1px dotted #DADADA;}
table.onmaplist a:visited, table#favlist div a:visited {color:#9F00AD;}
table.onmaplist a:active, table#favlist div a:active {}
table.onmaplist a:hover, table#favlist a:hover {background:#F8F7F7;}
table#favlist div {display:block; color:#545454; padding:5px 5px; text-decoration:none; background:none; border-bottom:1px dotted #DADADA;}

/* Icon Allgemein */
table.onmaplist a.icon, table#favlist a.icon {border:none; background:none; display:block;width:17px;height:12px;float:right; padding:5px 0 0 0; margin:4px 3px 0 0;}
table.onmaplist a.icon, table#favlist a.icon:visited {}
table.onmaplist a.icon:hover, table#favlist a.icon:hover, table.onmaplist a.icon:active {background-position:0 -17px;}

/* Icon Speziell */
table.onmaplist a.fav {background:url(/images/icons/onmaplist-fav.gif) no-repeat; float:right;}
table#favlist a.delfav {background:url(/images/icons/favlist-delfav.gif) no-repeat; float:right;}

#listContainer div.bottom {
  background:url(/images/contentbox/content-bottom-bg.png) bottom repeat-x;
  height:14px;
  margin:0 14px 0 14px;
}

#listContainer img.left {float:left;left:-31px; position:relative; height:14px;}
#listContainer img.right {float:right; right:-31px; position:relative; height:14px;}