body {
	font-family: Arial, Sans-serif;
	font-size: small;
	background: #FB8B39;
	margin: 10px 0;
}
#container {
	background: #FB8B39 url('../img/layout/background.png') repeat-x center 200px;
	height: 853px;
}
#top {
	position: relative;
	background: url('../img/layout/top.jpg');
	height: 173px;
	width: 1002px;
	margin: 0 auto;
}
#top #topminimenu {
	position: absolute;
	left: 763px;
	width: 230px;
	top: 96px;
	padding: 11px 0;
	text-align: center;
}
#top #topminimenu a {
	color: white;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	display: inline-block;
	padding-left: 18px;
	padding-right: 1px;
}
#top #topminimenu a#topminimenu_a_id6 {
	background: url('../../web/img/layout/topminimenu_ico1.png') left center no-repeat;
}
#top #topminimenu a#topminimenu_a_id7 {
	background: url('../../web/img/layout/topminimenu_ico2.png') left center no-repeat;
}
#top #topminimenu a#topminimenu_a_id45 {
	background: url('../../web/img/layout/topminimenu_ico3.png') left center no-repeat;
}

#top #topminimenu a:hover,
#top #topminimenu a.aktivni,
#top #topminimenu a.aktivni_vnorene {
	color: yellow;
}

#middle {
	width: 1005px;
	margin: 0 auto;
}
#middle > ul {
	margin: 0;
	padding: 0;
	height: 590px;
	color: white;
	text-align: center;
	background: url(../img/layout/menu1.png);
}
#middle > ul  > li > a {
	color: white;
	text-decoration: none;
}
#middle > ul > li {
	position: relative;
	font-size: large;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 18px 5px 0;
	float: left;
	width: 191px;
	height: 573px;
	list-style-type: none;
	background-position: 5px 70px;
	background-repeat: no-repeat;
}

#middle ul ul > li{ display: none; }
#middle ul > li:hover > ul li{ display: block; }
#middle ul > li:hover > ul {
	background: url(../img/layout/submenu_hover.png);
}

#middle ul ul {
	position: absolute;
	top: 70px;
	left: 5px;
	width: 188px;
	height: 427px;
	margin: 0;
	padding: 20px 0 0 0;
	color: black;
	font-size: small;
	text-align: left;
}
#middle ul ul li {
	list-style-type: none;
	padding: 0;
}
#middle ul ul li a {
	display: block;
	padding: 7px 20px;
	text-decoration: none;
	color: black;
}
#middle ul ul li a:hover {
	background: url(../img/layout/submenu_li_hover.png);
	color: white;
}
#bottom {
	background: url('../img/layout/bottom.jpg');
	height: 70px;
	width: 1002px;
	margin: 17px auto 0;
	text-align: center;
	padding-top: 20px;
	font-size: x-small;
}
#bottom a {
	color: #224;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}