/* CSS Document */

/* reset marginesów oraz dopełnień */
html, body, ul, li { margin: 0; padding: 0;}

/* reset wysokości linii i fontu */
h1, h2, ul, li, p { margin: 0; padding: 0; font-size: 1em; line-height: 1.5em;}

/* ustawienia globalne */

BODY
{
background-image: url(../_img/bground.jpg);
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
overflow-x: hidden;
}

/* resetowanie ramek obrazków */
a img {border: none;}
.clear {
	clear: both;
}

img {
	margin: 0 auto;
}



/* Responsywność */

@media screen and (max-width: 720px) {
}

@media screen and (max-width: 500px) {
}


/* linki */

a:link { color: #c8c8c8; text-decoration: none }
a:visited { color: #c8c8c8; text-decoration: none }
a:hover { color: #c8c8c8; text-decoration: }

/* kameleon */

#slideshow {
position:absolute;
    top:3px;
    left:50%;
}
#slideshow IMG {
   position:absolute;
    top:3px;
    left:50%;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;;
}
#slideshow IMG.last-active {
    z-index:9;
}


/* div style */

.main-div {
display: block;
margin: 0 auto;
}

.tekstury_3 {
	float:left;
	margin-right:30px;
}

.tekstury_1 {
	float:left;
}


