#home #main,
#home #sub {
	float: left;
	width: 610px;
	margin: 0px;
	padding: 0px;
	
	/* background: red; */
}


#home #sub {
	background-image: url(../_layout/sub_bg.gif);
}


#home #main .text {
	float: left;
	width: 395px;
	
	/* background: blue; */
}

#home #main .text .textcontent {
	text-align: justify;
}



.main_2_gesamt {
	background: transparent url(../_layout/hline.gif) center top repeat-y;
	
	/* background: blue; */
}

#main_2 {
	width:280px;
	
	/* background: yellow; */
}