/* DATEI: layout.css */

/* Normale Standardschriftart */

.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:#808080; text-decoration:underline; }
a:hover {color:#808080;  text-decoration: underline; }

