html, body {
	background-color: #5A5A5A;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	width: 900px;
	
}

#NAGLOWEK {
	background-color: #FFFF00;
}

#MENU {
	width: 574px;
	float: right;
	overflow: hidden;
	background-color: #4A4A4A;
}

#TRESC {
	width: 900px;
	float: left;
	overflow: hidden;
	background-color: #fff;
}

#STOPKA {
	float: right;
	clear: both;
	width: 500px;
	font-size: 8pt;
	color:#FFFFFF;
}

#columna1 {
	float:left;
	height: 40px;
	width: 115px;
	background-color: #FFFF00;

}

#columna2 {
	float:left;
	height: 40px;
	width: 416px;
	background-color: #4A4A4A;
}

#columna3 {
	float:right;
	height: 40px;
	width: 38px;
	background-image: url("obrazki/index_05.jpg");
}

#content,#contentalt {
	width: 640px;
	height: 310px;
	background:#ffffff;
	border:0px ;
	padding: 5px;
	text-align: justify;
}

#wrap {
	clear:both;
	font-size:0.9em;
	padding:0 5px 0 0;

}

#scroll {
	width: 640px;
	height: 310px;
	padding:0px 5px 0px 5px;
	overflow: auto;
}

p {
	text-align: justify;
}

a {
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#808080;
	text-decoration:underline;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	float: right;
	background-color: #fff;
	padding: 0px;
	border: 0px;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #4A4A4A url("tlo.gif") repeat-x center;
	color: #fff;
	padding: 13px 18px;
	border-right: 1px solid #FFFF00;

}

ul a:hover {
	background-color: #800;
	background-image: url("tlo2.gif");
}

/*** Text format ***/

.intro {
	font-size: 12px;
	font-weight:bold;
	letter-spacing:-1px;
}

.small {font-size: 10px;}
.large {font-size: 16px;}
.center {text-align:center;}
.right {text-align:right;}

