body, html {
	margin: 0 auto;
	padding: 0;
	background: #fafafa;
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Calibri, Sans-serif;
	text-align: center;
}

div, img {
	margin: 0;
	border: 0;
	padding: 0;
}

div {
	overflow: hidden;
}

table {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
}

p {
	text-align: justify;
	text-indent: 35px;
	margin-top: 8px;
}

p:first-letter {
	font-size: 135%;
	font-weight: bold;
}

p.zero {
	margin-top: 4px;
}

h1 {
	margin: 12px 0 6px 0;
	font-family: Times, serif;
	font-variant: small-caps;
	font-size: 150%;
	font-weight: bold;
	color: #ae1f22;
}

h2 {
	margin-bottom: 0px;
	margin-top: 25px;
	font-family: Times, serif;
	font-size: 125%;
	font-weight: bold;
}

h3 {
	font-family: Times, serif;
	font-size: 115%;
	font-weight: bold;
	text-decoration: underline;
}

a {
	color: #0000ff;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff9900;
}

a.null {
	color: #000000;
	text-decoration: none;
}

a.http {
	text-decoration: underline;
	color: #0099cc;
}

a.http:hover {
	color: #0000ff;
}



/* Struktura strony */

#main {
	width: 850px;
	height: 100%;
	border-left: 2px solid #9999aa;
	border-right: 2px solid #aaaabb;
	margin: 0 auto;
	padding: 8px 25px 8px 25px;
	box-shadow: 0 0 40px 10px #d9d9dd;
	background: #f9feff;
	text-align: center;
}

#tytul_strony {
	padding: 10px;
	height: 44px;
	background-color: #010066;
}

#tytul_strony_tekst {
	float: left;
	margin-top: 26px;
	font-size: 135%;
	font-weight: bold;
	color: #eeeeff;
}

#baner {
	width: 100%;
	height: 190px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#imageContainer {
	height: 190px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 190px;
	width: 100%;
	opacity: -0.01;
}

#menu_gora {
	height: 54px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d9d9ff;
	background: #f7f7ff url(img/tlo_menu_gora.jpg) repeat-x;
}

#menu_gora ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_gora ul li {
	float: left;
}

#menu_gora ul li a {
	display: block;
	float: left;
	padding: 5px 21px 5px 22px;
	border-right: 1px solid #7e1019;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #010066;
}

#menu_gora ul li a:hover {
	color: #3300ff;
	background: #f9feff;
}

#menu_gora ul li a:active {
	color: #ff0000;
	background: #f2edd7;
}

#menu_gora_hr {
	margin: 0;
	background-color: #ffffff;
	border-top: 1px dashed #cceeff;
}

#menu_lewa {
	float: left;
	width: 190px;
	margin: 18px 25px 0px 0px;
}

#menu_lewa ul {
	padding: 0;
	list-style: none;
}

#menu_lewa ul li {
	display: block;
	margin: 0 0 4px 0;
	border-top: 1px solid #999966;
}

#menu_lewa ul li a {
	display: block;
	margin: 0;
	padding: 0 12 0 12px;
	font: 12px/25px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #9e3039;
}

#menu_lewa ul li a:hover {
	text-decoration: none;
	color: #9e3039;
	background: #ffefef;
	font-weight: bold;
}

#centrum {
	float: right;
	width: 615px;
	padding: 0 10px 0 10px;
	background: #ffffff url(img/tlo_main.jpg) repeat-x center top;
}

#stopka {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #efefff;
	border-top: 1px solid #9999cc;
	font-size: 90%;
}



/* Submenu lewe */

.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

.anylinkmenu {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 20px;
	visibility: hidden;
	border-left: 2px solid #ccccbb;
	border-right: 2px solid #796956;
	font: 11px Verdana, Arial, Calibri, Sans-serif;
	line-height: 12px;
	z-index: 100;
	background-color: #ffffff;
	width: 160px;
}

.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #898956;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #be7079;
	text-indent: 5px;
}

.anylinkmenu a:hover {
	background: #aaaaaa;
	color: #ffffff;
}



/* Jeszcze nie zmienione */

div.autor {
	background-color: #ffffff;
	font-family: Verdana, Arial, Calibri, Sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

ul.bibl {
	list-style-type: square;
	font-size: 80%;
	text-align: justify;
}

.nag {
	margin-top: 12px;
	margin-bottom: 8px;
	padding: 2px;
	background-color: #6a5600;
	color: #fad680;
	font-family: Verdana, Arial, Calibri, Sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.nag2 {
	margin-top: 12px;
	padding: 2px;
	color: #ae1f22;
	font-family: Times, serif;
	font-variant: small-caps;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

.foto {
	vertical-align: top;
	font-family: Verdana, Arial, Calibri, Sans-serif;
	font-size: 80%;
	color: #000000;
	text-align: center;
}

.cien {
box-shadow: 3px 3px 3px #886666;
}

.sup {
	position: relative;
	bottom: 3px;
	font-size: smaller;
}

.wciecie {
	font-style: italic;
	margin-left: 70px;
}

.ml {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	color: #000099;
	font-size: 80%;
	text-align: center;
}

.mr {
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	color: #000099;
	font-size: 80%;
	text-align: center;
}

.mc {
	width: 100%;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 10px;
	font-size: 80%;
	text-align: center;
	color: #000099;
}

.gl {
	vertical-align: top;
	text-align: left;
}

.gp {
	vertical-align: top;
	text-align: right;
}

.n {
	text-align: justify;
	text-indent: 15px;
}

.people {
	width: 100%;
	margin-bottom: 18px;
	padding: 8px 8px 8px 14px;
	background-color: #eae1cb;
}

.uwagi {
	color: #996600;
	font-family: Arial, Sans-serif;
	font-size: 80%;
	text-align: center;
}

.faq:first-letter {
	margin-left: -22px;
}

.faq {
	overflow: visible;
	margin-left: 22px;
	margin-bottom: 25px;
	padding: 6px;
	background-color: #eae1cb;
	text-align: justify;
}