/* 
 *  REDCODE.DE - Global Web Styles
 *  (C)opyright 2001-2004 REDCODE.DE. All Rights reserved.
 *  Visit us at http://www.redcode.de/
 *
 *  Modified  Version  By          Reason
 *  ========  =======  ==========  ============================================================
 *  30/03:03   0.0b    tmh         Experimental Implementation
 *  29/04:03   1.0     tmh         Initial Implementation
 *  13/12:03   1.5     tmh         Independent Version for all web projects
 *  28/02:04   2.0     tmh         Revised version for REDCODE V3
 */

/*
 * position - color - border - font - text
 *
 * constant    z-index:  0-9
 * content     z-index: 10-19
 * context     z-index: 20-29
 * navigation  z-index: 30-39
 * development z-index: 50
 */

/* Standard Einstellungen */
 BODY { background: white; }
 BODY, DIV, TH, TD, P, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
}

TH, TD, P, H3 { margin: 0px 0px 5px 0px }
H1, H2 { margin: 10px 0px; font-size: 15px; font-weight: bold; letter-spacing: 0px }
H4, H5, H6 { margin: 5px 0px; font-size: 13px }
UL { list-style: square outside; }

A, A:link, A:active { color: #FD7911; text-decoration: none; }
A:visited { color: #FD7911; text-decoration: none; }
A:hover   { color: #FD7911; text-decoration: underline; }

/*** Spezielle Klassen ***/
.discrete           { background-color: transparent; border: none; text-decoration: none }
A.discrete:link     { background-color: transparent; border: none; text-decoration: none }
A.discrete:visited  { background-color: transparent; border: none; text-decoration: none }
A.discrete:hover    { background-color: transparent; border: none; text-decoration: underline }
A.discrete:active   { background-color: transparent; border: none; text-decoration: none }

A.redcode, A.redcode:link, A.redcode:active { color: #FF0000; text-decoration: none; }
A.redcode:visited { color: #FF0000; text-decoration: none; }
A.redcode:hover   { color: #FF0000; text-decoration: underline; }

A.application, A.application:link { }
.logotype { }
.robot, .robo { }
.copyright, .legalnote { }
.close    { }
.nobr { }
.nopopup { }
/* End of web-global.css */
