/* 
 *  REDCODE.DE - Global Web Styles
 *  (C)opyright 2001-2005 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
 *  02/05:05   3.0     tmh/han	   New independent Version for all web projects
 */

/*
 * 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-color: 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: 12px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
}

TH, TD, P, H3 { margin: 0px 0px 5px 0px }
H1 { margin: 10px 0px; font-size: 14px; font-weight: bold; letter-spacing: 0px }
H2 { margin: 10px 0px 5px 0px; font-size: 12px; font-weight: bold; letter-spacing: 0px }
H4, H5, H6 { margin: 5px 0px; font-size: 12px }
UL { list-style: square outside }
ACRONYM { border-bottom: 1px dotted #FF0000; }
/*
A, A:link, A:active, A:visited { color: #E5050A; text-decoration: none; }
A:hover   { color: #E5050A; text-decoration: underline }
*/
A, A:link, A:active { color: red; text-decoration: underline }
A:visited { color: red; text-decoration: none }
A:hover   { color: red; 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.application, A.application:link { color: #E5050A; font-size: 13px; text-transform: uppercase; text-decoration: none }
.logotype { font-style: italic; font-variant: small-caps }
.robot, .robo { z-index: 1; visibility: hidden; font-weight: normal; font-size: 3px; line-height: 5px; text-decoration: none }
.copyright, .legalnote { font-weight: normal; font-size: 9px; line-height: 11px; text-decoration: none }
.close    {  font-family: Verdana; font-size: 9px; line-height: 17px; letter-spacing: 1px; text-align: right  }
.nobr, .nowrap { white-space: nowrap; }
.subtitle { font-size: 9px; }

UL.sublinks { margin: 20px 60px; font-size: 13px; line-height: 17px; 
              list-style: none outside url(/images/link-medredarrow.gif); }

#maincontent { font-size: 12px; }
#maincontext { font-size: 11px; }
#mainnavigation { font-size: 11px; }

/* End of web-global.css */
