

	/*--------------------------------------------------------------------*/
	/* hellblau: #009ee0
	/* dunkelblau: #036
	/* 
	/*--------------------------------------------------------------------*/


@media all{
	
	/*--------------------------------------------------------------------*/
	/* ----- RESET ----- */
	/*--------------------------------------------------------------------*/
	* {
		margin:0;
		padding:0;
	}
	
	body{
		font-family:Arial,sans-serif;
		color:#000;
	}
}



@media screen{

	/*--------------------------------------------------------------------*/
	/* ----- RESET ----- */
	/*--------------------------------------------------------------------*/
	html, 
	body { 
		height: 100%;
	}
	
	
	body{
		position: relative; /* Verhindert, dass positionierte Elemente nicht verschoben werden when die Groesse des Browser Fensters geaendert wird. */
		background:url(../../../img/body01.jpg) no-repeat 0 0;
		font-size: 100.01%; /* font-size-Angabe, um zoom-Verhalten im IE zu steuern */
	}
	
	/* ----- GLOSSARY POPUP ----- */
	body#content_pop{
		padding:20px;
		background:#F1E8E2;
	}

  
  
	/*--------------------------------------------------------------------*/
	/* ----- UNASSIGNED ----- */
	/*--------------------------------------------------------------------*/
	.text_replace{
		overflow:hidden;
		text-indent:999em;
		white-space:nowrap;
	}

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	.clearfix { 
		display: block; /* für Safari */ 
	} 
	
	.floatbox { 
		overflow:hidden; /* Overflow-Methode zum Clearen der Float-Umgebungen */ 
	}
  
	.important{
		color:#ff0000;
	}
  
	.float_left{
		float:left;
	}
  
	.float_right{
		float:right;
	}
  
	.clear{
		clear:both;
		height:0;
	}
  
}


@media screen, print{
  
	/*--------------------------------------------------------------------*/
	/* ----- KLASSEN ALLGEMEIN ----- */
	/*--------------------------------------------------------------------*/
	.skip {
		position: absolute;
		left: -1000em; 
		width: 20em;
	}
}
