body {
	text-align: center;
	font-size: 101%;
	font-family: verdana, helvetica, sans-serif;
	background-image: url("../images/tlo.gif");
	background-repeat: repeat-x;
	background-position: top left;
	margin: 8px 0;
}

#opakow {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 961px;
}

#nagl {
	margin: 0;
	width: 961px;
}

 #menu {
 	margin: 20px 0 0 0;
 	height: 50px;
 	font-size: 0.9em;
 }

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	margin: 0 0.2em;
	padding: 0;
	height: 29px;
	
	background-image:url("../images/menu_przyc_prawa.gif");
	background-position: top right;
	background-repeat: no-repeat;
	
}

#menu ul li.active {
	background-image:url("../images/menu_przyc_prawa_akt.gif");
	color: #a11564;
}

#menu ul li a {
	display: block;
	float: left;
	height: 29px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	line-height: 1.8;
	padding: 0 0.4em;
	background-image:url("../images/menu_przyc_lewa.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#menu ul li.active a {
	background-image:url("../images/menu_przyc_lewa_akt.gif");
	color: yellow;
}

#submenu ul {
	list-style: none;
	margin: 0 0.8em;
	padding: 0;
}

#submenu ul li {
	float: left;
	margin: 0.5em 0;
	border-right: 1px solid gray;
}

#submenu ul li.last {
	border-right: none;
}

#submenu ul li a {
	margin: 0 0.5em;
/* 	text-decoration: none; */
/* 	color: #a11564; */
	color: #151ea1;
	font-weight: bold;
	
}

#zawartosc {
	clear: left;
/* 	margin: 3em 0; */
	padding-top: 1px;
	font-size: 0.9em;
	background-color: #F8F8F8;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	border-bottom: 1px dotted silver;
}

#tresc {
	margin: 1em;
}

#tresc h1 {
	margin-top: 0;
	clear: both;
}