/* -------------------------- Bootshandel -------------------------- */

#block {
	width: 400px;
	padding-left: 30px;
	}
	
	#left {
		width: 250px;
		height: 300px;
		float: left;
		}
		
		#ueberschrift {
		width: 250px;
			height: 0px;
			float: left;
			padding-bottom: 50px;
			}
			
		#technische_daten {
		width: 250px;
			height: 50px;
			float: left;
			padding-bottom: 50px;
			}
			
		#ausstattung {
		width: 250px;
			height: 50px;
			float: left;
			padding-bottom: 50px;
			}
			
		#sonstiges {
		width: 250px;
			height: 0px;
			float: left;
			padding-bottom: 50px;
			}
		
	#right {
		width: 150px;
		height: 280px;
		float: left;
		padding-bottom: 20px;
		}
		
		#bild {
			height: 200px;
			float: left;
			padding-bottom: 50px;
			}
			
		#preis {
			height: 0px;
			float: left;
			padding-bottom: 50px;
			}

