.body
{
	background: ###strona_tlo###;
	font-family: Verdana; 
	font-size: x-small;
	color: black;
	margin: 0px;
}

A
{
	text-decoration: none;
	color: ###menu_litery###;
}

A:hover
{
	text-decoration: underline;
	color: red;
}

TD
{
	font-family: Verdana; 
	font-size: x-small;
}

TH
{
	font-family: Verdana; 
	font-size: x-small;
}

.male
{
	font-size: xx-small;
}

.wcag_body{
	background:#000 !important;
	color:#f6ff00 !important;
	border:#000 !important;
}
.wcag_body td{
	background:#000 !important;
	color:#f6ff00 !important;
	border:#000 !important;
}
.wcag_body td font{
	color:#f6ff00 !important;
}
.wcag_body th{
	background:#000 !important;
	color:#f6ff00 !important;
	border:#000 !important;
}
.wcag_body a{
	color:#f6ff00 !important;
}
.wcag_body a:hover{
	background:#0000ff !important;
}
.wcag_body a span{
	color:#f6ff00 !important;
}
.wcag_body img.corner{
	display:none !important;
}
.wcag_body span.male{
	color:#f6ff00 !important;
}
.wcag_body #tresc h1{
	color:#f6ff00 !important;
	background:none !important;
	background-image:none !important;
}
.cookiePolicy{
	background:#E4E4E4;
	border-bottom: 4px solid #666;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	font-size:11px;
	text-align:justify;
	z-index:1000;
	display:none;
}
.cookiePolicy div.polycy{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.cookiePolicy div.polycy div.polycyText{
	float:left;
	width:740px;
}
.cookiePolicy div.polycy div.polycyClose{
	float:left;
	width:20px;
	height:17px;
	padding-top:3px;
	text-align:center;
	background:#666;
	color:#FFF;
	font-weight:bold;
	margin-left:20px;
	cursor:pointer;
}