#formular_table {
border-width: 0px;
width: 380px;
margin-left: 0;
}

p {
text-align: left;
}
p.meldung {
font-weight: bold;
color: #666666;
}

.td_form {width: 300px; text-align:left}

form {display: inline; 
}

input {
text-align:left;
width: 50px;
font-family:verdana;
font-size:11px;
color:black;
background-color: #FFFFFF;
}

input.feld {
text-align:left;
width: 200px;
font-family:verdana;
font-size:11px;
color:black;
background-color: #FFFFFF;
}

.counter {
width: 50px;
border-width: 0px;
text-align: left;
background-color: #FFFFFF;
color: #000000;
cursor: default;
}

.button {
width: 90px;
font-weight: normal;
}

textarea {
width: 380px;
font-family:verdana;
font-size:11px;
color:black;
background-color: #FFFFFF;
width: 380px;
height: 120px;
}

span.markiert {
color: #CC3300;
font-weight: bold;
}

span.unterstrichen {
text-decoration: underline;
}

span.default_cursor {
cursor: default;
}