div.generated-sidebar.portlet {
display: none;
}
div#Hauptlink {
position:absolute;
top: 0px;
right: 0px;
direction: rtl;
width: 100%;
padding-top: 5px;
padding-right: 24px;
}
td[rowspan] {
height: 100px;
}
td {
background: #AAA;
height: 100px;
}
tr td:nth-child(even){
background: rgba(255, 255, 255, 0.45);;
}