

/* BODY I UKŁAD STRONY
____________________________________________ */

* {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

body, html {
        font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 100%;
	background: url(img/tlo.jpg);
	z-index: -1;
	position: relative;
}

h1 {
padding: 49px 0 0 30px;
color: #ffffff;
font-size: 40px;
text-shadow: 2px 2px 0 black;
}

h1 a, h1 a:hover {
text-decoration: none;
color: #ffffff;
}

h2 {
padding: 135px 0 0 40px;
color: #ffffff;
font-size: 14px;
text-shadow: 2px 2px 0 black;
}

section h2 {
padding: 0px;
margin-top: -20px;
color: #000000;
font-size: 25px;
text-shadow: none;
}

h3 {
padding-top: 10px;
color: #00910e;
font-size: 18px;
}


section header{
margin-top: 0px;
background: none;
height: 80px;
font-size: 14px;
}

article{
padding: 30px;
height: 0 auto;
}

#tlo {
position: absolute;
 height: 150px;
 width: 100%;
 background: url(img/tlo1.png);
 z-index: -0;
 }


header, nav, section, footer {
    display: block;
    margin-top: 10px;
    width: 800px;
    position: relative;
    text-align: left;
}
 
nav{
height: 20px;
 z-index: 1;
 margin-bottom: 15px;
}
 
ul {
float: left;
padding: 0;
margin-left: -1px;
margin-bottom: 5px;
list-style: none;
width: 100%;
}

li a {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
color: #515151;
display: block;
float: left;
text-align: center;
width: 159px;
text-decoration: none;
background-color: #d5d5d5;
padding: 10px 15px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px dotted #000000;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
margin-right:6px;
}

li a:hover {
color: #00910e;
background: #e9e9e9;
border-bottom: 0px;
}

#li1 {
margin-left: 10px;
}

section {
background-color: #e9e9e9;
border: 1px solid #000000;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
}

footer {
background-color: #f1f1f1;
    border: 3px solid #212121;
     background-image: url('img/foot.png');
     height: 30px;
     border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
text-align: right;
    }
    
footer p {
font-size: 12px;
color: #6d6d6d;
padding: 9px 20px 0 20px;
}

#licznik {
float: left;
}

 header {
 background-image: url('img/logo.gif');
 height: 200px;
 }
 
article li {
margin: 0 0 6px 40px;
list-style-image: url("img/str.png");
}

h4 {
font-size: 16px;
margin: 10px 0;
}

#img {
background-color: #f1f1f1;
border: 2px solid #dcdcdc;
border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
padding: 10px;
margin: 20px 0;
}

#kon1 {
width: 400px;
height: 48px;
 background: url(img/kontakt1.png);
 list-style: none;
  margin-top: 20px;
 }
 
 #kon1 p {
 font-size: 19px;
 font-weight: bold;
 padding: 11px 0 0 60px;
 }
 
 #kon2 {
 margin-top: 20px;
width: 400px;
height: 48px;
 background: url(img/kontakt2.png);
 list-style: none;
 }
 
 #kon2 p {
 font-size: 19px;
 font-weight: bold;
 padding: 11px 0 0 60px;
 }
 
 #kon3 {
  margin-top: 20px;
width: 400px;
height: 48px;
 background: url(img/kontakt3.png);
 list-style: none;
 }
 
 #kon3 p {
 font-size: 19px;
 font-weight: bold;
 padding: 11px 0 0 60px;
 }
 
 label {
 background-color: #f1f1f1;
border: 2px solid #dcdcdc;
border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
padding: 10px;
margin: 50px 0;
}

/* FORMS */
input[type=submit], input[type=text], textarea {
    background-color: #f1f1f1;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
border: 2px solid #dcdcdc;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    
    font-size: 13px;
    text-decoration: none;
    
    position: relative;
    line-height: 16px;
    padding:0px 14px;
    margin-bottom:8px;
}
 
/* SUBMIT */
input[type=submit] {
    background-color: #dcdcdc;
    color:#000;
    height: 30px;
    cursor:pointer;
    font-weight: bold;
}
 
/* TEXT INPUT */
input[type=text] {
    height: 30px;
    width: 300px;
}
 
/* TEXTAREA */
textarea {
    min-width:635px;
    min-height:120px;
    padding-top:8px;

}