body {background-color: white;}

#button2 {
    display:block;
    position:absolute;
    top:410px;
    left:775px;
    height:165px;
    width:80px;
}

#counter {
    position:relative;
    width:600px;
    height:553px;
    margin:-278px 0px 0px -300px;
    top: 50%; 
    left: 50%;
    }



#button1 {
    display:block;
    position:absolute;
    top:30%;
    left:82%;
    margin:-105px 0px 0px -345px;
    height:45px;
    width:150px;
}


#welcome {
    position:absolute;
    width:558px;
    height:282px;
    margin:-141px 0px 0px -279px;
    top: 50%; 
    left: 50%;
    }
    
#knut {
    position:absolute;
    width:900px;
    height:702px;
    margin:-78px 0px 0px -700px;
    top: 15%; 
    left: 75%;
    }
    
    
#button {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin:-100px 0px 0px 238px;
    height:20px;
    width:20px;
}

.schwarz {
    background-color: black;
}

#login {
    position:absolute;
    width:1000px;
    height:750px;
    margin:-375px 0px 0px -500px;
    top: 50%; 
    left: 50%;
}

#form {
    color: #1989a4;
    text-align:center;
    font-size:14px;
    font-family:arial;
    line-height:1.3em;
    position:absolute;
    width:260px;
    height:100px;
    top: 420px; 
    left: 290px;
}

input[type="text"], input[type="password"]{
    background-color:black;
    border:1px solid #1989a4;
    margin-bottom:10px;
    color:white;
    width: 110px;
    height:15px;
}

