#menu {
	float: right;
	margin-top: 90px;
	margin-right: -6px;
	margin-left: 100px;
	font-size: 18px;
	font-family: Tahoma;
	color: #cccccc;
	position: absolute;
	height: 40px;
	
	}	
	
.menu-link {
	color: #373737;
	text-decoration: none;
	padding: 6px;
	}	
	
.menu-link:hover {
	color: #e28525;
	text-decoration: none;
	}	
	
#footer {
	color: #373737;
	font-size: 18px;
	margin-top: 35px;
	margin-right: -8px;
	float: right;
	line-height: 125%;
	padding: 8px;
	border-left: 3px solid #e28525;
	}
	
#footer-small {
	font-size: 14px;
	line-height: 125%;
	}
	
#tresc {
	margin: 0px;
	font-size: 16px;
	line-height: 125%;
	color: #373737;
	text-align: justify;
	font-family: Tahoma;
	
	}
	
.naglowek {
	font-size: 24px;
	color: white;
	padding-top: 20px;
	padding-bottom: 30px;
	text-indent: 15px;
	
	}
	
.lista {
	list-style-type: circle;
	list-style-position:outside;
	font-size: 16px;
	font-family: Tahoma;
	margin-left: 16px;
	line-height: 125%;
	}
	
a {
	color: #373737;
	text-decoration: none;
	}
	
a:hover {
	color: #e28525;
	text-decoration: none;
	
	}
