/* DATEI: layout.css */

/* Normale Standardschriftart */
/* Farbe alt #CED1B9 */

.normal
     { font-family:Arial,sans-serif; color:#465C94; font-weight:normal; font-size:12px; font-style:normal; }

.headline
     { font-family:Arial,sans-serif; color:#465C94; font-weight:bold; font-size:14px; font-style:italic; }

/* Class fuer Links */
.verweis
     { font-family:Arial,sans-serif; color:#465C94; font-weight:bold; font-size:12px; font-style:italic; }

a:link { color:#465C94; text-decoration:underline; }
a:visited { color:#465C94; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:underline; }
a:hover {color: #FF0000;  text-decoration: underline; }

