
/* Sample 4*/
#box4{
	position:absolute;
	
	text-align:left;
    
    font-size:12px;
}
#box4 div{
	width:250px;
	height:500px;
	float:left;
	text-align:center;
}

#box4 h3, #box4 p, #box4 ul{
	padding-left:10px;

}

#box4 h3{
    color: #FF7900;
}

#box4 ul{
    list-style-type: none;
    font-weight: bold;
	text-align:justify;
}

#box4 li
{
 line-height: 20px; /*für 20 Pixel Zeilenhöhe*/
 margin: 5px 5px 5px 5px; /*für einen Rand von 5 Pixel um den Listeneintrag*/
 word-spacing: 5px; /*Wortabstand von 5 Pixel im Listeneintrag*/
}


#box4 img{
	

	
	margin-right:10px;
	padding-left:10px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}


/* ********************************** */



.mask3{
	position:relative;
	width:250px;
	height:300px;
	overflow:hidden;
}


