/* CSS Document */
 	.box3{
		background:transparent;
		width:132px;

	}	
	.box_top{
		height:15px;
		background:#fff url(../img/box_oben.gif) no-repeat bottom left;
		width:132px;
	}
	
	.box_middle{
		background:#fff url(../img/box_back.gif) repeat-y;
		width:132px;
	}
	
	.box_bottom{
		height:16px;
		background:#fff url(../img/box_unten.gif) no-repeat;
		width:132px;
	}
	
	.box_content{
		padding:0 0 0 8px;
		margin:0;
		width:115px;
	}
	.box_content a{
		color:#fff;
	}
	.box_content h2{
		color:#B4919F;
		margin:0;
		font-size: 12px;
		line-height: 1.3em;
	}
	.box_content h2 a{
		color:#B4919F;
		text-decoration:underline;

	}
	.box_content p{
		line-height: 1.4em;
		font-size: 10px;
	}
	.box_content dd.csc-textpic-caption{
		font-size:10px;
		color: #fff;
		font-style:normal;
	}


