/* LAYOUT */
	
#left {
	float:left;
	background-color: #ddd;
	background-image: url("../bilder/startseite_1.jpg"); 
	width:261px;
	height: 362px;
	margin-top: 14px;
	}
	
#center {
	float:left;
	background-color: #bbb;
	background-image: url("../bilder/startseite_2.jpg"); 
	width:353px;
	height: 362px;
	margin-left:8px;
	margin-top: 14px;
	}
	
#right {
	float:left;
	background-color: #fff;
	background-image: url("../bilder/startseite_3.jpg"); 
	width:354px;
	height: 362px;
	margin-left:8px;
	margin-top: 14px;
	}
	