/* Layout Stylesheet */ 

body {
	background: #ffd553 url(../grafika/tlo.jpg) no-repeat scroll top;
	text-align: center;
	text-decoration: none;
	
}

#zakres {
	text-align: center;
	border: 0px solid #ffd553;
	width: 1000px;
	margin: auto;
}

#naglowek {
	height: 130px;
	width: 1000px;
	border: 0px solid #ffd553;
	text-align: left;}

#naglowek_logo {
	height: 130px;
	width: 650px;
	border: 0px solid #ffd553;
	text-align: left;
}

#naglowek_separator {
	height: 30px;
	border: 0px solid #ffd553;
	background-image: url(../grafika/separator_naglowek.gif);
	background-position: left;
	background-repeat: repeat-x;
	text-align: right;
}

#menu_glowne {
	height: 20px;
	border: 0px solid #ffd553;
	text-align: left;
}

#flash_promocje {
	position:relative;
	width:1000px;
	height: 250px;
	border: 0px solid #000000;
	padding:0;
	background-position: left;
	background-repeat: no-repeat;
 }

#flash {
	float:left;
	width: 650px;
	height: 250px;
	border: 0px solid #000000;
	background-image: url(../grafika/flash_promocje_tlo.jpg);
 }

#promocje {
	float: right;
	width: 350px;
	height: 250px;
	border: 0px solid #000000;
	/*background-color: #fff6d5;*/
	background-image: url(../grafika/promocje_tlo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#strona {
	position: relative;
	width: 1000px;
	border: 0px solid #000000;
	background: #fff2ca;
	background-image: url(../grafika/strona_tlo.gif);
	background-repeat: repeat-y;

}

#submenu {
	float:left;
	width: 290px;
	height: auto;
	border: 0px solid #FFD553;
	padding: 5px;
	background: #fff2ca;
	
 }

#zawartosc {
	float:right;
 	width: 700px;
	height: 200px;
	border: 0px solid #990000;
	padding: 10px;
	padding-left: 20px;
	background: #fff2ca;
 }

#stopka_separator {
	height: 5px;
	border: 0px solid #990000;
	/*background-color: #fff6d5;*/
	background-image: url(../grafika/separator_stopka.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#stopka {
	height: 50px;
	border: 0px solid #990000;
	/*background-color: #fff6d5;*/
	background-position: top;
}
 
 
 
 
 
#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	

 }




#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
