
/*Generelle Anweisungen*/

body {
/* background-color: #BDBDBD; */
background-color: #000000;
font-family: Arial;
text-align: center;
}

a {
color: grey;
text-decoration: none;
border: none;
}

a:active {
color: black;
text-decoration: underline;
border: none;
}
a:hover {
color: black;
border: none;
}


.head {
font-size: 14px;
font-weight: bold;
}
.text {
font-size: 12px;
font-weight: bold;
}

.float {
float: right;
background: red;
}

a img {
border: 0px;
}

/*Anweisungen für den Hintergrund*/

.middle{
  margin: auto;
  width: 100%;

}

#main {
position: relative;
text-align: center;
height: auto;
width: 1600;
margin: 20px;
left: auto;
right: auto;
border-radius: 30px;

z-index: 1;
}

#logo {
position: absolute;
  margin: auto;
  width: 100%;
text-align: center;
top: 80px;
padding: 0px;
z-index: 2;
}


#text {
position: absolute;
text-align: center;
top: 100px;
width: 100%;
height: 32px;
padding: 0px;
color: #ffffff;
z-index: 3;
}



#bild {
position: absolute;
  margin: auto;
  width: 340px;
  height: 30px;
text-align: center;
top: 600px;
padding: 0px;
z-index: 3;
background-color: #ffffff;
}

#loginbutton {
position: absolute;
text-align: center;
top: 457px;
width: 100%;
height: 32px;
padding: 0px;

z-index: 3;
}

#loginbuttonfailure {
position: absolute;
text-align: center;
top: 494px;
width: 100%;
height: 32px;
padding: 0px;

z-index: 3;
}

#password {
position: absolute;
text-align: center;
top: 740px;
width: 600px;
height: 80px;
padding: 0px;

z-index: 3;
}

#lbbild {
position: absolute;
text-align: left;
top: 140px;
left: 600px;
width: 300px;
height: 80px;
background-color: ;
border-radius: 20px;

padding: 0px;
margin-left: 362px;
z-index: 3;
}

