body.elbody {
    height: 100% !important; 
    position: relative; 
    background: #F0EEED;
}

html, body {margin: 0; height: 100%; overflow: hidden}

body.elbody_login {
      /* The image used */
  background-image: url("../img/lspdfertig.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.el_container_main {
    background-color: grey; 
    padding: 30px; 
    height: 723px;
    width: 1800px; 
    margin-left: 50px; 
    margin-right: 50px;
    margin-top: 50px; 
    margin-bottom: 50px; 
}

img.lspd_main {
    width: 215px; 
    height: 205px; 
    position: relative;
}

img.lspd_login {
    width: 215px; 
    height: 205px; 
    margin-left: 20px; 
    margin-top: 20px; 
    position: relative;
}

div.form-ellogin {
    padding: 60px; 
}

a.el_login_submit {
    margin-top: 20px; 
}

#main_button_action {
    position: relative; 
    top: 100px; 
}

#buttonmainclick {
    height: 109px; 
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

div.elcad {
    width: 95% !important; 
    height: 90% !important; 
    border: 20px solid black; 
}

div.categories {
    height: 100%; 
    background-color: #1A1A1A; 
}

div.database {
    height: 100%; 
    background-color: #333333; 
    overflow-y: scroll
}

#btnCategorie {
    background-color: #0D0D0D;
}

#btnCategorie:hover {
    background-color: #404040; 
}

.addfahndungdiv {
    margin-left: 10px; 
    margin-bottom: 10px;
}


div.steckbriefrow {
    margin-top: 50px; 
}

#lspdimg {
    width: 140px; 
    height: 140px; 
}

.profilimg {
    border-radius: 50% !important;
    width: 150px; 
    height: 150px;  
}

#testmodal {
    background-color: blue;
    color: red; 
}