body {
font-family : Verdana, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
background: #FFFFFF;
}

h1 {
font-size : 28px;
text-align: center;
letter-spacing: 3px;
}

p {
text-align: center;
}
p.meldung {
font-weight: bold;
color: #666666;
}

A:link {
color : #336699;
text-decoration : none;
}

A:visited {
color : #CC6600;
text-decoration : none;
}

A:active {
color : #0099CC;
text-decoration : none;
}

A:hover {
color : #0099CC;
text-decoration : underline;
}

table {
border-width: 0px;
width: 350px;
margin-left: auto;
margin-right: auto;
}

td {
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
}

.td_text {
width: 150px;
}

.td_form {
width: 200px;
}

form {
display: inline;
}

input {
font-size: 12px;
background-color: #FFFFFF;
color: #000000;
}
input.feld {
width: 100%;
}

.counter {
width: 50px;
border-width: 0px;
text-align: left;
background-color: #FFFFFF;
color: #000000;
cursor: default;
}

.button {
width: 40%;
font-weight: bold;
}

textarea {
font-size: 12px;
background-color: #FFFFFF;
color: #000000;
width: 100%;
height: 120px;
}


span.markiert {
color: #CC3300;
font-weight: bold;
}

span.unterstrichen {
text-decoration: underline;
}

span.default_cursor {
cursor: default;
}