body
{
	background-color: #ffffff;
	background-image: url(../pic/liscie.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: black;
	font-family: 'Trebuchet MS', 'Tahoma CE', Tahoma, 'Arial CE', Arial, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link
{
	text-decoration: underline;
	color: black;
	background-color: transparent;
}
a:visited
{
	text-decoration: underline;
	color: black;
	background-color: transparent;
}

a:hover
{
	text-decoration: none;
	color: red;
	background-color: transparent;
}

div
{
	border-width: 0px;
	padding: 5px;
}

/*------- MENU GLOWNE --------*/
.div_menu_glowne
{
	border-width: 0px;
	width: 190px;
	margin-bottom: 0px;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 13px;
	font-size: 0.9em;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: fixed;
	top: 10px;
	left: -10px;
/*	
	filter: Alpha(Opacity=50);
	opacity: 0.1;
*/
}
img
{
	margin-top: 5px;
	margin-left: 10px;
}
.div_menu_glowne a:link
{
	text-decoration: none;
	color: red;
	font-weight: bold;
	background-color: transparent;
}
.div_menu_glowne a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: red;
	background-color: transparent;
}
.div_menu_glowne a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: red;
	background-color: transparent;
}
.div_menu_glowne ul
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
	border-width: 0px;
	width: 180px;
}
.div_menu_glowne li
{
	padding-top: 3px;
	
}
.div_menu_glowne ul a:hover
{
	display: block;
	background-color: #fff0f0;
	border-right-style: solid;
	border-right-color: red;
	border-right-width: 3px;
	
}
.div_menu_glowne ul a:link, .div_menu_glowne ul a:visited
{
	display: block;
	padding: 1px 1px 1px 3px;
	
	
}
.div_menu_glowne ul ul
{
	padding-left: 5px;
	margin-left: 5px;
	font-weight: normal;
	font-size: 0.85em;
	width: 169px;
	
}
/*---------- OBSZAR GLOWNY -------------*/
.div_glowny
{
	border-style: solid;
	border-width: 0px;
	margin-left: 200px;
}

h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.2em;
}
h3
{
	font-size: 1em;
	color: red;
	margin: 0.7em 0 0.2em 0;
}
h3 span
{
	color: black;
	font-style: italic;
}
span
{
	color: red;
}
.p_tytul
{
	font-size: 1.2em;
	text-align: center;
	margin: 30px 0px 30px 0px;
}
p
{
	text-indent: 0.8em;
	margin: 0px;
	border: 1px;
}
ul
{
	margin-top: 0px;
}
table
{
	border-color: red;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 10px;
}
td
{
	border-width: 1px;
	border-style: solid;
	border-color: red;
	padding: 4px;
	max-width: 700px;
}
th
{
	border-width: 1px;
	border-style: solid;
	border-color: red;
	min-width: 150px;
}
thead td
{
	background-color: red;
	color: white;
	text-align: center;
	border-color: white;
	font-weight: bold;
}
.plus
{
	text-align: center;
	font-weight: bold;
	width: 4em;
}
.tabela_wyroznienie
{
	padding: 15px 0px 3px 5px;
	text-align: left;
	color: red;
}

/*
.tabela_funkcji tr td
{
	padding-left: 15px;
	
}
*/