#kav_ins_main {
 width: 500px;
 min-width: 500px;
}

#beschreibung {
  display: block;
  width: 152px;
  float: left;
}

#eingabe {
  display: block;
  width: 200px;
  float: left;
}

#submit_entry {
  clear: left;
  display: block;
  float: left;
  padding-top: 5px;
}

#input {
  border-color: grey;
}

#eingabe input.required {
  border-color: red;
}

#registrieren {
  display: block;
  overflow: hidden;
  width: 235px;
  height: 76px;
  margin: 2px 0 0 3px;
}

.help-img {
  float: left;
  margin-left: 10px;
  padding-right: 15px;
}

.help-text {
  margin-top: 10px;
  height: 100%;
  display: block;
  width: auto;
  text-decoration: underline;
  font-size: 16px;
}

.sub-menu-help  {
  background:#e3d2e4 none repeat scroll 0 0;
  color: #000;
  font-weight: bold;
  display:block;
  line-height:18px;
  margin:2px 0 0 3px;
  min-height:20px;
  overflow:hidden;
  padding:2px 2px 0 5px;
  height: 42px;
  width:228px;
}

.sub-menu-help:hover {
  background-color: #ddcee6;
}

.sub-menu-help a {
  color: #000;
}
