div {
  font-family: "arial";
}

td {
  font-family: "arial";
}

input {
  font-family: "arial";
  border: 2px solid #dadada;
  border-radius: 2px;
}

#head {
  position: absolute;
  top:    0%;
  left:   0%;
  width:  100%;
  height: 120px;
}

#main {
  position: absolute;
  top:    125px;
  bottom: 0%;
  left:   0%;
  width:  100%;
}

#vie_logo {
  position: absolute;
  top:    0%;
  left:   1%;
  width:  12%;
  height: 10%;
}

#langchanger {
  position: absolute;
  top:   28px;
  right: 10px;
}

#logout {
  position: absolute;
  top:   66px;
  right: 10px;
}

#head_line {
  position: absolute;
  top:    75%;
  left:   0%;
  right:  0%;
  color:  #DCDCDC;
}

#userdata {
  position: absolute;
  top:      50%;
  left:     50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.glowing-border-off {
  border: 2px solid #dadada;
  border-radius: 2px;
}

.glowing-border-on { 
  outline: none;
  border-color: #ff0000;
  box-shadow: 0 0 5px #ff0000;
}