
/* JohA 070519 */

table.ny {
width: 100%;
margin-bottom: 1em;
border-collapse: collapse;

position: relative;
top: 0;
left: 0;

}

table.ny th {
background:#D5E7AB;
font-weight: normal;
text-align: left;
padding: 3px 7px 1px 7px;
border-bottom: 1px solid white;
}

table.ny th.left, table.ny td.left {
width: 20%;
}

table.ny th.middle, table.ny td.middle {
width: 34%;
}

table.ny tr {
border-bottom: 1px solid #A1A1A1;
}

table.ny td {
padding: 7px 7px 7px 7px;
vertical-align: top;
border-bottom: 1px solid #A1A1A1;
}

table.merluft td {
padding: 12px 7px 12px 7px;
vertical-align: top;
border-bottom: 1px solid #A1A1A1;
}

table.ny td.left, table.ny td.right {
}

table.ny td.middle {
font-weight: bold;
}


table.ny td.align_right {
text-align: right;
padding-right: 17px;

}

table.ny td.valign_middle {
vertical-align: middle;
}
