
a img {
	border: none;
}
#galerie{
		text-align: left;
		width: 670px;
			   }

#galerie img:hover {
	border: none; 
	  }
#galerie a {
   border: none;
	}

#seznam {
	padding: 0 75px;
	margin: 6px;
	
}
#seznam  a {
	background-color: #F5F5F5;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	width: 200px;
	height: 160px;
	text-align: center;
	margin: 8px;
	padding: 8px;
	border: 2px solid #999;
	
}
#seznam a:hover {
	background-color: #F0F0E0;
	color: #0080FF;
	text-decoration: underline;
}
#seznam  a img {
	width: 160px;
	height: 120px
}

