@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	}

body {
	margin: 0px auto;
	padding: 0px;
	color: #11233e;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url('../images/tlo.jpg') no-repeat center top;
	}
	
#center {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	line-height: 20px;
	}

ul, li 	{ list-style: none; }
li 		{ padding-left: 20px; background: url('../images/arrow.gif') no-repeat 0px; }
ul.part { line-height: 30px; }

#top {
	position: relative;
	height: 383px;
	}
	
#logo {
	display: block;
	width: 224px;
	height: 161px;
	background: url('../images/logo.png') no-repeat;
	position: absolute;
	top: 73px;
	left: -10px;
	z-index: 10;
	outline: none;
	}

#logo span {
	display: none;
	}

#lang {
	width: 1000px;
	height: 53px;
	}

#lang a {
	float: right;
	margin-left: 8px;
	margin-top: 14px;
	height: 24px;
	width: 24px;
	background: url('../images/lang.gif') no-repeat;
	}

#lang a.pl { background-position: 0px 0px; }
#lang a.en { background-position: -24px 0px; }

#lang a.pl:hover, #lang a.pl.sel { background-position: 0px -24px; }
#lang a.en:hover, #lang a.en.sel { background-position: -24px -24px; }
		
#myGallery {
	position: relative;
	width: 1000px;
	height: 330px;
	}
	
/*
menu
*/
#menu {
	position: relative;
	width: 1000px;
	height: 60px;
	background: url('../images/belka_tlo.gif') no-repeat;
	}

#navi {
	position: absolute;
	height: 59px;
	display: block;
	z-index: 10;
	}

#navi a {
	height: 39px;
	color: #8e8e8e;
	font-size: 14px;
	padding: 0px 30px;
	padding-top: 20px;
	display: block;
	float: left;
	text-decoration: none;
	}

span.kreska {
	float: left;
	color: #e7e9eb;
	padding-top: 20px;
	}

#navibg {
	position: absolute;
	display: block;
	width: 219px;
	height: 59px;
	left: 0px;
	background: url('../images/belka_zolte.gif') no-repeat;
	z-index: 5;
	visibility: hidden;
	}
	
/*
lewa
*/
#lewa {
	float: left;
	width: 620px; 
	padding: 30px;
	border-right: 1px solid #e7e9eb;
	}

h2.npust { background: url('../images/npust.gif') no-repeat left top; }
h2.nfirma { background: url('../images/nfirma.gif') no-repeat left top; }
h2.npp { background: url('../images/npp.gif') no-repeat left top; }
h2.nzurawie { background: url('../images/nzurawie.gif') no-repeat left top; }
h2.nref { background: url('../images/nref.gif') no-repeat left top; }
h2.nprojekty { background: url('../images/nprojekty.gif') no-repeat left top; }
h2.nkontakt { background: url('../images/nkontakt.gif') no-repeat left top; }
h2.nrealizacje { background: url('../images/nrealizacje.gif') no-repeat left top; margin-top: 60px; }


/*h2.npust { background: url('../images/npust.gif') no-repeat left top; }*/
h2.nabout { background: url('../images/nabout.gif') no-repeat left top; }
h2.npartners { background: url('../images/npartners.gif') no-repeat left top; }
h2.ncranes { background: url('../images/ncranes.gif') no-repeat left top; }
h2.nreferences { background: url('../images/nreferences.gif') no-repeat left top; }
h2.nprojects { background: url('../images/nprojects.gif') no-repeat left top; }
h2.ncontacts { background: url('../images/ncontacts.gif') no-repeat left top; }
/*h2.nrealizacje { background: url('../images/nrealizacje.gif') no-repeat left top; margin-top: 60px; }*/

h2 {
	width: 619px;
	height: 30px;
	border-bottom: 1px solid #e7e9eb;
	margin-bottom: 20px;
	}
	
#lewa h2 span {
	display: none;
	}
	
#lewa p {
	text-align: justify;
	}
	
.pusty {
	clear: both;
	}

.frame, .frameopis {
	display: block;
	float: left;
	margin-right: 20px;
	width: 179px;
	height: 110px;
	padding: 7px;
	background: url('../images/foto_tlo.gif') no-repeat;
	position: relative;
	}

.frameopis {
	height: 130px;
	}

.opis {
	font-weight: bold;
	margin-top: 10px;
	background-color:#090;
	padding-left: 12px;
	background: url('../images/arrow.gif') no-repeat -3px 5px;
	}

.loga {
	margin-left: 40px;
	}

#mar {
	clear: both;
	background: url('../images/tlo_marq.jpg') repeat-x;
	height: 24px;
	padding-top: 4px;
	text-transform: uppercase;
	}

iframe {
	padding: 6px;
	border: 1px solid #e7e9eb;
	width: 600px;
	}
	
table {
	width: 600px;
	border-collapse: collapse;
	}
	
th, td {
	border: 1px solid #e7e9eb;
	padding: 8px;
	}

th {
	background-color: #ffd14d;
	}

ul.tabs {
	margin: 0px; 
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 30px;
	}

ul.tabs li {
	list-style: none;
	display: inline;
	background: none;
	padding-left: 0px;
	}

ul.tabs li a {
	background-color: #fafafb;
	border: 1px solid #e7e9eb;
	color: #8e8e8e;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	}
	
ul.tabs li a:hover {
	border-color: #ffca45;
	}
	
ul.tabs li a.active {
	text-decoration: underline;
	border-color: #ffca45;
	}

#content_2, #content_3, #content_4 { display:none; }
	
/*
prawa
*/
#prawa {
	float: right;
	width: 245px;
	padding: 37px;
	border-bottom: 1px solid #e7e9eb;
	border-left: 1px solid #e7e9eb;
	margin-left: -1px;
	}

/*
stopka
*/
#stopka {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #828c9b;
	width: 1000px;
	height: 120px;
	background: url('../images/stopka.jpg') no-repeat center top;
	padding-top: 18px;
	}

#stopka a {
	text-decoration: none;
	color: #828c9b;
	}

#stopka span {
	color: #ffca45;
	font-weight: bold;
	}
