/* 
 *  REDCODE.DE - Global Web Styles
 *  (C)opyright 2001-2010 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
 *  03/03:10   4.11    tmh         Additional fixes for xhtml
 *  02/05:10   4.5     tmh         Revised version for RC7 Alpha
 *             4.51    tmh         Margins changed
 */

/*   Basis-Einstellungen   */
body { background-color:white; }
body, div, th, td, p, h1, h2, h3, h4, h5, h6, input, textarea, li {
  font-family:Verdana, Arial, Helvetica, Geneva, Swiss, "SunSans-Regular";
  font-weight:normal;
  font-size:12px;
  line-height:18px;
  text-align:left;
  vertical-align:top;
}
:focus { outline:0; }
*      { margin:0; padding:0; }

h1 { font-weight:bold; font-size:16px; margin:20px 0px; }
h2 { font-weight:bold; font-size:14px; margin:20px 0px 10px;}
h3 { font-weight:bold; font-size:14px; margin:5px 0px;}
h4, h5, h6 { font-weight:bold; font-size:12px; margin:5px 0px;}
p  { margin:5px 0px; }
ul { margin:5px 0px 5px 20px; list-style:disc outside; }
hr { margin:15px 0px; }

/*   Erweiterte Formatierungen   */
p img { border:1px solid silver; float:left; margin:5px 10px 10px 0px; }
a img { border:none; float:none; vertical-align:text-top; }

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

/*   Spezielles   */
#RC7 * { font-weight:normal; font-size:10px; line-height:10px; margin:0px; color:silver; text-decoration:none; }
#RC7 { position:absolute; bottom:5px; right:5px;}

.no-display { display:none; }
.clear { clear:both; }

/* End Of File */
