/*
** server.css
**      Server-spezifische Stylesheets,
**      hier für den HoernerBank-Server (Testumgebung)
*/

.FreeScreen .bauchbinde {
    background: #333;
    opacity: 0.75;
}
.FreeScreen .bauchbinde span.portalName {
    color: #eee;
}

.MenuBar, 
.SubMenuBar {
    background: #333;
}
.MenuBar .loginName,
.MenuBar .portalName,
.SubMenuBar .title {
    color: #ddd;
}

div.force {
    animation-name: none !important;
}