/*genutzt fuer tabellarische verlagsdarstellung im vdb -slot, sowohl grid als list */

.table_vlge table{
width:100%;margin:0;padding:0;table-layout:fixed!important;border-collapse:collapse;
}

.table_vlge_td{border-bottom:1px solid #f00;}
.table_vlge_cell{
text-align:center;position:relative;
/*height:158px;*/
height:162px;
vertical-align:top;
margin:0;
padding:0;
}

.table_vlge_logo {
width:180px!important;margin:0;padding:0;
}
.table_vlge_name{
font-size:12px;max-height:60px;position:absolute;bottom:0px;text-align:left;color:#f00;overflow:hidden;

}
.table_vlge_sep_td{
width:15px!important;margin:0!important;padding:0!important;
}
.table_vlge_sep_bar{
width:15px;height:158px;margin:0px 0px 7px 7px;padding:0; border-left:1px solid #f00;
}

.list_vlge table{
}
/*
table.list_vlge > tbody > tr:first-child > td:first-child {line-height:18px;vertical-align:top;padding-bottom:2px;height:23px;}
*/
.list_vlge_td{
  border-bottom:1px solid #555;
  margin:0;padding:0;vertical-align:baseline;
  line-height:29px;
  height:30px;max-height:30px;
}

