/* Aby strona wyglądała podobnie we wszystkich przeglądarkach odstępy itp definiujemy sami */
html, body, div, img, p, h1, h2, h3, a, ul, li { margin:0 ; padding:0 ; border:0 ;}


body {
	background: #f7f0ba url('grafika/tlo-ornament.jpg');
	font: normal 13px Verdana;
	color: #A89D83;
	}

div#baner
{
         width: 100%;
         height: 263px;
}

div#pasek-menu {
	width: 900px;
	height: 7px;
	position: absolute;
  top: 301px;
  z-index: 2;
	background: #f9efbc url('grafika/pasek-menu.gif') repeat-x;
	}

div#wysrodkowywacz {
	text-align: center; /* sztuczka dla starego IE */
	}

div#glowny-blok {
	text-align: left; /* sztuczka dla starego IE c.d. */
	margin: 0 auto;
	width: 900px;
	z-index: 3;
	background: #f9efbc;
	}


img#top {
	margin-left: 290px;
	}


/* w IE6 pozycjonowanie absolutne koliduje ze skryptem galerii */
img#logo, img#top, div#menu {
	position: absolute;
	z-index:8;
	}

div#tresc {
	width: 900px;
	height: 600px;
	background: #fff url('grafika/tlo-tresc.gif') repeat-x;
	}
/* błąd jest gdzieś powyżej */

/* to nasze nowe menu */
ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	padding: 0px 0px 1px 20px;
        height: 45px;
        width: 97.5%;
        margin: 0;
        background: #f9efbc;
}

ul.menu li {
	float: left;
}

ul.menu a:link, ul.menu a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #f9efbc url("grafika/tlo1-przycisk-menu.gif") repeat-x center;
	color: green;
	padding: 10px 20px;
	border-right: 1px solid #f9efbc;
	border-right: 1px solid #f9efbc;
}

ul.menu a:hover {
	background-color: #f9efbc;
	background-image: url("grafika/tlo2-przycisk-menu.gif");
}
/*to koniec naszego nowego menu*/


div#menu {
  position: absolute;
	top: 50px;
	width: 237px;
	height: 160px;
	text-align: center;
}

#menu a {
	margin-left: 20px;
	width: 237px; 
	height: 26px; 
	background: #f0e497 url('grafika/motyw2.gif') top left no-repeat;
  }

#menu a:hover {
	background-position: 0 -26px; 
	}

#menu a.aktualna {
	background-position: 0 -52px; 
	}



#menu a#o-firmie {background-image:url('grafika/m-ofirmie.gif');}
#menu a#suknie-slubne {background-image:url('grafika/m-kolekcja.gif');}
#menu a#wypozyczalnia {background-image:url('grafika/m-wypozyczalnia.gif');}
#menu a#klientki {background-image:url('grafika/m-klientki.gif');}
#menu a#wspolpraca {background-image:url('grafika/m-wspolpraca.gif');}
#menu a#kontakt {background-image:url('grafika/m-kontakt.gif');}


div#stopka {
	width: 900px;
	height: 60px;
	text-align: center;
	font: normal 12px Tahoma;
	background: #f0e497 url('grafika/motyw2.gif') top left no-repeat;
	z-index: 8;
	}

#stopka a {
	color: #806A59;
	text-decoration: none;
	}

#stopka a:hover {
	text-decoration: underline;
	}



#aktualnosci {
	position: absolute;
	top: 220px;
	margin-left: 50%;
	left: -175px;
	width: 350px;
	height: 140px;
	background: #f0e497;
	color: #806A59;
	padding: 17px;
	border: solid 2px #171;
	font: normal 12px Tahoma;
	z-index: 9;
	}


/* ...  */

div#t1,div#t1b, div#t2, div#t3 {
	width: 270px;
	}
	

div#t1 {
	float: left;
	margin: 0 20px 0 0px;
	height: 100%;
	background: url('grafika/motyw1.gif') bottom left no-repeat;
	}
	
div#t1b {
	float: left;
	margin: 0 20px 0 0px;
	height: 100%;
	background: url('grafika/motyw1.gif') bottom left no-repeat;
	}	


#t2 img.napis, #t3 img.napis {
	margin: 20px 0 0 5px;
	}

/* poniższe 3 wpisy przywracają wyrównanie tekstu po rozszerzeniu 
pierwszej warstwy w taki sposób, żeby motyw był na właściwym miejscu */

#t1 img.napis {
	margin: 20px 0 0 25px;
	}

#t1b img.napis {
	margin: 20px 0 0 25px;
	}

#t1 p {
	margin: 5px 5px 5px 25px;
	}

#t1b p {
	margin: 5px 5px 5px 25px;
	}


#t1 li {
	margin: 0 0 0 40px;
	}

div#t2 {
	float: left;
	margin: 0 15px 0 25px;
	}

div#t3 {
  float: left;
	margin: 0 0px 0 0;
	width: 290px;
	}

div#t3b {
  position: relative;
	float: left;
	top: 40px;
	margin: 0 0px 0 0;
	width: 290px;
	}

/* tekst pod zdjęciami na głównej */
div#t2 a, div#t3 a {
	font: normal 13px Verdana;
	color: #A89D83;
	text-decoration: none;
	}
	
div#t3b a {
  font: normal 13px Verdana;
	color: #A89D83;
	text-decoration: none;
	}	

div#t2 a:hover, div#t3 a:hover {
	color: #444;
	}

/* to pisze pod katem strony o-firmie */

#t2 li {
	margin: 10px 0 0 18px;
	}

#t2 p {
	margin: 15px 0 0 5px;
	}
	
	
/* flaga */

#flaga {
	position: absolute;
	z-index:9;
	top: 3px;
	margin-left: 866px;
	}
