* {
padding: 0;
margin: 0;
} 

body {
background: #555;
font: 12px 'Trebuchet MS', Verdana,sans-serif;
line-height: 20px;
color: #333333;
}

img { border: none; }
a { color: #3E92EA; outline-style:none; }
a:hover { text-decoration: none; color : #000; }

#container {
margin: 30px auto;
width: 800px;
}

#header { 
text-align: center;
padding: 0 0 10px 10px;
}
#header h1 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 10px;
letter-spacing: 1px;
line-height: 12px;
}

#menu {
height: 35px;
line-height: 32px;
background: #222 url(images/menu.jpg) no-repeat;
}
#menu ul {
padding-left: 110px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 15px 0 15px;
text-decoration: none;
font-weight: bold;
font-size: 13px;
letter-spacing: 1px;
display:block; 
text-align:center;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
color:#fff; 
background:#F0D139;
}

#zdjecie {
background: #555 url(images/content.jpg) repeat-y;
padding-left:11px;
}

#content {
background: #555 url(images/content.jpg) repeat-y;
padding: 15px 30px 30px 30px;
}

.main {
width: 530px;
min-height: 553px;
float: left;
text-align: justify;
padding: 0 20px 0 0;
border-right: 1px dotted #bbb;
}
.main h2 {
color: #3E92EA;
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.main h3 {
font-size: 16px;
}
.main p {
margin: 15px 0 25px 0;
}

.klienci {
width: 170px;
padding: 5px;
float: right;
background-color:#F6F6F6;
font-size: 12px;
}
.klienci ul {
list-style-type: none;
padding: 0;
line-height:16px;
letter-spacing: -1px;
}
.klienci ul li {
padding: 10px 0 0 0;
}
.klienci h2 {
height: 30px;
font-size: 16px;
color: #666;
}
.klienci a { 
text-decoration: none;
display:block; 
padding: 2px;
}
.klienci a:hover { 
background:#FFDF3E;
}

#gora {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 0;
}

#footer {
height: 15px;
color: #eee;
font-size: 11px;
padding: 0 12px 0 12px;
}
#copyright {
float: left;
color: #000;
}
#design {
float: right;
}
#design a {
color: #000;
text-decoration: none;
}
#design a:hover {
color: #3E92EA;
text-decoration: underline;
}