/* normaler Text */
td { font-family: Verdana; font-size: 12px; color: #888888;}

/* Navigation linke Seite */
.navigation { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #888888; font-weight: bold; text-decoration: none; }
.navigation a:active { font-size: 10px; color: #888888; font-weight: bold; text-decoration: none}
.navigation a:link { font-size: 10px; color: #888888; font-weight: bold; text-decoration: none}
.navigation a:visited { font-size: 10px; color: #888888; font-weight: bold; text-decoration: none}
.navigation a:hover { font-size: 10px; color: #64AE03; font-weight: bold; text-decoration: none}

/* Überschrift */
.headline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #888888; font-weight: bold; text-decoration: none; }
.headline a:active { font-size: 11px; color: #888888; font-weight: bold; text-decoration: none}
.headline a:link { font-size: 11px; color: #888888; font-weight: bold; text-decoration: none}
.headline a:visited { font-size: 11px; color: #888888; font-weight: bold; text-decoration: none}
.headline a:hover { font-size: 11px; color: #FDC008; font-weight: bold; text-decoration: none}

/* Fusszeile */
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #888888; font-weight: normal; text-decoration: none; }
.footer a:active { font-size: 10px; color: #888888; font-weight: normal; text-decoration: none}
.footer a:link { font-size: 10px; color: #888888; font-weight: normal; text-decoration: none}
.footer a:visited { font-size: 10px; color: #888888; font-weight: normal; text-decoration: none}
.footer a:hover { font-size: 10px; color: #6699FF; font-weight: normal; text-decoration: none}

/* normale links */
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; color: #6699FF;}
a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; color: #6699FF;}
a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; color: #888888;}
a:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; color: #888888;}


/* Formularfelder */
input {font-family: verdana;font-size: 12px;font-weight: normal;color: #373333;background-color: #F3F3F3;border: 1 solid #888888; }
textarea {font-family: verdana;font-size: 12px;font-weight: normal;color: #373333;background-color: #F3F3F3;border: 1 solid #888888; width: 400px; }
select {font-family: verdana;font-size: 12px;font-weight: normal;color: #373333;background-color: #F3F3F3;border: 1 solid #888888; width: 400px; }

hr {color: #888888;}
