.box  .box_right {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bigbox  .box_right {
	width: 280px;
}
.innerbigbox {
	height: 175px;
}
.smallbox  .box_right {
	width: 160px;
}
*html .smallbox  .box_right {
	width: 150px;
}
.smallbox {
	background-color: #FFFFFF;
	background-image: url(../images/sitegraphics/ecken_285_oben.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 285px;
}
.innersmallbox {
	background-image: url(../images/sitegraphics/ecken_285_unten.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 170px;
}
.box h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	height: 30px;
	margin-top: 0px;
}
.box p {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 60px;
}
.box img {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

