<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* jQuery.mb.components: jquery.mb.menu
* Â© 2001 - 2010 Matteo Bicocchi (pupunzi), Open Lab
*
*/
/*#880000;*/
/*@rgbAnav-link: @rgbAPortalLink;*/
/*
if site.left_image_org_url == :
    left_image_margin: 0
    left_margin: 212 - 30
else:
*/
/* bs */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Less-Funktionen */
body {
  background: #034769;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(3, 71, 105, 0.5)), color-stop(1, rgba(3, 71, 105, 0.7)));
  background: -ms-linear-gradient(bottom, rgba(3, 71, 105, 0.5), rgba(3, 71, 105, 0.7));
  background: -moz-linear-gradient(center bottom, rgba(3, 71, 105, 0.5) 0%, rgba(3, 71, 105, 0.7) 100%);
  background: -o-linear-gradient(rgba(3, 71, 105, 0.7), rgba(3, 71, 105, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(3, 71, 105, 0.7)', endColorstr='rgba(3, 71, 105, 0.5)', GradientType=0);
  background-attachment: fixed;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
  color: #fffacd;
}
.btn-link,
.btn-link-no-shadow,
.btn-section {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-link-no-shadow,
.btn-link {
  border: 1px solid #706fce;
  color: black;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ceceee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ceceee, #ffffff);
  background: -moz-linear-gradient(center bottom, #ceceee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ceceee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ceceee', GradientType=0);
}
.btn-link-no-shadow:hover,
.btn-link:hover {
  opacity: 1;
  background: #706fce;
  color: white;
  text-shadow: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.btn-link-no-shadow {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e1e1f5), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e1e1f5, #ffffff);
  background: -moz-linear-gradient(center bottom, #e1e1f5 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #e1e1f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1f5', GradientType=0);
}
.btn-link {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ceceee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ceceee, #ffffff);
  background: -moz-linear-gradient(center bottom, #ceceee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ceceee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ceceee', GradientType=0);
  text-shadow: 0px 0px 5px #999999;
  opacity: 0.85;
}
.btn-section {
  background: #4a49c1;
  border-color: #1d1d54;
  color: white;
  text-shadow: 0px 0px 3px #666666;
}
.left-aligned {
  text-align: left;
  padding-left: 1em;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
  color: #e6e6e6;
  font-weight: bold;
}
/*.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
  background-color: fadeout(@aside-header-color, 90%);
}
*/
.ui-widget-content {
  border: none;
}
.ui-widget-header {
  background: none;
  border: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c0c0c0), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #c0c0c0, #ffffff);
  background: -moz-linear-gradient(center bottom, #c0c0c0 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #c0c0c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c0c0c0', GradientType=0);
  opacity: 0.85;
  border-color: #1d1d54;
  color: white;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
  opacity: 1;
  background: #706fce;
  color: white;
  text-shadow: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.ui-state-default a:hover {
  color: white;
}
.nav &gt; li.active &gt; a,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #bcbbe8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3837a0), color-stop(1, #9695db));
  background: -ms-linear-gradient(bottom, #3837a0, #9695db);
  background: -moz-linear-gradient(center bottom, #3837a0 0%, #9695db 100%);
  background: -o-linear-gradient(#9695db, #3837a0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9695db', endColorstr='#3837a0', GradientType=0);
  opacity: 1;
  color: white;
  border-color: #1d1d54;
}
.nav &gt; li &gt; a:hover {
  background-color: #9695db;
  color: #fffacd;
  text-shadow: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
</pre></body></html>