@charset "UTF-8";
/* 
	* ============================================================== 
	* Uni Chemnitz -fibercheck
	*
	* @copyright       Uni Chemnitz -fibercheck
	* @author          brandung GmbH & CoKG -AL
	* @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: Verdana, Geneva, sans-serif;
	}


  /* 
	* ============================================================== 
	* =Block Elemente
	* ============================================================== 
	*/
	
	h1,h2,h3,h4,h5,h6 { 
		font-weight: bold;
    	margin:0 0 1.0em;
	}
	
  h1 { font-size: 163.6%; text-transform:uppercase; color:#00B0D7;}                     /* 18px */
  h2 { font-size: 145.5%; text-transform:uppercase; color:#00B0D7;}                     /* 16px */
  h3 { font-size: 127.3%; text-transform:none; color:#00B0D7;}       	              /* 14px */
  h4 { font-size: 127.3%; text-transform:none; color:#00B0D7; }                   	 /* 14px */
  h5 { font-size: 100%; }                     										  /* 11px */
  h6 { font-size: 100%; }                       									/* 11px */
	
  p { color:#8B8B8B; line-height:1.5em; margin:0.3em 0 1em; font-size:13px; }
	
	fieldset, img { border: 0 solid; }
	
	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; font-size:12px;}
	
	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: block; color:#D5D5D5; background-color:#D5D5D5; height:1px; }

  /* 
	* ============================================================== 
	* =Inline Elemente
	* ============================================================== 
	*/
	
	small { font-size: 11px; font-weight: normal; color:#8B8B8B; }
	
	strong, b 	{ font-weight: bold; color:#8B8B8Be; }
	em, i 			{ font-style:italic; color:#8B8B8B; }
	
	pre, code  	{ font-family: monospace; font-size: 1.1em; }
	
	acronym, abbr {
		letter-spacing: .07em;
		border-bottom: .1em dashed #c00;
		cursor: help;
	}
	
	a 				{ color:#00B0D7; text-decoration: underline; outline: none; background:transparent; }
	a:visited 		{ text-decoration: underline; }
	a:hover			{ text-decoration: underline; }
	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 */
	
	.clear { clear: both; }
	.floatbox { overflow: hidden; }
	
	
  /* 
	* ============================================================== 
	* =Forms
	* ============================================================== 
	*/
	
	form { display: inline; }
	input, select, textarea {  border: 1px solid #D5D5D; font-size: 11px; font-family: Verdana, Geneva, sans-serif; }
	textarea { line-height: 1.25; }
	label {}

  /* 
	* ============================================================== 
	* =Forms
	* ============================================================== 
	*/

	table { border:0; margin:5px 0 20px; }
	table tr td { padding:2px; }
