body {
  margin:5px;
  padding:0;
  color:#000000;
  background-color:#ffffff;
  font-family:verdana;
  font-size:10px;
}
/**********container**********/
div {
  float:left;
}

img {
  border:0;
}
a {
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color:#000000;
  font-weight:bold;
  text-decoration:underline;
}

a#enter {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-90px;
  margin-left:-60px;
  border:0;
  width:180px;
  height:120px;
  background-image:url(../pictures/entergrau.gif);
}

a#enter:hover {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-90px;
  margin-left:-60px;
  border:0;
  width:180px;
  height:120px;
  background-image:url(../pictures/enterbunt.gif);
}

input {
  margin:0;
  height:16px;
  color:#d8d8d8;
  font-size:10px;
  background-color:#1d1d1d;
  border:solid 1px #333333;
}

h2 {
  margin:0px;
  font-size:17px;
  text-decoration:underline;
  font-weight:bold;
}