/**
 * CSS file for 
 * hotel Hnedy Vrch - Pec pod Snezkou
 * section: About US
 * @link http://www.codeLab.cz
 * @copyright 2003
 * @author Matej Kriz <mattez@2in.cz>
 * @access public
 * @since 1.10.2003
 *
 **/

/*
--------------------------------------------------
Obecne formaty dokumentu
--------------------------------------------------
*/

.vip{
	position:relative; 
	float: left;
	width: 165px;
	margin: 10px 0px;
}
.vip img{
	position:relative;
	margin: auto auto;
	border: 1px solid #330000;
}
.jmeno{
	position:relative;
 	font-size: 0.9em;
	font-weight: bold;
}
.popis{
	position:relative;
	font-size: 0.8em
}
.clear{
	clear: both;
}


