/* Add your CSS @import rules after this line */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.4; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
html {
  line-height: 1, 4;
  overflow-y: scroll;
  height: 100%;
}
body {
  color: #333;
  font-family: 'OpenSans', verdana, sansserif;
  font-size: 96%;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-links img {
  max-width: 120px;
  float: left;
  margin-right: 10px;
}
.seite {
  margin: auto;
  position: relative;
  padding: 0 10px;
}
h1 {
  color: #910c00;
  font-size: 157%;
  line-height: 37px;
}
.page-header h1 {
  font-size: 36px;
  text-align: center;
  line-height: 36px;
  margin: 50px 0 20px 0;
  color: #333;
}
h2 {
  margin-bottom: 9px;
}
h3 {
  text-transform: uppercase;
  clear: both;
}
h4,
h5 {
  font-size: 20px;
  margin: 10px 0;
}
#right p {
  line-height: 21px;
  color: #5d5344;
}
a,
.team .uk-tab > li.uk-active > a {
  text-decoration: none;
  color: #910c00;
}
a:hover {
  text-decoration: underline;
}
#bottom a:hover,
#main a:hover {
  color: #333;
}
img {
  height: auto;
}
.sppb-btn:focus {
  box-shadow: 0 0 0 !important;
}
#main li {
  padding-bottom: 5px;
}
#main ul {
  padding-left: 20px;
}
#ticker {
  padding: 6px;
  margin-top: 3px;
  background: #910c00;
}
#ticker .custom {
  max-width: 1170px;
  margin: auto;
}
#ticker p {
  margin: 2px 0 0 0;
}
#ticker a {
  color: #fff;
}
.breadcrumb {
  padding: 0;
}
.breadcrumb li {
  list-style-type: none;
  float: left;
  margin-right: 6px;
}
.breadcrumb li:first-child {
  margin-right: 0;
}
.breadcrumb a {
  color: #847c70;
  text-decoration: underline;
}
#right {
  width: 27%;
  float: right;
  margin-top: 62px;
}
#right .moduletable {
  padding: 15px 15px 15px 15px;
  background: #5f85ba;
  margin-bottom: 20px;
  overflow: hidden;
}
#right a,
#dj-megamenu105 .separator a:hover {
  color: #fff;
  transition: 1s;
}
#right a:hover {
  color: #000;
}
#right h3 {
  background: #3d6193;
  padding: 10px;
  margin-top: 5px;
  color: #fff;
}
#right img {
  width: 100%;
}
#header {
  border-bottom: 1px solid #910c00;
  height: 67px;
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 6px #111;
}
#header .seite {
  max-width: 1349px;
  margin-top: 9px;
}
#header .logo {
  float: left;
  max-width: 246px;
}
#header .logo img {
  width: 100%;
}
.header-rechts,
.header-rechts .dj-megamenu-wrapper {
  float: right;
  margin: 6px 26px 0 0;
}
.header-rechts p {
  margin: 3px;
}
.header-rechts .custom {
  margin: 5px -2px 10px 10px;
}
.header-rechts a {
  color: #444;
}
.header-rechts .topmenu li {
  list-style-type: none;
  float: right;
  margin-left: 25px;
}
.header-rechts .topmenu li a {
  font-size: 14px;
}
.header-rechts .nav {
  padding: 0;
  overflow: hidden;
  margin: 0 0 12px 0;
}
#top {
  overflow: hidden;
  clear: both;
  padding-top: 66px;
}
#main {
  overflow: hidden;
  clear: both;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.page-content .sppb-row-container,
#bottom .sppb-row-container {
  padding: 0;
}
.inhalt-60 {
  width: 69%;
  float: left;
  margin: 40px 0;
}
.hidden,
.article-info-term {
  display: none;
}
.no-padding,
.create,
.article-info,
.nav-child {
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#main #sp-page-builder .sppb-section-title {
  margin-bottom: 20px;
}
.readmore {
  text-align: right;
}
.sppb-readmore::after,
#ticker a::after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 5px;
}
.item {
  background: #fff;
  border: 0.5px solid #666;
  padding: 5px 15px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.item-image {
  margin: 5px 10px 20px 0;
}
.item-image img {
  max-width: 280px;
}
.item-page ul {
  padding-left: 0;
}
.item-page li {
  list-style: url(../images/logo.png);
  padding: 10px;
  background: #f7f7f7;
  margin: 0 0 10px 0;
  list-style-position: inside;
}
.item-page ul li ul {
  padding-left: 50px;
}
.item-page ul li ul li {
  list-style: circle;
  margin: 0;
  padding: 5px;
}
.item-page h2,
.item-page h3,
.item-page h4 {
  clear: both;
}
.dj-megamenu-wrapper {
  margin-top: 1px;
}
.dj-megamenu-custom93,
.header-rechts .dj-megamenu-custom93,
.dj-megamenu-custom105 li {
  font-family: 'OpenSans', verdana;
  background: none;
}
.seite .dj-megamenu-custom93 li a.dj-up_a,
.seite .dj-megamenu-custom93 li:hover a.dj-up_a,
.dj-megamenu-custom93 li.hover a.dj-up_a,
.header-rechts .dj-megamenu-default li a.dj-up_a {
  border: none;
  font-size: 18px;
  height: 44px;
  text-transform: none;
}
.seite .dj-megamenu-custom93 li a.dj-up_a .arrow {
  margin-top: -3px;
}
.header-rechts .dj-megamenu-custom93 li a.dj-up_a span {
  height: 45px;
  line-height: 45px;
}
.header-rechts .dj-megamenu-custom93 li.dj-up {
  margin-right: 5px !important;
}
.header-rechts .dj-megamenu-custom93 li a.dj-up_a {
  font-weight: normal;
}
.header-rechts .teamviewer {
  float: right;
}
.teamviewer img {
  width: 31px;
}
.header-rechts .dj-megamenu-custom93 .itemid101 {
  display: none;
}
#dj-megamenu105 .separator,
#dj-megamenu105 .separator:hover {
  background: #3d6193;
}
#dj-megamenu105 li.separator a.dj-up_a {
  font-size: 20px;
}
.dj-megamenu-custom105 li a.dj-up_a {
  font-size: 14px;
}
#dj-megamenu105 li {
  list-style-type: none;
  background: #8eacd5;
  padding: 10px;
  transition: 1s;
  margin-bottom: 5px;
}
#dj-megamenu105 li:hover {
  background: #7c99c0;
}
li:focus,
a:focus {
  outline: none;
  border: none;
}
#dj-megamenu105 {
  padding: 0;
  margin: 0;
}
#right .dj-megamenu-wrapper {
  margin: 0;
}
.seite .dj-megamenu-select-light .dj-mobile-open-btn,
.seite .dj-megamenu-offcanvas-light .dj-mobile-open-btn,
.site .dj-megamenu-accordion-light .dj-mobile-open-btn {
  font-size: 32px;
}
.seite .dj-megamenu-select-light.select-button {
  display: flex;
}
.seite .dj-megamenu-custom93 li ul.dj-submenu > li > a {
  font-size: 16px;
  line-height: 18px;
  padding: 8px 20px;
}
#content-top img {
  width: 100%;
}
#content-top p {
  margin: 0;
}
.icon-frage {
  content: "\f059";
  font-family: "FontAwesome";
  margin-left: 5px;
}
.sppb-icon {
  color: #fff;
}
#section-id-1587312486860 p {
  margin-top: 0;
}
.unsere-partner .inhalt-100 img {
  max-width: 270px;
  border: 1px solid #ddd;
}
.category-name {
  margin-left: 0;
}
.blog .item {
  max-width: 900px;
  margin: 20px auto;
  border: none;
  box-shadow: 0 0 15px 0 #ccc;
}
.blog .item-page {
  max-width: 900px;
  margin: 20px auto;
  border: none;
}
dd {
  font-size: 13px;
}
.cat-children {
  display: none;
}
.page-header h2 {
  border-bottom: 1px solid #910c00;
}
.item-page .article-header h1 {
  display: none;
}
.item-page h1 {
  color: #910c00;
  text-align: left;
  border-bottom: 1px solid #910c00;
  margin-top: 50px;
  font-size: 36px;
}
.readmore a {
  border: 1px solid;
  padding: 10px;
  border-radius: 15px;
}
.readmore {
  margin-top: 30px;
}
.green2 {
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
  background: #73b45c;
  color: #fff;
  min-height: 50px;
  margin-top: 20px;
}
.kastenblau {
  background: #5f85ba;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
}
#content-bottom .row {
  margin: auto;
  max-width: 1200px;
  padding-top: 15px;
  overflow: hidden;
  display: flex;
}
#content-bottom .spalten {
  width: 33.33%;
  float: left;
  display: grid;
}
.spalte-2,
.spalte-3 {
  padding-left: 15px;
}
.spalte-1 .moduletable,
.spalte-2 .moduletable {
  border-right: 1px solid #fff;
}
#content-bottom {
  background: #eee;
  margin-top: 50px;
}
#content-bottom a {
  color: #910c00;
}
#content-bottom ul li {
  list-style-type: none;
}
.mod-list {
  padding-left: 0;
}
#footer {
  border-top: 1px solid #847c70;
  margin: 120px 0 10px;
  overflow: hidden;
}
#footer .nav li {
  list-style: none;
  display: block;
  float: right;
  margin-left: 20px;
}
#footer .nav li a {
  text-decoration: none;
  color: #666;
}
.versionen table {
  width: 100%;
}
.versionen table img {
  margin: 0;
}
.versionen .head td {
  background: #abcae7;
  color: #fff;
  font-weight: bold;
}
.versionen td {
  text-align: center;
}
.spalte,
.spalte2 {
  border: 1px solid #abcae7;
}
.spalte {
  width: 30%;
}
.spalte2 {
  width: 20%;
}
.versionen .vorn {
  text-align: left;
  padding-left: 5px;
}
.versionen table tr:nth-child(1n+2) {
  background-color: #eff6fd;
}
.versionen table tr:nth-child(2n+3) {
  background-color: #dfedfa;
}
.versionen table tr:hover {
  background-color: #fbe1a9;
}
.pagination span,
.pagination a {
  margin-right: 5px;
}
.pagination a,
.pagination span {
  margin: 0 5px;
  padding: 3px 3px 1px 3px;
}
.pagination {
  text-align: center;
  min-height: 60px;
}
.pagination span span:first-child,
.pagination span span:last-child {
  display: none;
}
.pagination a {
  background: #910c00;
  color: #fff;
}
.pagination span span {
  background: #dacfb6;
  color: #fff;
}
.pagination ul {
  list-style: none outside none;
  margin: 0 auto;
  padding: 0;
  max-width: 560px;
}
.pagination ul li {
  float: left;
}
.pagination span,
.pagination a {
  padding: 2px 5px;
  width: auto !important;
}
.pagination .pull-right {
  float: none;
}
.pagenav {
  background: #fff;
}
.uk-panel .uk-overlay-panel {
  color: #333;
}
.uk-panel .uk-overlay-background {
  background: rgba(255,255,255,0.8);
}
.bfFormDiv {
  background: #8cbf79;
  padding: 0 10px 10px;
}
.bfFormDiv h2 {
  background: #5f9a4a;
  padding: 5px 0 5px 10px;
  color: #fff;
}
.item-page .bfQuickMode .bfLabelLeft .bfElementGroupNoWrap input {
  float: left;
}
.item-page .bfQuickMode .bfLabelLeft .bfElementGroupNoWrap label {
  display: block;
}
body a.btn.jmodedit:before {
  content: "edit";
  color: #fff !important;
  background-color: green !important;
  border: 1px solid black !important;
  padding: 5px !important;
  font-size: 20px !important;
  font-weight: bold !important;
}
@media (max-width: 450px) {
  #header .logo {
    width: 70%;
    margin-top: -5px;
  }
  .topmenu {
    position: absolute;
    right: 16px;
  }
  .header-rechts .topmenu li a {
    font-size: 11px;
  }
  .header-rechts {
    float: none;
    margin-top: 5px;
  }
  .header-rechts .dj-megamenu-wrapper {
    float: right;
    margin: 5px;
  }
  .seite .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
    font-size: 24px;
  }
  #content-top {
    margin-top: 12px;
  }
  h1 {
    font-size: 30px;
  }
  .item-image img {
    width: 100%;
  }
  .sppb-col-sm-6,
  .sppb-col-xs-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  table td,
  #main #sppb-addon-1588614193498 .head td {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 95%;
  }
  #main p {
    line-height: 22px;
  }
  .inhalt-60,
  #right {
    width: 100%;
    float: none;
  }
  #right {
    margin: 0;
  }
  dj-megamenu91mobile {
    width: 135px;
  }
  ul {
    padding: 0 0 0 10px;
  }
  #bfElemWrap242,
  #bfElemWrap252 {
    float: left;
  }
  #content-bottom .spalten {
    width: 100%;
    float: none;
  }
  #content-bottom .row {
    display: block;
  }
  .spalte-2,
  .spalte-3 {
    padding: 7px 0;
    border-top: 1px solid #fff;
  }
  .spalte-1 .moduletable,
  .spalte-2 .moduletable,
  .spalte-3 .moduletable {
    border-right: none;
    padding-left: 15px;
  }
}
@media (max-width: 833px) {
  .header-rechts,
  .header-rechts .dj-megamenu-wrapper {
    margin: 5px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  .inhalt-60 {
    width: 58%;
  }
  #right {
    width: 40%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1050px) {
  .header-rechts .dj-megamenu-custom93 li a.dj-up_a {
    padding: 0 8px;
  }
  .header-rechts .dj-megamenu-custom93 li.dj-up {
    margin-right: 2px !important;
  }
  .seite .dj-megamenu-custom93 li a.dj-up_a,
  .seite .dj-megamenu-custom93 li:hover a.dj-up_a,
  .dj-megamenu-custom93 li.hover a.dj-up_a,
  .header-rechts .dj-megamenu-default li a.dj-up_a {
    font-size: 18px;
  }
}
@media (max-width: 930px) {
  .sppb-col-xs-6 {
    margin-bottom: 10px;
  }
  .teamviewer {
    display: none;
  }
  .dj-megamenu-wrapper {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1150px) {
  .header-rechts .dj-megamenu-custom93 li a.dj-up_a {
    padding: 0 13px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 1050px) {
  .customfb {
    top: -11px;
    right: 10px;
  }
  .header-rechts,
  .header-rechts .dj-megamenu-wrapper {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #main .sppb-row-container {
    width: auto;
  }
}
/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
