/* 
 *  REDCODE.DE - Global Web Styles
 *  (C)opyright 2001-2005 REDCODE.DE. All Rights reserved.
 *  Visit us at http://www.redcode.de/
 *  fecit tmh
 */

/*
 * 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 {
  color: black;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: normal;
  font-size: 10pt;
  line-height: 13pt;
  text-align: left;
  vertical-align: top;
}

TH, TD, P, H3 { margin: 0pt 0pt 6pt 0pt }
H1, H2 { margin: 33pt 0pt 11pt 0pt; font-size: 12pt; font-weight: bold; letter-spacing: 1pt }
H4, H5, H6 { margin: 6pt 0pt; font-size: 10pt }
UL { list-style: square outside }

A, A:link, A:visited, A:hover, A:active 
{ color: black; background-color: transparent; text-decoration: underline }

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

.logotype { font-style: italic; font-variant: small-caps }
.copyright, .legalnote { color: gray; font-weight: normal; font-size: 8pt; font-style: italic; line-height: 11pt; text-decoration: none }
.robot, .close    { color: transparent; visibility: hidden }

/* End of global-web.css */
