﻿body {
	overflow:hidden;
	margin: 0;
	padding: 0;
	color: #107741;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 44px;
	line-height: 1.8em;
	text-align: center;
	background-color:#BECBC4;
}

a, a:link, a:visited { 
	font-size: 30px;
	color: #ffffff; 
	font-weight: 600; 
	text-decoration: none; 
}

a:hover {
	font-size: 34px;
	color: #71DB00;
	font-weight:600;
	text-decoration: none;
	}
	

#body_tlo {
	width: 100%;
	height: 100%;
}




/** page **/


#page {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding-top:20px;
}


#winda {
  position: absolute;
  left:0;
  width: 100%;
  z-index:99;
  text-align:center;
  top: 15px;
  padding-left:500px;
}



/** tlo **/

#wrapper {
  position:relative;
  width:auto;
  height:698px;
  background-position:center;
  background-image:url('img/tlo.jpg');
  background-repeat:no-repeat;
}

#centeredBox {
  position:absolute;
  top: 50%;
  left: 50%;
  width:812px;
  height:340px;
  margin-left: -406px; /*1/2 width*/
  margin-top: -170px; /*1/2 of height*/
}


#box{
	width:256px;
	height:420px;
	margin-right:22px;
	float:left;
}

#box_last {
	width:256px;
	height:420px;
	float:left;
}

.handel_img {
	width:256px;
	height:420px;
	background-image:url('img/handel.jpg')
}

.transport_img {
	width:256px;
	height:420px;
	background-image:url('img/transport.jpg')
}

.produkcja_img {
	width:256px;
	height:420px;
	background-image:url('img/produkcja.jpg')
}


#link {
	padding-top:300px;
	font-family:Calibri, Tahoma, Geneva, sans-serif;
}

/** stopka **/

.stopka {
	font-family:Calibri, Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#107741;
}


/** stopka it **/


#created_center {
	width:200px;
	margin-left:305px;
}
  
.created {
	background-image:url('img/created.png');
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
}

.created a {
 display:block;
 width:100%;
 height:50px;
}

