body {
	background-color: White;
	font-size: 12px;
	color: #4b4b4b;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/top_fade.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
form, p {
	margin: 0px;
}
img {
	border: 0px;
}
h2 {
	font-size: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*opera fix*/
}
h3 {
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*opera fix*/
}

/* ----------- szablon strony ---------- */
#container {
	width: 760px;
	margin: auto;
	text-align: left;
}
#naglowek {
	width: 760px;
	height: 80px;
	margin-bottom: 10px;
	float: left; 
	position: relative;
	overflow:hidden;
	/*clear: both;*/
}

#srodek {
	clear: both;
	width: 760px;
	float: left;
}
#kolumna-lewa {
	width: 200px;
	float: left;
/*	position: relative;
	top:0;
	left:0; */
}

#kolumna-prawa {
	margin-left: 210px;
	clear:right;
/*	background:yellow;
	position: relative;
	top:0;
	left:0; */
}

#stopka {
	font-size: 10px;
}

/* ----------- formatowanie elementów skladowych --------- */
#top-logo {
	float: left;
	width: 210px;
}

#searchbox {
	background: url(gfx/search_bgr.gif) no-repeat;
   width: 210px;
	height: 30px;
	font-size: 10px;
	float: left;
	/*margin: 0px;*/
	margin-left: -210px;
	margin-top: 50px;
}

#searchbox input {
	border: 1px solid #043774;
	width: 120px;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	
}
#searchbox #send {
	background-image: url(gfx/search_go.gif);
	width: 8px;
	height: 17px;
	margin-left: 5px;
	margin-top: 7px;
	border: 0px;
}
#searchbox p {
	float: left;
	line-height: 30px;
}

#ilustracja {
	background:#FFD100 url(gfx/menu_picture2.jpg) right top no-repeat; 
	float: right;
	width: 550px; 
	height: 166px; 
}
#ilustracja img {
	float: right;
}
.white-point {
	clear: both;
	background: url(gfx/white_pix.gif) no-repeat left bottom;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

/* ----------- tresc strony ---------- */
#content {
	font-size: 11px;
	margin-top: /*3*/0px;
	margin-bottom: 30px;	
	/*float: left;*/
	width: 100%;
}

#content p {
	margin-bottom: 12px;
}

#content ul, #content ol {
	margin: 5px 0 15px 0;
	padding:0 0 0 35px;
	list-style-position:outside;
}
#content ol {
	list-style-type:decimal;
	overflow:auto;
}
#content li {
	margin:0 0 5px 0;
}
.rzymskie {
	list-style-type: upper-roman;
}
.document {
	text-align: justify;
}
.document a {
	color: Blue;
}
.document a:hover {
	color: #ffa200;
}
.path h1 {
	font-size: 11px;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*opera fix*/
}
#content ul.path {
	padding: 0px;
	margin: 0px;
	color: #ffa200;
	padding-bottom: 5px;
	background: transparent url(gfx/tile_blue.gif) repeat-x scroll left bottom;
	margin-bottom: 20px;
}
ul.path li {
	list-style: none;
	padding-left: 12px;
	display: inline;
	background: url(gfx/menu_bullet_p1.gif) no-repeat 0px 5px;
	margin-right: 4px;
}
ul.path .nobullet {
	background: none;
	padding-left: 0px;
}
.path a {
	color: #ffa200;
	text-decoration: none;
}
.path a:hover {
	text-decoration: underline;
}
ul.submenu {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 12px;
}
ul.submenu li {
	list-style: none;
	background: url(gfx/menu_bullet_p1.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 10px;
}
ul.submenu h2 {
	font-size: 11px;
}
.submenu a {
	color: #ffa200;
	text-decoration: none;
}
.submenu a:hover {
	text-decoration: underline;
}
.newsbox {
	background-color: #f7f7f7;
	padding: 10px 6px;
	margin-bottom: 20px;
}
.newsbox .title {
	font-weight: bold;
}
.newsbox .date {
	color: #808284;
	font-size: 10px;
}
.newsbox .intro {
	margin-top: 15px;
}
.newsbox a {
	color: #ffa200;
	margin-top: 15px;
	text-decoration: none;
	display: block;
}
.newsbox a:hover {
	text-decoration: underline;
}
.zdjecie {
	float: right; 
	margin-left: 25px; 
	margin-bottom: 25px; 
	border: 1px solid black;
}

/* ------------- nawigacja -------------- */
#menu-left {
	width: 190px;
	font-size: 11px;
	/*background-color: #FFB6C1;*/
	float: left;
}
#menu-left ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu-left li.p0 
{
	background: url(gfx/menu_bullet.gif) no-repeat left center;
	padding-left: 12px;
	padding-bottom: 1px;
	margin-top: 9px;
	border-bottom: 1px dashed #6a82b6;
}

#menu-left a {
	text-decoration: none;
	color: #224c86;
}
#menu-left a:hover {
	color: #ffa200;
}
#menu-left a.active {
	color: #ffa200;
}
#menu-left li.p1 
{
	background: url(gfx/menu_bullet_p1.gif) no-repeat left 5px;
	padding-left: 12px;
	padding-bottom: 1px;
	margin-left: 5px;
	margin-top: 9px;
}
#menu-left li.p2 
{
	background: url(gfx/menu_bullet_p1.gif) no-repeat left center;
	padding-left: 12px;
	padding-bottom: 1px;
	margin-left: 15px;
	margin-top: 9px;
}
.yellow-point {
	float: right;
	background: url(gfx/yellow_pix.gif);
	/* IE fix */
	width: 2px;
	height: 2px;
	font-size: 1px;
	margin-top: -1px;
	margin-right: -1px;
}
.clearing {
	background: url(gfx/tile_blue.gif) repeat-x center;
	height: 25px;
}

#stopka .bottom-nav {
	background: url(gfx/stopka_fade2.gif) repeat-x;
	width: 550px;
	height: 90px;
	float: right;
	text-align: center;
	font-size: 10px;
	color: #D5D5D5;
}
#stopka .fine {
	float: left;
	line-height: 90px;
}
.fine a {
	color: #4b4b4b;
	text-decoration: none;
}
.fine a:hover {
	color: #ffa200;
}
#stopka ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 10px;
	line-height: 14px;
	float: left;
}
#stopka li {
	display: inline;
	background: url(gfx/yellow_2pix.gif) no-repeat left center;
	padding-left: 10px;
	padding-right: 7px;
	/*background-color: #A9A9A9;*/
	float: left;
}
#stopka .bottom-nav a {
	text-decoration: none;
	color: white;
}
#stopka .bottom-nav a:hover {
	color: #ffa200;
}

#stopka .round-left {
	float: left;
	font-size: 1px;
	background: url(gfx/white_pix.gif) no-repeat left top;
	width: 1px;
	height: 1px;
}
#stopka .round-right {
	float: right;
	font-size: 1px;
	background: url(gfx/white_pix.gif) no-repeat left top;
	width: 1px;
	height: 1px;
}
#stopka p {
	text-align: left;
	white-space: nowrap;
	clear: both;
	margin-left: 10px;
}


/* ------------- menu na górze ---------- */
#top-nav {
	width: 340px;
	height: 30px;
	line-height: 30px;
    float: right;
}
#top-nav .menu {
	padding-left: 12px;
	color: #a0b3cb;
	font-size: 10px;
	background-image: url(gfx/blue_bgr.gif);
	background-repeat: repeat-x;
	height: 29px;
	min-height: 29px;
}
#top-nav .bottom-corners {
	background-color: #083a75;
	height: 2px;
	width: auto;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: -1px;
	font-size: 1px;
}
#top-nav img {
	border: 0px;
	margin-left: 4px;
	margin-top: 8px;
	margin-right: 12px;
/*	float: left;*/
	line-height: 29px;
}
#top-nav a {
	color: #a0b3cb;
	text-decoration: none;
}
#top-nav a:hover {
	color: #ffa200;
}


/* ----------- buttony: menu poziome -------------- */
#menu-poziome1 {
	float: right;
	width:500px;
	margin-top: 20px;
	clear:right;
}
#menu-poziome2 {
	margin-top:130px;
	float: right;
}
.nav-button {
	padding: 0px;
	margin: 0px;
	float:right;
	list-style: none;
	white-space: nowrap;
}
.nav-button li {
	height: 30px;
	display: table;
	float: left;
	line-height: 30px;
}
.nav-button li.menu {
	background: url(gfx/btn_bgr.gif) repeat-x;
	margin: 0px;
	padding-left: 2px; 
	padding-right: 2px;
}
.nav-button li.left {
	background: url(gfx/btn_left.gif) no-repeat;
	width: 2px;
	font-size: 1px;
}
.nav-button li.spread {
	background: url(gfx/btn_spreader.gif);
	width: 5px;
}
.nav-button li.right {
	background: url(gfx/btn_right.gif);
	width: 2px;
	font-size: 1px;
}

.nav-button a {
	color: #043774;
	text-decoration: none;
}
.nav-button a:hover {
	color: #FF6600;
}

.root {
	margin-left:10px;
}

.level1 {
	margin-left:40px;
}

.level2 {
	margin-left:70px;
}

.a_title {
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
}
