body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: black; 
	background-color: white;
	}

#middle {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -300px; /*ujemna połowa wysokości #container*/
}

#container {
	margin: 0 auto;
	padding: 0;
	height: 600px;
	width: 800px;
} 

a	{
	color: blue;
	text-decoration: none;
	}
	
#top {
	width: 800px;
	height: 160px;
	background: url('grafika/top.png') no-repeat;
}

#data {
	float: left; 
	width: 160px; 
	padding-left: 50px; 
	font-style: italic;
	font-size: 14px;
	color: blue; 
}

#flagi {
	float:left; 
	padding-left: 400px;
}

#baner {
	clear: both; 
	padding-left: 220px; 
	margin-top: -10px; 
	font-family: Arial; 
	font-size: 20px; 
	color: #4D4D4D; 
	font-style: italic;
	text-shadow: 5px 5px 15px blue;
}

#menu {
	float: left;
	width: 180px;
	height: 380px;
	background: url('grafika/menu.png');
	background-repeat: no-repeat;
}

#menu div {
	padding:60px 10px 10px 90px; 
	font-size: 14px;
	text-shadow: 5px 5px 10px black;
}

p.selected a{
	font-weight: bold;
	color: red;
	font-style: italic;

}

#menu p a:hover {
	font-weight: bold;
	color: red;
	font-style: italic;
}

#strona {
	float: right;
	width: 620px;
	height: 380px;
	background: url('grafika/www.png');
	background-repeat: no-repeat;
	font-family: Ariel;

}

#strona div {
	padding: 30px 70px 20px 30px; 
	font-family: Arial; 
	font-size: 14px;
}

#strona li {
	list-style-type: square; 
	list-style-position: outside; 

	list-style-image: url('grafika/Needle-white-32.png');
}

#strona li:hover {
	color: blue;
	list-style-image: url('grafika/Needle-left-yellow-32.png');
	}

#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
	width: 800px;
	height: 60px;
	background: url('grafika/footer.png');
	background-repeat: no-repeat;
}

