/* 
 *  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
 *  26/02:10   4.1     tmh         Additional changes
 */

/*   Basis-Einstellungen   */
body { background-color: #f2f2f2; margin: 0px; padding: 0px; }
body, div, th, td, p, h1, h2, h3, h4, h5, h6, input, textarea, ul, li {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
}
:focus	{ outline: 0; }
/* *	{margin:0; padding: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 */
