/**
 * CSS file for
 * hotel Hnedy Vrch - Pec pod Snezkou
 * section: Fotogallery - album list
 * @link http://www.codeLab.cz
 * @copyright 2003
 * @author Matej Kriz <mattez@2in.cz>
 * @access public
 * @since 1.10.2003
 *
 **/

/*
--------------------------------------------------
Obecne formaty dokumentu
--------------------------------------------------
*/
.vypis{
	position:relative;
	width: 100%;
	height: auto;
	/*padding-top: 10px;*/
	/*border-top: 1px solid #FF9933;*/
}
.vypis .tub{
	position:relative;
	width: 140px;
	float: left;
	padding-left: 5px;
}
.vypis .popis{
	position:relative;
	width: 340px;
	min-height: 50px;
	float: right;
	border-left: 1px solid #FF9933;
}
.vypis .popis div{
	position:relative;
	padding-left: 15px;
	text-align: justify;
}
.vypis .tub img{
	position:relative;
	border-right: 1px solid #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
	border-top: 1px solid #330000;
	border-left: 1px solid #330000;
}
.vypis .break{
	/*position: relative;*/
	font-size: 0px;
	clear: both;
	padding-bottom: 10px;
}
.vypis .break div{
	height: 10px;
	font-size: 0px;
	border-bottom: 1px solid #FFDC97;
}
.vypis h3{
	position:relative;
	font-size:1em;
	margin: 0;
}
.vypis h4{
	position:relative;
	font-size:0.8em;
	margin: 0;
}
.vypis em{
	position:relative;
	font-size:0.9em;
	display: block;
	margin: 5px 0px 0px 0px;
	font-style: normal;
}
