/* 
 *  REDCODE.DE
 *  (C)opyright 2008 REDCODE.DE. All Rights reserved.
 *  Visit us at http://www.redcode.de/
 *
 *  28/04:08   1.0     han 
 */

/* ** ---- 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: 11px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

/* Allgemeines */
BODY { background-color: white; padding: 9px 0px 5px 0px; } 

A, A:link, A:active, A:visited  { color: #EA2828; text-decoration: underline; }
.alert { color: #EA2828;  }
UL { list-style: none; }

/* ProjektSpezifisches */
/* Grundraster */
TABLE.headtable { width: 877px; border: none; margin-bottom: 8px; }
TABLE.headtable TD.redcode { text-align: right; }

TABLE.maintable { width: 877px; border: 1px solid black; border-top: 1px solid #EA2828; border-bottom: none; }
TABLE.maintable TD.headnavi { border-bottom: 1px solid #9E0A00; border-top: 1px solid white; border-left: 1px solid white;  background-color: #EA2828; padding: 3px 0px 3px 0px;  line-height: 14px; }
TABLE.maintable TD.headnavi IMG { margin: 0px 3px 0px 10px; }
TABLE.maintable TD.headnavi A { color: white; font-size: 12px; text-decoration: none; font-weight: bold; }
TABLE.maintable TD.headnavi A:hover { text-decoration: underline; }

TABLE.submaintable { width: 877px; border: 1px solid black; border-top: none; margin-bottom: 5px; }
TABLE.submaintable TD { font-size: 18px; font-family: Arial; }

UL.verteiler { margin: 24px 0px;  }
UL.verteiler LI  { background: white url(/images/list_info.gif) no-repeat 2px 0px; padding: 0px 0px 21px 48px; font-size: 18px; font-family: Arial;  line-height: 20px; }


/* End of web-layout.css */