form {
    padding:45px 0px 30px 11px;
}

form span {
    width:100px;
    float:left;
    margin-top:5px;
    font-weight:bold;
    font-size:9pt;
    color: #000000;
    text-align: right;
}

form span.pflicht {
    width:200px;
    margin-top:5px;
    margin-left: 110px;
    float:left;
    font-size:7pt;
    font-weight:normal;
    color: #000000;
    text-align: left;
}

input , textarea {
    float:left;
    width:300px;
    border:1px solid #cdcdcd;
    margin-top:5px;
    margin-left: 10px;
} 

textarea  {
    height:150px;
}

br {
    clear:both;
}

.button {
    position:relative;
    left:100px;
    width:60px;
	height:16px;
    border:1px solid #cdcdcd;
    margin-left:10px;
    cursor:pointer;
    text-align: left;
}

.button:hover {
     background:#eee;
}

.button  a{
    position:relative;
    margin-left:9px;
}
