	/* 
	* ============================================================== 
	* SIGS DATACOM
	*
	* @copyright       SIGS DATACOM GmbH
	* @author          brandung GmbH & CoKG - Simon Kemmerling
	* @file						 reset.css
	* @version         0.1
	*
	* ============================================================== 
	*/


  /* 
	* ============================================================== 
	* =Allgemeine Selektoren
	* ============================================================== 
	*/
	
	* {
		padding: 0;
		margin: 0;
	}
	
	/* Alle Schriftgrößen auf Standardgröße (11 Pixel) zurüsetzen */
	html { height: 100% }
	html, body { border: 0; }
	html * { font-size: 100.01%; }
	 
	body {
		font-size: 68.8%;
		font-family:Arial, Helvetica, sans-serif;
	}


  /* 
	* ============================================================== 
	* =Block Elemente
	* ============================================================== 
	*/
	
	h1,h2,h3,h4,h5,h6 { 
		font-weight:bold;
    margin: 0 0 0.25em 0;
	}
	
  h1 { font-size: 200%; }                       /* 22px */
  h2 { font-size: 145.5%; }                     /* 16px */
  h3 { font-size: 127.3%; }                     /* 14px */
  h4 { font-size: 109.1%; }                     /* 12px */
  h5 { font-size: 100%; }                       /* 11px */
  h6 { font-size: 100%; }                       /* 11px */
	
  p { line-height: 1.5em; margin: 0 0 1.5em 0; }
	
	fieldset, img { border: 0 solid; }
	
	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }
	
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	
	blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

	hr { display: none; }

  /* 
	* ============================================================== 
	* =Inline Elemente
	* ============================================================== 
	*/
	
	small { font-size: 10px; font-weight:bold; }
	
	strong, b 	{ font-weight: bold }
	em, i 			{ font-style:italic }
	
	pre, code  	{ font-family: monospace; font-size: 1.1em; }
	
	acronym, abbr {
		letter-spacing: .07em;
		border-bottom: .1em dashed #c00;
		cursor: help;
	}
	
	a 					{ color: #f18900; text-decoration: underline; outline: none; background:transparent; }
	a:visited 	{ text-decoration: underline; }
	a:hover			{ text-decoration: none; }
	a:active 		{  }


  /* 
	* ============================================================== 
	* =Clearfix
	* ============================================================== 
	*/
	
	.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
	}
	
	.clearfix { display: inline-block; }
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* End hide from IE-mac */
	
	.floatbox { overflow: hidden; }
	
	
  /* 
	* ============================================================== 
	* =Forms
	* ============================================================== 
	*/
	
	form { display: inline; }
	input, select, textarea { font: 1em arial, helvetica, sans-serif; }
	textarea { line-height: 1.25; }
	label {}

  /* 
	* ============================================================== 
	* =Forms
	* ============================================================== 
	*/

	table { border:0; margin:0 0 18px 0; }
	table tr td { padding:2px; }
