html, body {
	background-image: url(logo1.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#TOP {
	width: 802px;
	position: absolute;
	left: 50%;
	margin-left: -400px; 
	background-image: url(logo1.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

#RAMA {
	width: 802px;
	border: 1px solid #888;
	background-image: url(rama_.jpg);
	background-repeat: repeat-x;
	background-color: #e2e2e2;
}

#NAGLOWEK {
	clear: both;
	width: 800px;
	background-color: #fff;
	height: 20px;
}

#MENU {
	clear: both;
	width: 800px;
	height: 14px;
	background-color: #fff;
	border-bottom: 1px solid #000;
}

#TRESC {
	width: 360px;
	float: left;
	overflow: hidden;
/*	border-top: 1px inset #888;*/
	background-color: #e2e2e2;
	height: 520px;
	padding-left: 20px;
	text-align: center;
/*	overflow: scroll;
	overflow-x:hidden;*/
}

#RIGHT {
	width: 400px;
	float: left;
	overflow: hidden;
/*	border-top: 1px inset #888;*/
	background-color: #e2e2e2;
	height: 520px;
	text-align: center;
}

#TRESC_ {
	width: 360px;
	float: left;
	overflow: hidden;
/*	border-top: 1px inset #888;*/
	background-color: #e2e2e2;
	height: 520px;
	padding-left: 20px;
	text-align: center;
	overflow: scroll;
	overflow-x:hidden;
}

#RIGHT_ {
	width: 400px;
	float: left;
	overflow: hidden;
/*	border-top: 1px inset #888;*/
	background-color: #e2e2e2;
	height: 520px;
	text-align: center;
}

#STOPKA {
	clear: both;
	width: 800px;
	color: #404040;
	background-color: #e2e2e2;
	text-align: center;
	border-top: 1px solid #888;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px; 
	color: #000;
}

p.right
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #404040;
}

p.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #404040;
}

p.justy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 20px; 
	text-indent: 30px; 
	color: #000;
}

p.left
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 20px; 
	text-indent: 30px; 
	color: #000;
}

ul {
	padding: 0;
	margin: 0;
	background: url(l_down.jpg) repeat-x 20px;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul li
{
list-style-type: none;
display: inline;
float: left;
background: url(l_down.jpg) repeat-x 20px;
text-align: center;
}

li#active { background: url(l_over.jpg) repeat-x 20px; }

ul li a:hover { background: url(l_over.jpg) repeat-x 20px; color: #000; }

ul li a
{
	padding: 0.2em 1em;
	color: #000;
	text-decoration: none;
	display: inline;
	width: 100px;
	border-right: 1px solid #888;
}

a
{
	color: #ff0000;
	text-decoration: none;

}

a:hover
{
	color: #bbb;
}


