body {
	margin: 0; font-family: Arial, sans-serif;
}
#top, #logo {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: Silver;
	text-align: center;
	height: 200px;
}
#pojemnik, #mapa {
	margin: auto;
	border: 1px solid silver;
	width: 780px;
	background-image: url(grafika/pasek.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
}
ul#menu, ul#menu li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: inline;
	line-height: 200%;
	}
ul#menu a {
	border: 1px solid gray; 
	font-size: 13px; 
	padding: 3px 10px 3px 10px;
	color: black;
	white-space: nowrap;
	text-decoration: none;
	background-color: #ECECEC;
	border-radius: 3px;
}
ul#menu a:hover {
	background-color: white;
	color: Gray;
}
#cont {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	border: 1px solid silver;
	width: 780px;
	background-image: url(grafika/leo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	font-size: 11px;
	height: 300px;
}
#cont a {
	font-size: 11px;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid gray;
	line-height: 170%
}
#cont a:hover {
	color: gray;
	border-bottom: 1px dotted gray;
}
#okladka {
	position:absolute; top:0; right:0;
	background-image: url(grafika/pasek_1.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#okladka1 {
	position:absolute; top:0; right:0;
	height: 300px;
}
#downmenu {
	width: 780px;
	margin: auto;
}
ul#dmenu, ul#dmenu li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: inline;
	}
	ul#dmenu a {
	border: 1px solid gray; 
	font-size: 13px; 
	padding: 3px 10px 3px 10px;
	color: black;
	white-space: nowrap;
	text-decoration: none;
	background-color: #ECECEC;
}
ul#dmenu a:hover {
	background-color: white;
	color: Gray;}
	
	address {
		text-align: center;
		font-size: 11px;
		margin: 5px;
		font-style: normal;
		color: rgb(190, 37, 41);
	}
	
#cont p {
font-weight: bold;
margin: 1em 0 0 1em;
color: rgb(190, 37, 41);
}	
#kontener {
	margin: auto;
	border: 1px solid silver;
	width: 780px;
	background-image: url(grafika/pasek.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	line-height: 200%;
	}
p.tyt {
	font-size: 14px;
	font-weight: bold;
	color: rgb(190, 37, 41);
	padding-left: 13px;
}	
#kontener span {
	color: Red;
}
#ngl {
	margin: auto;
	background-color: #EDEDED;
	width: 780px;
	text-align: center;
	font-size: 20px;
	padding: 1em 0 1em 0;
}
#kontakt{
	margin: auto;
	border: 1px solid silver;
	width: 780px;
	background-image: url(grafika/pasek.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	font-size: 12px;
	line-height: 170%;
}
#kontakt p {
	margin: 10px;
}
#banner {
	position:absolute; top:0; left:0;
	width: 165px;
	text-align: center;
	border: 2px solid Silver;	
}
#banner img {
	border: none;
}
