#menu {
   font-family: "myriad pro", tahoma, verdana, arial, sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
   color: #ffffff;
   font-weight: bold;
}

#menu a:link {color: #ffffff}
#menu a:visited {color: #ffffff}
#menu a:hover {color: #ffffff; text-decoration: underline ;}

body {
   font-family: "myriad pro", tahoma, verdana, arial, sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
}
a {
   color: #00a6bc;
   text-decoration: none;
}
code {
   font-family: monaco, "lucida console", "courier new", monospace;
   color: #333;
}
#content {
   margin: 50px auto;
   max-width: 800px;
}
.info, .doc {
   color: #777;
   font-size: 16px;
}
.info {
   text-align: center;
}
.doc {
   max-width: 34em;
}
.footer, .footer p {
   font-size: 16px;
   width: 12em;
}
.footer {
   margin-top: 10ex;
}

:cue {
  color: red;
  font: 1em sans-serif;
  position: relative;
  top: -200px;
}

.input {
  display: block;
}

.input span {
  position: absolute;
  z-index: 1;
  cursor: text;
  pointer-events: none;
  color: #999;
  /* Input padding + input border */
  padding: 7px;
  /* Firefox does not respond well to different line heights. Use padding instead. */
  line-height: 17px;
  /* This gives a little gap between the cursor and the label */
  margin-left: 2px;
}
.input input, .input textarea, .input select {
  z-index: 0;
  padding: 6px;
  margin: 0;
  font: inherit;
  line-height: 17px;
  width: 200px;
}
.input select {
  padding: 5px;
  /* Unfortunately selects don't respond well to padding. They need an explicit height. */
  height: 31px;
}

    #login_container {
    /*background: #cccccc;*/
    width: 500px;
    height: 350px;
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    position: relative;
    top: 20px;
    }
    
        #login_container {
    /*background: #cccccc;*/
    width: 500px;
    height: 350px;
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    position: relative;
    top: 20px;
    }
    
    #gewinn_container {
    /*background: #cccccc;*/
    width: 500px;
    height: 350px;
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    position: relative;
    top: 20px;
    }
    
    #admin_container {
    /*background: #cccccc;*/
    width: 900px;
    height: 1200px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    position: relative;
    top: 20px;
    }
    
    #createaccount_container {
    /*background: #cccccc;*/
    width: 500px;
    height: 500px;
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    position: relative;
    top: 20px;
    }
    
    #errbox {
        width: 300px;
        height: 50px;
        text-align: left;
        border: 0px;
        margin: 0px auto;
        color: red;
     }