/************************************************************************/
/* Basis - Grundanpassungen */
/************************************************************************/

/* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * { font-size: 100.01% }

/* Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen */
textarea, pre, code, kbd, samp, var, tt {
  font-family: Consolas, "Lucida Console";     
}

/* Basis-Layout erhält Standardschriftgröße von 10 Pixeln */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%
}

h1,h2,h3,h4,h5,h6 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight:normal;
  color:#222;
  margin: 0 0 0.25em 0;
}

h1 { font-size: 3em }							/* 30px */
h2 { font-size: 2.4em }							/* 24px */
h3 { font-size: 1.8em }							/* 18px */
h4 { font-size: 1.6em }							/* 16px */   
h5 { font-size: 1.4em }							/* 14px */
h6 { font-size: 1.4em; font-style:italic }		/* 14px */

p { line-height: 1.4em; margin: 0 0 0.7em 0; font-size: 1.25em }

/* Standardklassen zur Positionierung und Hervorhebung */

.highlight { color: #f60; }
.dimmed { color: #888; }

.info { background: #f8f8f8; color: #666; }

.note { background: #efe; color: #040; }
.important { background: #ffe; color: #440; }
.warning { background: #fee; color: #400; }

.float_left { float: left; display:inline; }
.float_right { float: right; display:inline; }
.center { display:block; text-align:center; }

/************************************************************************/


