
/* - stura-css.css - */
@media all {
/* https://www.stura.uni-freiburg.de/portal_css/stura-css.css?original=1 */
.portlet-static-nav {
display: inline-block;
left: 4%;
position: relative;
top: 20%;
z-index: 99999;
}
.portlet-static-nav > table {
width: 125%;
}
.portlet-static-nav > table td{
margin: 10px; padding: 5px; width: 25%;  border-radius: 10px; height: 65px;  }
.portlet-static-nav > table td a{
color: #000000;
display: block;
height: 50%;
text-align: center;
text-decoration: none;
}
.portlet-static-nav > table td:nth-child(1)  { background-color: #FAAC58;}
.portlet-static-nav > table td:nth-child(2)  { background-color: #FE9A2E;}
.portlet-static-nav > table td:nth-child(3)  { background-color: #FF8000;}
.portlet-static-nav > table td:nth-child(4)  { background-color: #DF7401;}
.portlet-static-nav > table td:nth-child(5)  { background-color: #B45F04;}
#visual-portal-wrapper {
margin: 0;
padding: 0;
max-width: 1350px;
margin: 0;
margin-right: auto;
margin-left: auto;
}
}

