body {
background-color:#007834;
font-family:Arial;
font-size:12px;
}
div.form {
background-color:#449b6a;
width:880px;
padding:5px;
line-height:25px;
}
label {
font-weight:bold;
float:left;
width:150px;
display:block;
}

label.short {
font-weight:bold;
float:left;
display:block;
width:60px;
margin-left:60px;
}

span.headline {
color:white;
font-size:13px;
font-weight:bold;
}

span.alert {
color:#0a3833;
font-weight:bold;
}

div.alert {
background-color:#a0e2db;
padding:5px;
}

div.white {
background-color:white;
padding:5px;
}

select.gruen {
background-color:#c5e1c6;
}

input.text {
width:200px;
height:20px;
border:1px solid #999;
}
input.short {
width:100px;
height:20px;
border:1px solid #999;
}

#freitext {
width:200px;
height:80px;
border:1px solid #999;
}

input.alert {
width:200px;
height:20px;
border:1px solid #999;
background-color:#a0e2db;
}

input.short_alert {
width:100px;
height:20px;
border:1px solid #999;
background-color:#a0e2db;
}

table.vorschau {
padding:5px;
background-color:#449b6a;
border:1px solid #999;
width:650px;
}
td.headline {
font-weight:bold;
text-decoration:underline;
background-color:#e7e7e7;
}
td.body,table.vorschau td table {
font-size:12px;
}
input.senden {
background-color:#b6d0b6;
}
