/* 
 *  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 ***/
DIV, TABLE,  TH, TD, P, H1, H2, H3, H4, H5, H6, FORM, INPUT, TEXTAREA, UL, LI { background: none; }
BODY, DIV, TABLE, TH, TD, P, H1, H2, H3, H4, H5, H6, FORM, INPUT, TEXTAREA, UL, LI, IMG {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif, SunSans-Regular;
  color: black; 
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

/* Allgemeines */
BODY { background-color: white; padding: 20px; } 
H1 { font-size: 14px; margin: 3px 0px 9px 0px; }
H2 { margin: 2px 0px 4px 0px; }
H5 { margin-top: 3px; font-size: 10px; font-weight: normal; }
A, A:link, A:active, A:visited  { color: #BF1229; text-decoration: underline; }
.alert { color: #BF1229;  }

UL { list-style: none; }
LI { background: url(/images/listdot.gif) 0px 7px no-repeat; padding: 0px 0px 2px 11px; }
UL.news LI { background: none; padding: 0px; margin: 18px 0px 0px 0px; width: 570px; }
UL.verteilerlist LI { background: url(/images/arrow-verteilerlist.gif) 0px 7px no-repeat; padding: 0px 0px 4px 14px; }

#maincontent { margin: 36px 80px 10px 41px; } 
#maincontent A { font-weight: bold; }
#maincontent A:hover { background: silver; }
#maincontent P { margin-bottom: 6px; }

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 */
