/* CSS Document */
* {
margin:0;
padding:0;
outline:none;
}

span#tags {
width: 172px;
height: 138px;
display: block;
background: url('img/tagi.png') no-repeat;
position: absolute;
z-index: 10;
top: 0px;
left: 750px;
}

img {
border:0;
}

body {
text-align: center; 
background: url('img/body-bg.png');
}

#contener {
text-align: left;
width: 905px; 
margin: 0 auto;
position: relative;
}

#menu {
background: url('img/body-bg-darker.png') repeat-x;
height: 50px;
}

#menu ul {
list-style: none;
float: right;
margin: 10px 20px 0 0;
width: 760px;
}

#menu ul li {
float: left;
line-height: 20px;
margin: 0 4px;
}

#menu ul li a {
background: url('img/body-bg.png');
text-decoration: none;
display: block;
padding: 5px 10px;
font-size: 16px;
color: #b2b2b2 !important;
border: 1px solid #333;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#menu ul li a:hover {
background: #f4f1bf;
}

#top {
height: 83px;
background: url('img/top_bg.png') repeat-x;
padding: 50px 0 20px;
width: 905px;
margin: 0 auto;
position: relative;
}

#top a {
width: 659px;
height: 83px;
display: block;
margin: 0 0 0 60px;
background: url('img/logo.png') no-repeat;
text-indent: -5000px;
}

#contener div.box {
min-height: 100px;
background: url('img/body-bg-darker.png');
color: #D2CFC9;
text-align: justify;
position: relative;
margin: 0 auto 20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;

}

#contener div.box h1 {
height: 82px;
position: absolute;
top: 10px;
left: -50px;
text-indent: -5000px;
}

#contener div.box h1.o_mnie {
width: 72px;
background: url('img/menu.png') 0 10px no-repeat;
}

#contener div.box h1.wspolpraca {
width: 73px;
background: url('img/menu.png') -72px 10px no-repeat;
}

#contener div.box h1.dtp {
width: 68px;
background: url('img/menu.png') -150px 10px no-repeat;
}

#contener div.box h1.www {
width: 73px;
background: url('img/menu.png') -218px 10px no-repeat;
}

#contener div.box h1.sklepy {
width: 67px;
background: url('img/menu.png') -360px 10px no-repeat;
}

#contener div.box h1.ceny {
width: 70px;
background: url('img/menu.png') -294px 10px no-repeat;
}

#contener div.box h1.kontakt {
width: 73px;
background: url('img/menu.png') -426px 10px no-repeat;
}

#contener div.box div {
padding: 20px 30px 20px 30px;
}

#contener div.box h2 {
margin: 10px 0 5px;
}

#contener div.box h3 {
margin: 10px 0 2px;
}

#contener div.box p {
margin: 0 0 5px;
}

#contener div.box p.adres1 {
text-align: center;
}

#contener div.box p.adres2 {
text-align: center;
}

#contener div.box p a {
color: #8f8f8f;
font-weight: bold;
text-decoration: none;
}

#contener div.box p strong {
color: #8f8f8f;
}

#contener div.box p.center {
text-align: center;
}

#contener div.box img#mojefoto {
margin: 0 0 5px 10px;
float: right;
border: 1px solid #b2b2b2;
}

#contener div.box ul {
margin: 0 0 5px 18px;
}

#contener div.box ul.realizacje_thumb {
list-style: none;
margin: 10px 0 5px 3px;
}

#contener div.box ul.realizacje_thumb li {
float: left;
}

#contener div.box ul.realizacje_thumb li img {
width: 120px;
height: 120px;
padding: 6px;
margin: 4px;
background: url('img/body-bg.png');
}

a.dogory {
background: url('img/dogory.png') no-repeat;
width: 40px;
height: 42px;
position: fixed;
bottom: 10px;
right: -50px;
text-indent: -5000px;
cursor: pointer;
position: absolute;
display: none;
}


