/*
 * Automatically created by CMSimple_XH 1.6.9. DO NOT MODIFY!
 * advancedform,filebrowser,flexslider,gallery,hi_fancybox,hi_updatecheck,jquery,meta_tags,pagemanager,page_params,realblog,sitemapper,tinymce,uploader,utf8
 */


/********************************** ./plugins/advancedform/css/stylesheet.css */

div.advfrm-mailform td.label {
    vertical-align: top;
    padding-right: 1em;
    /* the following aligns the labels to the right */
    /*text-align: right;*/
}


/* END OF MAIL CSS */


/* utf-8-marker: äöüß */


div.advfrm-mailform {}

div.advfrm-mailform table {
    margin-bottom: 1em;
}

td.label {text-align:right;}

div.advfrm-mailform tr.hidden {
    display: none;
}

div.advfrm-mailform td.field {}

div.advfrm-mailform td.field div.horz {
    float:left;
    margin-right: 1em;
}

div.advfrm-mailform td.field div.vert {}

div.advfrm-mailform div.required {
    margin: 1em 0;
}

/* error messages when filling out a form */
ul.advfrm-error {
    /*color: black;*/
    /*background: yellow;*/
    /*border: 2px solid black;*/
    /*padding: 0.5em;*/
}

/* the simple text captcha */
div.advfrm-mailform span.captcha-explanation {
    display: block;
    margin-bottom: 1em;
}

div.advfrm-mailform span.captcha {
    font-family: cursive;
    border: 3px solid black;
    color: black;
    background: #fffff0;
    padding: 4px;
    margin: 2px 10px 2px 0;
}

/* the submit and reset button */
div.advfrm-mailform div.buttons {
    margin-top: 1em;
}


div.advfrm-mailform div.powered-by {
    font-size: 0.85em;
    text-align: center;
    margin: 1em;
    display:none !important;
}


/*
 * Back-end
 */
 
#advfrm-form-list {
    overflow: auto;
}

#advfrm-form-list a:link img,
#advfrm-form-list a:visited img {
    border: 0;
}

#advfrm-form-list table {
    margin: 10px 0;
}

#advfrm-form-list a img {
    margin-right: 4px;
}

#advfrm-form-list td.name {
    padding: 0 10px;
}

#advfrm-form-list td.script {
    /*padding-left: 20px;*/
    font-size: xx-small;
    font-family: monospace;
}

#advfrm-editor {
    overflow: auto;
}

#advfrm-editor div.toolbar {
    margin: 10px 0;
}

#advfrm-editor div.toolbar a {
    padding: 5px;
}

#advfrm-editor a:hover {
    background: none;
    cursor: pointer;
}

#advfrm-form,
#advfrm-fields {
    margin: 10px 0;
}

#advfrm-select-props {
    overflow: auto;
    max-height: 300px;
}

#advfrm-text-props td {
    vertical-align: top;
}

#advfrm-editor tr.selected .highlightable,
#advfrm-prop-fields tr.selected .highlightable {
    background: navy;
    color:white;
}



/*********************************** ./plugins/filebrowser/css/stylesheet.css */

#xhFilebrowser, #xhFilebrowserMenu {
background: #fff;
min-width: 440px;
color: #333;
border: 1px solid #999999;
margin: 1px 0;
overflow: auto;
padding: 8px 16px;
font-family: arial, sans-serif;
font-size: 14px;
}

#xhFilebrowserMenu {
font-weight: 700;
}


/* FILEBROWSER MENU */

#xhFilebrowser {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: 900;

}

#xhFilebrowser  fieldset, #xhFilebrowserMenu  fieldset {
margin: 5px;
display:none;
}

#xhFilebrowser fieldset legend, #xhFilebrowserMenu fieldset legend {
   font-weight: bold;
}


/* FILEBROWSER LISTS */

span.xhfb_files {
font-weight: 700;
color: #900;
}

p.xhfb_files {
font-weight: 700;
padding: 0;
}

#xhFilebrowser ul, #xhFilebrowserMenu ul {
list-style-image: none;
list-style-position:inside;
padding: 0;
margin: auto;
}

#xhFilebrowser ul.unseen, #xhFilebrowserMenu ul.unseen{
display: none;
}

#xhFilebrowser li.openFolder, #xhFilebrowserMenu li.openFolder {
list-style-image:url(../../plugins/filebrowser/css/icons/folder.png);
padding: 2px 0 2px 5px;
margin: 0 0 0 0;
line-height: 1em;
font-size: 14px;
font-weight: 900;
}

#xhFilebrowser li.folder, #xhFilebrowserMenu li.folder{
list-style-image:url(../../plugins/filebrowser/css/icons/folder.png);
padding: 2px 0 2px 5px;
margin: 0 0 0 0;
line-height: 1em;
font-size: 13px;
font-weight: 300;
}


#xhFilebrowser li.openFolder ul, #xhFilebrowserMenu li.openFolder ul {margin-left: 20px;}


/* FILEBROWSER FOLDERS */

#xhFilebrowser #filebrowser_folders {
    float: left;
    width: 40%;
    overflow: auto;

}

#filebrowser_subfolders {
    padding: 0 0 10px 0;
}

#filebrowser_subfolders li {
    font-size: 13px;
    font-weight: 900;
}


/* FILEBROWSER FILES */

#filebrowser_files {
    font-weight: 300;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}

#filebrowser_files li {
    list-style-type: none;
    font-size: 13px;
    padding: 2px 0;
    margin: 0;
}

#filebrowser_files li:hover {
   background-color: #ccc;
}

#filebrowser_files li.odd {}

#filebrowser_files ul, #filebrowser_files ul li {
    margin-left: 0em;
    padding-left: 0em;
}

#xhFilebrowser a { color: #333;}
a.xhfbfile, span.xhfbfile {padding: 0 2px 0 0; line-height: 1em;}
a.xhfbfile img, span.xhfbfile img {border: none; margin: 6px;}
a.xhfbfile span, span.xhfbfile span {display: none;}
a.xhfbfile:hover span, #filebrowser_files ul li:hover a.xhfbfile span,
span.xhfbfile:hover span, #filebrowser_files ul li:hover span.xhfbfile span {
    display: block;
    float: right;
    border: #aaa 1px solid;
    padding: 2px;
    background-color: #ddd;
}
a.xhfbfile:hover, span.xhfbfile:hover {
    background-color: #ccc;
    cursor:pointer;
}
#xhFilebrowser div {
    font-family: arial, sans-serif;
    padding: 0px;
    margin: 0px;
}


#filebrowser_subfolders  fieldset legend {}

#xhFilebrowser a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser a:active {color: #c60; text-decoration: none;}
#xhFilebrowser a:focus {color: #c60; text-decoration: none;}

#xhFilebrowser li.openFolder a:link {color: #920; text-decoration: none; font-style: normal;}
#xhFilebrowser li.openFolder a:visited {color: #920; text-decoration: none; font-style: normal;}
#xhFilebrowser li.openFolder a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser li.openFolder a:active {color: #c60; text-decoration: none;}
#xhFilebrowser li.openFolder a:focus {color: #c60; text-decoration: none;}

#xhFilebrowser li.folder a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser li.folder a:active {color: #c60; text-decoration: none;}
#xhFilebrowser li.folder a:focus {color: #c60; text-decoration: none;}

#xhFilebrowserMenu a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:hover {color: #c60; text-decoration: none;}
#xhFilebrowserMenu a:active {color: #c60; text-decoration: none;}
#xhFilebrowserMenu a:focus {color: #c60; text-decoration: none;}


/************************************ ./plugins/flexslider/css/stylesheet.css */

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * (Some changes and additions by svasti)
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../plugins/flexslider/css/fonts/flexslider-icon.eot');
  src: url('../../plugins/flexslider/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../plugins/flexslider/css/fonts/flexslider-icon.woff') format('woff'), url('../../plugins/flexslider/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../plugins/flexslider/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;

  /*************************************************
  if you don't want white space and border aroung
  images, delete or comment out the following lines*/
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);

  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  /* overflow: hidden; */ /* changed by svasti */
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 2em; /* changed by svasti */
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* added by svasti */
.flexslider:hover .flex-direction-nav .flex-next:hover:before,
.flexslider:hover .flex-direction-nav .flex-prev:hover:before{
  color: red;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



/* added by svasti */
/* =============== */

/* simpler vertical control, delete lines 64-69 and use the following*/
/*
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3);  }
.flex-direction-nav .flex-prev { left: 0; }
.flex-direction-nav .flex-next { right: 0; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 0px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 0px; }
*/


/* Reset so that template css will not interfere with flexslider*/
.flexslider ul,
.flexslider ul.slides,
.flexslider ul.slides li {
    margin: 0;
    padding:0;
}
.flexslider ul.flex-direction-nav li {
   list-style-type: none;
}
.flexslider ul.slides li img {
    margin:0;
}
.flexslider ul.slides li:before{
    content:"" !important;
    content:none !important;
}
.flexslider ul.slides li div.flex-text ul > li {
    overflow-y:visible;
}

/*==================================*/
/* Setting for text only slides     */
.flexslider ul.slides li div.flex-text {
    margin:10% 15% 0;
    border:.5em solid #eee;
    padding:1em 1em 0;
    border-radius:.5em;
}
.flexslider ul.slides li div.flex-text h1,
.flexslider ul.slides li div.flex-text h2,
.flexslider ul.slides li div.flex-text h3,
.flexslider ul.slides li div.flex-text h4,
.flexslider ul.slides li div.flex-text h5,
.flexslider ul.slides li div.flex-text h6 {
    margin-top:0;
}
.flexslider ul.slides li div.flex-text ul {
    list-style:square outside none;
}
.flexslider ul.slides li div.flex-text ul,
.flexslider ul.slides li div.flex-text ol {
    margin:1em 0;
    padding-left:1.75em;
}
.flexslider ul.slides li div.flex-text ul ul,
.flexslider ul.slides li div.flex-text ul ol,
.flexslider ul.slides li div.flex-text ol ol,
.flexslider ul.slides li div.flex-text ol ul {
    margin:0;
}


/* Settings for image text */
.flexslider ul.slides li p.flex-caption {
    width: 100%;
    padding: 2px 0;
    margin:0;
    display:inline-block;
    text-align:center;
}
.flexslider ul.slides li p.flex-normal {
}
.flexslider ul.slides li p.flex-inverted {
    letter-spacing:1px;
    font-size:1em;
    color:white;
    font-weight:bold;
    background:#777;
    text-shadow: 2px 2px 6px  #000;
}
/* This setting is for overlay text */
.flexslider .slides>li {
    position: relative
}
.flexslider ul.slides li p.flex-overlay {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-weight:bold;
    letter-spacing:1px;
}
.flexslider ul.slides li p.flex-overlay2 {
    width: 96%;
    padding: 0 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    text-shadow: 1px 1px 4px rgba(255,255,255,.7), -1px -1px 4px  rgba(255,255,255,.7), 1px -1px  4px rgba(255,255,255,.7), -1px 1px  4px rgba(255,255,255,.7), 1px 1px 4px  rgba(255,255,255,.7), -1px -1px 4px  rgba(255,255,255,.7), 1px -1px  4px rgba(255,255,255,.7), -1px 1px  4px rgba(255,255,255,.7);
    font-weight:bold;
    letter-spacing:1px;
}
.flexslider ul.slides li p.flex-overlay3 {
    position: absolute;
    left: 0;
    bottom: 15%;
    background: rgba(0,0,0,.3);  
    color: #fff;
    font:bold 60px sans-serif;
    padding:2%;
    width:50%;
    text-align:center;
    overflow-y: hidden;
}
@media (max-width: 979px) {
    .flexslider ul.slides li p.flex-overlay3 {
     font-size: 6vmin;
    }
}

.flexslider ul.slides li a:hover p {
    text-decoration: underline;
}
a:hover p.flex-inverted {
    background:#f77;
}


/* Navigation for static "slider" */
.extradirnav {
    font-size:1.4em;
}
.extradirnav a {
    text-decoration:none;
    color:#555;
    font-family: "flexslider-icon" !important;
}
.extradirnav a:hover {
    color:red;
}
.flexfullsize {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10000;
    background:rgba(0,0,0,.7);
}
input.flexfullsizebutton {
    vertical-align:sub;
    width:20px;
    height:20px;
    position:relative;
    z-index:0;
}
input.flexfullsizebutton:hover {
    background:#fbb;
}
.flexfullsize .flexslider ul.slides li p.flex-normal {
    position: absolute;
    bottom: 0;
    background:white;
}
.flexfullsize .flexslider ul.slides li p.flex-inverted {
    position: absolute;
    left: 0;
    bottom: 0;
}


/*************************************** ./plugins/gallery/css/stylesheet.css */

#gallery_main { /* box around the complete output */
    margin: auto;
    width: 100%;
}

#gallery_main_inner {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#gallery_main a {
    border: 0px none;
}

.gallery_heading { 
    /* The "Header" of the gallery.
    Styles the "XX Pics in Gallery" line, 
    and the "YY Pictures found by search" message */
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery_navigation { 
    /* Styles the "priv / next / return" navigation */
    font-weight: bold;
    color: #930;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lbg_nav {
    border: 0;
    margin: 0 0 -4px 0;
}

.lbg_nav_anchor {
}

/* priv- / next-page links */
.gallery_navigation a:link    { text-decoration: none; }
.gallery_navigation a:active  { text-decoration: none; }
.gallery_navigation a:visited { text-decoration: none; }
.gallery_navigation a:hover   { text-decoration: none; }

.gallery_title { /* The title of the picture in the "Details-View" */
    font-size: 1.33em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.gallery_pic { /* The container for the Picture in the "Detail-Page" */
    text-align:center;
    vertical-align: middle;
}

.addcommentform { /* Styles the Addcomment-Form */
    text-align: left;
    width: 300px;
    /* height: 200px; */
    margin: 0 0 0 20px;
    float:left; 
}

.gallery_html { /* the box with the content of the external html-file */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_html_inner {
    text-align: left;
}

.gallery_html p {
    margin-top: 0;
    padding-top: 0;
}

.gallery_extrainfo { /*the box with the extrainfo-fields */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_extrainfo_inner {
    text-align: left;
}

.gallery_extrainfo_name { /* field-name */
    font-weight: bold;
}

.gallery_extrainfo_text { /* field content */
    font-style: normal;
}

.gallery_addcomment { /* box with the comments at the details-page */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_addcomment_inner {
    text-align: left;
}

.gallery_comment_heading {
    background: #d6dcdc;
    font-size: 87%;
    border: 1px solid #d6dcdc;
    padding: 5px 10px 3px 10px;
    text-align: left;
}

.gallery_comment_name {
    font-weight: bold;
}

.gallery_comment_time {
    font-weight: normal;
}

.gallery_comment_text {
    background: #f6f9f9;
    font-weight: normal;
    line-height: normal;
    border: 1px solid #d6dcdc;
    padding: 10px 10px 12px 10px;
    margin: 0 0 3px 0;
}

.gallery_addcomment hr { /* the line between the comments */
    background-color: #c1c1c1; /* Mozilla 1.4 */
    color: #c1c1c1; /* IE 6 */
    border: #c1c1c1; /* Opera 7.11 */
    height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

.gallery_comment_form { /* comment - textareas and input */
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
    color: #102132;
    border: 1px solid #c1c1c1;
    margin-right: 0px;
}

a.gallery_comment_form {
    padding: 1px;
    text-decoration: none;
    border: 1px solid #c1c1c1;
}

.gallery_comment_error {
    color: red;
}

#gallery_comments_closed {
    font-style: italic;
    font-weight: bold;
}

#gallery_thumbs { /* the box around the thumbnail-area */
    /*width: 450px;*/
    margin: auto;
    text-align: center;
}

#gallery_thumbs_inner {
    /* contains the thumbs */
    width: 100%;
    border: 0;
    margin: 0 auto;
    display: block;
}

/* container for a single thumbnail with title and "xxx comments" message     */
/* Play with margin left/right and/or padding to fit or "center" your thumbs  */
/* If you not use thumbs with width=height (thumb_crop=false) you must set    */
/* here a propper width and height - depending on your thumbnail size and the */
/* enabled fields (title & comments) - to fit the thumbs together in the      */
/* output                                                                     */
.thumbnailitem {
    float: left;
    width:150px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.thumbnailitem_inner {
    height: 150px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 1px;
    padding: 4px 2px 0 0;
    vertical-align: middle;
    border: 0px solid #ccc;
    /*background: #e6e6e6;*/
}

.thumbnailitem img {
    margin-top: 2px;
    margin-bottom: 2px; /* when use comments=true and shadow.js */
}

.thumbnailtitle {     /* the title on thumbnail page */
    font-size: 0.75em;
}

.thumbnail_comments { /* number of comments message on thumbnail page */
    font-size: 0.75em;
}

.picture {            /* Styles the picture in the "Details-View" */
    margin: 0px 0px 0px 0px;
    border: 1px solid #CFCFCF;
    padding: 3px;
    background-color: #FFF;

    -moz-box-shadow: 3px 3px 4px #999999;
    -webkit-box-shadow: 3px 3px 4px #999999;
    box-shadow: 3px 3px 4px #999999;
    /* For IE 8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

a.thumb {
    border: none;
}

/* thumbnail-picture links */
a.thumb:link img    { border: 1px solid #CFCFCF; }
a.thumb:active img  { border: 1px solid #CFCFCF; }
a.thumb:visited img { border: 1px solid #CFCFCF; }
a.thumb:hover img   { border: 1px solid #FF0000; }

.general_text {       /* styles the general text field on details page */
    font-weight: bold;
    text-align: center;
}

.gallery_input{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
    color: #102132;
    border: 1px solid #c1c1c1;
    padding: 2px 6px;
    margin-right: 5px;
}

.search_nothing {      /* Styles "Search found nothing" message */
    font-size: larger;
    font-weight: bold;
    text-align: center;
    color: #F00000;
}

.gallery_search {      /* Styles the search form */
    text-align: center;
}

.gallery_clearfix {
    clear: both;
}

/* Styles of the advanced PopUp */
#gallery_adv_popup_outer {
    width:  100%;
    height: 100%;
}

#gallery_adv_popup_inner {
    width:  100%;
    height: 100%;
}
.gallery_adv_popup_img {
    margin-bottom: 30px;   
}

.gallery_adv_popup_title {
    text-align: center; 
}

.gallery_copy {
    margin-top: 20px;
    text-align: center;
}

.gallery_copy a{
    font: 9px  Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-style: italic;
    color: #c1c1c1;
    text-decoration: none;
}

/* --------------------------- */
/* ADMINISTRATION / ADMIN AREA */
/* --------------------------- */

#lb_gallery_admin {
    background: #fff;
    color: #333;
    border: 1px solid #999;
    font-family: arial, sans-serif;
    font-size: 15px;
    padding: 6px;
}

#lb_gallery_admin a:link {
    text-decoration: none;
}
#lb_gallery_admin a:visited {
    text-decoration: none;
}
#lb_gallery_admin a:hover {
    text-decoration: none;
}
#lb_gallery_admin a:active {
    text-decoration: none;
}
#lb_gallery_admin a:focus {
    text-decoration: none;
}

#lb_gallery_admin fieldset.lbg_message {
    border: 1px solid;
    text-align: center;
    background-color: #ededed;
}
#lb_gallery_admin table.admin_table {
    width: 99%;
}
#lb_gallery_admin .admin_table .picture {
    border: 0px solid;
    margin: 6px;
}

#lb_gallery_admin .admin_table_title {
    background: none;
    font-weight: 700;
    padding: 10px 0;
}

#lb_gallery_admin td.admin_table_row {
    background: none;
    padding: 8px 2px;
    font-size: 14px;
}

#lb_gallery_admin fieldset {
    background: #fff;
    padding: 10px;
    margin: 8px 0;
}

#lb_gallery_admin legend {
    font-weight: 700;
}

#lb_gallery_admin .admin_input {
    width: 90%;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

#lb_gallery_admin .admin_textarea {
    width: 90%;
    height: 150px;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

#lb_gallery_admin .admin_textarea_full {
    width: 95%;
    height: 350px;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

/*Zebra-Tabelle*/
.lb_odd { 
    background-color: #eff;
}

#lb_uploader {
    width: 100%;
    height: 360px;
}

/* Button-Styles */
.lb_buttons a, .lb_buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.lb_buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.lb_buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.lb_buttons button img, .lb_buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .lb_buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.lb_buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .lb_buttons a.positive{
    color:#529214;
}
.lb_buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.lb_buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.lb_buttons a.negative, button.negative{
    color:#d12f19;
}
.lb_buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.lb_buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .lb_buttons a.regular{
    color:#336699;
}
.lb_buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.lb_buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/*
<div class="buttons">
    <button type="submit" class="positive" name="save">
        <img src="images/apply2.png" alt=""/>
        Save
    </button>

    <a href="" class="regular"><!-- class="regular"-->
        <img src="images/textfield_key.png" alt=""/>
        Change Password
    </a>

    <a href="#" class="negative">
        <img src="images/cross.png" alt=""/>
        Cancel
    </a>
</div>
*/

/* End of Button-Styles*/

/* lb_gallery_all() - addon */

/* Div um komplette Übersicht */
#lb_overview {
    
}

#lb_overview_inner {
    
}

/* Tabellen-Layout */
table.lb_galleries {
    width: 100%;
    border: 0 none;
}

/* Thumbnail-Zelle */
td.lb_thumb_cell {
    text-align: left;
    vertical-align: top;
    padding: 20px 10px 0 0;
}

/* Zelle für Beschreibung */
td.lb_desc_cell {
    width: 100%;
    font-size: inherit;
    text-align: left;
    vertical-align: top;
    padding: 20px 10px 0 0;
}

/* DIV-Layout */
/* Container für eine Galerie mit Thumb und Beschreibung */
div.lb_overview_item {
    width: 100%;
    padding: 10px 0 0 0;
}

/* Container für thumb */
div.lb_overview_thumb {
    float: left;
    padding: 0 20px 10px 0;
}


/* h1 - Überschrift in Beschreibung */
td.lb_desc_cell h1,  div.lb_overview_item h1{
    margin-top: 0;
    padding-top: 0;
}


/* Titel-Anzeige oberhalb der Galerie */
.lb_all_title h1 {
    text-align: center;
}

/* Back-Links */
p.lb_all_backtop {

}

p.lb_all_backbottom {

}

a.lb_all_back {

}
/* End of lb_gallery_all() - addon */


/******************************** ./plugins/hi_updatecheck/css/stylesheet.css */

#upd_list_container {
    max-width: 500px;
}
.upd_container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.upd_container p {
    margin: 5px 0;
}

hr.upd_list {
    background-color: #999999;
    border: 0 none;
    clear: both;
    color: #999999;
    height: 1px;
}

/*** Messageboxes ***/
.upd_info, .upd_success, .upd_warning, .upd_error {
    min-width: 220px;
    max-width: 440px;
    display: inline-block;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    /*background-position: 10px center;*/
    background-position: 10px 10px;
    -moz-border-radius:4px; /* Firefox */
    -webkit-border-radius:4px; /* Safari, Chrome */
    -khtml-border-radius:4px; /* Konqueror */
    border-radius:4px; /* CSS3 */
}
.upd_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../plugins/hi_updatecheck/css/../images/info.png');
}
.upd_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../plugins/hi_updatecheck/css/../images/success.png');
}
.upd_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning.png');
}
.upd_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../plugins/hi_updatecheck/css/../images/error.png');
}

/*** Messages-List ***/

ul.upd_list {
	margin: 0;
	padding: 0;
    max-width: 600px;
    list-style: none;
    border-top: 1px solid #999;
}

ul.upd_list li {
    border-bottom: 1px solid #999;
    padding: 0;
    margin: 0 0 0 0px;
}

.upd_info_list, .upd_success_list, .upd_warning_list, .upd_error_list, .upd_noinfo_list {
    margin: 0;
    padding:15px 10px 15px 50px;
    border: 0px solid;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /*background-position: 10px center;*/
}
.upd_info_list {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../plugins/hi_updatecheck/css/../images/info.png');
}
.upd_success_list {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../plugins/hi_updatecheck/css/../images/success.png');
}
.upd_warning_list {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning.png');
}
.upd_error_list {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../plugins/hi_updatecheck/css/../images/error.png');
}
.upd_noinfo_list {
    color: #999;
    border: 0px solid #CCC;
    background-color: #FFF;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning_grey.png');
}
p.upd_license {
    text-align: justify;
}
img.upd_plugin_icon {display: block; float: left; margin: 0 20px 0 0}

/* Editmenu-Notification */

#editmenu_update, #xh_adminmenu_update {
    display: none;
}

li#editmenu_update, li#xh_adminmenu_update {
    padding: 4px 0;
    width: 44px;
}

#editmenu_update img, #xh_adminmenu_update img {
    border: 0 none;
}

/* Fix for older (splitted) editmenu */
#edit_menu {
    width: auto;
}


/************************************* ./plugins/meta_tags/css/stylesheet.css */

#meta_tags hr {
	margin:6px 0;
	visibility:hidden;
}


/*********************************** ./plugins/pagemanager/css/stylesheet.css */

/*
 * Treeview
 */

#pagemanager {
    background: #fff;
    border: 1px solid #999;
    padding: 16px;
    margin: 1px 0;
    /* the following lines enable a scrollable treeview; adjust the height to your needs */
    height: 400px;
    overflow: scroll !important;
}

#pagemanager.pagemanager-vertical {
    margin-left: 27px;
}

/*
 * Toolbar
 */

#pagemanager-toolbar {
    margin: 1px 0;
    border: 1px solid #999;
    background-color: #eee;
    padding: 0 8px;
    font-size: 14px;
    overflow: hidden;
}

#pagemanager-toolbar button,
#pagemanager-toolbar a {
    float: left;
    border: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../plugins/pagemanager/css/../images/tools.png");
    background-color: #eee;
    cursor: pointer;
}

#pagemanager-expand {background-position: -16px 0}
#pagemanager-collapse {background-position: -32px 0}
#pagemanager-create {background-position: -48px 0}
#pagemanager-create_after {background-position: 0 -16px}
#pagemanager-rename {background-position: -16px -16px}
#pagemanager-delete {background-position: -32px -16px}
#pagemanager-cut {background-position: -48px -16px}
#pagemanager-copy {background-position: 0 -32px}
#pagemanager-paste {background-position: -16px -32px}
#pagemanager-paste_after {background-position: -32px -32px}
#pagemanager-help {background-position: -48px -32px}

/*
 * horizontal toolbar
 */

/* for floating horizontal toolbar: uncomment the following */
/*
#pagemanager-toolbar.pagemanager-horizontal {
    position: fixed;
    top: 150px;
    z-index: 1000;
}
*/

#pagemanager-toolbar.pagemanager-horizontal img {
    margin: 8px 0;
}

#pagemanager-toolbar.pagemanager-horizontal button,
#pagemanager-toolbar.pagemanager-horizontal a {
    margin: 6px 5px;
}

/*
 * vertical toolbar
 *
 * The style should be adjusted to your needs.
 * Change top and left accordingly.
 */

#pagemanager-toolbar.pagemanager-vertical {
    text-align: center;
    position: fixed;
    margin: 0 auto;
    padding: 0 2px;
    z-index: 1000;
}

/* You might adjust the left or right margin of the treeview */
/*
#pagemanager {
    margin-left: 32px;
}
*/
/* and for a lefthand toolbar the margin of the submit button */
/*
#pagemanager-submit {
    margin-left: 32px !important;
}
*/
/* and for a righthand toolbar the position of the tooltips */
/*
#pagemanager-toolbar.pagemanager-vertical a.pl_tooltip:hover span {
    left: -320px;
}
*/

#pagemanager-toolbar.pagemanager-vertical img {
    margin: 0 8px;
}

#pagemanager-toolbar.pagemanager-vertical button,
#pagemanager-toolbar.pagemanager-vertical a {
    margin: 6px 2px;
}


/*
 * Context menu
 */

/* To have enough space for the whole context menu, if the template has a small footer */
#pagemanager-footer {
    height: 150px;
}

#vakata-contextmenu {
    width: 20em;
}



/*********************************** ./plugins/page_params/css/stylesheet.css */

#page_params hr {
	margin:8px 0;
}
#page_params input {
    width: auto;
}
#page_params img {
    margin:0;
}



/************************************** ./plugins/realblog/css/stylesheet.css */

.realblog_search_form {
    text-align: right;
}

/* Textareas */

.realblog_headline_field {
    width: 99%;
    height: 200px;
}
.realblog_story_field {
    width: 99%;
    height: 500px;
}

/* buttons */

.realblog_buttons {
padding: 6px 0;
margin:10px 0;
}


.realblog_button {
    display: inline-block;
    border: 1px solid #888;
    padding: 0.1em 0.5em;
    text-decoration: none;
    cursor: pointer;
}

.realblog_fields_block #date1 {
margin-bottom: 12px;
}
.realblog_fields_block table {
    width: 100%;
}

.realblog_label {
    font-weight: bold;
}

.realblog_entry_footer {
    overflow: auto;
}

.realblog_read_more {
float: right;
padding-bottom: 12px;
}

/* BACKEND select entry table */

.realblog_table {
    width: 100%;
    table-layout: auto;
    border: 1px solid;
    border-collapse: collapse;
}
.realblog_table tr:nth-child(odd) {
    border: 1px solid;
    border-bottom: none;
}
.realblog_table thead th, .realblog_table tfoot td {
    background: #555;
    color: #fff;
    padding: 0.5em 0;
    font-weight: bold;
    text-align: center;
}
.realblog_table thead th button, .realblog_table tfoot td button {
    background: none;
    border: none;
    cursor: pointer;
}

.realblog_table_details {
border: 1px solid #075FB9;
}

.realblog_table tbody td {
    padding: 0.3em;
    text-align: center;
}
.realblog_table tbody td:nth-child(4), .realblog_table tbody td:nth-child(6),
.realblog_table tbody td:nth-child(7), .realblog_table tbody td:nth-child(8) {
    font-weight: bold;
}

.realblog_table tbody td.realblog_table_title {
    padding: 0.3em 1em;
    text-align: left;
}
.realblog_table tbody td.realblog_table_categories {
    padding: 0.3em 1em;
    text-align: right;
}
.realblog_table tbody td img, .realblog_table thead th img {
border: 0;
}

.realblog_pagination {
    font-size: small;
    text-align: right;
}

.realblog_table_paging {
    text-align: center;
}
.realblog_table_paging a {
    text-decoration: none;
}

/* entries overwiew */

.realblog_entries_preview {
border-top: 1px solid;
margin: 10px 0 0 0;
}

/**
 * Multi column overwiew
 *
 * Uncomment the following two rules to enable a tabular blog overview.
 * Also uncomment the rules for the desired number of columns below.
 */
/*
.realblog_entry_preview {
    box-sizing: border-box;
    padding: 0 1em;
    float: left;
}
.realblog_entries_preview:after {
    content: "";
    display: table;
    clear: both;
}
*/

/* 2 colums
.realblog_entry_preview {width: 50%}
.realblog_entry_preview:nth-child(2n+1) {clear: both}
*/
/* 3 columns
.realblog_entry_preview {width: 33%}
.realblog_entry_preview:nth-child(3n+1) {clear: both}
*/
/* 4 colums
.realblog_entry_preview {width: 25%}
.realblog_entry_preview:nth-child(4n+1) {clear: both}
*/
/* 5 colums
.realblog_entry_preview {width: 20%}
.realblog_entry_preview:nth-child(5n+1) {clear: both}
*/

.realblog_show_date {
font-size: 94%;
font-weight: 700;
font-style: italic;
margin: 6px 0 10px 0;
}

.realblog_show_story {
width: 100%;
border-bottom: 1px solid;
}
.realblog_show_story:after {
    content: "";
    display: table;
    clear: both;
}
.realblog_article_meta {
    font-size: 0.85em;
    font-style: italic;
}
.realblog_show_story_entry {
width: 100%;
border-bottom: 0;
}

.realblog_show_box {
margin: 10px 0;
width:100%;
overflow: hidden;
}

/* tpl_classes for function realbloglink */

.realblog_tpl_show_date {
font-style: italic;
border-top: 1px solid;
padding: 5px 0 0 0;
margin: 6px 0 0 0;
}

.realblog_tpl_show_story {}

.realblog_tpl_read_more {
    text-align: right;
}

.realblog_tpl_show_box {
border-bottom: 1px solid;
padding: 0 0 8px 0;
}

.realblog_most_popular a, .realblog_most_popular span {
    display: block;
}

.realblog_admin {
height:24px;
background-color: #075FB9;
color: White;
display: block;
}

.realblog_date_selector {
    margin: 0 0 -3px 1px;
}

.realblog_archive_title {
    font-weight: bold;
}
.realblog_archive {
    padding-left: 0;
}
.realblog_archive li {
    list-style: none;
}

.realblog_search_input {
border: 1px solid #999;
padding: 2px 5px;
}

.realblog_searchresult_head {
    font-weight: bold;
}

/*
 * Back-end.
 */
.realblog_logo {
    float: left;
    margin-right: 16px;
}
.realblog_license {
    text-align: justify;
}
.realblog_systemcheck {
    list-style: none;
    padding-left: 0;
}
.realblog_systemcheck img {
    padding-right: 0.5em;
}

.realblog_filter {
    margin: 1em 0;
}
.realblog_filter label {
    margin-right: 1em;
}

.realblog_data_exchange form {
    margin: 1em 0;
}



/************************************** ./plugins/uploader/css/stylesheet.css */

div.uploader_controls {margin: 16px 0 8px 8px}
div.uploader_controls select {}
iframe.uploader {width: 100%; height: 400px; border: none;}
div.uploader_toggle {}

img.uploader_plugin_icon {display: block; float: left; margin: -10px 10px 10px 0}
p.uploader_license {clear: both; text-align: justify}
