/* Copyright (C) 2002, 2003 Fachbereich Sicherheit der GI e.V. - Alle Rechte vorbehalten. */
/* <http://www.gi-fb-sicherheit.de/> */
/* Import der FB_CSS-Stildefinitionsdatei, die generelle Layoutbestimmungen enthaelt. */

@import url(http://www.gi-fb-sicherheit.de/gi_fb-sicherheit_site.css);
/* oder lokal: @import url(../../gi_fb-sicherheit_site.css); */

/* Nachfolgend CSS-Stildefinitionen der Fachgruppe zur lokalen Layoutbestimmung. */

BODY {
  color: #000000;
  background: white;
  font-style: normal; 
  font-size: 11pt; 
  font-family: Verdana, Myriad, Helvetica, Arial, sans-serif; 
  text-align: left;
}

P, DIV, UL, OL, TD  {
  font-style: normal; 
  font-size: 11pt; 
  font-family: Verdana, Myriad, Helvetica, Arial, sans-serif; 
  text-align: left;
}

H4, H5, H6 { 
  font-family: Verdana, Myriad, Helvetica, Arial, sans-serif;
  text-align: left; 
  font-style: italic;
}

H4 { font-size: 14pt; font-weight: bold; }
H5 { font-size: 12pt; font-weight: bold; }
H6 { font-size: 12pt; font-weight: normal; }

A:link { color: #3333dd; }
A:visited { color: #33aa33; }
A:active { color: #888888; }
A:hover { color:#2222ff; }

P.fg-nav  {
  font-style: normal; 
  font-size: 12pt; 
  font-family: Verdana, Myriad, Helvetica, Arial, sans-serif; 
  text-align: right;
}

A.fg-nav { text-decoration: none; }
A.fg-nav:link { color: #2222ee; }
A.fg-nav:visited { color: #22bb22; }
A.fg-nav:active { color: #888888; }
A.fg-nav:hover { color:#ff1111; }
