body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
}
/* -------------------------------------------- */
A.copy_link {
    /* Standard-Navigation oben | Links */
    color: #fe9000;
    background-color: #37416d;
    text-decoration: none;
}
A.copy_link:hover {
    /* Standard-Navigation oben | Links */
    color: #fe9000;
    background-color: #37416d;
    text-decoration: underline;
}
/* -------------------------------------------- */
A.all_link {    text-decoration: underline;
}
A.all_link:hover {
    text-decoration: underline;
}


