/* Skin */
#lead-story { /* the whole container with all elements of the tabbed section */
	margin: 0px 0 20px 0!important;
}
	
#lead-content { /* the main content-section of the tabbed area NOT the tabs themselfes */
	position:relative;
	width:650px!important;
    padding: 15px!important;
	background: url(../images/backgrounds/bg_leadarticle.jpg) repeat-x #E6E3D3!important; /* declare background color for container to avoid distorted fonts in IE while fading */
	border-top: 1px solid #ccc!important;
	border-left: 1px solid #ccc!important;
	border-right: 2px solid #999!important;
	border-bottom: 2px solid #999!important;
	}

	#lead-content h4 { /* for the headlines in the tabbed section */
		font-size:16px!important;
		}
	#lead-content img{
		float:left;
		margin-right:15px;
		top:0px;
		}
	
#clear{
	clear:both;
	height:0px;
	}
