body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin: 0px;
	padding: 0px;

	color: black;
	
	background: #F7F7F7;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;


	margin-bottom: 5px;
	margin-top: 10px;
}

h1{ font-size: 140%; }
h2{ font-size: 130%; }
h3{ font-size: 120%; }
h4{ font-size: 100%; }
h5{ font-size: 100%; }
h6{ font-size: 100%; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;
}

a{	color: Orange; }
a:hover{ text-decoration: none; }
a img{ border: none; } /* , a:link img */


table{ font-size: 100%; }
table td{
	padding: 4px;
}


/****************/

.main
{
	width: 780px;
	background: white;	
	margin: 10px;
}

.main .pad
{
	padding: 10px;
}

.header
{
	
	padding: 10px;
	position: relative;
	height: 72px;
	xbackground: url(obrazy/podzimni-fialova.jpg) no-repeat;
	xbackground-position: 380px -150px;
	background-color: #888888;
}


.header .name
{
	color: white;
	font-size: 300%;
	font-family: Arial, Helvetica, sans-serif;

}
.header .label
{
	position: absolute;
	right: 10px;
	xleft: 0px;
	top: 26px;
	font-size: 150%;
	color: white;
}
.header .label h1
{
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}

.menu
{
	margin-top: 10px;
}
.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li
{
	display: inline;
}
.menu ul li a
{
	display: block;
	float: left;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background: silver;
	color: white;
	text-decoration: none;
	margin-right: 10px;
}
.menu ul li a:hover,
.menu ul li a.active
{
	background: white;
	color: black;
}

.content
{
	margin-top: 10px;
}

.image
{
	float: left;
	width: 180px;

	margin-bottom: 25px;
	margin-right: 10px;
	text-align: center;
}

.image .size
{
	font-size: 10px;
	font-style: italic;
	
}
.image .info
{
	text-align: center;

}
.image .price
{
	margin-top: 5px;
}
.image .price.private
{
	font-size: 90%;
}
.image.detail
{
	float: none;
	width: auto;
}
.image.random-hp .info
{
	clear: both;
	text-align: right;
}
.image.random-hp
{
	text-align: right;
	width: 374px;
	float: right;
}
.image.random-hp img
{



}

.image.foto .info
{
	margin-top: 10px;
	font-size: 90%;
}

.gallery 
{
	clear: both;
}
.gallery .item
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}


.home-claim
{
	font-size: 130%;
	float: left;
	width: 370px;
	margin-top: 40px;
}

.home-pozvanka
{
	float: left;
	width: 370px;
	margin-top: 10px;
	clear: left;
	color: #616161;
}


.footer
{
	font-size: 10px;
	color: #888888;
	background: #E3E3E3;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}