.datum {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.titel {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color:#008080;
}

.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-align: justify; 
color:#000000;
}

a.nav:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-decoration:none;
color:#008080;
}
a.nav:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-decoration:none;
color:#008080;
}
a.nav:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-decoration:none;
color:#FF0000;
}
a.nav:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-decoration:none;
color:#008080;
}

a:link {
text-decoration:none;
color:#008080;
}
a:visited {
text-decoration:none;
color:#008080;
}
a:hover {
text-decoration:underline;
color:#008080;
}
a:active {
text-decoration:none;
color:#008080;
}


.textfeld {
border: 1px solid #000000;
background: #FFFFFF;
}
.button {
border: 1px solid #000000;
height: 20px;
background-color: #FFFFFF;
}


