@charset "windows-1250";
body {
	background-color: #c44b32;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
}

#main {
	background-color: #666666;
	height: 314px;
	width: 100%;
	top: 200px;
	position: absolute;
}
#text {
	position: absolute;
	color: white;	
	padding: 10px 10px 10px 10px;
	left: 50px;
	width: 300px;
}

#navigace {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 600px;
	padding-top: 160px;
	width: 100%;
	height: 100%;
}

#odkazy li
{
	display: inline;
	list-style-type: none;
	padding-top: 5px;
}

#zasobovani {
	position: absolute;
	background-image: url(images/index_1.gif);
	height: 312px;
	width: 207px;
	top: 170;
	left: 600px;
}

#jidelna {
	position: absolute;
	background-image: url(images/index_1.gif);
	height: 312px;
	width: 219px;
	top: 170;
	left: 820px;
}
#odkazy img {
	border: 0;
}
#odkaz_img {
	position: relative;
	top: 3px;
	border: 1px solid black;
}


#odkazy a {
	color: black;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	background-image: url(images/index_1.gif);
	padding-left: 20px;
}
#odkazy a:link, #odkazy a:visited
{
	color: black;
	text-decoration: none;
}

#odkazy a:hover
{
	background-image: url(images/index_2.gif);
	color: #de7d00;
}
