* {
    margin: 0;
    padding: 0;
}

body {
    font: 76% Arial, Tahoma,  sans-serif;
    text-align: center;
    background: #e5e5e5 url('./../img/bg.gif') repeat-x 0 0;
}
#wrapper {
    width: 776px;
    margin: 35px auto 0 auto;
    text-align: left;
}
a img {
    border: 0;
}
.clr {
	clear: both;
}
#top {
	height: 30px;
	position: relative;
	padding: 0 15px 0 15px;
}
#lang {
	width: 50px;
	height: 11px;
	list-style: none;
	position: absolute;
	top: 5px;
	right: 15px;
}
#lang li {
	float: left;
	padding-left: 5px;
}
#lang li a {
	display: block;
	float: left;
	width: 16px;
	height: 11px;
}
#lang li a span {
	display: none;
}
#lang #pl {
	background: transparent url('./../img/pl.gif') no-repeat 0 0;
}
#lang #en {
	background: transparent url('./../img/en.gif') no-repeat 0 0;
}
#lang #gr {
	background: transparent url('./../img/gr.gif') no-repeat 0 0;
}
#lang #no {
	background: transparent url('./../img/no.gif') no-repeat 0 0;
}
#mid {
	width: 776px;
	height: 550px;
	background: transparent url('./../img/mid.jpg') no-repeat 0 0;
	margin: 0 auto 20px auto;
}
h2 {
	font-size: 1.6em;
	text-indent: 5px;
}
.box {
	width: 160px;
	height: 123px;
	float: left;
	margin-top: 160px;
	margin-left: 8px;
	padding: 5px 10px 5px 10px;
	font-size: .9em;
	position: relative;
}
.box a {
	font-size: .9em;
}
.boxHorizontal {
	width: 320px;
	height: 60px;
	float: left;
	margin-top: 165px;
	margin-left: 30px;
	padding: 5px 10px 5px 10px;
	font-size: .9em;
	position: relative;
}
.boxHorizontal a {
	font-size: .9em;
}

* html .box {
	display: inline;
}
#box1 {
	margin-left: 15px;
}
* html #box1 img {
	position: relative;
	top: -4px;
}
.see {
	position: absolute;
	top: 188px;
	right: 5px;
	color: #da251c;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
.seeHorizontal {
	position: absolute;
	top: 65px;
	left: 306px;
	color: #da251c;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
#kompetencje {
	text-align: center;
}
h3 {
	color: #959595;
	font-size: 1.2em;
	margin-bottom: 10px;
}
#kompetencje p {
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 30px;
}
#klienci {
	text-align: center;
}
#klienci h3 {
	margin-bottom: 15px;
}
#klienci p {
	word-spacing: .8em;
}
#copy {
	color: #959595;
	font-size: .8em;
	text-align: center;
	padding-top: 30px;
}