/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000;
  padding: 1em; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/PostMuzeum-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/PostMuzeum-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/PostMuzeum-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Miscellaneous ---------- */
span.alert {
  display: inline-block; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(/PostMuzeum-theme/css/../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/PostMuzeum-theme/css/../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Miscellaneous ---------- */
.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.panel-hd {
  background: #c0c2c5 url(/PostMuzeum-theme/css/../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

/* ---------- Menus ---------- */
.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(/PostMuzeum-theme/css/../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/PostMuzeum-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }
.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }
.tree-node [class^="icon-"] {
  margin-right: 5px; }
.tree-node .tree-node-checkbox-container {
  margin-right: 0; }
.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }
.tree-node-content .tree-label {
  margin-left: 3px; }
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(/PostMuzeum-theme/css/../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(/PostMuzeum-theme/css/../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(/PostMuzeum-theme/css/../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(/PostMuzeum-theme/css/../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(/PostMuzeum-theme/css/../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- CKEditor menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/PostMuzeum-theme/css/../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie input.cke_dialog_ui_input_text {
  height: auto; }
.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }
.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .paginator-current-page {
  color: #FFF; }

.ie8 .row-fluid input[class*=span].search-query {
  line-height: 20px;
  min-height: 20px; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 0; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }
  @media (max-width: 979px) {
    .aui #navigation {
      display: none; }
      .aui #navigation.open {
        display: block; }
    .aui .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      .aui .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    .aui .user-avatar-image {
      width: 18px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.controls-hidden .modify-pages .drag-handle {
  display: none; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(/PostMuzeum-theme/css/../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(/PostMuzeum-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(/PostMuzeum-theme/css/../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(/PostMuzeum-theme/css/../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(/PostMuzeum-theme/css/../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(/PostMuzeum-theme/css/../images/common/configuration.png); }

.save-trigger img {
  background-image: url(/PostMuzeum-theme/css/../images/common/check.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(/PostMuzeum-theme/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 95%;
  vertical-align: top; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px black; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/PostMuzeum-theme/css/../images/portlet/options_borderless.png); }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/PostMuzeum-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/PostMuzeum-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/PostMuzeum-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/PostMuzeum-theme/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background-color: transparent;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(/PostMuzeum-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/PostMuzeum-theme/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: #333333 url(/PostMuzeum-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(/PostMuzeum-theme/css/../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(/PostMuzeum-theme/css/../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(/PostMuzeum-theme/css/../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(/PostMuzeum-theme/css/../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(/PostMuzeum-theme/css/../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(/PostMuzeum-theme/css/../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(/PostMuzeum-theme/css/../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(/PostMuzeum-theme/css/../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(/PostMuzeum-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: middle; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/PostMuzeum-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/PostMuzeum-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/PostMuzeum-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/PostMuzeum-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/PostMuzeum-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(/PostMuzeum-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }

.ie .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.ie .taglib-calendar tr td.first a {
  border-right-width: 0; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }
.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }
.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }
.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333333;
    -moz-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }
@media (max-width: 979px) {
  body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
    max-width: 200px; } }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

@media Screen {
  .aui BODY {
    FONT: 84%/1.5 sans-serif;
    BORDER-BOTTOM: none;
    BORDER-LEFT: none;
    PADDING-BOTTOM: 0;
    MARGIN: 0;
    PADDING-LEFT: 0;
    PADDING-RIGHT: 0;
    PADDING-TOP: 0;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    MIN-WIDTH: 960px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_body.jpg) #ededed repeat-x 0px 0px;
    COLOR: #616161; }

  .aui H1 {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0;
    MARGIN: 0;
    PADDING-LEFT: 0;
    PADDING-RIGHT: 0;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0; }

  .aui H2 {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0;
    MARGIN: 0;
    PADDING-LEFT: 0;
    PADDING-RIGHT: 0;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0; }

  .aui H3 {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui H4 {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui H5 {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui H6 {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui ADDRESS {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui BLOCKQUOTE {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui DIV {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui HR {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui IFRAME {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui OBJECT {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui P {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui DL {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui DT {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui DD {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui UL {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui OL {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui LI {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui TABLE {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui CAPTION {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui COL {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui COLGROUP {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui THEAD {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui TFOOT {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui TBODY {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui TR {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui TH {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui TD {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui FORM {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui FIELDSET {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui LEGEND {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui LABEL {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui IMG {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui A {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui INPUT {
    FONT: 75%/1.5 sans-serif; }

  .aui TEXTAREA {
    FONT: 75%/1.5 sans-serif; }

  .aui SELECT {
    FONT: 75%/1.5 sans-serif; }

  .aui H1 {
    MARGIN: 20px 0px 10px;
    FONT: 2.3em sans-serif;
    COLOR: #b30738;
    WORD-SPACING: -1px; }

  .aui H2 {
    MARGIN: 20px 0px 10px;
    FONT: bold 1.4em sans-serif;
    COLOR: #b30738;
    WORD-SPACING: -1px; }

  .aui H3 {
    MARGIN: 20px 0px 10px;
    FONT: bold 1.2em sans-serif;
    COLOR: #b30738; }

  .aui H4 {
    MARGIN: 20px 0px 10px;
    FONT: bold 1em sans-serif;
    COLOR: #b30738; }

  .aui H5 {
    MARGIN: 20px 0px 10px;
    FONT: bold 1em sans-serif;
    COLOR: #b30738; }

  .aui H6 {
    MARGIN: 20px 0px 10px;
    FONT: bold 1em sans-serif;
    COLOR: #b30738; }

  .aui H1 + H2 {
    MARGIN-TOP: 0px; }

  .aui H2 + H3 {
    MARGIN-TOP: 0px; }

  .aui H3 + H4 {
    MARGIN-TOP: 0px; }

  .aui H4 + H5 {
    MARGIN-TOP: 0px; }

  .aui H5 + H6 {
    MARGIN-TOP: 0px; }

  .aui DIV H1:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV H2:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV H3:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV H4:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV H5:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV H6:first-child {
    MARGIN-TOP: 0px; }

  .aui P {
    MARGIN: 0px 0px 10px; }

  .aui ADDRESS {
    MARGIN: 0px 0px 10px; }

  .aui BLOCKQUOTE {
    PADDING-BOTTOM: 0px;
    FONT-STYLE: italic;
    MARGIN: 20px 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    LETTER-SPACING: 0.5px;
    COLOR: #9a9a9a;
    FONT-SIZE: 1.1em;
    PADDING-TOP: 0px; }

  .aui BLOCKQUOTE P {
    MARGIN-BOTTOM: 5px; }

  .aui HR {
    BORDER-BOTTOM: #d6d2d3 0px solid;
    BORDER-LEFT: #d6d2d3 0px solid;
    MARGIN: 20px 0px;
    DISPLAY: block;
    HEIGHT: 0px;
    OVERFLOW: hidden;
    BORDER-TOP: #d6d2d3 1px solid;
    BORDER-RIGHT: #d6d2d3 0px solid; }

  .aui DL {
    MARGIN: 0px 0px 20px; }

  .aui DD {
    MARGIN: 0px 0px 0px 20px; }

  .aui DD + DT {
    MARGIN: 20px 0px 0px; }

  .aui UL {
    LIST-STYLE-TYPE: none;
    MARGIN: 0px 0px 20px;
    LIST-STYLE-IMAGE: none; }

  .aui .journal-content-article UL LI {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bullet.png) no-repeat 0px 0.45em;
    PADDING-TOP: 0px; }

  .aui OL UL LI {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bullet.png) no-repeat 0px 0.45em;
    PADDING-TOP: 0px; }

  .aui OL {
    LIST-STYLE-TYPE: decimal;
    MARGIN: 0px 0px 10px 2.5em;
    DISPLAY: block; }

  .aui OL LI {
    DISPLAY: list-item;
    BACKGROUND: none transparent scroll repeat 0% 0%; }

  .aui UL OL LI {
    DISPLAY: list-item;
    BACKGROUND: none transparent scroll repeat 0% 0%; }

  .aui UL UL {
    MARGIN: 5px 0px; }

  .aui UL OL {
    MARGIN: 5px 0px; }

  .aui OL OL {
    MARGIN: 5px 0px; }

  .aui OL UL {
    MARGIN: 5px 0px; }

  .aui TABLE {
    LINE-HEIGHT: 1.2;
    MARGIN: 20px 0px;
    BORDER-COLLAPSE: collapse;
    MAX-WIDTH: 99.5%; }

  .aui CAPTION {
    TEXT-ALIGN: left;
    MARGIN: 0px 0px 5px;
    COLOR: #b30738; }

  .aui TH {
    BORDER-BOTTOM: #e3e3e3 1px solid;
    TEXT-ALIGN: left;
    BORDER-LEFT: #e3e3e3 1px solid;
    PADDING-BOTTOM: 14px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    BACKGROUND: #e9e9e9;
    VERTICAL-ALIGN: middle;
    BORDER-TOP: #e3e3e3 1px solid;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: #e3e3e3 1px solid;
    PADDING-TOP: 14px; }

  .aui TD {
    BORDER-BOTTOM: #e3e3e3 1px solid;
    BORDER-LEFT: #e3e3e3 1px solid;
    PADDING-BOTTOM: 14px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    BACKGROUND: white;
    VERTICAL-ALIGN: middle;
    BORDER-TOP: #e3e3e3 1px solid;
    BORDER-RIGHT: #e3e3e3 1px solid;
    PADDING-TOP: 14px; }

  .aui FORM {
    MARGIN: 0px 0px 20px; }

  .aui FIELDSET {
    BORDER-BOTTOM: #d6d2d3 1px solid;
    BORDER-LEFT: #d6d2d3 1px solid;
    PADDING-BOTTOM: 19px;
    MARGIN: 20px 0px;
    PADDING-LEFT: 19px;
    PADDING-RIGHT: 19px;
    BORDER-TOP: #d6d2d3 1px solid;
    BORDER-RIGHT: #d6d2d3 1px solid;
    PADDING-TOP: 19px; }

  .aui LEGEND {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    COLOR: #b30738;
    PADDING-TOP: 0px; }

  .aui INPUT {
    FONT-SIZE: 1em; }

  .aui TEXTAREA {
    FONT-SIZE: 1em; }

  .aui SELECT {
    FONT-SIZE: 1em; }

  .aui INPUT[type='text'] {
    COLOR: #9a9a9a; }

  .aui INPUT[type='password'] {
    COLOR: #9a9a9a; }

  .aui INPUT[type='file'] {
    COLOR: #9a9a9a; }

  .aui TEXTAREA {
    COLOR: #9a9a9a; }

  .aui INPUT[type='text']:focus {
    COLOR: #616161; }

  .aui INPUT[type='password']:focus {
    COLOR: #616161; }

  .aui INPUT[type='file']:focus {
    COLOR: #616161; }

  .aui TEXTAREA:focus {
    COLOR: #616161; }

  .aui ABBR {
    BORDER-BOTTOM: 1px dotted;
    FONT-VARIANT: small-caps;
    CURSOR: help; }

  .aui ACRONYM {
    BORDER-BOTTOM: 1px dotted;
    FONT-VARIANT: small-caps;
    CURSOR: help; }

  .aui DFN {
    BORDER-BOTTOM: 1px dotted;
    CURSOR: help; }

  .aui CITE {
    FONT-STYLE: italic; }

  .aui EM {
    FONT-STYLE: italic; }

  .aui Q {
    FONT-STYLE: italic; }

  .aui VAR {
    FONT-STYLE: italic; }

  .aui CODE {
    FONT-FAMILY: "Lucida Console", "Andale Mono", monospace;
    WORD-SPACING: -1px; }

  .aui KBD {
    FONT-FAMILY: "Lucida Console", "Andale Mono", monospace;
    WORD-SPACING: -1px; }

  .aui SAMP {
    FONT-FAMILY: "Lucida Console", "Andale Mono", monospace;
    WORD-SPACING: -1px; }

  .aui PRE {
    FONT-FAMILY: "Lucida Console", "Andale Mono", monospace;
    WORD-SPACING: -1px; }

  .aui .monospace {
    FONT-FAMILY: "Lucida Console", "Andale Mono", monospace;
    WORD-SPACING: -1px; }

  .aui SUB {
    FONT-SIZE: smaller;
    VERTICAL-ALIGN: sub;
    TEXT-DECORATION: none !important; }

  .aui SUP {
    FONT-SIZE: smaller;
    VERTICAL-ALIGN: super;
    TEXT-DECORATION: none !important; }

  .aui DEL {
    TEXT-DECORATION: line-through; }

  .aui INS {
    TEXT-DECORATION: underline; }

  .aui STRONG {
    FONT-WEIGHT: bold; }

  .aui A {
    COLOR: #b30738;
    TEXT-DECORATION: none; }

  .aui A:hover {
    TEXT-DECORATION: underline;
    COLOR: #b30738; }

  .aui A:active {
    TEXT-DECORATION: underline; }

  .aui H1 A {
    COLOR: #b30738 !important; }

  .aui H2 A {
    COLOR: #b30738 !important; }

  .aui H3 A {
    COLOR: #b30738 !important; }

  .aui H4 A {
    COLOR: #b30738 !important; }

  .aui H5 A {
    COLOR: #b30738 !important; }

  .aui H6 A {
    COLOR: #b30738 !important; }

  .aui .wf-no-float:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui .wf-no-float-after:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui .wf-float-left {
    MARGIN: 0px 20px 20px 0px;
    FLOAT: left; }

  .aui .wf-float-right {
    MARGIN: 0px 0px 20px 20px;
    FLOAT: right; }

  .aui .wf-clear-both {
    CLEAR: both; }

  .aui .wf-invisible {
    Z-INDEX: -1;
    POSITION: absolute;
    LINE-HEIGHT: 0;
    TEXT-INDENT: -5000px;
    MARGIN: 0px;
    WIDTH: 0px;
    HEIGHT: 0px;
    OVERFLOW: hidden;
    TOP: auto;
    LEFT: 0px; }

  .aui .wf-no-screen {
    DISPLAY: none; }

  .aui .wf-no-show {
    DISPLAY: none; }

  .aui .wf-table-alt {
    BORDER-BOTTOM: #e9e9e9 3px solid;
    BORDER-LEFT: #e9e9e9 3px solid;
    BACKGROUND-COLOR: white;
    BORDER-SPACING: 2px;
    BORDER-COLLAPSE: separate;
    BORDER-TOP: #e9e9e9 3px solid;
    BORDER-RIGHT: #e9e9e9 3px solid; }

  .aui .wf-table-alt TH {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BACKGROUND-COLOR: #e9e9e9;
    BORDER-TOP: medium none;
    FONT-WEIGHT: normal;
    BORDER-RIGHT: medium none; }

  .aui .wf-table-alt TD {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BACKGROUND-COLOR: #f6f6f6;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none; }

  .aui .wf-table-form {
    LINE-HEIGHT: 1.4;
    BORDER-SPACING: 0;
    BORDER-COLLAPSE: separate;
    BACKGROUND: none transparent scroll repeat 0% 0%; }

  .aui FIELDSET .wf-table-form {
    MARGIN-TOP: 0px; }

  .aui .wf-table-form TH {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 10px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #616161;
    BORDER-TOP: medium none;
    FONT-WEIGHT: normal;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 5px; }

  .aui .wf-table-form TD {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 10px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #616161;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 5px; }

  .aui .wf-table-row-highlight {
    BACKGROUND-COLOR: #feeef2; }

  .aui .wf-table-row-highlight TD {
    BACKGROUND-COLOR: #feeef2; }

  .aui .wf-table-alt .wf-table-row-highlight {
    BACKGROUND-COLOR: #feeef2; }

  .aui .wf-table-alt .wf-table-row-highlight TD {
    BACKGROUND-COLOR: #feeef2; }

  .aui .wf-no-list LI {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-TOP: 0px; }

  .aui .wf-no-list DD {
    MARGIN: 0px; }

  .aui .wf-no-border {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none; }

  .aui .wf-no-background {
    BACKGROUND: none transparent scroll repeat 0% 0%; }

  .aui .wf-margin-0 {
    MARGIN: 0px; }

  .aui .wf-margin-top-0 {
    MARGIN-TOP: 0px !important; }

  .aui .wf-margin-top-1 {
    MARGIN-TOP: 10px; }

  .aui .wf-margin-top-2 {
    MARGIN-TOP: 20px; }

  .aui .wf-margin-bottom-0 {
    MARGIN-BOTTOM: 0px !important; }

  .aui .wf-margin-bottom-1 {
    MARGIN-BOTTOM: 10px; }

  .aui .wf-margin-bottom-2 {
    MARGIN-BOTTOM: 20px; }

  .aui .wf-margin-2 {
    MARGIN-TOP: 20px;
    MARGIN-BOTTOM: 20px; }

  .aui .wf-width-auto {
    WIDTH: auto; }

  .aui .wf-width-25-pct {
    WIDTH: 25%; }

  .aui .wf-width-33-pct {
    WIDTH: 33%; }

  .aui .wf-width-50-pct {
    WIDTH: 50%; }

  .aui .wf-width-66-pct {
    WIDTH: 66%; }

  .aui .wf-width-75-pct {
    WIDTH: 75%; }

  .aui .wf-width-100-pct {
    WIDTH: 100%; }

  .aui .wf-align-left {
    TEXT-ALIGN: left !important; }

  .aui .wf-align-center {
    TEXT-ALIGN: center !important; }

  .aui .wf-align-right {
    TEXT-ALIGN: right !important; }

  .aui .wf-valign-middle {
    VERTICAL-ALIGN: middle; }

  .aui .wf-valign-middle TH {
    VERTICAL-ALIGN: middle; }

  .aui .wf-valign-middle TD {
    VERTICAL-ALIGN: middle; }

  .aui TH.wf-valign-middle {
    VERTICAL-ALIGN: middle; }

  .aui TD.wf-valign-middle {
    VERTICAL-ALIGN: middle; }

  .aui .wf-valign-middle LABEL {
    VERTICAL-ALIGN: middle; }

  .aui .wf-valign-middle INPUT {
    VERTICAL-ALIGN: middle; }

  .aui .wf-valign-middle SELECT {
    VERTICAL-ALIGN: middle; }

  .aui .wf-valign-middle IMG {
    VERTICAL-ALIGN: middle; }

  .aui .wf-valign-top {
    VERTICAL-ALIGN: top; }

  .aui .wf-valign-top TH {
    VERTICAL-ALIGN: top; }

  .aui .wf-valign-top TD {
    VERTICAL-ALIGN: top; }

  .aui TH.wf-valign-top {
    VERTICAL-ALIGN: top; }

  .aui TD.wf-valign-top {
    VERTICAL-ALIGN: top; }

  .aui .wf-valign-top LABEL {
    VERTICAL-ALIGN: top; }

  .aui .wf-valign-top INPUT {
    VERTICAL-ALIGN: top; }

  .aui .wf-valign-top SELECT {
    VERTICAL-ALIGN: top; }

  .aui .wf-valign-top IMG {
    VERTICAL-ALIGN: top; }

  .aui .wf-valign-bottom {
    VERTICAL-ALIGN: bottom; }

  .aui .wf-valign-bottom TH {
    VERTICAL-ALIGN: bottom; }

  .aui .wf-valign-bottom TD {
    VERTICAL-ALIGN: bottom; }

  .aui TH.wf-valign-bottom {
    VERTICAL-ALIGN: bottom; }

  .aui TD.wf-valign-bottom {
    VERTICAL-ALIGN: bottom; }

  .aui .wf-valign-bottom LABEL {
    VERTICAL-ALIGN: bottom; }

  .aui .wf-valign-bottom INPUT {
    VERTICAL-ALIGN: bottom; }

  .aui .wf-valign-bottom SELECT {
    VERTICAL-ALIGN: bottom; }

  .aui .wf-valign-bottom IMG {
    VERTICAL-ALIGN: bottom; }

  .aui .wf-no-wrap {
    WHITE-SPACE: nowrap; }

  .aui .wf-text-bold {
    FONT-WEIGHT: bold; }

  .aui .wf-text-italic {
    FONT-STYLE: italic; }

  .aui .wf-text-normal {
    FONT-STYLE: normal !important;
    FONT-WEIGHT: normal !important; }

  .aui .wf-text-caps {
    FONT-VARIANT: small-caps; }

  .aui .wf-text-uppercase {
    TEXT-TRANSFORM: uppercase; }

  .aui .wf-text-large {
    FONT-SIZE: 1.2em; }

  .aui .wf-text-small {
    FONT-SIZE: 0.95em; }

  .aui .wf-text-highlight {
    COLOR: #b30738; }

  .aui .wf-text-note {
    FONT-STYLE: italic;
    LETTER-SPACING: 0.5px;
    COLOR: #9a9a9a;
    FONT-SIZE: 1.1em; }

  .aui P.wf-text-note {
    FONT-STYLE: italic;
    LETTER-SPACING: 0.5px;
    FONT-SIZE: 1.1em; }

  .aui .gallery {
    LINE-HEIGHT: 1.2;
    MARGIN: 30px -40px 20px 0px;
    COLOR: #b30738;
    FONT-WEIGHT: bold; }

  .aui .gallery:after {
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui .gallery .item {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 40px 20px 0px;
    MIN-HEIGHT: 190px;
    PADDING-LEFT: 0px;
    WIDTH: 200px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    PADDING-TOP: 0px; }

  .aui .gallery IMG {
    BACKGROUND-COLOR: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui .gallery A SPAN {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    PADDING-TOP: 10px; }

  .aui .gallery SPAN SPAN {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    PADDING-TOP: 10px; }

  .aui .gallery A:hover SPAN {
    TEXT-DECORATION: underline; }

  .aui #case {
    TEXT-ALIGN: left;
    MARGIN: 0px auto;
    WIDTH: 960px;
    OVERFLOW: hidden; }

  .aui #header {
    BORDER-BOTTOM: #d2cecf 1px solid;
    POSITION: relative;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 10px;
    MIN-HEIGHT: 78px;
    PADDING-LEFT: 107px;
    WIDTH: 688px;
    PADDING-RIGHT: 165px;
    PADDING-TOP: 45px; }

  .aui #logo {
    POSITION: absolute;
    MARGIN: 0px;
    WIDTH: 78px;
    HEIGHT: 72px;
    TOP: 29px;
    LEFT: 10px; }

  .aui #accesslink {
    Z-INDEX: -1;
    POSITION: absolute;
    LINE-HEIGHT: 0;
    TEXT-INDENT: -5000px;
    MARGIN: 0px;
    WIDTH: 0px;
    HEIGHT: 0px;
    OVERFLOW: hidden;
    TOP: auto;
    LEFT: 0px; }

  .aui #lang {
    POSITION: absolute;
    TEXT-ALIGN: right;
    LINE-HEIGHT: 1;
    MARGIN: 0px;
    FONT-SIZE: 0.95em;
    TOP: 25px;
    RIGHT: 10px; }

  .aui #lang:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui #lang LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    PADDING-TOP: 0px; }

  .aui #lang A {
    BORDER-BOTTOM: white 1px solid;
    BORDER-LEFT: white 1px solid;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 10px;
    DISPLAY: inline-block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bullet_lang.png) #e9e9e9 no-repeat 10px 50%;
    COLOR: #77787b;
    BORDER-TOP: white 1px solid;
    BORDER-RIGHT: white 1px solid;
    TEXT-DECORATION: none;
    PADDING-TOP: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui #lang A:hover {
    COLOR: #b30738;
    TEXT-DECORATION: underline; }

  .aui #search {
    POSITION: absolute;
    LINE-HEIGHT: 1;
    MARGIN: 0px;
    WIDTH: 135px;
    TOP: 68px;
    RIGHT: 10px; }

  .aui #search FIELDSET {
    BORDER-BOTTOM: white 1px solid;
    BORDER-LEFT: 0px;
    PADDING-BOTTOM: 5px;
    MARGIN: 0px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_search.png) #f6f6f6 repeat-x 0px 0px;
    BORDER-TOP: #c6c6c6 1px solid;
    BORDER-RIGHT: 0px;
    PADDING-TOP: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui #search INPUT {
    VERTICAL-ALIGN: middle; }

  .aui #search form {
    padding: 5px 1px 5px 5px;
    margin: 0px 5px 0px 0px;
    background: url(/PostMuzeum-theme/css/../images/muzeum/bg_search.png) #f6f6f6 repeat-x 0px 0px;
    border-bottom: white 1px solid;
    border-left: 0px;
    border-top: #c6c6c6 1px solid;
    border-right: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui #search form input {
    width: 96px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: none; }

  .aui #search form #button_search {
    width: 21px;
    height: 21px;
    background: url(/PostMuzeum-theme/css/../images/muzeum/ico_search.png) no-repeat; }

  .aui #search form #button_search_text {
    display: none; }

  .aui #search form #advanced_search {
    display: none; }

  .aui #searchtype {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 100px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui #nav {
    TEXT-TRANSFORM: uppercase;
    MARGIN: 0px;
    HEIGHT: 30px;
    FONT-SIZE: 1.1em;
    FONT-WEIGHT: bold; }

  .aui #nav:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui #nav LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    PADDING-TOP: 0px; }

  .aui #nav LI + LI {
    BORDER-LEFT: #d2cecf 1px dotted; }

  .aui .nav-cs #nav-415 {
    POSITION: relative;
    WIDTH: 87px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .nav-cs #nav-415 .fir {
    POSITION: absolute;
    WIDTH: 87px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat 0px -60px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .nav-cs #nav-415:hover .fir {
    BACKGROUND-POSITION: 0px -30px; }

  .aui .nav-cs .selected #nav-415 .fir {
    BACKGROUND-POSITION: 0px 0px; }

  .aui .nav-cs #nav-416 {
    POSITION: relative;
    WIDTH: 82px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .nav-cs #nav-416 .fir {
    POSITION: absolute;
    WIDTH: 82px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -87px -60px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .nav-cs #nav-416:hover .fir {
    BACKGROUND-POSITION: -87px -30px; }

  .aui .nav-cs .selected #nav-416 .fir {
    BACKGROUND-POSITION: -87px 0px; }

  .aui .nav-cs #nav-417 {
    POSITION: relative;
    WIDTH: 83px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .nav-cs #nav-417 .fir {
    POSITION: absolute;
    WIDTH: 83px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -169px -60px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .nav-cs #nav-417:hover .fir {
    BACKGROUND-POSITION: -169px -30px; }

  .aui .nav-cs .selected #nav-417 .fir {
    BACKGROUND-POSITION: -169px 0px; }

  .aui .nav-cs #nav-419 {
    POSITION: relative;
    WIDTH: 96px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .nav-cs #nav-419 .fir {
    POSITION: absolute;
    WIDTH: 96px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -252px -60px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .nav-cs #nav-419:hover .fir {
    BACKGROUND-POSITION: -252px -30px; }

  .aui .nav-cs .selected #nav-419 .fir {
    BACKGROUND-POSITION: -252px 0px; }

  .aui .nav-cs #nav-418 {
    POSITION: relative;
    WIDTH: 93px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .nav-cs #nav-418 .fir {
    POSITION: absolute;
    WIDTH: 93px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -348px -60px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .nav-cs #nav-418:hover .fir {
    BACKGROUND-POSITION: -348px -30px; }

  .aui .nav-cs .selected #nav-418 .fir {
    BACKGROUND-POSITION: -348px 0px; }

  .aui .nav-cs #nav-420 {
    POSITION: relative;
    WIDTH: 95px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .nav-cs #nav-420 .fir {
    POSITION: absolute;
    WIDTH: 95px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -441px -60px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .nav-cs #nav-420:hover .fir {
    BACKGROUND-POSITION: -441px -30px; }

  .aui .nav-cs .selected #nav-420 .fir {
    BACKGROUND-POSITION: -441px 0px; }

  .aui .nav-cs #nav-421 {
    POSITION: relative;
    WIDTH: 88px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .nav-cs #nav-421 .fir {
    POSITION: absolute;
    WIDTH: 88px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -536px -60px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .nav-cs #nav-421:hover .fir {
    BACKGROUND-POSITION: -536px -30px; }

  .aui .nav-cs .selected #nav-421 .fir {
    BACKGROUND-POSITION: -536px 0px; }

  .aui #nav .selected STRONG .fir {
    CURSOR: default; }

  .aui #main {
    MARGIN: 0px 10px 30px;
    WIDTH: 940px; }

  .aui #content {
    WIDTH: 700px;
    FLOAT: left;
    CLEAR: left;
    OVERFLOW: hidden; }

  .aui .imagebox {
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_sidebox.png) #e9e9e9 repeat-x 0px 0px;
    PADDING-TOP: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui .separator {
    MARGIN: 0px 5px;
    COLOR: #b30738;
    FONT-WEIGHT: bold; }

  .aui .keyword {
    PADDING-BOTTOM: 0px;
    BACKGROUND-COLOR: #fef49c;
    PADDING-LEFT: 2.5px;
    PADDING-RIGHT: 2.5px;
    PADDING-TOP: 0px; }

  .aui H2.alt {
    COLOR: #585858; }

  .aui .cols {
    MARGIN: 20px 0px 0px;
    WIDTH: 100%;
    CLEAR: both; }

  .aui .cols .col-left {
    WIDTH: 330px;
    FLOAT: left;
    OVERFLOW: hidden; }

  .aui .cols .col-right {
    WIDTH: 330px;
    FLOAT: right;
    OVERFLOW: hidden; }

  .aui DIV.col-left H1:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-right H1:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-left H2:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-right H2:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-left H3:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-right H3:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-left H4:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-right H4:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-left H5:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-right H5:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-left H6:first-child {
    MARGIN-TOP: 0px; }

  .aui DIV.col-right H6:first-child {
    MARGIN-TOP: 0px; }

  .aui #crumbs {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 20px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 0px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_crumbs.png) no-repeat 0px 50%;
    FONT-SIZE: 0.95em;
    PADDING-TOP: 0px; }

  .aui #crumbs .separator {
    COLOR: #878787;
    FONT-WEIGHT: normal; }

  .aui #crumbs A {
    TEXT-DECORATION: underline; }

  .aui #crumbs A:hover {
    COLOR: #0c0c0c; }

  .aui #crumbs A:active {
    COLOR: #0c0c0c; }

  .aui #intro {
    MARGIN: 30px 0px; }

  .aui #intro .thumb {
    MARGIN: 0px;
    WIDTH: 260px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui #intro .img {
    LINE-HEIGHT: 1px;
    MARGIN: 0px; }

  .aui #intro .img IMG {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px; }

  .aui #intro .label {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 10px;
    WIDTH: 240px;
    PADDING-RIGHT: 10px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_thumb-intro.png) #b30739 no-repeat 0px 0px;
    HEIGHT: 80px;
    PADDING-TOP: 10px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px; }

  .aui #intro .label H2 {
    MARGIN: 0px 0px 5px;
    COLOR: #fff; }

  .aui #intro .label H2 A {
    COLOR: white !important;
    TEXT-DECORATION: none; }

  .aui #intro .label H2 A:hover {
    TEXT-DECORATION: underline; }

  .aui #intro .label P {
    LINE-HEIGHT: 1.2;
    MARGIN: 0px;
    COLOR: white;
    FONT-SIZE: 0.95em; }

  .aui #introslider {
    MARGIN: 0px 0px 30px; }

  .aui #introlist {
    MARGIN: 0px 0px 0px 60px;
    WIDTH: 640px; }

  .aui #introlist:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui #introlist .thumb {
    MARGIN: 0px 60px 30px 0px;
    FLOAT: left; }

  .aui #intro .control {
    POSITION: relative;
    MARGIN: 0px;
    WIDTH: 700px;
    HEIGHT: 43px; }

  .aui #intro .control-previous {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 57px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    HEIGHT: 43px;
    TOP: 0px;
    PADDING-TOP: 0px;
    LEFT: 185px; }

  .aui #intro .control-next {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 57px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    HEIGHT: 43px;
    TOP: 0px;
    RIGHT: 185px;
    PADDING-TOP: 0px; }

  .aui #perex {
    LETTER-SPACING: 0.8px; }

  .aui .thumblist {
    MARGIN: 60px -60px 0px 10px; }

  .aui .thumblist:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui .thumblist .thumb {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 60px 60px 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    PADDING-TOP: 0px; }

  .aui .thumblist .thumb A {
    POSITION: relative;
    BACKGROUND-COLOR: #b30738;
    MARGIN: 0px;
    WIDTH: 300px;
    DISPLAY: block;
    HEIGHT: 219px;
    COLOR: white;
    OVERFLOW: hidden;
    TEXT-DECORATION: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui .thumblist .thumb A:hover {
    TEXT-DECORATION: underline; }

  .aui .thumblist .thumb IMG {
    Z-INDEX: 100;
    POSITION: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui .thumblist .thumb .sticky {
    Z-INDEX: 0;
    POSITION: absolute;
    WIDTH: 300px;
    DISPLAY: block;
    HEIGHT: 219px;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px; }

  .aui .thumblist .thumb .label {
    POSITION: absolute;
    LINE-HEIGHT: 1.2;
    WIDTH: 162px;
    BOTTOM: 10px;
    DISPLAY: block;
    FONT-SIZE: 1.4em;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    LEFT: 10px; }

  .aui ul.minitabs li {
    background: none;
    padding: 0; }

  .aui .minitabs {
    BORDER-BOTTOM: #d6d2d3 1px solid;
    TEXT-TRANSFORM: uppercase;
    MARGIN: 20px 0px;
    COLOR: #b30738;
    FONT-SIZE: 1.1em;
    FONT-WEIGHT: bold; }

  .aui .minitabs:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui .minitabs LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    PADDING-TOP: 0px; }

  .aui .minitabs LI + LI {
    MARGIN: 0px 0px 0px 3px; }

  .aui .minitabs-cs #tab-prague {
    POSITION: relative;
    WIDTH: 225px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .minitabs-cs #tab-prague .fir {
    POSITION: absolute;
    WIDTH: 225px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat 0px -150px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .minitabs-cs #tab-prague:hover .fir {
    BACKGROUND-POSITION: 0px -120px; }

  .aui .minitabs-cs .selected #tab-prague .fir {
    BACKGROUND-POSITION: 0px -90px; }

  .aui .minitabs-cs #tab-brod {
    POSITION: relative;
    WIDTH: 260px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .minitabs-cs #tab-brod .fir {
    POSITION: absolute;
    WIDTH: 260px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -225px -150px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .minitabs-cs #tab-brod:hover .fir {
    BACKGROUND-POSITION: -225px -120px; }

  .aui .minitabs-cs .selected #tab-brod .fir {
    BACKGROUND-POSITION: -225px -90px; }

  .aui .minitabs-cs #tab-about {
    POSITION: relative;
    WIDTH: 185px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .minitabs-cs #tab-about .fir {
    POSITION: absolute;
    WIDTH: 185px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -485px -150px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .minitabs-cs #tab-about:hover .fir {
    BACKGROUND-POSITION: -485px -120px; }

  .aui .minitabs-cs .selected #tab-about .fir {
    BACKGROUND-POSITION: -485px -90px; }

  .aui .minitabs-cs #tab-history {
    POSITION: relative;
    WIDTH: 145px;
    DISPLAY: block;
    HEIGHT: 30px;
    OVERFLOW: hidden; }

  .aui .minitabs-cs #tab-history .fir {
    POSITION: absolute;
    WIDTH: 145px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_cs.png) no-repeat -670px -150px;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    TOP: 0px;
    CURSOR: pointer;
    LEFT: 0px; }

  .aui .minitabs-cs #tab-history:hover .fir {
    BACKGROUND-POSITION: -670px -120px; }

  .aui .minitabs-cs .selected #tab-history .fir {
    BACKGROUND-POSITION: -670px -90px; }

  .aui .minitabs .selected STRONG .fir {
    CURSOR: default !important; }

  .aui .minitabs .selected A .fir {
    CURSOR: default !important; }

  .aui #selectlist {
    MARGIN: 20px 0px; }

  .aui #selectlist .img {
    PADDING-BOTTOM: 0px;
    MARGIN: 20px 0px 10px;
    PADDING-LEFT: 80px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #dfdfdf 1px solid;
    PADDING-TOP: 30px; }

  .aui #selectlist .img:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui #selectlist .img .thumb {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 60px 10px 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    PADDING-TOP: 0px; }

  .aui #selectlist .img .thumb A {
    POSITION: relative;
    BACKGROUND-COLOR: #b30738;
    MARGIN: 0px;
    WIDTH: 240px;
    DISPLAY: block;
    HEIGHT: 150px;
    COLOR: white;
    OVERFLOW: hidden;
    TEXT-DECORATION: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui #selectlist .img .thumb A:hover {
    TEXT-DECORATION: underline; }

  .aui #selectlist .img .thumb IMG {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui #selectlist .img .thumb .sticky {
    POSITION: absolute;
    WIDTH: 240px;
    BOTTOM: 0px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_thumb-select.png) #b30738 repeat-x 0px 100%;
    HEIGHT: 50px;
    COLOR: white;
    CURSOR: pointer;
    LEFT: 0px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px; }

  .aui #selectlist .img .thumb .label {
    TEXT-ALIGN: center;
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 1.2;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    DISPLAY: block;
    FONT-SIZE: 1.4em;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    PADDING-TOP: 15px; }

  .aui #selectlist .imgslider {
    PADDING-BOTTOM: 30px;
    MARGIN: 20px 0px 10px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #dfdfdf 1px solid;
    PADDING-TOP: 30px; }

  .aui #selectlist .imgslider:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui #selectlist .imgslider .thumb {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-TOP: 0px; }

  .aui #selectlist .imgslider .thumb A {
    POSITION: relative;
    BACKGROUND-COLOR: #b30738;
    MARGIN: 0px;
    WIDTH: 240px;
    DISPLAY: block;
    HEIGHT: 150px;
    COLOR: white;
    OVERFLOW: hidden;
    TEXT-DECORATION: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui #selectlist .imgslider .thumb A:hover {
    TEXT-DECORATION: underline; }

  .aui #selectlist .imgslider .thumb IMG {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui #selectlist .imgslider .thumb .sticky {
    POSITION: absolute;
    WIDTH: 240px;
    BOTTOM: 0px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_thumb-select.png) #b30738 repeat-x 0px 100%;
    HEIGHT: 50px;
    COLOR: white;
    LEFT: 0px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px; }

  .aui #selectlist .imgslider .thumb .label {
    TEXT-ALIGN: center;
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 1.2;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    DISPLAY: block;
    FONT-SIZE: 1.4em;
    FONT-WEIGHT: bold;
    PADDING-TOP: 15px; }

  .aui #selectlist .imglist {
    PADDING-BOTTOM: 0px;
    MARGIN: 30px 0px 10px;
    PADDING-LEFT: 80px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #dfdfdf 1px solid;
    PADDING-TOP: 30px; }

  .aui #selectlist .imglist:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui #selectlist .imglist .thumb {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 60px 20px 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    PADDING-TOP: 0px; }

  .aui #selectlist .imglist .thumb A {
    POSITION: relative;
    BACKGROUND-COLOR: #b30738;
    MARGIN: 0px;
    WIDTH: 240px;
    DISPLAY: block;
    HEIGHT: 150px;
    COLOR: white;
    OVERFLOW: hidden;
    TEXT-DECORATION: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui #selectlist .imglist .thumb A:hover {
    TEXT-DECORATION: underline; }

  .aui #selectlist .imglist .thumb IMG {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui #selectlist .imglist .thumb .sticky {
    POSITION: absolute;
    WIDTH: 240px;
    BOTTOM: 0px;
    DISPLAY: block;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_thumb-select.png) #b30738 repeat-x 0px 100%;
    HEIGHT: 50px;
    COLOR: white;
    LEFT: 0px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px; }

  .aui #selectlist .imglist .thumb .label {
    TEXT-ALIGN: center;
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 1.2;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    DISPLAY: block;
    FONT-SIZE: 1.4em;
    FONT-WEIGHT: bold;
    PADDING-TOP: 15px; }

  .aui #selectlist .txt {
    TEXT-ALIGN: center;
    MARGIN: 20px 0px;
    BORDER-TOP: #dfdfdf 1px solid;
    FONT-WEIGHT: bold;
    PADDING-TOP: 20px; }

  .aui #selectlist .txt LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    DISPLAY: inline;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-TOP: 0px; }

  .aui #selectlist .txt LI + LI {
    BORDER-LEFT: #b30738 1px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px; }

  .aui #selectlist .control {
    POSITION: relative;
    MARGIN: 0px 0px 20px;
    WIDTH: 700px;
    HEIGHT: 43px; }

  .aui #selectlist .control-previous {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 57px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    HEIGHT: 43px;
    TOP: 0px;
    PADDING-TOP: 0px;
    LEFT: 185px; }

  .aui #selectlist .control-next {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 57px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    HEIGHT: 43px;
    TOP: 0px;
    RIGHT: 185px;
    PADDING-TOP: 0px; }

  .aui .datagrid CAPTION {
    COLOR: #616161;
    FONT-WEIGHT: bold; }

  .aui .datagrid TH {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 10px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #616161;
    BORDER-TOP: medium none;
    FONT-WEIGHT: normal;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui .datagrid TD {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 10px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #616161;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 0px; }

  .aui #pageenter {
    BORDER-BOTTOM: #dfdfdf 1px solid;
    PADDING-BOTTOM: 10px;
    MARGIN: 0px 0px 10px;
    PADDING-LEFT: 0px;
    WIDTH: 700px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px; }

  .aui #pageenter .txt {
    WIDTH: 525px;
    FLOAT: right;
    OVERFLOW: hidden; }

  .aui #pageenter .img {
    WIDTH: 155px;
    FLOAT: left;
    OVERFLOW: hidden; }

  .aui #pageenter .img IMG {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui #pageenter .info {
    MARGIN: 0px;
    FONT-WEIGHT: bold; }

  .aui #pageenter H1 {
    MARGIN: 5px 0px; }

  .aui #articlelist {
    MARGIN: 20px 0px; }

  .aui #articlelist .item {
    PADDING-BOTTOM: 20px;
    PADDING-LEFT: 20px;
    WIDTH: 660px;
    PADDING-RIGHT: 20px;
    PADDING-TOP: 20px; }

  .aui #articlelist .highlighted.item {
    PADDING-BOTTOM: 19px;
    PADDING-LEFT: 19px;
    PADDING-RIGHT: 19px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_sidebox.png) #e9e9e9 repeat-x 0px 0px;
    PADDING-TOP: 19px; }

  .aui #articlelist .noframe.item {
    PADDING-BOTTOM: 0px;
    MARGIN: 20px 0px;
    PADDING-LEFT: 0px;
    WIDTH: 700px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px; }

  .aui #articlelist .noframe.item + .noframe.item {
    BORDER-TOP: #d6d2d3 1px dotted;
    PADDING-TOP: 20px; }

  .aui #articlelist .item + .item {
    BORDER-TOP: #e3e3e3 1px solid; }

  .aui #articlelist .highlighted.item + .item {
    BORDER-TOP: medium none; }

  .aui #articlelist .item + .highlighted.item {
    BORDER-TOP: medium none; }

  .aui #articlelist .txt {
    WIDTH: 440px;
    FLOAT: right;
    OVERFLOW: hidden; }

  .aui #articlelist .info {
    MARGIN: 0px;
    FONT-WEIGHT: bold; }

  .aui #articlelist H2 {
    MARGIN: 5px 0px; }

  .aui #articlelist .linklist {
    MARGIN: 0px;
    FONT-WEIGHT: bold; }

  .aui #articlelist .linklist LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 20px 0px 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    DISPLAY: inline;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-TOP: 0px; }

  .aui #articlelist .img {
    WIDTH: 200px;
    FLOAT: left;
    OVERFLOW: hidden; }

  .aui #articlelist .img IMG {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9; }

  .aui .gallerylink {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 30px;
    PADDING-RIGHT: 0px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/ico_photogallery.png) no-repeat 0px 50%;
    PADDING-TOP: 0px; }

  .aui .nextlink {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 0px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/ico_next.png) no-repeat 0px 50%;
    PADDING-TOP: 0px; }

  .aui #topiclist {
    PADDING-BOTTOM: 0px;
    MARGIN: 20px 0px;
    PADDING-LEFT: 120px;
    PADDING-RIGHT: 0px;
    COLOR: #77787b;
    BORDER-TOP: #e3e3e3 1px solid;
    FONT-WEIGHT: bold;
    PADDING-TOP: 20px; }

  .aui #topiclist DT {
    MARGIN: 0px 20px 0px 0px;
    DISPLAY: inline; }

  .aui #topiclist DD {
    MARGIN: 0px;
    DISPLAY: inline; }

  .aui #topiclist UL {
    MARGIN: 0px;
    DISPLAY: inline; }

  .aui #topiclist LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 5px;
    DISPLAY: inline;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-TOP: 0px; }

  .aui #topiclist LI + LI {
    BORDER-LEFT: #b30738 1px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 5px;
    PADDING-TOP: 0px; }

  .aui #topiclist A.selected {
    TEXT-DECORATION: none; }

  .aui #topiclist A.selected:hover {
    COLOR: #b30738; }

  .aui #partnerlist {
    TEXT-ALIGN: center;
    MARGIN: 40px -20px 20px 0px; }

  .aui #partnerlist:after {
    LINE-HEIGHT: 0;
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."; }

  .aui #partnerlist .item {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 20px 20px 0px;
    MIN-HEIGHT: 180px;
    PADDING-LEFT: 0px;
    WIDTH: 160px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    PADDING-TOP: 0px; }

  .aui #partnerlist .item IMG {
    MARGIN: 0px 0px 10px; }

  .aui #partnerlist .item A {
    FONT-WEIGHT: bold; }

  .aui .pager {
    MARGIN: 30px 0px;
    COLOR: #77787b;
    FONT-SIZE: 0.9em; }

  .aui .pager DT {
    MARGIN: 0px;
    PADDING-RIGHT: 25px;
    DISPLAY: inline; }

  .aui .pager DD {
    MARGIN: 0px;
    DISPLAY: inline; }

  .aui .pager UL {
    MARGIN: 0px;
    DISPLAY: inline; }

  .aui .pager UL LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    DISPLAY: inline;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    VERTICAL-ALIGN: middle;
    PADDING-TOP: 0px; }

  .aui .pager DD A {
    BORDER-BOTTOM: #77787b 1px solid;
    TEXT-ALIGN: center;
    BORDER-LEFT: #77787b 1px solid;
    PADDING-BOTTOM: 7px;
    PADDING-LEFT: 0px;
    WIDTH: 30px;
    PADDING-RIGHT: 0px;
    DISPLAY: inline-block;
    COLOR: #77787b;
    BORDER-TOP: #77787b 1px solid;
    BORDER-RIGHT: #77787b 1px solid;
    TEXT-DECORATION: none;
    PADDING-TOP: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui .pager DD .skip A {
    PADDING-BOTTOM: 7px;
    PADDING-LEFT: 10px;
    WIDTH: auto;
    PADDING-RIGHT: 10px;
    PADDING-TOP: 7px; }

  .aui .pager DD A:hover {
    BORDER-BOTTOM-COLOR: #b30738;
    BACKGROUND-COLOR: #f8f8f8;
    BORDER-TOP-COLOR: #b30738;
    COLOR: #b30738;
    BORDER-RIGHT-COLOR: #b30738;
    BORDER-LEFT-COLOR: #b30738; }

  .aui .pager DD STRONG {
    BORDER-BOTTOM: #b30738 1px solid;
    TEXT-ALIGN: center;
    BORDER-LEFT: #b30738 1px solid;
    PADDING-BOTTOM: 7px;
    BACKGROUND-COLOR: #b30738;
    PADDING-LEFT: 0px;
    WIDTH: 30px;
    PADDING-RIGHT: 0px;
    DISPLAY: inline-block;
    COLOR: white;
    BORDER-TOP: #b30738 1px solid;
    FONT-WEIGHT: normal;
    BORDER-RIGHT: #b30738 1px solid;
    PADDING-TOP: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .aui .helplink {
    MARGIN: 15px 0px 0px 20px;
    FLOAT: right; }

  .aui #searchform {
    MARGIN: 0px 0px 30px;
    CLEAR: both; }

  .aui #searchform FIELDSET {
    PADDING-BOTTOM: 29px;
    MARGIN: 0px;
    PADDING-LEFT: 29px;
    PADDING-RIGHT: 29px;
    PADDING-TOP: 29px; }

  .aui #searchform LABEL {
    VERTICAL-ALIGN: middle;
    FONT-WEIGHT: bold; }

  .aui #searchform INPUT {
    MARGIN: 0px 0px 0px 10px;
    VERTICAL-ALIGN: middle; }

  .aui #searchformtype {
    WIDTH: 400px;
    FONT-SIZE: 1.2em; }

  .aui #searchlist {
    MARGIN: 20px 0px; }

  .aui #searchlist H2 {
    MARGIN: 0px 0px 30px; }

  .aui #searchlist .item {
    MARGIN: 20px 0px; }

  .aui #searchlist .item + .item {
    BORDER-TOP: #d6d2d3 1px dotted;
    PADDING-TOP: 20px; }

  .aui #searchlist H3 {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 0px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/ico_next.png) no-repeat 0px 0.1em;
    PADDING-TOP: 0px; }

  .aui #searchlist H3 .notice {
    MARGIN: 0px 0px 0px 10px;
    COLOR: #9a9a9a;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: normal; }

  .aui #searchlist .info {
    COLOR: #9a9a9a; }

  .aui .sitemap {
    MARGIN: 0px 0px 20px; }

  .aui .sitemap LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 10px 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FONT-SIZE: 1.3em;
    FONT-WEIGHT: bold;
    PADDING-TOP: 0px; }

  .aui .sitemap UL {
    MARGIN: 20px 0px 20px 40px; }

  .aui .sitemap UL LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 5px 0px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 0px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bullet.png) no-repeat 0px 0.45em;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    PADDING-TOP: 0px; }

  .aui .sitemap UL UL LI {
    FONT-SIZE: 0.85em; }

  .aui .sitemap UL UL UL LI {
    FONT-SIZE: 1em; }

  .aui #sidebar {
    WIDTH: 220px;
    FLOAT: right;
    OVERFLOW: visible; }

  .aui #sidebar > .sidebox:first-child {
    MARGIN: 40px 0px 20px; }

  .aui .sidebox {
    BORDER-BOTTOM: #e3e3e3 1px solid;
    BORDER-LEFT: #e3e3e3 1px solid;
    PADDING-BOTTOM: 14px;
    MARGIN: 20px 0px;
    PADDING-LEFT: 14px;
    PADDING-RIGHT: 14px;
    BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_sidebox.png) #e9e9e9 repeat-x 0px 0px;
    BORDER-TOP: #f0f0f0 1px solid;
    BORDER-RIGHT: #e3e3e3 1px solid;
    PADDING-TOP: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px #C9C9C9;
    -webkit-box-shadow: 0 0 3px #C9C9C9;
    box-shadow: 0 0 3px #C9C9C9; } }
.aui .sidebox H2 {
  BORDER-BOTTOM: #e3e3e3 1px solid;
  PADDING-BOTTOM: 5px;
  MARGIN: 0px 0px 15px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  LETTER-SPACING: 0.5px;
  COLOR: #77787b;
  PADDING-TOP: 0px; }

.aui .sidebox H2 A {
  COLOR: #77787b !important;
  TEXT-DECORATION: none; }

.aui .sidebox H2 A:hover {
  COLOR: #0c0c0c !important;
  TEXT-DECORATION: underline; }

.aui .sidebox .nextlink {
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 20px;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/ico_next.png) no-repeat 100% 50%;
  PADDING-TOP: 0px; }

.aui #newslist .item {
  MARGIN: 10px 0px; }

.aui #newslist DT {
  FONT-SIZE: 0.95em; }

.aui #newslist DD {
  MARGIN-LEFT: 0px;
  FONT-WEIGHT: bold; }

.aui #showlist .item {
  MARGIN: 10px 0px; }

.aui #showlist DD {
  MARGIN-LEFT: 0px;
  FONT-WEIGHT: bold; }

.aui #showlist DT {
  FONT-SIZE: 0.95em;
  font-weight: normal; }

.aui #hitlist .item {
  MARGIN: 10px 0px; }

.aui #hitlist2 .item {
  MARGIN: 10px 0px; }

.aui #hitlist .item + .item {
  BORDER-TOP: #e3e3e3 1px solid;
  PADDING-TOP: 10px; }

.aui #hitlist2 .item + .item {
  BORDER-TOP: #e3e3e3 1px solid;
  PADDING-TOP: 10px; }

.aui #hitlist .item DT {
  MARGIN: 0px; }

.aui #hitlist2 .item DT {
  MARGIN: 0px; }

.aui #hitlist .item DD {
  MARGIN: 0px;
  FONT-WEIGHT: bold; }

.aui #hitlist2 .item DD {
  MARGIN: 0px;
  FONT-WEIGHT: bold; }

.aui .sidebox .thumb {
  MARGIN: 0px; }

.aui .sidebox .thumb A {
  POSITION: relative;
  BACKGROUND-COLOR: #b30738;
  MARGIN: 0px;
  WIDTH: 190px;
  DISPLAY: block;
  HEIGHT: 142px;
  COLOR: white;
  OVERFLOW: hidden;
  TEXT-DECORATION: none; }

.aui .sidebox .thumb A:hover {
  TEXT-DECORATION: underline; }

.aui .sidebox .thumb .sticky {
  POSITION: absolute;
  WIDTH: 190px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_thumb-sidebox.png) no-repeat 0px 100%;
  HEIGHT: 142px;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .sidebox .thumb .label {
  POSITION: absolute;
  LINE-HEIGHT: 1.2;
  WIDTH: 134px;
  BOTTOM: 8px;
  DISPLAY: block;
  FONT-SIZE: 1.2em;
  CURSOR: pointer;
  FONT-WEIGHT: bold;
  LEFT: 10px; }

.aui .sidebox .thumb + .thumb {
  MARGIN: 20px 0px 0px; }

.aui #footerPM {
  TEXT-ALIGN: center;
  PADDING-BOTTOM: 10px;
  PADDING-LEFT: 0px;
  WIDTH: 940px;
  PADDING-RIGHT: 0px;
  FONT-SIZE: 0.95em;
  BORDER-TOP: #cdcacb 1px solid;
  PADDING-TOP: 10px; }

.aui #footerPM LI {
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 5px;
  DISPLAY: inline;
  BACKGROUND: none transparent scroll repeat 0% 0%;
  PADDING-TOP: 0px; }

.aui #footerPM LI + LI {
  BORDER-LEFT: #cdcacb 1px solid;
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 9px;
  PADDING-RIGHT: 9px;
  PADDING-TOP: 0px; }

.aui #footerPM A:visited {
  COLOR: #b30738; }

.aui #footerPM A:hover {
  COLOR: #0c0c0c; }

.aui .nav-en #nav-415 {
  POSITION: relative;
  WIDTH: 113px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .nav-en #nav-415 .fir {
  POSITION: absolute;
  WIDTH: 113px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat 0px -60px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .nav-en #nav-415:hover .fir {
  BACKGROUND-POSITION: 0px -30px; }

.aui .nav-en .selected #nav-415 .fir {
  BACKGROUND-POSITION: 0px 0px; }

.aui .nav-en #nav-416 {
  POSITION: relative;
  WIDTH: 110px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .nav-en #nav-416 .fir {
  POSITION: absolute;
  WIDTH: 110px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -113px -60px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .nav-en #nav-416:hover .fir {
  BACKGROUND-POSITION: -113px -30px; }

.aui .nav-en .selected #nav-416 .fir {
  BACKGROUND-POSITION: -113px 0px; }

.aui .nav-en #nav-417 {
  POSITION: relative;
  WIDTH: 80px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .nav-en #nav-417 .fir {
  POSITION: absolute;
  WIDTH: 80px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -223px -60px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .nav-en #nav-417:hover .fir {
  BACKGROUND-POSITION: -223px -30px; }

.aui .nav-en .selected #nav-417 .fir {
  BACKGROUND-POSITION: -223px 0px; }

.aui .nav-en #nav-419 {
  POSITION: relative;
  WIDTH: 79px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .nav-en #nav-419 .fir {
  POSITION: absolute;
  WIDTH: 79px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -303px -60px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .nav-en #nav-419:hover .fir {
  BACKGROUND-POSITION: -303px -30px; }

.aui .nav-en .selected #nav-419 .fir {
  BACKGROUND-POSITION: -303px 0px; }

.aui .nav-en #nav-418 {
  POSITION: relative;
  WIDTH: 57px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .nav-en #nav-418 .fir {
  POSITION: absolute;
  WIDTH: 57px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -382px -60px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .nav-en #nav-418:hover .fir {
  BACKGROUND-POSITION: -382px -30px; }

.aui .nav-en .selected #nav-418 .fir {
  BACKGROUND-POSITION: -382px 0px; }

.aui .nav-en #nav-420 {
  POSITION: relative;
  WIDTH: 92px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .nav-en #nav-420 .fir {
  POSITION: absolute;
  WIDTH: 92px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -439px -60px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .nav-en #nav-420:hover .fir {
  BACKGROUND-POSITION: -439px -30px; }

.aui .nav-en .selected #nav-420 .fir {
  BACKGROUND-POSITION: -439px 0px; }

.aui .nav-en #nav-421 {
  POSITION: relative;
  WIDTH: 93px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .nav-en #nav-421 .fir {
  POSITION: absolute;
  WIDTH: 93px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -531px -60px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .nav-en #nav-421:hover .fir {
  BACKGROUND-POSITION: -531px -30px; }

.aui .nav-en .selected #nav-421 .fir {
  BACKGROUND-POSITION: -531px 0px; }

.aui .minitabs-en #tab-prague {
  POSITION: relative;
  WIDTH: 212px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .minitabs-en #tab-prague .fir {
  POSITION: absolute;
  WIDTH: 212px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat 0px -150px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .minitabs-en #tab-prague:hover .fir {
  BACKGROUND-POSITION: 0px -120px; }

.aui .minitabs-en .selected #tab-prague .fir {
  BACKGROUND-POSITION: 0px -90px; }

.aui .minitabs-en #tab-brod {
  POSITION: relative;
  WIDTH: 240px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .minitabs-en #tab-brod .fir {
  POSITION: absolute;
  WIDTH: 240px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -212px -150px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .minitabs-en #tab-brod:hover .fir {
  BACKGROUND-POSITION: -212px -120px; }

.aui .minitabs-en .selected #tab-brod .fir {
  BACKGROUND-POSITION: -212px -90px; }

.aui .minitabs-en #tab-about {
  POSITION: relative;
  WIDTH: 203px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .minitabs-en #tab-about .fir {
  POSITION: absolute;
  WIDTH: 203px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -452px -150px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .minitabs-en #tab-about:hover .fir {
  BACKGROUND-POSITION: -452px -120px; }

.aui .minitabs-en .selected #tab-about .fir {
  BACKGROUND-POSITION: -452px -90px; }

.aui .minitabs-en #tab-history {
  POSITION: relative;
  WIDTH: 145px;
  DISPLAY: block;
  HEIGHT: 30px;
  OVERFLOW: hidden; }

.aui .minitabs-en #tab-history .fir {
  POSITION: absolute;
  WIDTH: 145px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_en.png) no-repeat -655px -150px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px; }

.aui .minitabs-en #tab-history:hover .fir {
  BACKGROUND-POSITION: -655px -120px; }

.aui .minitabs-en .selected #tab-history .fir {
  BACKGROUND-POSITION: -655px -90px; }

.highslide-container table {
  background: none; }

.highslide {
  outline: none;
  text-decoration: none; }

.highslide-active-anchor img {
  visibility: hidden; }

.highslide-gallery .highslide-active-anchor img {
  border-color: black;
  visibility: visible;
  cursor: default; }

.highslide-image {
  border-width: 0px;
  border-style: solid;
  border-color: #e8e9eb;
  background: #fff;
  padding: 0px; }

.highslide-wrapper, .highslide-outline {
  background: #B30738; }

.glossy-dark {
  background: #111; }

.highslide-number {
  color: #000;
  float: right;
  font-size: 0.8em; }

.highslide-top-prev {
  position: absolute;
  right: 138px;
  top: 5px;
  background: transparent url(/PostMuzeum-theme/css/../images/muzeum/ico_detail-previous.png) no-repeat 0 3px;
  padding-left: 15px; }

.highslide-top-next {
  position: absolute;
  right: 46px;
  top: 5px;
  background: transparent url(/PostMuzeum-theme/css/../images/muzeum/ico_detail-previous.next) no-repeat 100% 3px;
  padding-right: 15px; }

.highslide-top-move {
  position: absolute;
  top: 7px;
  right: 24px; }

.highslide-top-close {
  position: absolute;
  top: 7px;
  right: 4px; }

.highslide-container .highslide-caption {
  border-top: none;
  font-size: 1.1em;
  padding: 20px;
  background: #B30738;
  color: white;
  font-family: sans-serif;
  text-align: left;
  margin-bottom: 0; }

.highslide-caption h2 {
  color: white;
  font-size: 1.2em; }

#content p.highslide-caption {
  text-align: left; }

.highslide-heading {
  display: none;
  font-weight: bold;
  margin: 0.4em;
  text-align: left;
  font-size: 1.4em; }

.highslide-dimming {
  position: absolute;
  background: black; }

a.highslide-full-expand {
  background: url(/PostMuzeum-theme/css/../images/muzeum/fullexpa.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px; }

.highslide-loading {
  display: block;
  color: black;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border: 1px solid white;
  background-color: white;
  padding-left: 22px;
  background-image: url(/PostMuzeum-theme/css/../images/muzeum/loader00.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px; }

a.highslide-credits, a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px; }

a.highslide-credits:hover, a.highslide-credits:hover i {
  color: white;
  background-color: gray; }

.highslide-move, .highslide-move * {
  cursor: move; }

.highslide-overlay {
  display: none; }

.closebutton {
  position: relative;
  top: -15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/PostMuzeum-theme/css/../images/muzeum/close000.png); }

.highslide-controls {
  position: absolute;
  width: 100%;
  height: 0;
  margin: 0; }

.highslide-controls ul {
  position: absolute;
  width: 100%;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  background: none; }

.highslide-controls li {
  position: absolute;
  padding: 0;
  background: none; }

.highslide-controls .highslide-close {
  right: 20px;
  top: 25px;
  width: 60px; }

.highslide-controls .highslide-previous {
  left: 0px;
  top: 235px; }

.highslide-controls .highslide-next {
  right: 0px;
  top: 235px; }

.highslide-controls .highslide-move {
  display: none; }

.highslide-controls .highslide-full-expand {
  display: none; }

.highslide-controls .highslide-play {
  display: none; }

.highslide-controls .highslide-pause {
  display: none; }

.highslide-controls a {
  background-image: url(/PostMuzeum-theme/css/../images/muzeum/hscontrol.png);
  display: block;
  float: left;
  height: 55px;
  width: 55px;
  _margin-right: 3px;
  outline: none; }

.highslide-controls a.disabled {
  cursor: default; }

.highslide-controls a span {
  display: none; }

.highslide-controls .highslide-previous a {
  background-position: 0 0; }

.highslide-controls .highslide-previous a:hover {
  background-position: 0 -55px; }

.highslide-controls .highslide-previous a.disabled {
  background-position: 0 -110px !important; }

.highslide-controls .highslide-play a {
  background-position: -55px 0; }

.highslide-controls .highslide-play a:hover {
  background-position: -55px -55px; }

.highslide-controls .highslide-play a.disabled {
  background-position: -55px -110px !important; }

.highslide-controls .highslide-pause a {
  background-position: -110px 0; }

.highslide-controls .highslide-pause a:hover {
  background-position: -110px -55px; }

.highslide-controls .highslide-next a {
  background-position: -165px 0; }

.highslide-controls .highslide-next a:hover {
  background-position: -165px -55px; }

.highslide-controls .highslide-next a.disabled {
  background-position: -165px -110px !important; }

.highslide-controls .highslide-move a {
  background-position: -220px 0; }

.highslide-controls .highslide-move a:hover {
  background-position: -220px -55px; }

.highslide-controls .highslide-full-expand a {
  background-position: -275px 0; }

.highslide-controls .highslide-full-expand a:hover {
  background-position: -275px -55px; }

.highslide-controls .highslide-full-expand a.disabled {
  background-position: -275px -110px !important; }

.highslide-controls .highslide-close a {
  background-position: -330px 0; }

.highslide-controls .highslide-close a:hover {
  background-position: -330px -55px; }

.highslide-maincontent {
  display: none; }

.highslide-html {
  background-color: black; }

.highslide-html-content {
  display: none;
  width: 400px;
  padding: 0 5px 5px 5px; }

.highslide-header {
  padding-bottom: 5px;
  padding-top: 5px;
  display: none; }

.highslide-header ul {
  margin: 0 1em 0 0;
  padding: 0;
  text-align: right; }

.highslide-header ul li {
  display: inline;
  padding-left: 1em;
  margin-left: 1em; }

.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
  display: none; }

.highslide-header a {
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
  text-decoration: none; }

.highslide-header a:hover {
  color: #B30738; }

.highslide-header .highslide-move a {
  cursor: move; }

.highslide-footer {
  height: 11px; }

.highslide-footer .highslide-resize {
  float: right;
  height: 11px;
  width: 11px;
  background: url(/PostMuzeum-theme/css/../images/muzeum/resize00.gif); }

.highslide-resize {
  cursor: nw-resize; }

.draggable-header .highslide-header {
  height: 18px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: .5em; }

.draggable-header .highslide-heading {
  position: absolute;
  margin: 2px 0.4em; }

.draggable-header .highslide-header .highslide-move {
  cursor: move;
  display: block;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 0;
  width: 100%;
  z-index: 1; }

.draggable-header .highslide-header .highslide-move * {
  display: none; }

.draggable-header .highslide-header .highslide-close {
  position: relative;
  float: right;
  z-index: 2;
  padding: 0; }

.draggable-header .highslide-header .highslide-close a {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(/PostMuzeum-theme/css/../images/muzeum/closeX00.png); }

.draggable-header .highslide-header .highslide-close a:hover {
  background-position: 0 16px; }

.draggable-header .highslide-header .highslide-close span {
  display: none; }

.no-footer .highslide-footer {
  display: none; }

.wide-border .highslide-image {
  border-width: 10px; }

.wide-border .highslide-caption {
  padding: 0 10px 10px 10px; }

.borderless .highslide-image {
  border: none; }

.borderless .highslide-caption {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background: silver; }

.outer-glow {
  background: #444; }

.outer-glow .highslide-image {
  border: 5px solid #444444; }

.outer-glow .highslide-caption {
  border: 5px solid #444444;
  border-top: none;
  padding: 5px;
  background-color: gray; }

.colored-border .highslide-image {
  border: 2px solid green; }

.colored-border .highslide-caption {
  border: 2px solid green;
  border-top: none; }

.dark {
  background: #111; }

.dark .highslide-image {
  border-color: black black #202020 black;
  background: gray; }

.dark .highslide-caption {
  color: white;
  background: #111; }

.dark .highslide-controls, .dark .highslide-controls ul, .dark .highslide-controls a {
  background-image: url(/PostMuzeum-theme/css/../images/muzeum/controlc.gif); }

.floating-caption .highslide-caption {
  position: absolute;
  padding: 1em 0 0 0;
  background: none;
  color: white;
  border: none;
  font-weight: bold; }

.controls-in-heading .highslide-heading {
  color: gray;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  cursor: default;
  padding: 0 0 0 22px;
  margin: 0;
  background: url(/PostMuzeum-theme/css/../images/muzeum/icon0000.gif) no-repeat 0 1px; }

.controls-in-heading .highslide-controls {
  width: 105px;
  height: 20px;
  position: relative;
  margin: 0;
  top: -23px;
  left: 7px;
  background: none; }

.controls-in-heading .highslide-controls ul {
  position: static;
  height: 20px;
  background: none; }

.controls-in-heading .highslide-controls li {
  padding: 0; }

.controls-in-heading .highslide-controls a {
  background-image: url(/PostMuzeum-theme/css/../images/muzeum/controlb.gif);
  height: 20px;
  width: 20px; }

.controls-in-heading .highslide-controls .highslide-move {
  display: none; }

.controls-in-heading .highslide-controls .highslide-previous a {
  background-position: 0 0; }

.controls-in-heading .highslide-controls .highslide-previous a:hover {
  background-position: 0 -20px; }

.controls-in-heading .highslide-controls .highslide-previous a.disabled {
  background-position: 0 -40px !important; }

.controls-in-heading .highslide-controls .highslide-play a {
  background-position: -20px 0; }

.controls-in-heading .highslide-controls .highslide-play a:hover {
  background-position: -20px -20px; }

.controls-in-heading .highslide-controls .highslide-play a.disabled {
  background-position: -20px -40px !important; }

.controls-in-heading .highslide-controls .highslide-pause a {
  background-position: -40px 0; }

.controls-in-heading .highslide-controls .highslide-pause a:hover {
  background-position: -40px -20px; }

.controls-in-heading .highslide-controls .highslide-next a {
  background-position: -60px 0; }

.controls-in-heading .highslide-controls .highslide-next a:hover {
  background-position: -60px -20px; }

.controls-in-heading .highslide-controls .highslide-next a.disabled {
  background-position: -60px -40px !important; }

.controls-in-heading .highslide-controls .highslide-full-expand a {
  background-position: -100px 0; }

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
  background-position: -100px -20px; }

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
  background-position: -100px -40px !important; }

.controls-in-heading .highslide-controls .highslide-close a {
  background-position: -120px 0; }

.controls-in-heading .highslide-controls .highslide-close a:hover {
  background-position: -120px -20px; }

@media Screen {
  .highslide-overlay {
    POSITION: absolute;
    BACKGROUND-COLOR: #b30738;
    WIDTH: 100%;
    FONT: 75%/1.5 sans-serif;
    COLOR: #fff; }

  .highslide-overlay DD {
    PADDING-BOTTOM: 20px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 20px;
    PADDING-TOP: 20px; }

  .highslide-overlay H1 {
    MARGIN: 0px 0px 5px;
    FONT: bold 1.4em sans-serif;
    COLOR: white;
    WORD-SPACING: -1px; }

  .highslide-overlay P {
    MARGIN: 0px; }

  .highslide-overlay UL {
    POSITION: absolute;
    LIST-STYLE-TYPE: none;
    WIDTH: 100%;
    DISPLAY: block;
    LIST-STYLE-IMAGE: none; }

  .highslide-overlay LI {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-TOP: 0px; }

  .highslide-overlay .detail-previous {
    POSITION: absolute;
    WIDTH: 55px;
    HEIGHT: 55px;
    TOP: 235px;
    LEFT: 0px; }

  .highslide-overlay .detail-next {
    POSITION: absolute;
    WIDTH: 55px;
    HEIGHT: 55px;
    TOP: 235px;
    RIGHT: 0px; }

  .highslide-overlay .detail-close {
    POSITION: absolute;
    WIDTH: 14px;
    HEIGHT: 14px;
    TOP: 20px;
    RIGHT: 20px; }

  .minitabs .ui-tabs-selected {
    BACKGROUND-COLOR: #b30738;
    COLOR: #fff !important; }

  .minitabs .ui-tabs-selected A {
    BACKGROUND-COLOR: #b30738;
    COLOR: #fff !important; }

  .ui-tabs {
    POSITION: relative; }

  .ui-tabs .ui-tabs-panel {
    DISPLAY: block; }

  .ui-tabs .ui-tabs-hide {
    DISPLAY: none !important; }

  .ui-tabs .ui-tabs-nav LI.ui-tabs-selected A {
    CURSOR: text;
    TEXT-DECORATION: none; }

  .ui-tabs .ui-tabs-nav LI.ui-state-disabled A {
    CURSOR: text;
    TEXT-DECORATION: none; }

  .ui-tabs .ui-tabs-nav LI.ui-state-processing A {
    CURSOR: text;
    TEXT-DECORATION: none; }

  #content .clear {
    MARGIN: 30px 0px;
    COLOR: #77787b;
    FONT-SIZE: 0.9em; }

  #content .clear A {
    BORDER-BOTTOM: #77787b 1px solid;
    MIN-WIDTH: 20px;
    TEXT-ALIGN: center;
    BORDER-LEFT: #77787b 1px solid;
    PADDING-BOTTOM: 7px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    DISPLAY: inline-block;
    COLOR: #77787b;
    BORDER-TOP: #77787b 1px solid;
    BORDER-RIGHT: #77787b 1px solid;
    TEXT-DECORATION: none;
    PADDING-TOP: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  #content .clear STRONG {
    BORDER-BOTTOM: #b30738 1px solid;
    TEXT-ALIGN: center;
    BORDER-LEFT: #b30738 1px solid;
    PADDING-BOTTOM: 7px;
    BACKGROUND-COLOR: #b30738;
    PADDING-LEFT: 0px;
    WIDTH: 30px;
    PADDING-RIGHT: 0px;
    DISPLAY: inline-block;
    COLOR: white;
    BORDER-TOP: #b30738 1px solid;
    FONT-WEIGHT: normal;
    BORDER-RIGHT: #b30738 1px solid;
    PADDING-TOP: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; } }
@media Print {
  .detail UL {
    DISPLAY: none; } }
.aui html {
  overflow: auto; }

.aui #sign-in {
  background: url(/PostMuzeum-theme/css/../images/common/key.png) no-repeat 3px 50%;
  font-weight: bold;
  padding: 5px 5px 5px 25px;
  position: absolute;
  right: 0;
  top: 1.4em; }

.aui div.columns-max {
  background-color: white; }

.aui .portlet-column {
  display: block; }

.aui div.journal-content-article h1:first-child {
  margin-top: 7px; }

.aui #content {
  margin-top: 10px; }

.aui .taglib-header {
  border-bottom: none; }

.aui .breadcrumb {
  padding: 0px 15px 0px 0px;
  font-size: 0.95em;
  color: #b30738;
  background: none;
  margin-bottom: 0px; }

.aui .breadcrumb .divider {
  background: url("/PostMuzeum-theme/css/../images/muzeum/bg_crumbs_sep.png") no-repeat scroll right center transparent; }

.aui .breadcrumb .last .divider {
  background: none; }

.aui .breadcrumb > li > .divider {
  color: #e7e7e7;
  z-index: 1;
  padding: 0 10px 0 10px; }

.aui .breadcrumb a, .aui .breadcrumb strong, .aui .breadcrumb span {
  display: inline-block; }

.aui .breadcrumb a {
  padding: 0;
  margin: 0;
  text-decoration: underline; }

.aui .breadcrumb a:visited {
  color: #b30738; }

.aui .breadcrumb .first {
  color: #b30738;
  padding: 0px 0px 0 15px;
  background: url("/PostMuzeum-theme/css/../images/muzeum/bg_crumbs.png") no-repeat scroll left center transparent; }

.aui .breadcrumb li {
  background: none;
  padding: 0 0 0 5px;
  margin: 00; }

.aui .breadcrumb li a, .aui .breadcrumb li.first a, .aui .breadcrumb li.last {
  padding: 0 0 0 5px; }

.aui .breadcrumb .current-parent {
  margin-bottom: 0px; }

.aui .breadcrumb .last a {
  text-decoration: none;
  color: #616161;
  background: none;
  cursor: default;
  font-weight: bold; }

.aui header a:visited {
  color: #77787B; }

.aui footer a:visited {
  color: #b30738; }

.aui .breadcrumbs a:visited {
  color: #b30738; }

.aui .portlet-asset-publisher .asset-actions {
  margin-top: 24px; }

.aui .portlet-asset-publisher .asset-full-content .asset-content {
  margin-right: 0px; }

.aui .portlet-column-content {
  padding: 0; }

.aui .portlet-asset-publisher .asset-content {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.aui .portlet-asset-publisher .asset-metadata {
  margin-left: 0px; }

.aui .portlet-asset-publisher .metadata-modified-date, .aui .portlet-asset-publisher .metadata-create-date, .aui .portlet-asset-publisher .metadata-publish-date, .aui .portlet-asset-publisher .metadata-expiration-date {
  background: none;
  margin-bottom: 0em;
  padding-left: 0px;
  color: #616161;
  font-weight: normal; }

.aui .sidebox .item .icon {
  display: none; }

.aui .sidebox .taglib-icon .taglib-text {
  text-decoration: none; }

.aui div.nav-menu {
  POSITION: relative;
  DISPLAY: block;
  HEIGHT: 30px;
  width: 90px;
  OVERFLOW: hidden;
  padding-top: 25px;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_menu.PNG) no-repeat 0px -60px; }

.aui ul.nav-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.aui ul.nav-menu li {
  display: inline; }

.aui ul.nav-menu li a {
  text-decoration: none;
  padding: .2em 1em; }

.aui .nav-menu .fir {
  WIDTH: 96px;
  DISPLAY: block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/sprite_menu.png) no-repeat 0px -60px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  CURSOR: pointer;
  LEFT: 0px;
  text-align: center; }

.aui .nav-menu .fir:hover {
  BACKGROUND-POSITION: 0px -30px;
  color: white; }

.aui .nav-menu .selected .fir {
  BACKGROUND-POSITION: 0px 0px;
  color: white; }

.aui .portlet-content {
  padding: 0px; }

.aui .portlet-column-content {
  padding-top: 0px; }

.aui .portlet {
  background-color: transparent;
  border: 1px solid #C8C9CA;
  margin: 0 0 0px;
  padding: 0px;
  text-align: left; }

.aui .portlet-topper {
  background: #d4d4d4 url(/PostMuzeum-theme/css/../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  font-size: 1.1em; }

.aui .portlet-title {
  color: #222;
  float: none;
  font-weight: bold;
  min-width: 50%;
  padding: 5px;
  text-shadow: 1px 1px #FFF; }

.aui .lfr-portlet-title-editable {
  margin-top: -4px;
  z-index: 9999; }

.aui .ie .lfr-portlet-title-editable {
  margin-top: -6px; }

.aui .lfr-portlet-title-editable-content {
  padding: 0; }

.aui .ie .lfr-portlet-title-editable-content {
  margin-top: 4px; }

.aui .portlet-icons {
  float: none; }

.aui .portlet-icons .portlet-close-icon {
  border-width: 0; }

.aui .page-maximized .portlet-icons {
  font-size: 11px; }

.aui .ie .portlet-title {
  padding-bottom: 5px; }

.aui .ie6 .portlet-topper {
  zoom: 1; }

.aui .lang-list {
  TEXT-ALIGN: right;
  LINE-HEIGHT: 1;
  MARGIN: 0px;
  FONT-SIZE: 0.95em; }

.aui .lang-list:after {
  LINE-HEIGHT: 0;
  DISPLAY: block;
  HEIGHT: 0px;
  VISIBILITY: hidden;
  CLEAR: both;
  CONTENT: "."; }

.aui .lang-list LI {
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  BACKGROUND: none transparent scroll repeat 0% 0%;
  FLOAT: left;
  PADDING-TOP: 0px; }

.aui .taglib-language-list-text last {
  BORDER-BOTTOM: white 1px solid;
  BORDER-LEFT: white 1px solid;
  PADDING-BOTTOM: 5px;
  PADDING-LEFT: 20px;
  PADDING-RIGHT: 10px;
  DISPLAY: inline-block;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bullet_lang.png) #e9e9e9 no-repeat 10px 50%;
  COLOR: #77787b;
  BORDER-TOP: white 1px solid;
  BORDER-RIGHT: white 1px solid;
  TEXT-DECORATION: none;
  PADDING-TOP: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.aui .lang-list A:hover {
  COLOR: #b30738;
  TEXT-DECORATION: underline; }

.aui .lang-list .taglib-icon {
  display: none; }

.aui .portlet-boundary_82_ {
  POSITION: absolute;
  MARGIN: 0px;
  FONT-SIZE: 0.95em;
  TOP: 25px;
  RIGHT: 0px;
  width: 40px;
  height: 23px;
  overflow: hidden;
  background: url(/PostMuzeum-theme/css/../images/muzeum/jazyk.png) no-repeat;
  padding: 4px 3px 0px 25px; }

.aui .portlet-boundary_82_ a:hover {
  color: #b30738; }

.aui .lang-list li.activeLang {
  display: none; }

.aui .portlet-site-map ul {
  list-style-type: none; }

.aui .portlet-site-map ul li {
  font-size: 13pt;
  font-weight: bold;
  background: none;
  margin: 5px 0px; }

.aui .portlet-site-map ul ul {
  list-style-type: none;
  margin: 20px 0px 20px 40px; }

.aui .portlet-site-map ul ul li {
  font-size: 11pt;
  font-weight: 500;
  background: url(/PostMuzeum-theme/css/../images/muzeum/bullet.png) no-repeat 0px 0.45em; }

.aui .portlet-site-map ul li ul li {
  padding: 0 0 0 20px; }

.aui .portlet-site-map ul ul ul {
  list-style-type: none; }

.aui .portlet-site-map ul ul ul li {
  font-size: 9pt;
  font-weight: normal; }

.aui #google_search_form_obal {
  height: 270px; }

.aui #google_search_form_content {
  height: 270px;
  border: 1px solid #CCC; }

.aui #google_search_form_content #text_vyhledat_DS, .aui #google_search_form_content #text_vyhledat_CP, .aui #google_search_form_content #text_vyhledat_PO {
  display: none; }

.aui #google_search_form_content #text_vyhledat_PM {
  display: block;
  position: absolute;
  top: 21px;
  left: 587px;
  width: 74px;
  height: 23px;
  color: #13377D;
  font-weight: bold;
  text-align: center;
  padding: 3px 0px 0px 0px;
  z-index: 9999; }

.aui #google_search_form_content #text_vyhledat_PM:hover {
  cursor: pointer;
  border: 1px solid #555; }

.aui #google_search_form_content #google_search_form_fields {
  padding: 20px 30px 20px 30px; }

.aui #google_search_form_content #google_search_form_fields #extendedSearch {
  padding-top: 7px; }

.aui #google_search_form_content #google_search_form_fields input {
  background: none;
  background-color: #FFF; }

.aui #google_search_form_content #google_search_form_fields select {
  background: none;
  background-color: #FFF; }

.aui #google_search_form_content #google_search_form_fields .button {
  width: 77px;
  height: 28px;
  top: 20px;
  _top: 26px;
  right: 30px; }

.aui #google_search_form_content #google_search_form_fields input:focus {
  border: 1px solid #AAA; }

.aui #google_search_form_content #google_search_form_fields .term input {
  width: 410px; }

.aui #google_search_form_content #google_search_form_fields .colLeft {
  width: 310px;
  margin: 5px 0px 0px 0px; }

.aui #google_search_form_content #google_search_form_fields .colLeft dl {
  margin: 0px; }

.aui #google_search_form_content #google_search_form_fields .colLeft p {
  padding: 0px;
  margin: 0px 0px 10px 0px; }

.aui #google_search_form_content #google_search_form_fields .colLeft label, .aui #google_search_form_content #google_search_form_fields .term label {
  display: block;
  float: left;
  width: 95px;
  padding-top: 4px; }

.aui #google_search_form_content #google_search_form_fields .colLeft input {
  width: 120px; }

.aui #google_search_form_content #google_search_form_fields .colRight {
  width: 320px;
  padding: 20px 0px 0px 0px;
  margin-top: 5px; }

.aui #google_search_form_content #google_search_form_fields .colRight .colRight_content {
  width: 320px;
  padding: 0px 0px 20px 0px; }

.aui #google_search_form_content #google_search_form_fields .colRight .colRight_content p {
  margin: 0px 20px 10px 20px; }

.aui #google_search_result .gs_result_next {
  padding: 0px;
  margin: 0px 0px 17px 0px; }

.aui #google_search_result .gs_result_next a {
  color: #13377D; }

.aui #google_search_result .gs_result_next p, .aui #google_search_result .gs_result_next a {
  margin: 0px 0px 5px 0px; }

.aui #google_search_result .gs_result_next p.gs_result_title {
  padding-left: 20px;
  font-weight: bold;
  font-size: 11pt;
  color: #b30738;
  background: url(/PostMuzeum-theme/css/../images/muzeum/ico_next.png) no-repeat left center; }

.aui #google_search_result .gs_result_next p.gs_result_summary b {
  font-weight: normal;
  background-color: #fac128; }

.aui #google_search_form_obal {
  height: 70px; }

.aui #google_search_form_content {
  height: 70px; }

.aui #google_search_form_content #text_vyhledat_PM {
  font-weight: normal;
  color: #000000;
  left: 591px;
  top: 22px; }

.aui #google_search_form_content #text_vyhledat_PM:hover {
  border: 0; }

.aui #google_search_form_content label {
  font-weight: bold; }

.aui #google_search_form_content #google_search_form_fields .colLeft #datepickerFrom, .aui #google_search_form_content #google_search_form_fields .colLeft #datepickerTo {
  margin-right: 5px; }

.aui #extendedSearch {
  display: none; }

.aui #google_search_result h3 {
  display: none; }

.aui #google_search_result .gs_result_next p.gs_result_title a {
  color: #B30738;
  text-decoration: none;
  font-weight: bold; }

.aui #google_search_result .gs_result_next p.gs_result_title a:hover {
  text-decoration: underline; }

.aui #google_search_result .gs_result_next p.gs_result_summary {
  color: #616161; }

.aui #google_search_result .gs_result_next p.gs_result_summary b {
  background-color: #FEF49C;
  font-weight: normal;
  padding: 0 2.5px; }

.aui #google_search_pagination .button {
  position: static; }

.aui #google_search_pagination {
  text-align: left;
  margin: 0;
  padding: 0;
  padding-top: 20px; }

.aui #google_search_pagination > div, .aui #google_search_pagination > div input {
  display: inline-block;
  line-height: 1;
  font-size: 12px; }

.aui #google_search_pagination input {
  cursor: pointer;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  width: auto;
  text-shadow: none;
  color: #B30738; }

.aui #google_search_pagination > div {
  margin: 0;
  display: inline-block; }

.aui #google_search_pagination .button_wrapper_prev {
  padding: 0 5px 0 5px; }

.aui #google_search_pagination .button_wrapper_prev input {
  padding: 0;
  margin: 0;
  background: none;
  font-weight: normal;
  text-decoration: none; }

.aui #google_search_pagination .button_wrapper_prev input:hover {
  text-decoration: underline; }

.aui #google_search_pagination .button_wrapper_next {
  padding: 0 5px 0 5px; }

.aui #google_search_pagination .button_wrapper_next input {
  padding: 0;
  margin: 0;
  background: none;
  font-weight: normal;
  text-decoration: none; }

.aui #google_search_pagination .button_wrapper_next input:hover {
  text-decoration: underline; }

.aui #google_search_pagination .button_wrapper {
  padding: 0;
  padding-left: 1px;
  padding-right: 1px; }

.aui #google_search_pagination .button_wrapper input {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  text-decoration: none; }

.aui #google_search_pagination .button_wrapper input:hover {
  text-decoration: underline; }

.aui #google_search_pagination .button_wrapper_active {
  padding: 0;
  padding-left: 1px;
  padding-right: 1px; }

.aui #google_search_pagination .button_wrapper_active input {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  color: #616161; }

.aui #google_search_pagination_text_top .pagination_highlight, .aui #google_search_pagination_text_bot .pagination_highlight {
  font-weight: bold; }

.aui #google_search_pagination_text_top {
  display: none; }

.aui #google_search_pagination_text_bot {
  padding: 0;
  padding-top: 5px; }

.aui .taglib-page-iterator {
  display: none; }

.aui .lfr-asset-metadata {
  display: none; }

.aui .taglib-search-iterator-page-iterator-top {
  display: none; }

.aui .taglib-search-iterator-page-iterator-bottom {
  display: none; }

.aui .image-title {
  font-weight: bold; }

.aui .lfr-asset-description {
  font-weight: bold; }

.aui .lfr-asset-description {
  clear: left;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important; }

.aui .header-title {
  color: #B30738;
  font-family: sans-serif;
  font-size: 1.4em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  word-spacing: -1px; }

.aui .aui-image-viewer-content .yui3-widget-ft {
  background-color: #B30738;
  color: #ffffff;
  max-width: 590px;
  font-size: 14px; }

.aui .aui-image-gallery-paginator-links {
  display: none; }

.aui .aui-paginator-page-container {
  display: none; }

.aui .aui-image-gallery-paginator-content {
  display: none; }

.aui .aui-image-gallery-player {
  display: none; }

.aui .aui-image-viewer-bd {
  background-color: #B30738; }

.aui .aui-image-viewer-info {
  color: #ffffff;
  font-size: 10px;
  text-align: right; }

.aui .portlet-image-gallery-display .image-thumbnail {
  border: none;
  height: 158px;
  width: 190px;
  margin: 10px 14px 0; }

.aui #articlelist .akt {
  PADDING-BOTTOM: 19px;
  PADDING-LEFT: 19px;
  PADDING-RIGHT: 19px;
  BACKGROUND: url(/PostMuzeum-theme/css/../images/muzeum/bg_sidebox.png) #e9e9e9 repeat-x 0px 0px;
  PADDING-TOP: 19px; }

.aui dl.item img {
  display: none; }

.aui .portlet-image-gallery-display .image-link {
  height: 200px;
  float: left;
  width: 170px; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /*!
* Copyright (C) 2012 PrimeBox (info@primebox.co.uk)
*
* This work is licensed under the Creative Commons
* Attribution 3.0 Unported License. To view a copy
* of this license, visit
* http://creativecommons.org/licenses/by/3.0/.
*
* Documentation available at:
* http://www.primebox.co.uk/projects/cookie-bar/
*
* When using this software you use it at your own risk. We hold
* no responsibility for any damage caused by using this plugin
* or the documentation provided.
*/
#cookie-bar {
  background: #b30738;
  background: rgba(179, 7, 56, 0.8);
  height: auto;
  min-height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 35px 0;
  z-index: 10000; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar p {
  margin: 0;
  padding: 0;
  font-size: 14px; }

#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: underline;
  padding: 0;
  margin: 0; }

#cookie-bar a:hover {
  text-decoration: none; }

#cookie-bar .cb-enable {
  background-color: #fff;
  color: #b30738;
  font-weight: bold;
  text-decoration: none !important;
  position: absolute;
  right: 50px;
  top: 32%;
  padding: 10px 20px;
  float: right; }

#cookie-bar .cb-disable {
  display: none; }

#cookie-bar .cb-policy {
  text-decoration: underline; }

#cookie-bar .cb-policy:hover {
  text-decoration: none; }

@media (max-width: 1100px) {
  #cookie-bar .cb-enable {
    position: static;
    right: auto;
    top: auto;
    float: none;
    margin: 10px auto 0;
    display: block;
    width: 100px; }

  #cookie-bar p {
    padding: 0 10px; } }
.aui .article-form-edit .taglib-header .header-back-to a {
  padding: 0; }

.aui a.carousel-control {
  text-decoration: none !important; }

.aui .cookie-banner {
  background: #b30738;
  background: rgba(179, 7, 56, 0.8);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  height: auto;
  left: 0;
  padding: 40px;
  position: fixed;
  top: auto;
  width: 100%;
  z-index: 10000;
  transition: bottom 1s ease 0s; }

.aui .cookie-banner p {
  margin: 0 0 0.625rem 0;
  padding: 0; }

.aui .cookie-banner a {
  color: #fff !important;
  display: inline-block;
  text-decoration: underline;
  padding: 0;
  margin: 0 20px 0 0; }

@media only screen and (max-width: 860px) {
  .aui .cookie-banner a {
    display: block;
    margin-right: 0;
    margin-bottom: 20px; } }
.aui .cookie-banner a:hover,
.aui .cookie-banner a:active {
  color: #fff;
  text-decoration: none; }

.aui .cookie-banner button {
  background-color: #fff;
  color: #b30738;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
  border: 0;
  transition: background-color 0.3s ease 0s;
  border-radius: 4px;
  min-width: 240px; }

@media only screen and (max-width: 600px) {
  .aui .cookie-banner button {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 0; } }
.aui .cookie-banner button#decline-optional-cookies-button {
  margin-right: 20px; }

.aui .cookie-banner button:hover,
.aui .cookie-banner button:active {
  background-color: #e6e6e6; }

.aui .cookie-banner .cookie-banner-buttons {
  display: block; }

.aui .cookies-form {
  border: 1px solid #b30738;
  background-color: rgba(179, 7, 56, 0.1);
  border-radius: 3px;
  padding: 15px 10px;
  margin: 0 0 15px; }

.aui .cookies-form p {
  margin: 0;
  padding: 0;
  color: #333; }

.aui .cookies-form button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0; }

.aui .cookies-form button:hover {
  text-decoration: none; }

.aui .cookies-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }

.aui .cookies-form-row:last-child {
  margin-bottom: 0; }

.aui .cookies-form-status-label {
  color: #333; }

.aui .cookies-form-status-value {
  color: #333;
  font-weight: bold; }

.aui .portlet-body .cookies-form h4 {
  margin: 0;
  padding: 0;
  color: #333; }