#navigation {
    position: fixed;
    top: 4px; right: 10px; bottom: 10px;
    border: solid 1px black;
    border-radius: 2px;
    background: none;
}
#navigation .map .mapEntry {
    border: solid 1px #e0e0e0;
    height: 64px;
    width: 64px;
    margin-top: 10px;
}
#navigation .map .mapEntry .mapEntryText {
    position: relative;
    left: -260px; top: 20px;
    width: 256px;
    text-align: right;
    padding-right; 2px;
}

#navigation .menu {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 64px;
}

#navigation .menu .menuEntry {
    border-top: solid 1px #e0e0e0;
    padding-left: 2px;
    margin-top: 1px;
    background-color: #f0f0f0;
    opacity: 0.8;
    text-align: right;
    overflow-x: visible;
    direction:rtl;
}

.content {
    width: 100%; height: 100%;
    border: dotted 2px black;
    margin-bottom: 10px;
}

.topic {
    position: absolute;
    top:10px; left:10px; bottom:10px; right:10px;
}

.topic div{
    background-color: white;
    opacity: .6;
}
.description {
    background-color: white;
    opacity: .6;
}

.abstract {
    background-color: white;
    right: 72px;
    opacity: .8;
}
