#kontakt {
   text-align: center;
   margin-top: 4em;
}
#fehlt {
   color: #ff0000;
}

fieldset {
   width: 30em;
}

label.links {
   float: left;
   text-align: right;
   width: 6em;
   margin-right: 0.3em;
}

input.rechts {
   float: none;
   width: auto;
   clear: none;
   margin-left: 0.3em;
   margin-right: 0.3em;
   margin-bottom: 1em;
}

input:focus, textarea:focus {
   background: #aaaaff;
   color: #000000;
}

h1 {
   text-align: center;
}
