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

@import url(modules.css);

a {
	color: #8F5500;
}
a:hover {
	text-decoration: none;
}
body {
	background: #618B38 url(images/body.jpg) repeat-y center;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #8DB5C6;
}
img {
	border: 0 solid #8F5500;
}


/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 152px;
	position: relative;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 527px;
	height: 152px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 23px;
		left: 204px;
	width: 373px;
	height: 119px;
}

/* LEFT */
#left {	
	float: left;
	overflow: hidden;
	width: 200px;
}
/* MENU */
#menu, .lb_1, .lb_2, .lb_3 {
	background: url(images/leftbox.gif) repeat-y;
	border-bottom: 1px solid #243811;
	margin: 0 0 6px 6px;
	width: 188px;
}
#menu ul {
	padding: 10px 0 10px 22px;
}
#menu ul ul {
	padding: 0 0 0 8px;
}
#menu li {	
	background: url(images/menu_bullet.gif) no-repeat 0 0.8em;
	padding: 0.3em 0;
	padding-left: 11px;
}
#menu li li {
	background: none;
	padding: 0.2em 0;
}
#menu a {
	color: #3E3E3E;
	text-decoration: none;
}
#menu span {
	color: #8F5500;
	text-decoration: underline;
}
#menu a:hover {
	color: #5A6B16;
	text-decoration: underline;
}

/* CONTENT */
#content {	
	background: url(images/content.gif) repeat-y;
	border-bottom: 1px solid #1A3A48;
	float: left;
	width: 580px;
}
#info {
	background: url(images/info.jpg) repeat-x;
	color: White;
	height: 36px;
	margin: 0 1px;
	position: relative;
	width: 578px;
}
#navi {
	margin-left: 20px;
	padding-top: 8px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	letter-spacing: 2px;
	margin-right: 12px;
	padding-right: 24px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: White;
}
#language {
	height: 16px;
	position: absolute;
		left: 483px;
		top: 8px;
	width: 98px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 200px;
}
.rb_1, .rb_2, .rb_3 {
	background: url(images/rightbox.gif) repeat-y;
	border-bottom: 1px solid #243811;
	margin: 0 0 6px 6px;
	width: 188px;
}
/*
#fulltext_mini h3.access{
	margin-left: -10px;
	margin-top: -15px;
}
*/


/* FOOTER */
#footer {
	background: #1A3A48;
	font-size: 88%;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFEAA5;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}
/* --- cleaner - pro vyclearovani 3 sloupcu a navigace --- */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
}
/* LOGIN */
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}
#login {
	background: #E6E6E6;
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
	width: 980px;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}

.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px 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: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
