@charset "utf-8";

/* Darstellung Seite bearbeiten */

#inhalt .edit
{
   width: 969px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 0.9em;
   font-weight: 100;
   color: #757575;
   padding-left: 3px;
   padding-right: 3px;
	list-style: none;
   text-decoration: none;
}

/* formattierung fuer edit icon weg */
.edit-icon
{
   list-style: none;
   text-decoration: none;
}

/* Ueberschrift und Seitentitel */
#inhalt .edit legend
{
   font-size: 1.1em;
   font-weight: bold;
   color: #757575;
   padding-bottom: 5px;
   padding-top: 10px;
}

/* Speichern und Abbrechen Buttons */
#inhalt .edit .formelm
{
   font-size: 1em;
   font-weight: 100;
   color: #757575;
   padding-bottom: 5px;
}

#inhalt .edit .formelm-buttons button
{
   margin-bottom: 10px;
}
#inhalt .edit .formelm-buttons button
{
   list-style: none;
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 1em;
   font-weight: 100;
   color: #757575;
   width: 100px; 
   height: 25px;
   margin-left: 5px;
   margin-top: 20px;
   background-color: #FFF4CF;/*#EBEBEB;*/
   text-align: center;
   border-top: #F1F1F1 2px solid; 
   border-left: #F1F1F1 2px solid;
   border-bottom: #B6B6B6 2px solid;
   border-right: #B6B6B6 2px solid; 
}
#inhalt .edit .formelm-buttons button:hover
{
   border-bottom: #F1F1F1 2px solid;
   border-right: #F1F1F1 2px solid;
   border-top: #B6B6B6 2px solid;
   border-left: #B6B6B6 2px solid;
   padding: 1px 16px;
}


/* Ueberfluessige Bedienelemente ausblenden */
.edit form fieldset
{
   display: none;
}
.edit form fieldset:first-child
{
   display: inline;
}
.edit .modal-button,.readmore
{
   display: none;
}

.edit .source
{
   height: 400px;
   width: 600px;
}




/* verwendet fuer Elemente, die im JCE sichtbar, auf der Seite unsichtbar sind */
.item .unsichtbar
{
   margin-top: 0px;
   margin-bottom: 0px;
}
.unsichtbar .system-pagebreak
{
   display: none;
}

#jform_articletext .unsichtbar
{
   display: inline;
}


/* Versionskontrolle : Überarbeiten Button unter jedem Artikel */
.gversioncontrol
{
   margin-top: 50px;
   display: block;
   width:   10em;
   height:  1.6em;
   border:  1px solid red;
   background-color: #D9D3C8;
   text-decoration: none;
   text-align:      center;
   line-height:     1.6em;
   color: black;
}
.blog-featured_s6k1 .column-2 .gversioncontrol
{
   padding: 2px;
   margin-top: 50px;
   display: block;
   width:   10em;
   height:  1.6em;
   border:  1px solid red;
   background-color: #D9D3C8;
   text-decoration: none;
   text-align:      center;
   line-height:     1.6em;
   color: black;
}
.blog-featured_s4s2k1 .column-3 .gversioncontrol
{
   padding: 2px;
   margin-top: 50px;
   display: block;
   width:   10em;
   height:  1.6em;
   border:  1px solid red;
   background-color: #D9D3C8;
   text-decoration: none;
   text-align:      center;
   line-height:     1.6em;
   color: black;
}
.blog_s6k1 .column-2 .gversioncontrol
{
   padding: 2px;
   margin-top: 50px;
   display: block;
   width:   10em;
   height:  1.6em;
   border:  1px solid red;
   background-color: #D9D3C8;
   text-decoration: none;
   text-align:      center;
   line-height:     1.6em;
   color: black;
}
.blog-featured_s3s3k1 .column-3 .gversioncontrol
{
   padding: 2px;
   margin-top: 50px;
   display: block;
   width:   10em;
   height:  1.6em;
   border:  1px solid red;
   background-color: #D9D3C8;
   text-decoration: none;
   text-align:      center;
   line-height:     1.6em;
   color: black;
}
* .gversioncontrol:hover
{
   background-color: #C7C2B2;   
}
/* Versionskontrolle : Überarbeiten Revisionsseite */
#inhalt .gversioncontrol-navigation li
{
/*   margin-top: 10px;
   margin-bottom: 10px;*/
   display: none;
}
#inhalt .filter-select
{
   margin-top: 10px;
   margin-bottom: 10px;
}

