.box  .box_right {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.innerbigbox {
	height: auto;
}
.smallbox  .box_right {
	width: 130px;
}
.smallbox {
	background-image: url(../images/sitegraphics/250er_box_2_oben.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 250px;
	padding-top: 15px;
}
.innersmallbox {
	background-image: url(../images/sitegraphics/250er_box_2_unten.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 140px;
	padding-bottom: 15px;
}
.smallbox_content{
	background-image: url(../images/sitegraphics/250er_box_2_mitte.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	height: 140px;
}
.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;
}
.leftbox{
	margin-left: 20px;
}

