html{
		height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana,Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #203B3C;
	height: 100%;
	background: url(bg.jpg) repeat-y;
	background-color: #DDF5F5;
}
h1{
		font-family: "Times New Roman";
		font-size: 22px; 
		color: #9D9D97;
}
div#top {
	position: relative;
	top: 0px;
	background: url(logo.jpg) no-repeat;
	padding-left: 620px;
	text-align: left;
	height: 70px;
	background-color: #DDF5F5;
	color: #498F90;
	font-size: 11px;
}
div#menu{
	position: relative;
	top: 0px;
	height: 135px;
	background: url(menu.jpg) no-repeat;
	vertical-align: middle;
	background-color: #F0FCFC;
	overflow: hidden;
	clear: both;
}
div#txt {
	position: relative;
	top: 0px;
	background: url(bg.jpg) repeat-y;
	padding-top: 0px;
	background-color: #DDF5F5;
	
	overflow: hidden;
	clear: both;
}
div#tresc {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 70px;
	width: 550px;

	display: table;
	text-align: justify;
	padding-left: 160px;
}
div#stopka{
	position: relative;
	bottom: 0px;
	padding: 2px;
	padding-bottom: 0px;
	text-align: center;
	height: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid;
	border-color: #BBBBBB;
	width: 595px;
	margin-left: 138px;
	margin-top: 138px;
}
img{
	float: left;
	margin-right: 15px;	
}
img.mini{
	float: none;
	padding-right: 20px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #DDDDDD;
	background: url(mini.gif);
	
}
img.prawa{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
img.flagi{
	margin:5px;
	border:0px;
}
li { 
	padding-left: 0px;
	margin-left: 20px;
}
ul { 
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(smallimage.gif); 
}
a:link { 		

	color: #0067B1;
	text-decoration: none; 

}
a:visited { 

	text-decoration: none; 
	color: #0067B1;

}
a:hover, a:active {

	text-decoration: underline;
}
#top a:link { 		
		color: #296F70;
		text-decoration: none; 

}
#top a:visited { 		
		color: #296F70;
		text-decoration: none; 
}
#top a:hover, a:active {		
		color: #296F70;
		text-decoration: underline; 
}