body
{
	margin: 0px;
	background-color: #0054A6;
	color: #000;
	min-width: 800px;
}
table
{
	margin: 0px;
}
/***** LINKI ******/
a
{
	text-decoration: none;
	color: #6B9922;
}
a:link
{
	color: #6B9922;
	/*color: #6B9922;*/
}
a:hover
{
	color: Black;
	text-decoration: overline underline;
}
a:visited.calendar
{
	color: #000;
}
a:link.calendar
{
	color: #000;
}
a:hover.calendar
{
	color: Black;
	text-decoration: none;
}

/***** LISTY ******/
ul
{
	list-style-position: outside;
	list-style-image: url(images/strzalka.gif);
	color: #6B9922;
	margin-bottom: 0px;
	margin-top: 0px;
}

#video_info
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

img
{
	border: 0px solid #000;
}

/***** NOWOSCI ******/
div.main
{
	font-family: verdana;
	
}
div.main_title
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	height: 21px;
	padding: 3px;
	padding-left: 5px;
	color: #fff;
	background-color: #0054A6;
	border: double 3px #000;
}
div.main_content
{
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0px;
	border: double 3px #000;
}
div.main_footer
{
	font-size: 11px;
	padding: 3px;
	background-color: #0054A6;
	border: double 3px #000;
	text-align: center;
	color: #fff;
}
table.newTable
{
	width: 100%;
	font-size: 11px;
}
td.newTableLeft
{
	width: 50%;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
td.newTableRight
{
	width: 50%;
	border-bottom: 1px solid #000;
}
.button
{
	background-color: #ccc;
	border: 3px ridge #ccc;
	font-size: 11px;
	font-weight: bold;
}
span.title_icon
{

}
a.title_icon
{
	text-decoration: none;
	display: block;
	font-size: 10px;
}
span.mandatory
{
	color: #cc0000;
	font-size: 15px;
	margin-right: 5px;
}
div.summary
{
	font-family: verdana;
	font-size: 12px;
	margin-bottom: 10px;
}
div.pages
{
	font-family: verdana;
	font-size: 13px;
	margin-bottom: 10px;
}