html { margin:0; padding: 0; /* width: 100%; */ }
body {
	margin:0;
	padding:0;
	font-family : Arial, "Arial CE", "Helvetica CE", Verdana, sans-serif;
	font-size:76%;
	text-align:center;
	color:#202200;
}
p, form, div, ul, li {	margin: 0;	padding: 0; }
img { font-size:92%; border:none;}

#fullframe {
	background-image:url(../_images/bg-body-h.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
#mainframe {
	width:980px;
	margin:0 auto;
	position:relative;
}
#tophead {
	width:980px;
	height:108px;
	text-align:right;
	background-image:url(../_images/bg-tophead.png);
	background-repeat:no-repeat;
}
#head {
	width:980px;
	height:335px;
	position:absolute;
	top:108px;
	left:0;
	background-image:url(../_images/bg-head.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#head .bg {
	width:980px;
	height:335px;
	background-image:url(../_images/head-kuchar.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
}

#logo {
	width:205px;
	height:70px;
	position:absolute;
	top:20px;
	left:35px;
	z-index:1;
	text-align:left;
	font-weight:bold;
	font-size:130%;
}
#logo a {
	display:block;
	width:205px;
	height:70px;
	position:relative;
	cursor:pointer;
	_cursor:hand;
	overflow:hidden;
}
#logo a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:0 0;
}
#logo a span {
	background-image:url(../_images/logo-gastro-jesenik.png);
}

#head img {
	display:block;
}

#flash {
	position:absolute;
	top:0;
	left:0;
}

#main {
	text-align:left;
	margin-top:335px;
	margin-bottom:20px;
	background-image:url(../_images/bg-main.png);
	background-repeat:repeat-y;
}

#main p {
	line-height:1.4em;
}

#col-l {
	float:right;
	width:240px;
}
#col-l img {
	display:block;
}

#col-r {
	float:right;
	width:740px;
	font-size:110%;
}
#col-r .margin {
	padding-bottom:10px;
}

#index-l {
	float:left;
	width:520px;
}
#index-r {
	float:left;
	width:220px;
}
#index-r .imargin {
	padding:0 0 0 20px;
}

#foot {
	text-align:left;
	width:980px;
	background-image:url(../_images/bg-foot.png);
	background-repeat:no-repeat;
	background-position:top;
	font-size:110%;
	background-color:#e9e9e9;
}
#foot .bg {
	width:980px;
	background-image:url(../_images/bg-foot-end.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.navigace {
	padding:15px 20px 15px 0;
	color:#000000;
	text-align:right;
}
.navigace a, .navigace a:hover {
	color:#5287f0;
	text-decoration:underline;
}
.navigace a:hover {
	text-decoration:none;
}

.copy {
	text-align:right;
	padding:10px 20px 10px 0;
	text-align:right;
	color:#999999;
	background-color:#FFFFFF;
}
.copy a, .copy a:hover {
	color:#999999;
	text-decoration:underline;
}
.copy a:hover {
	text-decoration:none;
}

a {
	color:#5287f0;
	text-decoration:underline;
}
a:hover {
	color:#5287f0;
	text-decoration:none;
}

.hidden { display:none;}

.clear-lr {
	clear:both;
	margin-top:-1px;
	position:relative;
	padding:0;
	height:0;
	border:none;
	overflow:hidden;
	visibility: hidden;
}
.break-l {
	clear:left;
	margin-top:-1px;
	position:relative;
	padding:0;
	height:0;
	border:none;
	overflow:hidden;
	visibility: hidden;
}
.break-r {
	clear:right;
	margin-top:-1px;
	position:relative;
	padding:0;
	height:0;
	border:none;
	overflow:hidden;
	visibility: hidden;
}

.l {
	text-align:left;
}
.r {
	text-align:right;
}
.c {
	text-align:center;
}
.j {
	text-align:justify;
}
.t {
	vertical-align:top;
}
.small {
	font-size:92%;
}

table {
	font-size:100%;
	border-collapse:collapse;
}
td, th {
	padding:4px;
}

th {
	text-align:center;
	font-weight:bold;
}
.err2 {
	font-style:italic;
}
.err {
	font-weight:bold;
	color:#FF0000;
}

h1 {
	font-size:146%;
	font-weight:bold;
	padding:0;
	margin:0 0 15px 0;
	color:#5287f0;
}
h2 {
	font-size:120%;
	font-weight:bold;
	padding:0 0 15px 0;
	margin:0;
	color:#5287f0;
}
h3, h4 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:100%;
	color:#5287f0;
}
#drobecky {
	position:absolute;
	width:810px;
	height:30px;
	text-align:left;
	top:280px;
	left:0;
	font-size:92%;
	color:#999999;
}
#drobecky p {
	padding:10px 0 0 0;
}
#drobecky a, #drobecky a:hover {
	color:#999999;
	text-decoration:underline;
}
#drobecky a:hover {
	text-decoration:none;
}
#drobecky img {
	display:inline;
}

#menu {
	position:absolute;
	width:810px;
	height:47px;
	top:234px;
	left:0;
	z-index:2;
	background-image:url(../_images/bg-menu.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#2c2c2c;
}

#menu ul {
	list-style-type:none;
	display:inline;
}
#menu li {
	display:inline;
}
#menu li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:13px 20px 14px 20px;
	_height:1px;
	min-height:1px;
	float:left;
	font-weight:bold;
	font-size:130%;
}
#menu li a.active {
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
}
#menu li a:hover {
	color:#5287f0;
	text-decoration:none;
}

#submenu {
	padding:0 40px 20px 0;
}
#submenu ul {
	padding:0;
	list-style-type:none;
}
#submenu li {
	margin:0;
	_height:1px;
	min-height:1px;
	border-bottom:1px solid #dbdbdb;
}
#submenu li a {
	display:block;
	color:#000000;
	font-size:116%;
	text-decoration:none;
	background-image:url(../_images/dot-submenu.png);
	background-repeat:no-repeat;
	background-position:10px 13px;
	padding:8px 0 8px 21px;
	_height:1px;
	min-height:1px;
}

#submenu li a:hover {
	color:#000000;
	background-color:#f2f2f2;
}
#submenu li a.active {
	color:#5287f0;
}
