/* B I L D S C H I R M - B E R E I C H E --- B I L D S C H I R M - B E R E I C H E --- B I L D S C H I R M - B E R E I C H E */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* MENULEISTE - IMMER FIX - RELEVANT FUER HEADER_LOGIN.PHP UND HEADER.PHP* H?HE = 0 - 105  */

/* Benötigt für Table, damit border zwischen Rows wenn rowspan gebraucht */
table { border-collapse: separate !important;}

/* 2022-08-20 2149 - Farbe Dropdown-Menu ändern
/* .dropdown-toggle:active, .open .dropdown-toggle {  */
/*        background:#FFF !important; 					*/
/*        color:#000 !important;						*/
/*    }													*/


       /* .form-control{background-color: #000000 !important;}   */






.table td, .table th {padding: 0;}


.table tr td									/* hier noch th ?  */
	{
	/* border-bottom: 5px solid #009933 !important;  */
	border-bottom: solid yellow;
	border-right: solid green;
	/*  padding: 2px !important; */
	}


/* .table tr.no-border-row */
/* no-border-row *(
.table no-border-row
	{
	border-bottom: solid red;
	}



/* green = #009933 */
/* red green white yellow */
/* .no-border-row {border-bottom: none !important;} */




 .navbar-collapse 
    {
    background: #e6e6e6;                   /* #333    ff764d    3486eb   */
    }

.dropdown li a:hover
    {
    background-color: teal;
    }

.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus 
    {
    color: #555555;
    background-color: #e6e6e6;				/* 003366   3486eb*/
    }

.dropdown-item
    {
    background: #e6e6e6; 					/* ff764d    3486eb */
    }

.dropdown-menu
    {
    background: #e6e6e6; 					/*  ff764d    3486eb*/
    }


.navList 
        {
        background-color: #e6e6e6;              /* Hintergrundfarbe   ff764d   3486eb  gleiche wie main ist e6e6e6 */
        list-style-type: none;
        position: fixed;                        /* Positionierung = Fixed */
        z-index: 105;                           /* Ebenen-Priorisierung = ganze Vorne */
        margin: 0;
        padding: 0;
        top: 0px;
        left: 0px;
        right: 0px;       
        	height: 80px;                          /* H?he der Box */
        width: 100%;                            /* Breite der Box */
        }



.navbar 
        {
        background-color: #e6e6e6;              /* Hintergrundfarbe   ff764d dunkleres blau = 3486eb gleiche wie main ist e6e6e6 */
        list-style-type: none;
        position: fixed;                        /* Positionierung = Fixed */
        z-index: 105;                           /* Ebenen-Priorisierung = ganze Vorne 105 -> 90*/
        margin: 0;
        padding: 0;   
				/* padding-left: -30px;  */
        	top: 30px;  
        left: 0px;
        right: 0px;       
        		height: 0px;                          /* H?he der Box     105px*/   
        	width: 100%;                            /* Breite der Box */
        }









/* HAUPTTEIL OHNE ZUSAETZLICHE MENUBOX, ANSCHLIESSEND AN NAVLIST  H?HE = 105 - END */  
    .Main1
        {
        		 background-color: #e6e6e6;              /* Hintergrundfarbe   ff8661  34a2eb   */   
        list-style-type: none;
        position: absolute;                     /* Positionierung = absolute */
        /* z-index: 90;                            /* Ebenen-Prio = im Hintergrund, scrollt unter .navlist und .othermenu unten durch */
        margin-left: 0px;
            margin-top: 0px;						/* Original = 0px  80px */
        padding-left: 0px;                     /* Abstand Text zu Rand      original = 50px */
        padding-top: 100px;                      /* Abstand Text zu Oben - Original = 20px*/
        /* top: 105px;                             /* Oberer Bereich, wo Box beginnt */
        left: 0px;           
        right: 0px;
        width: 100%;                            /* Breite der Box */
        height: auto;                           /* H?he der Box      100% -> auto*/
        min-height: 100%;					/* Minumum Höhe Box   600px   */
            display: block;                     /* ??? */
            overflow: auto;                     /* ??? */
		} 








        
/* Buttons innerhalb .othermenu */        

.button 
        {
		background-color: #ff0000;      /* 4CAF50     ff0000*/
        border: none;
        color: white;
        		/* padding: 6px 32px;              /* padding: 15px 32px;  */
        text-align: center;
        text-decoration: none;
        /* display: inline-block; */
        font-size: 12px;                    /* 16 */
        font-weight: bold;
        margin: 4px 2px;  
        cursor: pointer;
        border-radius: 4px;
        }
