/*
 
 $Id: home.css,v 1.9 2008/10/02 16:16:43 petr Exp $
 
 */

#home {
    width: 982px;
    height: 498px;
    background: #e4e4e4 url('images/home-menu.jpg') no-repeat top left;
}

#home a {
    display: block;
    font-weight: normal;
    font-size: 14px;
	color: #000;
	padding: 5px;
	height: 230px;
}

#home a:hover {
	color: #888;
}

#home li {
    position:absolute;
    text-align:center;
	width: 270px;
}

li#kuchyne {
	margin-top: 80px;
}

li#active-kuchyne {
	display: none;
}

li#prodej-exponatu {
	display: none;
}

li#loznice {
	margin-top: 64px;
	margin-left: 400px;
}

li#bytovy-nabytek {
	margin-top: 80px;
	margin-left: 710px;
}

#home_new {
	position: relative;
	top: 377px;
	left: 281px;
	width: 456px;
	background: url('images/home-news.jpg') no-repeat top left;
}

#home_new p {
	padding: 20px 0px 0px 80px;
	margin: 0px;
	font-size: 12px;
	color: #888;
}

#home_new p a {
	display: inline;
	font-size: 16px;
	color: #888;
	padding: 0px;
}
