* {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-weight: normal;*/
}

html,body {
	width: 100%;
	background: #000;
	color: #ccc;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

a {
	color: #ef5002;
	text-decoration: none;
}

a:hover {
        color:#ddd;
}


a.news:link, a.news:visited {
       color: #ddd;
       text-decoration: none;
}

div#top {
	width: 100%;
	height: 160px;
	margin: 0 0 30px 0;
	background: url('images/top.jpg') repeat-x;
}

div#topZawartosc {
	width: 1004px;
	_width: 1024px;
	height: 160px;
	background: url('images/topZawartosc.jpg') no-repeat;
	margin: 0 auto;
	padding: 0 20px 0 0;
}

h1#logo {
	float: left;
	height: 160px;
	width: 223px;
}

h2 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light','Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 1.5em 0;
}

h3 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light','Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 1.5em 0;
}

p {
	margin: 0 0 1em 0;
}

ul {
	padding: 0 0 0 15px;
}

li {
	margin: 0 0 10px 0;
}

div#topMenu {
	float: right;
}

div#topMenu ul {
	list-style: none;
}

div#topMenu ul li {
	float: left;
	height: 159px;
	line-height: 159px;
        text-transform: uppercase;
}

div#topMenu ul li a {
	display: block;
	padding: 0 5px;
	font-size: 16px;
	background: url('images/topMenu.gif') repeat-x;
        text-transform: uppercase;
}

div#topMenu ul li a:hover,div#topMenu ul li a.active,.selected, .selected a {
	color: #ddd;
	background: #141414;
        text-transform: uppercase;
}



div#box1,div#box2Zawartosc,div#stopka {
	width: 984px;
	margin: 0 auto;
	text-align: left;
}

/*najnowsze realizacje na stronie głównej */
div.realizacjeBig,div.realizacje {
	height: 250px;
	float: left;
	overflow: hidden;
	position: relative;
}

div.realizacjeBig {
	width: 514px;
}

div.realizacje {
	width: 213px;
	margin-left: 22px;
}

div.realizacjeOpis {
	position: absolute;
	bottom: 0;
	padding: 5px;
	background: url('images/realizacjeOpis.png');
	z-index: 100;
	_width: 100%;
	color: #fff;
}

div.realizacjeOpisIco {
	float: right;
	line-height: 2em;
	vertical-align: middle;
	height: 2em;
}

div.realizacjeOpisIco img {
	vertical-align: middle;
}

/* realizacje na stronie REALIZACJE */
div.realizacja {
	float: left;
	width: 447px;
	margin: 0 90px 10px 0;
}

div.realizacjaImg {
	height: 215px;
	width: 447px;
	float: left;
	overflow: hidden;
	margin: 0 0 20px;
}

div.realizacjaBorder {
	width: 100%;
	height: 1px;
	line-height: 2px;
	border-bottom: 2px solid #141414;
	clear: both;
	margin: 0 0 20px 0;
}

div#box2 {
	border-top: 1px solid #141414;
	background: #080808 url('images/box2.jpg') repeat-x bottom;
	margin: 30px 0;
	width: 100%;
	padding: 30px 0;
}
#box2 b{color:#E6E6E6;}

div.kolumna {
	float: left;
	width: 314px;
	margin: 0 20px 0 0;
}

div.kolumnaBig {
	float: left;
	width: 648px;
	margin: 0 20px 0 0;
}

ul.strzalki {
	padding: 0 0 0 25px;
	list-style-image: url('images/li.png');
}

ul.strzalki li {
	margin: 0 0 5px 0;
}
ul.strzalki li a{
	color:#ccc;
}

a.button {
	display: block;
	margin: 10px 0;
	color: #fff;
	width: 166px;
	_width: 176px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: url('images/button.png');
	padding: 0 5px;
	text-align: center;
}

p.partnerzy img {
	vertical-align: middle;
}

p.partnerzy {
	width: 270px;
	background-color: rgb(8, 8, 8);
}

div#stopka {
	padding-bottom: 30px;
}

div#stopka p {
	margin: 0;
}

div#stopka h2 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
}

.clear {
	clear: both;
	height: 0px;
}

div.last {
	margin-right: 0;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.mright15 {
	margin-right: 15px;
}