div.artheader1{
	height: 10px;
	background: white url(/www/style/artheader1.gif);
}

/**
 * SZablon - artykuł 2 kolumny
 */
	h1.article{
		font-weight: normal;
		font-size: 26px;
		color: black;
		padding-left: 23px;
		text-indent: -10px;
		text-align: left;
	}

	h1.article span.date{
		display: inline-block;
		float: right;
		width: 90px;
		height: 13px;
		font-size: 10px;
		color: white;
		background-color: #b6b6b6;
		font-weight: normal;
		text-align: center;
	}

	.articleAuthor{
		background-color: black;
		font-weight: bold;
		color: white;
		margin: 3px 0px 10px 16px;
		padding: 2px 5px 2px 8px;
		width: 150px;
	}
	p.articleIntroduction{
		font-weight: bold;	
		border-bottom: 1px solid #888;
		padding: 0px 10px 15px 10px;
	}
	p.articleIntroduction em{
		color: #307e8f;
		font-style: normal;
	}

			p.articleIntroduction span{
		display: block;
		font-size: 10px;
		color: #307e8f;
		font-weight: bold;
	   font-size: 11px;	
		text-align: right;
	}
	
	div.articleColumn1, div.articleColumn2{
		width: 250px; 
		margin-top: 15px;
	}

	div.articleColumn3{
		width: 500px; 
		margin-top: 15px;
		/*float: center;	*/
	}

		
	div.articleColumn1{
		float: left;	
	}
	div.articleColumn2{
		float: right;
	}
