
.formbox {
  width: 560px;
  color: #000;
  background-color: #cc9;
  border: 1px solid #666;
  padding-left: 5px; 
  height:100%;
}
fieldset{
  background:#eee;
  border:1px solid #cecece;
  width:560px;
  padding:10px;
} 


.reihe {
     clear:both;
	 padding-top:5px;
}

.label {
  font-weight:bold;
  text-align: right;
  vertical-align:top;
  float: left;
  width: 5px;
 
 
}

.feld {
  float: right;
  width: 500px;
  text-align: left;
  vertical-align:top;
   
 
} 
.feld2 {
  float: right;
  width: 150px;
  text-align: center;
  vertical-align:top;
  margin-top:-30px;
  border: 1px black solid;
  
  
} 
.feld3 {
  float: right;
  width: 150px;
  text-align: center;
  vertical-align:top;
  border: 1px black solid;
  
  
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 260px;
  padding:2px;
}
