/*STRONA*/
html {
background-color: #000;

}

/*/STRONA*/


/*KOLUMNA-1*/
#KOLUMNA-1 {
	width: 50%;
	overflow: hidden;
	float: left;
}
/*NAGLOWEK KOLUMNA-1*/
#KOLUMNA-1 .NAGLOWEK {

	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #808080;

}
/*/NAGLOWEK KOLUMNA-1*/
/*ZAWARTOSC KOLUMNA-1*/
#KOLUMNA-1 .ZAWARTOSC {

	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;

}
#KOLUMNA-1 .ZAWARTOSC a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#KOLUMNA-1 .ZAWARTOSC a:visited {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#KOLUMNA-1 .ZAWARTOSC a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#KOLUMNA-1 .ZAWARTOSC ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#KOLUMNA-1 .ZAWARTOSC ul li {
	display: block;
	list-style-type: none;

}
/*/ZAWARTOSC KOLUMNA-1*/

	
