html, body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_grey.jpg);
	background-repeat: repeat;
}
#container {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0px;
}
#top_dekor {
	width: 896px;
	height: 65px;
	background-image: url(../img/res_dekor.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#intro {
	width: 896px;
	background-color:#122151;
	float: left;
}
#jidmenu_top {
	width: 896px;
	height: 279px;
	background-image: url(../img/jidmenu_top.jpg);
	background-repeat: no-repeat;
	float: left;
}
#divider1 {
	background-image: url(../img/main_dekor.jpg);
	float: left;
	height: 28px;
	width: 896px;
}
#divider2 {
	background-image: url(../img/main_dekor2.jpg);
	float: left;
	height: 28px;
	width: 896px;
}
#jidmenu_bottom {
	width: 896px;
	height: 214px;
	background-image: url(../img/jidmenu_bottom.png);
	background-repeat: no-repeat;
	float: left;
}
/*List menu pro Karty jidelni*/
#druh {
	width: 100%;
	float: left;
	height: 100px;
}
#druh ul {
	float: left;
	height: 100px;
	width: 100%;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#druh li {
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 100px;
	width: 175px;
	margin-left: 35px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#druh a
	{
	margin:0;
	height: 100px;
	width: 175px;
	list-style-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#druh a:hover						/* menu on mouse-over  */
	{
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#pdf {
	float: left;
	height: 100px;
	padding-top:10px;
	width: 100%;
}
#pdf ul {
	float: left;
	height: 90px;
	margin-top: 0px;
	margin-left: 0px;
}
#pdf li {
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 70px;
	width: 100px;
	list-style-type: none;
	margin-left: 110px;
}
#pdf a
	{
	margin:0;
	height: 90px;
	width: 120px;
	list-style-image: none;
}
#pdf a:hover						/* menu on mouse-over  */
	{
	text-decoration:none;
}
