#main {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	width: 590px;
	height: auto;
}


div.news {
	display: block;
	text-align: left;
	float: left;
	background: #fff url("./img/menu_left.gif");
	background-repeat: repeat-y;
	background-position: left;
	border: none;
	border-bottom: solid 1px #eee;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-bottom: 5px;

}

div.superNews {
	display: block;
	text-align: center;
	background: #f00 url("./img/supernews.gif");
	background-repeat: repeat;
	border: 2px solid #a00;
	color: #fff;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	width: 792px;
	margin: 0px;
	padding: 2px;
}

div.news .tytul {
	font-weight: bold;

	background: #eee url("./img/menu_left.gif");
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	padding: 5px;
	margin: 0px;
}



div.news .tresc {	
	display: block;
	margin: 5px;
	padding: 5px;
	padding-left: 15px;
}

div.news img {	
	display: block;
	float: right;
	margin: 5px;
	padding: 3px;
	border: 1px solid #aaa;	
	max-width: 580px;
}

.podpis {
	float: left; 
	display: inline;
	font-size: 8pt;
	font-weight: normal;
	color: #aaa;
	margin: 3px;
	padding: 5px;
	height: 10px;
	line-height: 10px;
}
.data {
	float: left; 
	display: inline;
	font-size: 8pt;
	font-weight: normal;
	color: #aaa;
	margin: 3px;
	padding: 5px;
	height: 10px;
	line-height: 10px;	
}
.komentarz {
	float: left; 
	display: inline;
	margin: 3px;
	padding: 5px;
	height: 10px;
	line-height: 10px;	
	font-size: 8pt;
}
.komentarz a {
	float: left; 
	display: inline;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	color: #f50;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	height: 10px;
	line-height: 10px;
}
