div.videoanzeige{
  text-align: center;
}

div.videoanzeigeshort iframe{
  margin-bottom: inherit;
}

div.videobeschreibung{
  background: #2B6CA3;
  float:left;
  width:100%;
  border-radius: 4px;

}
div.videobeschreibung table{

  margin: 0;

}
div.videobeschreibung th,div.videobeschreibung td{
  color:#ddd;
}

div.videobeschreibung th{
  width:112px;

}

div.table1{
  width: 50%;
  min-width: 640px;
  float: left;

}

table.mediathek td a{
  color: blue;
  text-decoration: underline;
}
table.mediathek td a:hover{
  font-weight: bold;

}
