/* ------miolcrion CSS powered by nielgroweb.de--------------------- */
/* ---------------- Allgemeine Angaben------------------------ */
/* ---------------- Farbe des Seitenhintergrundes ------------------------ */
body {
background: #66806b;
}

/* ----------- LINKS im Formular ----------------- */
.f1 {
color: #111111;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
text-decoration: none;
font-size: 9px;
}

.f1:hover {
color: #b6004d;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
text-decoration: none;
}

.f1:active {
color: #b6004d;
text-decoration: underline;
}


.f2 {
color: #1111111;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
text-decoration: none;
font-size: 9px;
}

.f2:hover {
color: #b6004d;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
text-decoration: none;
}

.f2:active {
color: #b6004d;
text-decoration: underline;
}

/* ----------------Textformatierungen ------------------------ */
/* ----------------Standarttext ------------------------ */
.txt {
color: #111111;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
text-decoration: none;
font-size: 11px;
}

/* ----------------Schrift fuer Copyright ------------------------ */
.cop {
color: #111111;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
text-decoration: none;
font-size: 9px;
}

