/* ==== CSS © friebel.it - Internetdienstleistungen & eBusiness, Germany 01/2007 http://www.friebel.it ==== */


/* =Basis
===============================================*/
html, body {height: 100%; padding-bottom: 1px;}/*erzwingt im FF vertikalen Scrollbalken*/

body {
	position: relative;
	background:  url(../01_layout/bg_intro.jpg) top left repeat-x;
	}

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	}


#intro {
	position:absolute;
	top:62px; left:166px;
	width:652px; height:434px;
	}
	
/*=============================================*/



