/* IMPORTS */
@import url(basic.css);
@import url(modules.css);

a {
	color: #468800;
}
a:hover {
	text-decoration: none;
}

body{
	background: #eef3c8 url(images/body.gif) repeat-x top;
	color: #3E3E3E;
	text-align: center;
}
#obsah_big {
	width: 100%;
	min-height: 100%;
	background: url(images/body_btm2.jpg) repeat-x bottom;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	color: #afcf42;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color: #465e27;
}
img {
	border: 0 solid #e8f0b5;
}

/* BOX */
#box {
	font: 80% Arial, Verdana, sans-serif;
	width: 770px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 101px;
	position: relative;
}
#box_kus {
	position: absolute;
	width: 45%;
	height: 235px;
	background: url(images/box_kus.jpg) repeat-x left;
	bottom: 0;
	right: 0;
	z-index: 0;
}
/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 176px;
	position: relative;
	width: 770px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 385px;
	height: 176px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
	top: 68px;
	left: 10px;
	width: 145px;
	height: 58px;
}

/* CONTAINER */
#container {
	width: 772px;
	margin: 0 auto;
	background: url(images/container.jpg) no-repeat bottom right;
}

/* LEFT */
#left {
	float: left;
	width: 196px;
	overflow: hidden;
}

/* MENU */
#menu {
	width: 194px;
	overflow: hidden;
	background: url(images/menu.jpg) no-repeat 194px 132px;
	float: left;
	padding: 15px 2px 20px 0;
	min-height: 250px;
}
#menu a {
	color: #2c2c2c;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
	color: #3e7503;
}
#menu span {
	text-decoration: underline;
	display: block;
	color: #2c2c2c;
}
#menu ul {
	padding: 0;
	width: 194px;
}
#menu ul ul {
	padding: 0;
	width: auto;
}
#menu li {
	padding: 0;
	background: url(images/menu_li.gif) no-repeat 10px 11px;
}
#menu li li {
	list-style-type: none;
	background: none;
}
#menu li a, #menu li span {
	padding: 5px 15px 5px 25px;
	border-bottom: 1px solid #bbd49c;
}
#menu li.last a, #menu li.last span, #menu li.last li.last a, #menu li.last li.last span {
	border: none;
}
#menu li li a, #menu li li span {
	padding-left: 30px;
}
#menu li .last a, #menu li .last span, #menu li.last li a, #menu li.last li span {
	border-bottom: 1px solid #bbd49c;
}
#menu li.last ul {
	border-top: 1px solid #bbd49c;
}
#menu li li li a, #menu li li li span {
	padding-left: 39px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 48px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 57px;
}

/* CONTENT */
#content {
	float: left;
	width: 574px;
	position: relative;
	min-height: 350px;
	padding-top: 10px;
	overflow: hidden;
	background: url(images/content.jpg) no-repeat top left;
}
#info {
	position: relative;
}
#navi {
	color: #404040;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 2px 60px 0 35px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 10px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #404040;
}
#language {
	height: 16px;
	position: absolute;
	top: 0;
	right: 13px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.lb_1 {
	background: #e7efb6;
	border: 1px solid #c8dc81;
	float: left;
	margin-bottom: 2px;
	width: 194px;
}
.lb_2 {
	background: #d5e38f;
	float: left;
	width: 196px;
	margin-bottom: 2px;
}

/* FOOTER */
#footer {
	background: url(images/footer.jpg) no-repeat 428px 0;
	font-size: 88%;
	width: 770px;
	height: 101px;
	z-index: 10;
	position: absolute;
}
#footer p {
	color: #292929;
	padding: 0 10px;
}
#footer a {
	color: #292929;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 45px 0 0 0;
	width: 375px;
}
#footer_left {
	padding-left: 15px;
	text-align: left;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}
.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;
}
.tit_content {
	margin-bottom: 1em;
}




