/* Adminpanel oben */
div#cms_ap_menu {float: left; margin: 0; background: transparent;}
div#cms_ap_menu ul {margin: 0; padding: 0; z-index:100;}
div#cms_ap_menu li {position: relative; list-style: none; margin: 0;  float: left; width: 10em; line-height: 1em;margin-right:5px; border: 1px solid black; background: white; z-index:101;}
div#cms_ap_menu li:hover {background: #fff;}
div#cms_ap_menu li.submenu {background-color: #fff;}
div#cms_ap_menu li.submenu:hover {background-color: #ccc;}
div#cms_ap_menu li a {display: block; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; width: 10em; color: #000;}
div#cms_ap_menu>ul a {width: auto;}
div#cms_ap_menu ul ul {position: absolute; width: 10em; display: none;}
div#cms_ap_menu ul ul li {border-bottom: 1px solid #CCC;}
div#cms_ap_menu li.cms_ap_submenu li.cms_ap_submenu {background-color: #edd;}
div#cms_ap_menu li.cms_ap_submenu li.cms_ap_submenu:hover {background-color: #EDD;}
div#cms_ap_menu li.cms_ap_submenu li.cms_ap_submenu:hover {background-color: #EDD;}
div#cms_ap_menu ul.cms_ap_level1 li.cms_ap_submenu:hover ul.cms_ap_level2,
div#cms_ap_menu ul.cms_ap_level2 li.cms_ap_submenu:hover {display:block;border-bottom:1px solid}
div#cms_ap_menu ul.cms_ap_level2 {top: 1.5em; left: -1px;}

/* Darstellung beim OnClick Publishing */
.oc_background
{
  background-color: #FFFFFF;
  color: #000 !important;
}

.oc_background a {
 color: #000 !important;
}

.oc_background table,tr,td {
 color: #000 !important;
}

/* Adminpanel im Block */
div#cms_ap_block ul { list-style-type: none; margin: 0; padding: 0; padding-left: 5px;}
div#cms_ap_block ul li ul { list-style-type: circle; margin: 0px; padding-left: 25px;}
div#cms_ap_block ul li ul li { list-style-type: circle; margin: 0px; padding-left: 0px;}

/* ModulAdminBlock */
div.moduleadminblock ul { margin: 0; padding: 0; list-style-type:none;}
div.moduleadminblock ul li{ margin: 0; padding: 2px 0 2px 0; list-style-type:none;}
div.moduleadminblock ul li ul { margin: 0; padding: 0; list-style-type:none;}
div.moduleadminblock ul li ul li{ margin: 0; list-style-type:none;}

/* ModulAdminBlock_Direct */
div.moduleadminblock_direct ul { margin: 0; padding: 0; list-style-type:none; overflow:hidden;}
div.moduleadminblock_direct ul li{ margin: 0; padding: 0 15px 0 0; list-style-type:none; float:left;}

/* Admin Titel */
div.AdminTitle {position:relative; z-index:0; overflow:hidden;}
div.AdminTitleLeft {float:left; width: 90%;}
div.AdminTitleRight {overflow:hidden;}
#HelpImage {}
div.AdminTitleFunctions {padding: 10px 0 0 0; clear:both;}

/* Ganz allgemeine Definitionen */
.center { text-align: center; }
.left { text-align: left; }
.bold { font-weight: bold; }
.site {position: absolute;z-index: 1;top : 70px;left : 10px;color: #000;background-color: #ddd;padding: 5px;border: 1px solid gray;}
.mentions {position: absolute;top : 300px;left : 10px;color: #000;background-color: #ddd;}
.clear{margin-bottom: 12px;}

input
{
 margin: 0 0 7px 0;
}

/* Definitionen für das Tab-Menü im Adminbereich */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

#loading {
    background: white;
    padding: 20px;
    border: 2px solid red;
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 25%;
    width: 200px;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: bold;
    font-size: large;
    }
    

