div.messagebox h2{
 font-size: 14px;
 font-weight: bold;
 margin: 0 0 3px 0;
 color: #CE4010;  
}

/* InfoBox */
#infobox {
 width: 240px;
 float: right;
 margin: -6px 0 0 10px;
}

.box_ro {
	background:url("/templates/2FCMSV2/images/box_ro.gif") top right no-repeat;
	margin:0;
	padding:0;
	max-width: 435px;
}

.box_lo {
	background:url("/templates/2FCMSV2/images/box_lo.gif") top left no-repeat;
	margin:0;
	padding:0;
}

.box_ru {
	background:url("/templates/2FCMSV2/images/box_ru.gif") bottom right no-repeat;
	margin:0;
	padding:0;
}

.box_lu {
	background:url("/templates/2FCMSV2/images/box_lu.gif") bottom left no-repeat;
	margin:0;
	padding:0;
}


 .inhalt {
 margin:0;
 padding:9px 12px 20px 12px;
 color: #333333;
 }
  
 .inhalt p {
 margin:0;
 padding:8px 0px 0px 2px;
 }

.inhalt ul
 {
	list-style-image: url(/templates/2FCMSV2/images/haken.gif);
	list-style-position: outside;
	line-height:130%;
	
 }

.inhalt h2 {
	margin:0px 0 0px 0;
	padding:2px 0em 8px 2em;
	color:#fff !important;
	font-style: bold;
	text-align: left;
	FONT-SIZE: 14px;
 }


.clear{
clear:both;
margin:0;
}

/*Produkt Boxen */
.product_box {
 border: 1px solid #ccc;
 margin: 20px 0 0 0;
 padding: 20px;
 #background: url(templates/2FCMSV2/images/topic_euro.gif) no-repeat bottom right;
}

.product_box h3{
 position:relative;
 top: -28px;
 left: -6px;
 padding: 0 6px 0 6px;
 margin:0;
 font-size: 16px;
 background: #f0f1f1;
 border: 0px solid #ccc;
 display: inline;
}


