body {
	background: url(images/page_bckg.gif) #2b5179 top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433b3b;
	margin:0px;
	padding:0px;
}

strong, b {
	letter-spacing: 1px;
}


p {
	padding-bottom:0px;
	margin-bottom:0px;
	text-align: justify;
	text-justify: newspaper;
}

a {
	color: #C95A02;
	/*text-transform: uppercase;
	font-size: smaller;*/
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

table {
	padding: 0px;
	margin:0px;
	border:none;
}

h1,h2 {
   font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:10px;
	margin-top:0px;
	margin-bottom:20px;
	text-transform: uppercase;
}

h1 {
	color: #d03a00;
}
h2{
	color: #a3a3a3;
}
#wrap_bckg {
	background: url(images/background_globe.jpg) no-repeat left;
	width: 100%;
	top:0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
	height:650px;
	position:absolute;
	z-index: -25;
}

/*nowy container*/
#container {
   display: block;
	width: 1000px;
	padding-top:8px;
	margin-top:25px;
   margin-left: auto;
	margin-right: auto;
	text-align:left;
	margin-bottom:20px;
	background: url(images/top_bckg.gif) top repeat-x #ffffff;
}

#header {
   /*border: 1px solid red;*/
	float:left;
	width:1000px;
	padding: 0px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-right:0px;
	margin-top:15px;
	display:block;
}

#header ul {
	padding:0px;
	margin:0px;
	/*border: 1px solid black;*/
	float:left;
}

#header li {
   display:inline;
   list-style:none;
	float:left;
	display: block;
	margin-right:8px;
	/*border: 1px dotted blue;*/
}


#navigation_top {
	margin:0px;
	display:block;	
	
}

#navigation_top ul {
	margin:0px;
	padding:0px;
	list-style:no;
}

#navigation_top li {
   margin-left:4px;
	display:inline;
	margin-top:18px;
	height:30px;
		/*nowe*/
	background: url(images/nav_top_bckg.gif) top right;
	/*eof nowe!*/
}


#navigation_top li a {
	display: block;
	line-height: 30px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	text-transform: uppercase;
	font-stretch: ultra-condensed;
	white-space: nowrap;
	padding-left: 7px;
	margin-right:1px;
	padding-right: 6px;
	color: #989494;
	background: url(images/nav_top_bckg.gif) top left;
	letter-spacing: 1px;
}

#navigation_top li a:hover {
	color:#F26D0F;
}



#navigation_left {
	vertical-align: bottom;
	text-align:left;
   width: 110px;
	padding:0px;
	margin:0px;
}

#navigation_left ul {
	padding:0px;
	margin-left:0px;
	margin-bottom:0px;	
}

/*nowy li*/
#navigation_left li{
   display:block;
	margin-left:15px;
	padding:0px;
	list-style:none;
}

#navigation_left a {
	text-decoration: none;
	font-size: x-small;
	text-transform: uppercase;
	color: #7D7979;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	
}

#navigation_left a:hover {
	color: #f16d0f;
	text-decoration: underline;
}

/*nowy content*/
#content {
   vertical-align: bottom;
	width:890px;
	text-align:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;	
	padding-bottom:0px;
}
table {
	margin-top:20px;
}
#content ul {
   margin-top:5px;
	list-style:none;
	margin-left:30px;
	padding:0px;
	margin-bottom:0px;
	width:65%;
}

#content li{
	padding-left:10px;
	padding-top:10px;
	background:url(images/punkt.png) left top no-repeat;
	padding-bottom:0px;
}

.clear {
	clear:both;
}

/*nowy footer*/
#footer {
	position: relative;
	margin-top: 40px;
	width:100%;
	border-top: 1px solid #B3B0B0;
	display: block;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #9b9b9b;
	padding-top:6px;
	padding-bottom: 100px;
	background: url(images/footer_bckg.gif) bottom repeat-x;
}
#footer ul {
  float:left;
	margin:0px;
	padding:0px;
	width:70%;
} 

/*nowy li*/
#footer li {
   display:inline;
   list-style:none;
	padding-right:10px;
	padding-left:15px;
	}

#footer li a{
	color: #686868;
	text-decoration: none;
	font-size: 100%;
	text-transform: none;
}

#footer li a:hover{
	text-decoration:underline;
}

/*nowe credits*/
.credits {
   color: #9b9b9b;
	float:right;
	padding-right:15px;
}

.spacer {
	height: 0px;

}



.current {
	color: #f16d0f;
}

.image_right , .image_left {
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	
}

.image_right {
	float: right;
	padding-left:8px;
	padding-right:4px;
	border-left: 1px solid #cccccc;
	margin-left:25px;
}

.image_left {
	float: left;
	padding-right:8px;
	border-right: 1px solid #cccccc;
	margin-right:8px;
}