/* MINI CMS styles for preview- & article-pages --------------------- */
/* wrapper for complete output */
/* wrapper for single article */
.article_preview {
  margin-bottom: 70px; }

/* article publishing date */
.article_info {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 0.8em; }

/* article content including images */
/* image settings ------------------------------------------------------ *
/* settings for all images inside articles */
.article_preview {
  /* all images */
  /* class for publishing img in original size */
  /* class for publishing imgages in 3 columns */
  /* class for publishing imgages in 2 columns */
  /* class for publishing imgages in 1 column with 100% width */
  /* define left image column */
  /* define center image column (in a 3 column layout) */
  /* define right image column */ }
  .article_preview img {
    max-width: 100%;
    margin: 25px auto; }
  .article_preview .pos_normal {
    width: auto !important; }
  .article_preview .img_small {
    width: 32%; }
  .article_preview .img_middle {
    width: 48%; }
  .article_preview .img_big {
    width: 100%; }
  .article_preview .pos_left {
    float: left; }
  .article_preview .pos_center {
    float: left;
    margin: 25px 2%; }
  .article_preview .pos_right {
    float: right; }

/* Style the "back to previous page" button */
#back {
  margin-top: 35px; }

/* Clearing */
.clearfloat {
  float: none;
  clear: both !important; }

/*# sourceMappingURL=cmsstyle.css.map */
