/* ------------------------------------------------------------------------------------------- */
/* Spezielle Styles für die Handy Kampagne */
.clearfix {display: none;}
#content {
	top: 15px;
}
#text {
	float: left;
	width: 956px;
	padding: 620px 0px 40px 0px;
	background: #000000;
}

	#text p, #text ul li,#text h1,#text h2, #text h3 {
		color: #FFFFFF;
	}
	#text p, #text h1, #text h2, #text h3,#text ul {
		width: 400px;
		font-size: 10px;
		padding: 0px 0px 0px 60px;
	}
	
	#text ul li {
		width: 400px;
		font-weight: bold;
	}

	#text h1, #text h2, #text h3 {
		font-size: 16px;
	}
	
	#wrapper {
		position: absolute;
		top: 15px;
		left: 3px;
		width: 956px;
	}

		#wrapper img {
			float: left;
			width: 956px;
		}
			
