body{
    margin:0;
    background-color:#AAAAAA;
    font-family: 'Lao Ui','Arial';
}
h1{
    font-size:32pt;
    font-weight:bold;
    margin:0px;
    color:#638BC7;
}
h2{
    font-size:20pt;
    font-weight:bold;
    margin:0px;
    color:#638BC7;
}
a{
    color:#638BC7;
}
input{
    font-family: 'Lao Ui','Arial';
}
textarea{
    font-family: 'Lao Ui','Arial';  
}
button{
    font-family: 'Lao Ui','Arial'; 
}
#all{
    background-color:#AAAAAA;
    margin:0;
    padding:0;
}
#site{
    background-color:white;
    width:1200px;
    height:500px;
    margin:auto; 
    text-align:center;
    padding-bottom:5px;
}
#kopf{
    float:left;
    width:1200px;
    height:250px;
    background-image: url("design/kopfbild.png");
}
#navi{
    float:left;
    width:900px;
    height:38px;
    padding-left:150px;
    padding-right:150px;
    background-color:#557FC0;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.5);
}
.dropdown{
    position:relative;
    float:left;
    width:150px;
    height:31px;
    padding-top:7px;
    text-decoration:none;
    color:white;
    font-weight:bold;
    font-size:14pt;
    background-color:#557FC0;
}
.dropdown:hover{
    color:black;
    background-color:#D4D4D4;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content {
    float:left;
    width:150px;
    display: none;    
}
.dropdown-content a{
    float:left;
    width:130px;
    height:31px;
    padding-top:7px;
    padding-left:10px;
    padding-right:10px;
    text-decoration:none;
    text-align:left;
    color:black;
    font-size:10pt;
    font-weight: normal;
    background-color:#D4D4D4;
}
.dropdown-content a:hover{
    color:#638BC7;
    font-weight:bold; 
}
#main{
    float:left;
    width:100%;
    min-height:560px;
    padding-bottom:20px;
    background-color:white;
}
#text{
    float:left;
    width:660px;
    background-color:white;
    padding-left:150px;
    padding-right:40px;
    margin-top:20px;
    text-align:left;
}
#login{
    float:left;
    width:180px;
    min-height:500px;
    margin-top:20px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:20px;
    background-color:#D4D4D4;
    text-align:left;
}
#fuss{
    float:left;
    width:1050px;
    height:19px;
    margin:auto;
    padding-top:8px;
    padding-bottom:8px;
    padding-left: 150px;
    border-top: solid 4px #638BC7;
    background-color:white;
    text-align:left;
}
.submitbutton{
    color:white;
    font-size:11pt;
    font-weight:bold;
    background-color:#638BC7;
    text-decoration:none;
    box-shadow:3px 3px 5px 0px rgba(0,0,0,0.5);
    border:none;
    padding:4px;
    cursor:pointer;
}
.submitbutton:hover{
    box-shadow:3px 3px 5px 0px rgba(0,0,0,0.4); 
}
.delete{
    float:right;
    width:20px;
    height:20px;
    background-image: url("design/delete.png");
    text-decoration:none;
}
.delete:hover{
    background-image: url("design/deletehover.png");
    cursor: pointer;
}
.edit{
    float:right;
    width:20px;
    height:20px;
    background-image: url("design/edit.png");
    background-size: 20px 20px;
    text-decoration:none;
}
.edit:hover{
    background-image: url("design/edithover.png");
    cursor: pointer;
}
.upload{
    float:right;
    width:20px;
    height:20px;
    background-image: url("design/upload.png");
    text-decoration:none;
}
.upload:hover{
    background-image: url("design/uploadhover.png");
    cursor: pointer;
}
.download{
    float:right;
    width:20px;
    height:20px;
    background-image: url("design/download.png");
    text-decoration:none;
}
.download:hover{
    background-image: url("design/downloadhover.png");
    cursor: pointer;
}
.pdf{
    float:left;
    height:25px;
    background-image:url("design/pdf.png");
    background-repeat: no-repeat;
    padding-left:45px;
    padding-top:10px;
}
.bildupload{
    float:right;
    position:absolute;
    width:75px;
    height:40px;
    font-size:9pt;
    padding:6px;
    color:white;
    background-color:rgba(0,0,0,0.5);
    border-radius:10px;
    border:solid 2px black;
}
.bildupload:hover{
    cursor:pointer;
    background-color:rgba(0,0,0,0.7);
}
#backgroundpopup{
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color:rgba(150,150,150,0.5);
    position: fixed;
}
#popup{
    width:500px;
    height:400px;
    z-index:10;
    text-align:center;
    padding:15px;
    background-color:white;
    color:black;
    margin:auto;
    margin-top:300px;
    border-radius:25px;
}