body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
    background-color: #FFFFFF;
}

a {
    color: #000000;
    text-decoration: underline;
}

textarea {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.9em
}

th, td {
    font-size: 0.9em;
    vertical-align: top;
    padding: 2px;
}

table {
    margin: 2px;
    padding: 2px;
}

#rahmen {
    width: 100%;
}

#kopfzeile {
    display: none;
}

#inhalt {
    width: 100%;
}

#navigation {
    display: none;
}

#mitte {
    width: 100%;
    padding: 5px;
    font-size: 0.9em;
}

#mitte img {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

#newsletter, #newsletter legend, #newsletter td {
    font-size: 0.9em;
}

.errormsg {
    font-weight: bold;
    color: red;
}

