<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  &lt;dtml-with base_properties&gt; (do not remove this)
  &lt;dtml-call "REQUEST.set('portal_url', portal_url())"&gt; (not this either)
*/

/* YOUR CSS RULES START HERE */

.hidden {
    display: none !important;
  }
  
  body {
      background-color: #efefef;
  }
  
  #background-meta-header {
      height: 78px;
      background-color: #00376d;
  }
  
  #background-portal-header {
      height: 116px;
      background-color: #004a99;
  }
  
  #wrapper {
      width: 1004px;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
  }
  
  #wrapperTable {
      width: 1004px !important;
      margin: 0 auto;
  }
  
  #topwrapperTable {
      width: 1004px;
      height: 50px;
      background-color: #efefef;
      padding: 0;
  }
  
  #meta-header {
      height: 78px;
      background-color: #00376d;
      padding-left: 248px;
      padding-right: 197px;
      overflow: hidden;
      margin: 0 auto;
  }
  
  #title-ufr {
      left: 248px;
      width: 360px;
      position: absolute;
      top: 20px;
      font-family: Arial, Garuda, FreeSans, sans-serif;
  }
  
  #title-uni {
      left: 248px;
      width: 360px;
      position: absolute;
      top: 15px;
      font-family: Arial, Garuda, FreeSans, sans-serif;
      visibility: hidden;
  }
  
  #portal-header {
      height: 116px;
      padding: 0;
      background-image: none;
      margin: 0 auto;
  }
  
  #title-resource {
      width: 548px;
      left: 248px;
      top: 112px;
  }
  
  #title-resource table {
      border: 0;
      width: 548px;
      height: 54px;
  }
  
  #title-resource table td {
      vertical-align: middle;
  }
  
  #logo-resource {
      width: 196px;
  }
  
  a.resource {
      font-family: Arial, Garuda, FreeSans, sans-serif;
  
  }
  
  /* languageselector */
  #portal-languageselector { 
      position: absolute;
      width: 480px;
      top: 30px;
      left: 507px;
      display: block;
      border: none;
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-size: 14px;
      line-height: normal;
      text-align: right;
  }
  
  #portal-languageselector ul { margin: 0; }
  #portal-languageselector li { display: inline; }
  #portal-languageselector li a { background-color: transparent; border: 0 none; color: #ffffff; font-size: 1em; height: auto; padding: 0 0.2em; text-decoration: none; }
  #portal-languageselector li.currentLanguage a { font-weight: bold; }
  #portal-languageselector li.selected a { background-color: transparent; border: 0 none; color: #ffffff; text-decoration: underline; }
  #portal-languageselector li a:hover { background-color: transparent; border: 0 none; color: #ffffff; text-decoration: underline; }
  #portal-languageselector li.notavailable a { color: #9a9b9c; }
  
  /* breadcrumbs */
  #portal-breadcrumbs {
      background-color: transparent;
      border: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 213px;
      left: 248px;
      width: 548px;
      color: rgba(0,0,0,.6);
      line-height: normal;
      font-size: 13px;
  }
  #portal-breadcrumbs a { color: rgba(0,0,0,.6); height: auto; padding: 0; text-decoration: none; }
  #portal-breadcrumbs a:visited { color: rgba(0,0,0,.6); }
  #portal-breadcrumbs span:last-child { font-weight: bold; }
  #portal-breadcrumbs .breadcrumbSeparator { color: rgba(0,0,0,.6);}
  
  /* red bar, grey bar */
  #red-bar, #grey-bar  { visibility: hidden; height: 0px;}
  
  
  /* sections-breadcrumbs-documentActions */
  #sections-breadcrumbs-documentActions { height: 0; margin: 0; padding: 0; }
  #sections-breadcrumbs { height: 0; margin: 0; padding: 0; }
  .documentActions { visibility: hidden; height: 0; margin: 0; padding: 0; }
  
  
  
  /* left navigation column */
  #leftwrapperTable {
      background-color: #efefef;
      margin-top: 50px;
  }
  
  #leftcolumnWrapper {
    margin-top: 50px;
  }
  
  /* top distance navigation */
  #leftUpperSpace {
      height: 0px;
  }
  
  /* old uni-logo */
  #logowrapperTable {
      background: #efefef;
      margin-top: 50px;
  }
  
  /* right content column */
  
  #rightwrapperTable {
    background: #efefef;
  }
  
  #rightcolumnWrapper {
      margin-top: 50px;
      background-color: #fff;
  }
  
  
  /* Fonts Heading */
  .documentFirstHeading {
      font-family: Arial, Garuda, FreeSans, sans-serif;
  }
  
  /* YOUR CSS RULES STOP HERE */
  
  /* &lt;/dtml-with&gt; */
  
  /* Latest version of the documentation on pre-defined properties from Plone 
     can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */
  </pre></body></html>