@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}

body {
	background:url(gfx/body_bg.jpg) repeat-x top #fbfbfb;
	text-align:center;
}

#page {
	width:992px;
	margin:0 auto;
	background:url(gfx/page.png) repeat-y center;
	text-align:left;
	font:11px Tahoma, Geneva, sans-serif;
	color:#666666;
}

#shadow {
	width:992px;
	height:14px; 
	margin:0 auto 20px auto;
	text-align:center;
	background:url(gfx/footer.png) no-repeat bottom;
}

img {
	border:0;
}

.left {
	float:left
}

.right {
	float:right;
}

.end {
	clear:both;
}

a {
	text-decoration:none;
}

ul {
	list-style-type:none;
}

.bold {
	font-weight:bold;
}

#white {
	width:980px;
	padding:0 6px;
	background:url(gfx/white_bg.jpg) no-repeat top;
}

/* top */
#top {
	width:980px;
	height:85px;
}

#spedimex {
	width:227px;
	height:85px;
	margin:0 0 0 15px;
}

#menu {
	width:710px;
	height:85px;
	position:relative;
	text-align:right;
}

ul.lang {
	margin:25px 20px 0 0;	
}

ul.lang li {
	display:inline;
	padding:0 0 0 8px;
	text-transform:uppercase;
}

ul.lang li a {
	color:#999999;
}

ul.lang li a:hover, 
ul.lang li a.active {
	color:#cc0000;
}

ul.main_menu {
	position:absolute;
	bottom:0;
	right:0;
}

ul.main_menu li {
	display:inline;
}

ul.main_menu li a {
	padding:14px 25px 10px 25px;
	color:#999999;
	display:block;
	float:left;	
	background:url(gfx/menu_link.gif) no-repeat 50% 0;	
}

ul.main_menu li a:hover, 
ul.main_menu li a.active {
	background:url(gfx/menu_hover.gif) no-repeat 50% 0;
	color:#cc0000;
}

/* header */
#header {
	width:980px;
	height:260px;
	position:relative;
}

#image {
	position:absolute;
	top:0;
	left:0;
	height:260px;
	width:980px;
	z-index:1!important;
}

#services {
	position:absolute;
	bottom:0;
	left:0;
	width:390px;
	z-index:20!important;
}

#services h2 {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	width:390px;
	text-align:center;
	padding:5px 0;
	background:url(gfx/red.png) repeat;
}

#services .list {
	background:#cc0000;
	height:78px;
	padding:0 5px 2px 5px;
	font-size:10px;
}

#services .service {
	width:75px;
	float:left;
	text-align:center;
}

.service a {
	line-height:11px;
	color:#FFF;
}

.service a img {
	padding:0;
	margin:0;
}

.service span {
	display:block;
	margin:0;
	padding:0 2px 0 2px;
}

/* content */
#content {
	width:940px;
	padding:15px 20px 10px 20px;
}

#main_content {
	width:960px;
	padding:15px 0px 10px 20px;
}

/* left */
#content_left {
	width:220px;
}

.client,
.submenu {
	width:219px;
	background:url(gfx/border_vertical.jpg) repeat-y left;
	padding:4px 0 4px 0;
	margin:0 0 20px 0;
	}
	
.box {
	width:280px;
	background:url(gfx/border_vertical.jpg) repeat-y right;
	padding:4px 0 4px 1px;
	margin:0 0 20px 0;
	}	
	
.submenu {
	padding:4px 0 0 1px;
}
	
.submenu ul {
	background:#e3e3e3;
	padding:15px 0;
}

.submenu ul ul {
	background:#f1f1f1;
	padding:8px 10px;
	margin:7px 0 0 0;
}

.submenu ul li {
	padding:4px 0;
}

.submenu ul li a {
	color:#666666;
	padding:0 10px;
}

.submenu ul li a:hover {
	text-decoration:underline;
	}
	
.submenu ul li a.active {
	font-weight:bold;
	background:url(gfx/submenu.jpg) no-repeat 100% 50%;
	padding:0 15px 0 10px;
	}	
	
.submenu ul ul li a.active {
	font-weight:bold;
	background:url(gfx/submenu2.jpg) no-repeat 100% 50%;
	padding:0 15px 0 10px;
	}		
	
.submenu ul li a.active2 {
	font-weight:bold;
	padding:0 10px 0 10px;
	}		
	
.padd {
	padding:0 0 0 10px;
}
	
h1.red {
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	margin:0 0 15px 0;
	position:relative;
	letter-spacing:normal!important;
}

h2.red {
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	margin:0 0 15px 0;
	position:relative;
	letter-spacing:normal!important;
}

.client p, 
.welcome p, 
.contact p,
.poll p, 
.forms p{
	clear:both;
	padding:2px 0 4px 0;
	line-height:15px;
}

.client a {
	color:#cc0000;
}

.client a:hover {
	text-decoration:underline;
	color:#cc0000;	
}

.welcome {
	width:219px;
	background:url(gfx/border_vertical.jpg) repeat-y left;
	padding:4px 0 4px 1px;
	margin:0 0 20px 0;
	color:#999999;
	}

.welcome strong {
	color:#666666;
}

/* center */
#content_center {
	width:400px;
	margin:0 0 0 20px;
}

.navi {
	background:url(gfx/border_vertical.jpg) repeat-y left;
	padding:5px 10px;
	width:380px;
	margin:0 0 20px 0;
}

.navi a {
	color:#999999;
	display:block;
	float:left;
	padding:0 8px 0 0;
}

.navi a.bold {
	color:#666666;
}

.navi a.site {
	background:url(gfx/navi_arrow.jpg) no-repeat 0 50%;
	padding:0 9px 0 10px;
}

.navi a:hover {
	color:#cc0000;	
}

a.linkgrey {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	display:block;
	padding:0px 13px 0px 0;
	position:absolute;
	right:0;
	top:0;
	background:url(gfx/linkgrey.gif) no-repeat 100% 50%;
}

a.linkgrey:hover {
	color:#cc0000;
}

/* news */
.news {
	margin:0 0 25px 0;
	clear:both;
}

.news .data {
	background:url(gfx/arrow_bg.gif) no-repeat 100% 50%;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 0 10px 0;
}

.news .photo {
	width:105px;
	text-align:left;
	float:left;
	padding:3px 0;
}

.news .data span {
	background:#fff;
	padding:0 10px 0 0;
	color:#999999;
}

.news h2 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.news h2 a {
	color:#666666;
}

.news h2 a:hover {
	color:#cc0000;
}

.news .tresc {
	line-height:15px;	
	color:#999999;	
}

.tresc p {
	clear:both;
	color:#999999;
	padding:6px 0;
}

.tresc strong {
	color:#666666;
}

.tresc a {
	color:#cc0000;
}

.tresc a:hover {
	text-decoration:underline;
	color:#cc0000;
	}
	
.tresc ul {
	list-style: disc;
	list-style-position: outside;
	/* width:86%; */
	margin:6px auto;
	margin-left: 15px;
}	

.tresc ul li {
	padding:2px 0;
}

.pages {
	text-align:right;
	font-size:11px;
	background:url(gfx/border_vertical.jpg) repeat-y right;
	padding:5px 10px 5px 0;
	color:#999999;
	width:390px;
}

.pages a {
	color:#999999;
	padding:0 2px;
}

.pages a.links {
	color:#999999;
	padding:0 5px;
}

.pages a span {
	color:#cc0000;
	font-weight:bold;
	padding:0 4px;
}

.pages a span.red {
	font-size:14px;
}

.pages a:hover, 
.pages a.active {
	color:#cc0000;	
}

/* right */
#main_right {
	width:300px;
}

#content_right {
	width:280px;
}

.margin_main {
	margin:0 20px 20px 0!important;
}

.margin {
	margin:0 0 20px 0;
}

.contact {
	margin:0 0 20px 0;
	width:279px;
	padding:0 0px 0 0;
	background:url(gfx/border_vertical.jpg) repeat-y right;	
}

.contact .text {
	width:163px;
	margin:0 1px 0 0;
	padding:0 115px 0 0;
	background:url(gfx/contact.jpg) no-repeat bottom right;
	height: auto !important;
	min-height: 108px; 
	height: 108px;
}

.forms {
	margin:0 0 20px 0;
	width:279px;
	padding:0 0px 0 0;
	background:url(gfx/border_vertical.jpg) repeat-y right;	
}

.forms .text {
	width:163px;
	margin:0 1px 0 0;
	padding:0 115px 0 0;
	background:url(gfx/formularz.jpg) no-repeat bottom right;
	height: auto !important;
	min-height: 108px; 
	height: 108px;
}

p.grey {
	color:#999999;
	margin:10px 0 0 0;
}

.contact a {
	color:#999999;
}

.contact a:hover {
	color:#cc0000;
}

.forms a {
	color:#666666;
}

.forms a:hover {
	text-decoration:underline;
	color:#cc0000;
}

.more a {
	float:right;
	display:block;
	padding:5px 10px;
	font-size:11px;
	background:#cc0000;
	width:70px;
	color:#fff!important;	
}

.more a:hover {
	text-decoration:underline!important;
	color:#fff!important;	
}

.poll {
	margin:0 0 20px 0;
	width:279px;
	padding:0 0px 0 0;
	background:url(gfx/border_vertical.jpg) repeat-y right;	
}

.poll .text {
	width:269px;
	padding:0 10px 0 0;
	height: auto !important;
	min-height: 108px; 
	height: 108px;
}

#ue_left {
	width:420px;
	background:url(gfx/400.gif) repeat-y center;		
}

#ue_right {
	width:500px;
	background:url(gfx/480.gif) repeat-y center;		
}

#ue_right .ue_text, 
#ue_right_main .ue_text {
	padding:10px;
	width:480px;
}

.ue_line,
.strefa_dots {
	background:url(gfx/dots.gif) repeat-x center;
	width:100%;
	height:1px;
	line-height:0px;
	font-size:0px;
}

.ue_text {
	padding:10px;
}

#ue_right_main {
	margin:15px 20px 10px 0;	
	text-align:center;
	height: auto !important;
	min-height: 73px; 
	height: 73px;	
	width:500px;	
	background:url(gfx/480.gif) repeat-y center;		
}

#ue_left,
#ue_right {
	text-align:center;
	margin:15px 0 10px 0;
	height: auto !important;
	min-height: 73px; 
	height: 73px;	
	
}

#ue_left h3,
#ue_right_main h3,
#ue_right h3 {
	text-align:left;
	font-size:11px;
	color:#cc0000;
	font-weight:normal;
	margin:0 0 10px 0;
}

#ue_left img,
#ue_right img, 
#ue_right_main img {
	vertical-align:middle;
	padding:3px;
}

#footer {
	width:980px;
	margin:0 auto;
	font-size:10px;
	padding:10px 0 0px 0;
	color:#999999;
	background:url(gfx/dots.gif) repeat-x top;	
}

#footer_left {
	width:220px;
	margin:0 0 0 20px;
	height:24px;
	padding:5px 0 0 0;	
	display:inline;
}

#footer_center {
	width:520px;
	text-align:right;
	margin:0 0 0 20px;
	height:24px;	
	display:inline;	
	padding:5px 0 0 0;	
}

#footer_center ul {
	text-align:right;
}

#footer_center ul li {
	display:inline;
	border-right:1px dotted #cccccc;
	padding:0 8px 3px 8px;
}

#footer_center ul li a {
	color:#999999;
}

#footer_right {
	width:120px;
	margin:0 20px 0 0;
	background:url(gfx/atom.jpg) no-repeat 100% 0;
	text-align:right;
	height:24px;
	display:inline;	
	padding:5px 40px 0px 0;
}

#footer_right a {
	color:#999999;
}

#footer_right a:hover, 
#footer_center ul li a:hover {
	text-decoration:underline;
	color:#cc0000;
}

/* do pobrania */
.download {
	margin:0 0 20px 0;
}

.download .name {
	background:url(gfx/arrow_bg.gif) no-repeat 100% 50%;
	font-size:10px;
	margin:0 0 10px 0;
}

.download .name span {
	background:#fff;
	padding:0 10px 0 0;
	color:#999999;
}

.download ul {
	margin:10px 0;
}

.download ul li {
	font-size:11px;
	padding:5px 0 0px 0px;
	width:380px;
	float: left;
}

.download ul li .file {
  padding:3px 0 3px 20px;
	background:url(gfx/download.jpg) no-repeat 0 50%;
	width:380px;
  float:left;
  line-height: 1;
  margin-bottom: 5px;
}

.download ul li .doc {
	background:url(gfx/i-doc.gif) no-repeat 0 50%;
  line-height: 1;
}

.download ul li .pdf {
	background:url(gfx/i-pdf.gif) no-repeat 0 50%;
  line-height: 1;
}

.download ul li .description {
  padding:0 0 0 0;
  color:#999999;
  width:380px;
  float:left;
}

.download ul li a {
	color:#999999;
}

.download ul li a:hover {
	color:#666666;
	font-weight:bold;
}

.gallery img {
	margin:0px 5px 15px 5px;
	vertical-align:middle;
}

/* wyszukiwarka */
.results {
	margin:0 0 20px 0;
}

.results .name {
	background:url(gfx/arrow_bg.gif) no-repeat 100% 50%;
	font-size:11px;
	font-weight:bold;
	margin:0 0 3px 0;
}

.results .name span {
	background:#fff;
	padding:0 10px 0 0;
	color:#666666;
}

.results .name span a {
	color:#666666;	
}

.results .name span a:hover {
	text-decoration:underline;
}

/* contact */
div.kontakt p {
	padding:0 0 15px 0;
}

div.kontakt_left {
	width:140px;
	padding:0 10px 0 0;
}

div.kontakt_right {
	width:220px;
	background:url(gfx/mapa.jpg) no-repeat 2% 0;
	height:36px;
	padding:25px 0 0 30px;
}

div.kontakt_right a {
	color:#cc0000;
}

div.kontakt_right a:hover {
	text-decoration:underline;
}

.strefa {
	width:940px;
	background:url(gfx/strefa.gif) repeat-y;
	margin:0 0 38px 0;
}

.strefa_content {
	padding:8px 10px;
	width:920px;
}

.strefa_left,
.strefa_right {
	width:50%;
}

.strefa_right {
	text-align:right;
}

.strefa_left p {
	float:left;
	padding:6px 0;
}

.strefa_left a {
	display:block;
	float:left;
	background:#cc0001;
	color:#fff;
	padding:6px 0 6px 10px;
	width:80px;
	margin:0 0 0 23px;
}

.raport {
	color:#999999;
}

.raport h2.red {
	margin:0 0 23px 0;
}

.raport h3 {
	font-size:11px;
	color:#666666;
	font-weight:bold;
	margin:0 0 20px 0;
}

.raport table.all, 
.raport table.detale {
	border-collapse:collapse;
	margin:23px 0 31px 0;
}

.raport table.all td, 
.raport table.detale td{
	padding:8px;
	font-size:10px;
	border:1px solid #fff;
	color:#676767;
	background:#e3e3e3;
}

.raport table.all th,
.raport table.detale th {
	padding:8px;
	font-size:11px!important;
	font-weight:bold;
	color:#FFF;
	background:#cc0001;
	text-align:left;
	border:1px solid #fff;
	font-size:10px;
}

.raport table.detale tr {
	vertical-align:top;
}

.raport table.detale td {
	width:8%;
}

.odd td {
	background:#f1f1f1!important;
}

.wykres {
	margin:20px 0;
}

.formularz span
{
  padding:0 0 5px 104px;
  color:#999999;
  float:left;
  font-size:7pt;
  width:285px;
}

.logout
{
  background:none repeat scroll 0 0 #CC0001;
  color:#FFFFFF;
  display:block;
  float:left;
  padding:6px 0 6px 0px;
  width:80px;
  text-align:center;
}
div#zoom {
	z-index: 100;
}
div#PageFade {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	background: #000;
	display: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

.see-more-news
{
  float:right;
  display:inline;
  color:#999999;
  padding-right:14px;
  background:url("gfx/arrow-grey.gif") right 4px no-repeat;
}
.see-more-news:hover 
{
  color:#CC0000;
  background:url("gfx/arrow-red.gif") right 4px no-repeat;
}

