body {
	font-family: Verdana, sans-serif;
    font-size: 10px;
}

#spalte1 {
    padding: 5px 0px 5px 0px;
}

input  {
    padding: 5px 0px 5px 5px;
}

#spalte1 {
    width: 80px;
    float: left;
    border-bottom: 1px solid #b9b9b9;
    
}

#spalte2 {
    width: 300px;
    float: right;
}


#formular {
    width: 380px;
    clear:both;
}

input {
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

#formular input{
    border: 0px;
    border-bottom: 1px solid #b9b9b9;
    background: #f6f6f6;
    width: 290px;
}

#submit  input{
    padding: 0px;
}

#newsletter {
    width: 400px;
}

.hinweis {
    color: red;
}