/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ffc000;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f2300;
}

div.main {
	width: 980px;
	margin: auto;
	background: url(cell.jpg) top repeat-y;
}

div.porozumienieutw-01_ {
	width: 980px;
	height: 215px;
	background: url(porozumienieutw-01.jpg);
}

div.porozumienieutw-02_ {
	width: 980px;
	background: url(porozumienieutw-02.jpg) top no-repeat;
}

div.porozumienieutw-03_ {
	width: 980px;
	height: 65px;
	background: url(porozumienieutw-03.jpg);
}

div.clear {
	clear: both;
}

div.kontakt {
	text-align: right;
	color: #FFFFFF;
	padding: 95px 20px 0 0;
	line-height: 18px;
	font-size: 12px;
}

div.kontakt a {
	text-decoration: none;
	color: #FFFFFF;
}

div.kontakt a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

div.aginus {
	width: 150px;
	float: left;
	font-size: 9px;
	color: #333333;
	padding: 17px 0 0 20px;
}

div.aginus a {
	text-decoration: none;
	color: #333333;
}

div.aginus a:hover {
	text-decoration: none;
	color: #000000;
}

div.top {
	width: 150px;
	float: right;
	font-size: 9px;
	text-align: right;
	padding: 17px 20px 0 0;
}

div.top a {
	text-decoration: none;
	color: #333333;
}

div.top a:hover {
	text-decoration: none;
	color: #000000;
}

div.menu {
	width: 200px;
	float: left;
	padding: 0 0 0 11px;
}

div.menu ul {
	margin: 0;
	padding: 0;
}

div.menu ul li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	background: url(menu-separator.jpg) bottom left repeat-x;
}

div.menu ul li a {
	display: block;
	width: 190px;
	text-decoration: none;
	color: #b10000;
	font-size: 12px;
	padding: 11px 5px 11px 5px;
	background: #ffc000;
	text-align: center;
}

div.menu ul li a:hover {
	background: #EFB300;
}

div.menu ul li a.wybrana {
	background: #EFB300;
}

div.tresci {
	width: 715px;
	float: right;
	line-height: 18px;
	padding: 50px 25px 20px 20px;
	text-align: justify;
}

div.tresci p {
	margin: 0;
	padding: 8px 0 7px 0;
}

div.tresci ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.tresci ul li {
	margin-top: 5px;
	margin-bottom: 3px;
	list-style-type: square;
}

div.tresci ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.tresci ol li {
	margin-top: 5px;
	margin-bottom: 3px;
	list-style-type: decimal;
}

div.tresci a {
	text-decoration: none;
	color: #4f2300;
	font-weight: bold;
}

div.tresci a:hover {
	text-decoration: none;
	color: #000000;
}

table.tabela {
	width: 715px;
	border: 0;
	border-spacing: 2px;
	border-collapse: separate;
	margin: auto;
}

table.tabela tr td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	background: #F0F0F0;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

table.tabela tr.tytul td {
	background: #4f2300;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 12px;
	background: #FFC000;
	color: #b10000;
	padding: 3px;
}

h3 {
	margin: 30px 0 1px 0;
	font-size: 12px;
	text-align: right;
	background: #b10000;
	color: #FFFFFF;
	padding: 3px;
}