
	/*--------------------------------------------------------------------*/
	/* ----- COLOR-DEFINITIONS ----- */
	/*--------------------------------------------------------------------*/
	/* color = #
	/* 
	*/ 


@media all{
	
	/*--------------------------------------------------------------------*/
	/* ----- RESET ----- */
	/*--------------------------------------------------------------------*/
	* {
		margin:0;
		padding:0;
	}
	
	body{
		font-family:sans-serif;
		color:#000;
	}
	
	
	
	/*--------------------------------------------------------------------*/
	/* ----- UNASSIGNED CLASSES ----- */
	/*--------------------------------------------------------------------*/
	.skip {
		position: absolute;
		left: -1000em; 
		width: 20em;
	}
}



@media screen{

	/*--------------------------------------------------------------------*/
	/* ----- RESET ----- */
	/*--------------------------------------------------------------------*/
	html, 
	body { 
		height: 100%;
	}
	
	html{
		background:url(../img/html.gif) repeat-y center 0;
	}
	
	body{
		position: relative;
		background:url(../img/body.png) no-repeat center 0;
		font-size: 100.01%;
	}
	
	
	/*--------------------------------------------------------------------*/
	/* ----- DIVIDERS ----- */
	/*--------------------------------------------------------------------*/
	
	div#container {
		position:relative;
    	width:1000px;
		margin:0 auto;
		padding:0 0 70px 0;
		background:url(../img/container.png) no-repeat 0 0 #e7e7e7;
		min-height:100%;
	}

	div#main {	
		clear:both; 
		padding:155px 0 0 0;
	}
	
	div#sec01{
		width:459px;
		margin:0 0 0 271px;
		padding:0 0 40px;
	}
	
	div#sec02{
		padding:0 30px 0 270px;
		background:url(../img/sprites.png) no-repeat 13px -375px;
	}
	
	div#sec03{
		padding:0 20px 0 270px;
		clear:both;
	}
	
	div.col{
		float:left;
		width:225px;
		margin:0 0 0 15px;
	}
	
	
  
	/*--------------------------------------------------------------------*/
	/* ----- UNASSIGNED CLASSES ----- */
	/*--------------------------------------------------------------------*/
	.text_replace{
		overflow:hidden;
		text-indent:-9999em;
		white-space:nowrap;
	}

	.floatbox { 
		overflow:hidden; /* Overflow-Methode zum Clearen der Float-Umgebungen */ 
	}
  
	.important{
		color:#ff0000;
	}
	
	.success{
		color:#690;
	}
  
	.clear{
		clear:both;
		height:0;
	}
}