table.lizenz {
  border: 1px solid #24943A;
  table-layout: fixed;
  background-color: #D4EED1;
  width: 100%;
  height: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.lizenz td
{
  padding: 2px;
  
}
table.lizenz thead {
  background: #24943A;
  background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  border-bottom: 1px solid #444444;
}
table.lizenz thead th {
  font-weight: bold;
  vertical-align: top;
  color: #F0F0F0;
  padding: 5px;
  text-align: left;
  font-size: 90%;
  border-left: 2px solid #24943A;
}
table.lizenz thead th:first-child {
  border-left: none;
}

table.lizenz tfoot td 
{
  font-size: 100%;
  padding: 3px;
}
table.lizenz tfoot .links {
  text-align: right;
}
table.lizenz tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #24943A;
  padding: 2px 8px;
  border-radius: 5px;
}
.lizenz_kosten
{
    margin-top: 25px;
    font-weight: bold;
    color: green;
}