body {
    
    margin: 0;
    padding: 0 2% 0 0;
    background-color: #e6dbb1;
    
    
}
ul {
   
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 9%;
    background-color: #808080;
    position: fixed;
    height: 100%;
    overflow: auto;
}

li a{
    display: block;
    color: #000;
    padding: 10px 0 10px 11px;
    text-decoration: none; 
    
    
}

li a.aktiv {
    background-color: #ffd800;
    color: #fff
}

li a:hover:not (.aktiv) {
    
    background-color: #777;
    color: #fff
}
#div1 {
	text-align: right;
	 margin-left: 9%;   
	 padding: 1px 15px;
	 height: 100%;   
    
}


#suchbegriff {
	width: 638px;
	vertical-align: center;
	text-align: center;
	resize: none;
    font-size: 15px;
	background-color: #ffd800;
    border-radius: 8px 8px 8px 8px;
	
}
#suchbegriffaa {
    width: 507px;
    vertical-align: center;
    text-align: center;
    resize: none;
    font-size: 15px;
    background-color: #ffd800;
    border-radius: 8px 8px 8px 8px;

}
#suchbegriffaa2 {
    width: 638px;
    vertical-align: center;
    text-align: center;
    resize: none;
    font-size: 15px;
    background-color: #ffd800;
    border-radius: 8px 8px 8px 8px;
}

#text_a_db {
	vertical-align: middle;
	text-align: center;
	resize: none;
    font-size: 15px;
    border-radius: 8px 8px 8px 8px;
}
#parathiro_a_db {
    display: table-cell;
    vertical-align: middle;
	border: none;
    text-align: left;
	text-color: #e6dbb1;
	resize: none;
    font-size: 15px;
	background-color: #ffd800;
}
#Tanscodin_Profilles {
	width: 638px;
	vertical-align: center;
	text-align: center;
	resize: none;
    font-size: 15px;
	background-color: #ffd800;
    border-radius: 8px 8px 8px 8px;
}
#Tanscodin_Profillesa {
    width: 644px;
    vertical-align: center;
    text-align: center;
    resize: none;
    font-size: 15px;
    background-color: #ffd800;
    border-radius: 8px 8px 8px 8px;
}


.filetree {
    margin-left: 4%;
    width: 90%;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    padding-bottom: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 87%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    padding-right: 1%;
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: ghostwhite;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}