body, table,td {
	font-family:verdana,helvetica,sans-serif;
    color:black;
    font-size:13px;
    font-weight:normal;
    text-align:justify;
    vertical-align:top;
}

a {
	font-family:verdana,helvetica,sans-serif;
    color:blue;
    font-size:13px;
    font-weight:bold;
    text-decoration:underline;
}

a:hover {
	font-family:verdana,helvetica,sans-serif;
    color:blue;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

a:focus {
	font-family:verdana,helvetica,sans-serif;
    color:blue;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

a:visited {
	font-family:verdana,helvetica,sans-serif;
    color:blue;
    font-size:13px;
    font-weight:bold;
    text-decoration:underline;
}

h1 {
	font-family:verdana,helvetica,sans-serif;
    color:black;
    font-weight:bold;
    font-size:15px;
    border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin-bottom:5px;
}

.eingabefeld {
	font-family:verdana,helvetica,sans-serif;
    color:black;
    background-color:#EBEBEB;
    border-color:black;
    border-style:solid;
    border-width:0px;
    border-bottom-color:silver;
    border-bottom-style:solid;
    border-bottom-width:0px;
    width:100%;
}

.mitteilung {
    font-family:verdan,helvetica,sans-serif;
    font-size:13px;
    color:black;
    border-color:black;
    border-style:solid;
    border-width:0px;
    background-color:#EBEBEB;
    width:100%;
    height:100px;
}

.senden_loeschen {
	font-family:verdana,helvetica,sans-serif;
    font-size:13px;
    color:black;
    background-color:#EBEBEB;
    border-color:silver;
    border-style:solid;
    border-width:1px;
    width:49%;
}