/* 
 *  REDCODE.DE - Global Web Styles
 *  (C)opyright 2001-2009 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
 *  28/06:09   4.0     tmh         Revised version for RC7 prototype
 */

/*   Basis-Einstellungen   */
BODY { background-color: white; margin: 0px; padding: 0px; }
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;
}
/* *	{margin:0; padding:0; } */
A IMG		{ border: none;}
:focus	{ outline: 0; }

H1 { font-weight: bold; font-size: 14px; line-height: 17px; margin: 20px 0px 15px 0px; }
H2 { font-weight: bold; font-size: 12px; line-height: 17px; margin: 20px 0px 10px 0px;}
H3 { font-weight: bold; font-size: 12px; line-height: 17px; margin: 0px 0px 5px 0px;}
P  { margin: 0px 0px 5px 0px; }
UL { list-style: disc outside; }

/*   Erweiterte Formatierungen   */
P IMG { border: 1px solid silver; float: left; margin: 0px 10px 10px 0px; }
A IMG { border: none; float: none; vertical-align: text-top; margin: 0px 5px; }
HR { margin: 15px 0px; }

.alert, A, A:active, A:focus, A:hover, A:link, A:visited { color: navy;	}
A:focus, A:hover { color: blue; text-decoration: underline; }

/*   Spezielles   */
.errormessage	{ background: InfoBackground; text-align: center; }
.no-display		{ display: none; }

P.legal, P.legal A { font-weight: normal; font-size: 10px; line-height: 12px; margin: 0px 0px 0px 0px; color: silver; }
#RC7, #RC7 A { font-weight: normal; font-size: 10px; line-height: 10px; margin: 0px 0px 0px 0px; color: silver; }
#RC7 { position: absolute; bottom: 5px; right: 5px;}

/* End Of File */