					/* DATEI: style.css */

					/*Links*/
a:link {
         font-family: Arial;
         font-size: 14px;
         font-weight: normal;
         text-align: left;
         color: #006699;
         text-decoration: none;
}
a:visited {
         font-family: Arial;
         font-size: 14px;
         font-weight: normal;
         text-align: left;
         color: #006699;
         text-decoration: none;
}
a:hover {
        font-family: Arial;
         font-size: 14px;
         font-weight: normal;
         text-align: left;
         color: #000000;
         text-decoration: none;
         background-color:#EFEFEF;
}
a:active {
         font-family: Arial;
         font-size: 14px;
         font-weight: normal;
         text-align: left;
         color: #006699;
         text-decoration: none;
}
a:focus {
         font-family: Arial;
         font-size: 14px;
         font-weight: normal;
         text-align: left;
         color: #006699;
         text-decoration: none;
}