.clr {
	clear: both;
}

.aussen a:focus {
	outline: none;
}

.aussen {
	background: url(http://www.bikes4less.de/layout/ebay_tmp/hintergrund.png) repeat;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
}

.hintergrund {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d2d2d2 300px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(300px,#d2d2d2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d2d2d2 300px);
	background: -o-linear-gradient(top,  #ffffff 0%,#d2d2d2 300px);
	background: -ms-linear-gradient(top,  #ffffff 0%,#d2d2d2 300px);
	background: linear-gradient(to bottom,  #ffffff 0%,#d2d2d2 300px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );
}

.header {
	height: 130px;
	margin: 0  auto;
	position: relative;
	width: 900px;
}

	.logo {
		height: 90px;
		left: 0;
		position: absolute;
		top: 20px;
		width: 340px;
	}
	
	.vorteile {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 35px;
		width: 490px;
	}
	
		.vorteile li {
			background: url(http://www.bikes4less.de/layout/ebay_tmp/haekchen-1.png) no-repeat;
			float: left;
			line-height: 25px;
			list-style: none;
			min-width: 200px;
			padding: 0 0 0 30px;
			white-space: nowrap;
		}

.innen {
	margin: 0 auto;
	width: 900px;
}

	.box {
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
		overflow: hidden;
		margin: 0 0 15px 0;
	}
	
		.box h1,
		.box h2,
		.bestellablauf h2 {
			background: #585858;
			border-bottom: 5px solid #e7501e;
			color: #fff;
			font-size: 18px;
			font-weight: normal;
			height: 35px;
			line-height: 35px;
			margin: 0;
			padding: 0 15px;
		}
		
		.box-bild h1 {
			height: auto;
		}
		
		.box h1,
		.box h2 {
			border-radius: 5px 5px 0 0;
		}
		
		.box-beschreibung .box-inhalt {
			padding: 20px 25px;
		}
		
		.box-bild .box-inhalt,
		.box-details .box-inhalt {
			line-height: 0;
			overflow: hidden;
			position: relative;
			text-align: center;
			
		}
		
			.box-bild .box-inhalt img,
			.box-details .box-inhalt img {
				margin: 0;
				max-width: 900px;
				padding: 0;
			}
			
			.lupe {
				background: url(http://www.bikes4less.de/layout/ebay_tmp/lupe.png) no-repeat;
				height: 62px;
				position: absolute;
				right: 18px;
				top: 14px;
				width: 61px;
			}
		
			.box-beschreibung .box-inhalt p {
				line-height: 130%;
				margin: 0 0 15px 0;
			}
			
			.box-beschreibung .box-inhalt a {
				color: #e7501e;
				text-decoration: none;
			}
			
	.bestellablauf h2 {
		border-radius: 5px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
	}
		
	.bestellablauf .box-klein {
		background: #585858;
		border-radius: 5px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
		color: #fff;
		float: left;
		height: 192px;
		margin: 15px 0;
		padding: 12px;
		width: 266px;
	}
	
	.bestellablauf .bk-2 {
		background: #e7501e;
		margin: 15px;
	}
	
		.bestellablauf h3 {
			font-size: 16px;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		
		.bk-1 ul {
			margin: 0;
			padding: 0;
		}
		
			.bk-1 li {
				background: url(http://www.bikes4less.de/layout/ebay_tmp/haekchen-2.png) no-repeat;
				font-size: 16px;
				line-height: 20px;
				list-style: none;
				margin: 0 0 10px 0;
				padding: 0 0 0 35px;
			}
		
		.bk-2 p,
		.bk-3 p {
			font-size: 13px;
			margin: 0 0 10px 0;
		}
		
		.bk-3 img {
			float: left;
			margin: 10px;
		}