/*********************************************************************************/
/* POSITIONIERUNG */
#wrapper {
	padding: 80px 0 0 142px;
	width: 900px;
	min-height: 250px;
}
#index_img {
	width: 900px;
	height: 290px;
	background: url(../images/index.jpg) 0% 50% no-repeat;
}
#index_box {
	margin: 25px 0 0 0;
	width: 900px;
	height: 300px;
	background: url(../images/index_box_bg.jpg) 0% 0% repeat-y;
}
#index_box1,
#index_box2,
#index_box3 {
	padding: 10px;
	width: 280px;
	float: left;
	text-align: justify;
}
/*********************************************************************************/
/* SCHRIFTFORMATIERUNG */
#index_box1 a,
#index_box2 a,
#index_box3 a {
	font-size: 85%;
	color: #320000;
}