@import url(global.css); 

.vd_entry_picsmall {
  width: 60px;
  float: left;
  text-align: center;
  padding-top: 3px;
}
.vd_entry_text {
  margin: 0 0 10px 72px;
}
.vd_group_header {
  background-image: url(/extern/images/aktualisierungsuebersicht/group_header_line.gif);
  background-repeat: repeat-x;
  background-position: left center;
  padding-left: 60px;
  margin-bottom: 5px;
}
.vd_group_header h2 {
  background-color: #fff;
  padding: 0 15px 0 15px;
  display: inline;
}
.vd_entry_infoshort * {
  line-height: 1.4em;
}
.vd_entry_infoshort {
  border: 1px solid #FFFFFF;
  padding: 3px;
  background-color: #FFFFFF;
}
.vd_shownodetails .vd_hover .vd_entry_infoshort {
  background-color: #eee;
  border: 1px solid #eee;
}
.vd_showdetails .vd_hover .vd_entry_infoshort {
}

.vd_entry_infofullcon {
  position: relative;
  margin-left: 0px;
}
.vd_shownodetails .vd_entry_infofull {
 display: none;
 width: 80%;
 right: 10%;
 top: 5px;

 position: absolute;
 padding: 5px;

  border-top: 1px solid #F27E14;
  border-left: 1px solid #F27E14;
  border-right: 1px solid #F27E14;
  border-bottom: 1px solid #F27E14;
  background-color: #FEE2BA;
}
.vd_showdetails .vd_entry_infofull {
  display: block;
  width: auto;
  right: auto;
  top: auto;

  position: relative;
  padding: 5px;

  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: #eee;

  /* <= IE6 float-disappear fix */
  zoom: 1;
}

.vd_hover .vd_entry_infofull {
 display: block;
}

.vd_entry .pfeil {
 display: none;
}
.vd_updatelist .vd_hover .pfeil {
 display: inline;
}

.vd_entry a:link .pfeil,
.vd_entry a:active .pfeil,
.vd_entry a:visited .pfeil {
  color: #1E327B;
  font-weight: bold;
  text-decoration: none;
}
.vd_entry a:hover,
.vd_entry a:hover .pfeil {
  color: #F27E14;
  font-weight: bold;
  text-decoration: none;
}

.vd_entry_pic {
  padding: 5px;
  margin: 0;
/*  margin: 0 15px 0 0;*/
  float: left;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  width:100px;
  height:100px;
  text-align: center;
  vertical-align: middle;
}

.vd_entry_updateinfo {
   margin-left: 125px;
}

.vd_entry_updateinfo ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.vd_entry_updateinfo ul li {
  margin-bottom:12px;
  margin-top:4px;
  list-style-type:disc;
}
.vd_entry_updateinfo ul ul li {
  margin-bottom:0;
  margin-top:2px;
  list-style-image: url(/extern/etc/spiegelstrich.gif);
}

.vd_entry_clear {
  clear: left;
}

