/* ========================================================================
#
#  OrangeFruitCms
#  ------------------------------------------------------------------------
#  copyright by Thomas Stadelmann 
#  info at orangefruitcms.org
#  ------------------------------------------------------------------------
#  2007 - 05 - 17
=========================================================================*/
.box1  {

	width: 185px;
}


.box1 .box_headline {
	font-weight:900;
	font-size:16px;
	
	color:#000;
	margin: 3px 5px 2px 0px;
	/*background: #fff url(images/bg_orange.jpg) ;*/	
	border-bottom:2px solid orange;
	padding:4px;

}



/* box7 shadow_round_bg */
.box1 .srb1 {
    font-size: 11px; 
	width:100%;
	padding: 0px;
	background-image: url("images/top.gif")  ;
	background-repeat: no-repeat;
	padding-top: 4px;
	color: #666;
	margin-bottom:20px;
	
}

.box1 .srb2 {
	width:100%;
	background-image: url("images/navbg.gif")  ;
	background-repeat: repeat-y;
	
}

.box1 .srb3 {
	width:100%;
	
	background-image: url("images/bottom.gif")  ;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-bottom: 4px;
}

.box1 .srb4 {
	padding:0 5px 0 5px;
	
}




