/* IMPORTS */
@import url(basic.css);
@import url(toppanel.css);
@import url(modules.css);
a {
	color: #424D02;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #CED4AE;
	padding-bottom: 25px;
}
h1, h2, h3, h4, h5, h6 {
	color: #BC8F14;
}
img {
	border: 0 solid #424D02;
}

/* BOX PRO CELY WEB */
#bg1{
	background:#697528 url(images/bg.jpg) repeat-x;
	text-align:center;
}
#box{
	background:url(images/box.gif) repeat-y;
	color:#5E3D08;
	font:80% Verdana, Arial, sans-serif;
	margin:0 auto;
	position:relative;
	text-align:left;								/* IE bug - fix */
	width:981px;
}

/* HEADER */
#header {
	background: #CED4AE url(images/header.jpg) no-repeat right top;
	height: 179px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	height: 179px;
	position: absolute;
	width: 200px;
}
#header a.logo {
	position: absolute;
	left: 200px;
	top: 32px;
}
#header a.logo img {
	border: 0;
	display: block;
}

/* LEFT */
#left {
	background: url(images/menu.jpg) no-repeat;
	float: left;
	overflow: hidden;
	width: 200px;
}
.leftbox, .rightbox {
	background: url(images/right_btm.gif) no-repeat bottom left;
	padding: 15px 10px;
}
/* MENU */
#menu {
	background: url(images/menu.gif) repeat-y;
	width: 200px;
}
#menu ul {
	background: url(images/menu.jpg) no-repeat;
	padding: 49px 0 0 0;
	width: 200px;
}
#menu ul ul {
	background: none;
	padding: 0;
	width: 200px;
}
#menu li {
	background: url(images/menu_li.gif) no-repeat top;
}
#menu a, #menu span {
	background: url(images/menuitem.gif) no-repeat left;
	color: White;
	display: block;
	padding: 0.5em 0;
	padding-left: 42px;
}
#menu span {
	color: #FFF25D;
}
#menu li li a, #menu li li span {
	background: transparent;
	padding-left: 53px;
}
#menu li li li a, #menu li li li span {
	padding-left: 64px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 75px;
}
#menu_btm {
	background: url(images/menu_btm.gif) no-repeat;
	height: 52px;
}

/* CONTENT */
#content {
	background: url(images/info.gif) no-repeat;
	float: left;
	width: 581px;
}
#info {
	height: 38px;
	position: relative;
	width: 581px;
}
#navi {
	margin-left: 23px;
	line-height: 38px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	float: left;
	margin-right: 8px;
	padding-right: 26px;
}
#navi li.last {					/* --- posledni polozka navigace --- */
	background: transparent;
	margin: 0;
	padding: 0;
}
#language {
	position: absolute;
	top: 13px;
	right: 0;
}
#language img {
	border: 0;
}
#language li {
	float: left;
	padding-left: 2px;
	margin-right: 8px;
}

/* RIGHT */
#right {
	background: url(images/right.gif) no-repeat;
	float: left;
	overflow: hidden;
	width: 200px;
}

/* FOOTER */
#footer {
	background: #98A648 url(images/footer.jpg) no-repeat;
	font-size: 88%;
	padding-top: 35px;
	width: 981px;
}
#footer_left, #footer_right {
	background: #98A648 url(images/footer_grad.jpg) repeat-x;
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
	width: 491px;
}
#footer_left p, #footer_left img {
	position: relative;
	left: 15px;
}
#footer_right p {
	position: relative;
	right: 15px;
}
#footer img {
	border: 0;
	float: left;
	margin-right: 10px;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
