/*
** nabu.css
**
** Copyright (c) 2001, NABU Siegen-Wittgenstein, Alle Rechte vorbehalten
**
** Autor: Benedikt Meurer <bmeurer@fwdn.de>
**
*/

/* Text in der Menuleiste (dunkelblau) */
  P.menuleiste {color:#FFFFFF; font-family:Verdana,helvetica,sans-serif;}

/* Links in der Menuleiste (dunkelblau) */
  A.menuleiste  {text-decoration:none; font-weight:bold; color:#FFFFFF;}

/* Links im Seitenmenu */
  A.seitenmenu  {text-decoration:underline; font-weight:normal; color:#FFFFFF;}

/* Tags im Inhaltsbereich (vorformatieren zur leichteren Eingabe) */
  A {color:#004584; font-weight:bold;}
  A:hover {color:#990000; text-decoration:none;}
  P {font-family:helvetica,Arial,sans-serif; font-size:12px;}
  LI {font-family:helvetica,Arial,sans-serif; font-size:12px;}
  H1, H2, H3, H4, H5, H6 {font-family:helvetica,Arial,sans-serif;}
  BLOCKQUOTE {font-family:helvetica,Arial,sans-serif; font-size:12px;}
  PRE {font-family:Times,Times New Roman; font-size:12px; font-style:italic;}
