/*
CMS Ausgabe User-Name
*/
.cmsuserinfo
 {
    font-family: verdana;
    font-size: 10px;
    text-align: right;
    border-top: 1px solid black;
 }


/*
CMS Admin-Menue
*/
.CMScontainerAuswahl
 {
    font-family: verdana;
    font-size: 12px;
    border: 1px solid gray;
    width: 259px;
    overflow: auto;
    white-space:nowrap;
 }

.CMScontainerAuswahl .label
 {
    margin: 0;
    padding: 0;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    background: #efefef;
    border-bottom: 1px solid gray;
 }


.CMScontainerAuswahl ul
 {
    margin-left: 17px;
    padding: 4px 0 2px 0;
 }


.CMScontainerAuswahl .user
 {
    font-weight: bold;
    list-style-image:url(/admin/CMS/img/cmsuser.gif);
 }

.CMScontainerAuswahl .gruppe
 {
    font-weight: bold;
    list-style-image:url(/admin/CMS/img/cmsgroup.gif);
 }
 
.CMScontainerAuswahl .root
 {
    font-weight: bold;
    list-style-image:url(/admin/CMS/img/cmsroot.gif);
 }

.CMScontainerAuswahl .seite
 {
    font-weight: normal;
    list-style-image:url(/admin/CMS/img/cmsseite.gif);
 }

.CMScontainerAuswahl .knoten
 {
    font-weight: normal;
    list-style-image:url(/admin/CMS/img/cmsknoten.gif);
 }

.CMScontainerAuswahl .plink
 {
    font-weight: normal;
    list-style-image:url(/admin/CMS/img/cmslink.gif);
 }


.CMScontainerAuswahl .cmspageaktiv
 {
 }

.CMScontainerAuswahl .cmspageinaktiv
 {
    font-weight: normal;
    font-style: italic;
    color: #aaaaaa;
 }

.CMScontainerAuswahl .cmspageaktivauswahl
 {
    background: yellow;
 }

/*
Container fuer Detail-Ausgabe
*/
.CMScontainerDetail
 {
    font-family: verdana;
    font-size: 12px;
    border: 1px solid gray;
    width: 700px;
    overflow: auto;
    margin-left: 10px;
 }

.CMScontainerDetail fieldset
 {
    margin: 5px;
    padding: 5px;
    font-family: verdana;
    font-size: 10px;
 }

.CMScontainerDetail legend
 {
    font-size: 12px;
    color: orange;
    margin-bottom: 10px;
 }

.CMScontainerDetail .label
 {
    margin: 0;
    padding: 0;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    background: #efefef;
    border-bottom: 1px solid gray ;
 }

.CMScontainerDetail .text
 {
    font-family: verdana;
    font-size: 12px;
 }








/*
Container fuer ImgInserterDialog und DownloadInserterDialog
*/
.CMSpopup
 {
    font-family: verdana;
    font-size: 12px;
    border: 1px solid gray;
    width: 584px;
    overflow: auto;
 }

.CMSpopup fieldset
 {
    margin: 5px;
    padding: 5px;
    font-family: verdana;
    font-size: 10px;
 }

.CMSpopup legend
 {
    font-size: 12px;
    color: orange;
    margin-bottom: 10px;
 }

.CMSpopup .text
 {
    font-family: verdana;
    font-size: 12px;
 }







/*
Admin-Container
*/
.cmspageadmincontainer
 {
    display: block;
    width: 500px;
    border: 3px solid green;
 }






/*
bei Umschalten in den HTML-Code Modus
*/
.cmshtmlpage
 {
    font-family: monospace;
    font-size: 12px;
    background: #e0e0e0;
    padding: 0;
    margin: 0;
 }


/*
hidden-Felder der Admin zur Vorschau
*/
.cmshide
 {
    display: none;
 }
 

a.texteditbutton
{
	border: 1px solid white;
}

a.texteditbutton:hover
{
	border: 1px solid gray;
}

