/* 		iasim.de: layout.css																			*/
/*			author: use-art.de																			*/
/*			eMail: info@use-art.de																		*/
/*			date: 2006/06/04																				*/
/* 		template: http://www.fu2k.org/alex/css/onetruelayout/example/interactive	*/
/* 		baut layout aller seiten zusammen mit 2cols.css und 3cols.css					*/

html { 
	background: #eee url(../img/bg_html.gif) center;
	color: #000;
	}
	
body { 
	position:absolute;
	left:50%;
	width: 760px;
	margin-left:-380px;
	text-align: left;
	}
	
#header
	{
	margin: 0 0 6px 0;
	padding: 0;
	}
	
/* hack for IE 5.01 */
#wrapper
	{
	float: left;
	float/**/: none;
	}

/* easy clearing */
#wrapper:after
	{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	margin: 0;
	padding: 0;
	}
/*\*/
#wrapper
	{
	display: block;
}

/* end easy clearing */
#footer
	{
	clear: both;
	}