@charset "utf-8";

#page {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #282828;
    width: 930px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}



.breadcrumb {
    margin-left: -30px;
    width: 102%;
    color: #000;
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: normal;
    /*    _border: 1px dotted #818181; */
    padding: 8px 0 2px 22px;
}

.breadcrumb .aktiontext {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
}

.breadcrumb .breadcrumb_pathes {
    border-top: 1px dotted #818181;
    border-bottom: 1px dotted #818181;
    padding: 4px 6px;
    font-style: italic;
    /* background: #E6E6E6 url("../resources/img/ui-bg_button_grey.png") repeat-x scroll 50% 50%  !important; */
}


.breadcrumb .titletext {
    font-weight: bold;
}

.breadcrumb a {
    color: #000;
    font-size: 11px;
}

.errortext {
    color: #ff0000;
    font-weight: bold;
}

.footer_left {
    float: left;
    font-size: 10px;
    margin-bottom: 20px;
}

.footer_right {
    float: right;
    font-size: 10px;
    margin-bottom: 20px;
}

.footer_spacer {
    border-top: 1px solid #000;
    margin-top: 14px;
    margin-bottom: 7px;
}

ul.footer_nav {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer_nav > ::before {
    content: " ";
    height: 1em;
    margin-left: 16px;
    margin-right: 16px;
    border-left: solid 1px #000;
}

ul.footer_nav > :first-child::before {
    margin: 0;
    border: none;
}

li.footer_link {
    display: flex;
    align-items: center;
    flex: none;
    position: relative;
    flex-wrap: wrap;
    list-style: none;
}


/* ******************************
           HEADER	
******************************** */
#page-header {
    margin-top: 45px; 
    margin-bottom: 10px;
}

#page-header #pagetitle {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 54px;
    background: url(../resources/img/template/header_sep.gif) repeat-x bottom left;
}

#page-header #pagetitle a {
    color: #ffffff;
}

#page-header #benutzerzugang-box,
#page-header #benutzerzugang-box {
    float: right;
    padding-top: 16px;
    margin-bottom: -13px;
}

#page-header #benutzerzugang-box .label {
    color: #60606b;
    width: 60px;
    line-height: 15px;
}

#page-header #benutzerzugang-box .input {
    width: 100px;
}

#page-header #benutzerzugang-box .label,
#page-header #benutzerzugang-box .input {
    color: #60606b;
    font-size: 10px;
    margin-bottom: 3px;
}

#page-header #benutzerzugang-box a {
    color: #60606b;
}


/* ******************************
           MENU	
******************************** */

#page-menu {
    margin-left: -80px;
    padding-top: 17px;
    padding-left: 77px;
    background: url(../resources/img/menu_bg.png) no-repeat 0 17px;
    height: 51px;
    width: 1036px; 
}

#page-menu ul#mainMenu {
    margin: 0;
    padding: 15px 0 0 0;
    /* background-color: #99cc19; */
}

#page-menu ul {
    list-style-type: none;
}

#page-menu ul.subMenu {
    margin: 0;
    padding: 0;
    display: none;  
    background-color: #99cc19;
    position: absolute;    
    z-index: 1000;
}

#page-menu #mainMenu li:hover ul {
    display: block;
    width: auto;  
}

#page-menu #mainMenu li ul li {
    display: inline;  
}

#page-menu #mainMenu li ul {
    display: none;
    width: auto;  
}

#page-menu #mainMenu .menuItem ul li {
    clear: both;    
}

/* Additional IE specific bug fixes... */
* html #page-menu ul { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html #page-menu ul  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#page-menu ul:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

#page-menu li {
    float: left;
    min-width: 84px;
    height: 34px;
}

#page-menu .subMenu li {
    height: 22px;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #86b31a;
}

* html #page-menu li {
    width: 84px;	
}


#page-menu .mspacer {
    float: left;
    width: 2px;
    height: 22px;
    margin: 2px 0 0 0;
    background: url(../resources/img/template/mspacer.gif) no-repeat;
    min-width: 2px;
}

#page-menu a,
#page-menu a span {
    display: block;
    padding: 0 14px;
    color: white;
    font-size: 14px;
}

#page-menu a {
    color: white;
    /*font-weight: bold;*/
    /*line-height: 1.2;*/
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    padding-left: 0;
    padding-top: 1px;
}

#page-menu .subMenu li a {
    font-weight: normal;
    height: 22px;
    text-align: left;
}

#page-menu .subMenu li:hover {
    background-color: #86b31a;
}

#page-menu .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}

#page-menu a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 5px;
    padding-right: 0;
}

*>#page-menu a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

#page-menu .ui-tabs-selected a span {
    padding-bottom: 1px;
}

#page-menu .ui-tabs-selected a,
#page-menu a:hover,
#page-menu a:focus,
#page-menu a:active {
    background-position: 100% -150px;
}

#page-menu a {
    background-position: 100% -100px;
    height: 28px;
}

#page-menu .ui-tabs-selected a span,
#page-menu a:hover span {
    background-position: 0 -50px;
}

#page-menu a span {
    background-position: 0 0;
}

#page-menu a:hover,
#page-menu a:focus,
#page-menu a:active {
    cursor: pointer;
}

#page-content {
    list-style-type:none;
    min-height: 400px;
}

* html #page-content {
    height: 600px;
}

/* ******************************
 Data Loading Dialog und Overlay	
******************************** */


/*#dataLoadingDlg {
    top: 150px !important;
    position:fixed !important;
}

#dataLoadingDlg_modal {
    background: none;
    background-color: #282E28;
    opacity: 0.2;
}*/


#dataLoadingDlg {
    display:    none;
    z-index:    2001;
    padding: 15px 10px;
    background-color: #fff;
    border: 1px #000 solid;
    border-radius:14px;
}



#dataLoadingDlg-overlay {
    display:    none;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #282E28;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 2000;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}


#dataLoadingDlg .dataLoadingStatus {
    margin-top: 5px;
    background: url(../resources/img/template/data_loading.gif) no-repeat;
    width: 100%;
    height: 20px;
    width: 200px;
}

