body 
{
	font-family: Verdana;
    font-size: 12px;
	color: black;
	background-color:white;
	text-align: left;
	width:100%;
	height:100%;
	margin: 0 auto;	
	padding: 0;
}
*{margin: 0; padding:0; list-style:none;}

#pojemnik1
{
margin: 0 auto;
height:220px;
width:940px;
background-image: url('gfx/logo.jpg');
background-position: 200px top;
background-repeat: no-repeat;
}

#pojemnik2
{
float:right;
height:50px;
width:370px;
margin-top:140px;
margin-right:20px;
}

#pojemnik3
{
margin: 0 auto;
min-height:500px;
width:1130px;
background-image: url('gfx/linijka.png');
background-position: 30px top;
background-repeat: no-repeat;
}

#pojemnik4
{
margin: 0 auto;
margin-left:150px;
height:118px;
width:980px;
background-image: url('gfx/gora.png');
background-position: left 40px;
background-repeat: no-repeat;
}
#pojemnik5
{
margin: 0 auto;
margin-left:150px;
min-height:150px;
width:890px;
padding-left:50px;
padding-right:50px;
background-image: url('gfx/srodek.png');
background-position: left 50px;
background-repeat: repeat-y;
}
#pojemnik6
{
margin: 0 auto;
height:324px;
width:1130px;
background-image: url('gfx/dol.jpg');
background-position: 18px top;
background-repeat: no-repeat;
}

#pojemnik7 
{
float:right;
width:385px;
height:100px;
}

h3
{
font-size:13px;
display:inline;
}

#menu
{
float:left;
padding-top:10px;
padding-left:150px;
height:55px;
width:800px;
}
#menu ul
{
float:left;
height:55px;
width:800px;
}
#menu li
{
float:left;
height:52px;
width:119px;
display:inline;
background-image: url('gfx/przycisk1.png');
background-position: left top;
background-repeat: repeat-x;
}
#menu li:hover
{
float:left;
height:52px;
width:119px;
display:inline;
background-image: url('gfx/przycisk2.png');
background-position: left top;
background-repeat: repeat-x;
}
#menu a
{
padding-top:15px;
float:left;
display:block;
height:37px;
width:119px;
color:red;
font-size:16px;
text-decoration:none;
text-align:center;
}
#menu a:hover
{
float:left;
display:block;
height:37px;
width:119px;
color:white;
text-decoration:none;
text-align:center;
}



