/* Podstawowe */
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
}

img {
	border: 0px;
}

ul {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 19px;
}

/* Nagłówki */
h1 {
	color: #F0F0F0;
}

h2 {
	color: #29166F;
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 18px;
}

h3 {
	color: #211355;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 13px;
}

/* Divy */
div#body {
	background-color: #FBFFF4;
	border: 1px solid #DEDEDE;
	position: absolute;
	width: 98%;
}

div#top {
	background-color: #29166F;
	padding: 1px 1px;
	border-bottom: 1px solid #DEDEDE;
}

div#top_belka {
	background-color: #F0F0F0;
	font-size: 10px;
	text-align: center;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px solid #DEDEDE;
	color: #545454;
}

div#srodek {
	background-color: #FBFFF4;
	margin-left: 180px;
	margin-right: 0px;
	border-left: 1px solid #DEDEDE;
	padding: 8px 12px 8px 10px;
}

div#menu_lewe {
   width: 180px;
   float: left;
	left: 2px;
}

div#stopka {
	background-color: #29166F;
	font-size: 9px;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 1px;
	border-top: 1px solid #DEDEDE;
	color: #F0F0F0;
}

/* Menu */
.menu a {
	display: block;
	text-decoration: none;
	color: #000000;
	margin-left: 6px;
}

ul.menu {
	list-style-type: none;
	margin: 2px;
	padding: 0px;
}

/* Linki */
a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.stopka a {
	color: #F0F0F0;
}

.stopka a:hover {
	color: #F0F0F0;
}

.menu_l a {
	text-decoration: none;
}

.menu_l a:hover {
	text-decoration: underline;
}

/* Pozostałe formatowanie */
span.tytul {
	font-size: 20px;
	color: #F0F0F0;
	font-weight: bold;
	margin-left: 10px;
}


 #navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
	width: 177px; /* to display the list horizontaly */
	font-family: sans-serif;
	margin: -1px 0 0 0;
	padding: 0;
}

#navlist a
{
	width: 100%; /* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #DEDEDE;
	margin-left: 3px;
}

#navlist a:hover {
	background-color: #EAEAEA;
}
#navlist a:visited { color: #000; }
