@charset "iso-8859-1";
/* CSS Document */

body{
background-color: #7dd85a;
color: #4e604b;
font-family: "Arial";
font-size: 11px;
font-weight: bold;
}

.pozycjonowanie, .pozycjonowanie a:link, a:active, a:visited{
text-decoration: none;
color: #ecbe11;
font-size: 10px;
font-weight: normal;
}

.pozycjonowanie a:hover{
color: #ff6c00;
font-size: 10px;
font-weight: normal;
}


a:link, a:active, a:visited{
text-decoration: none;
color: #ecbe11;
}

a:hover{
color: #ff6c00;
}



p{
text-align: justify;
line-height: 16px;
word-spacing: 3px;
}

h1{
font-size: 20px;
font-weight: bold;
color: #ecbe11;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h2{
font-size: 15px;
font-weight: bold;
color: #37aa28;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h3{
font-size: 15px;
font-weight: bold;
color: #ecbe11;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#container{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
background-color: #FFFFFF;
z-index: 1;
}

#gora{
position: relative;
width: 100%;
height: 220px;
background-image: url(img/tlo_gora.jpg);
background-repeat: repeat-x;
z-index: 2;
text-align: center;
}

#content{
position: relative;
width: 100%;
min-height: 300px;
text-align: center;
background-color: #FFFFFF;
z-index: 2;
}

#dol{
position: relative;
width: 100%;
height: 90px;
text-align: center;
background-image: url(img/tlo_dol.jpg);
background-repeat: repeat-x;
z-index: 2;
}

#right{
position: relative;
width: 200px;
min-height: 160px;
color: #000000;
float: right;
z-index: 4;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
margin: 30px 0px 0px 0px;
}

#left{
position: relative;
width: 600px;
min-height: 160px;
z-index: 4;
margin: 10px 0px 10px 40px;
}

#txt{
position: relative;
width: 950px;
min-height: 160px;
z-index: 3;
margin: 0 auto;
text-align: left;
}

#fotki{
position: relative;
width: 900px;
height: 120px;
z-index: 3;
margin: 0 auto;
padding: 0px 0px 0px 30px;
}