/*
 *  CSS - styly jednotlivych stranek
 *  Copyrighted by Michal Madleňák <madlenak@ltweb.cz>, www.LTweb.info 
 */
 
/* fotogalerie ------------------------------- */
 .gallery {
 	margin-left: 0;
 }
 .gallery .popis h2 {
 	font-size: 0.9em;
 	background: none;
 	margin-left: 0;
 }
 .gallery .info {
 	font-size: 0.9em;
 	text-align: center;
 	display: block;
 }
 .gallery .odkazy {
 	font-size: 0.9em;
 }
 
.info-logo {
 	display: block;
 	float: right;
 	width: 330px;
 	padding: 15px 0 10px 5px;
}
