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

@import url(modules.css);
a {
	color: #394B62;
	text-decoration: none;
}
#editor_content a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #2F3F5C;
	padding-bottom: 25px;
	text-align: center;		/* IE bug - horizontalni centerovani IE 5.5- */
}
h1, h2, h3, h4, h5, h6 {
	color: #9D7734;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: White;
}
img {
	border: 0 solid #394B62;
}


/* BOX PRO CELY WEB */
#box {
	background: url(images/box.gif) repeat-y;
	color: #935D16;
	font: 80% Arial, Verdana, sans-serif;
	margin: 3px auto 0 auto;
	position: relative;
	text-align: left;								/* IE bug - fix */
	width: 986px;
}
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 155px;
}
#header h1 {
   background: url(images/header_h1.jpg) no-repeat;
   height: 155px;
	padding: 0;
}
#header a.logo {
   background: url(images/logo.jpg) no-repeat;
   left: 625px;
   position: absolute;
   top: 29px;
}

/* MENU */
#left {
	float: left;
	width: 199px;
}
#menu {
	background: url(images/menu.jpg) repeat-y;
}
#menu h3.access {
	background: url(images/menu_top.gif) no-repeat;
	height: 4px;
	font-size: 1px;
	display:block;

	position: relative;
	left: 0;
	width: 199px;
	overflow: visible;
}

#menu ul {
	background: url(images/menu_btm.gif) no-repeat bottom;
	padding: 10px 0 20px 0;
}
#menu ul ul {
	background: url(images/menu_ul_ul.jpg);
	padding: 0;
}
#menu span, #menu a {
	background: url(images/menu_a.gif) no-repeat 0 0.8em;
	color: #7C4B0B;
	display: block;
	margin: 0 0 0 20px;
	padding: 0.4em 0;
	padding-left: 10px;
}
#menu span {
	text-decoration: underline;
}
#menu li li span, #menu li li a {
	background-image: none;
	margin: 0 0 0 30px;
}
#menu li li {
	width: 100%;
}
#menu li li li span, #menu li li li ar {
	margin: 0 0 0 40px;
}
#menu li li li li span, #menu li li li li a {
	margin: 0 0 0 50px;
}
.leftbox {
	border: 1px solid #394B62;
	color: White;
	background: #8795B0;
	margin: 0 0 1px 3px;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
}
#info {
	background: #BEC6D3;
	margin: 0 2px 0 2px;
	padding: 0.5em 0;
	position: relative;
	width: 584px;
}
#navi {
	margin-left: 16px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	float: left;
	margin-right: 8px;
	padding-right: 20px;
}
#navi li.last {
	background: transparent;
	color: #394B62;
	margin: 0;
	padding: 0;
}
#language {
   position: absolute;
   right: 5px;
   top: 0.5em;
}
#language li {
	float: left;
	margin-right: 7px;
}

#language img {
	border: 0;
}
/* RIGHT */
#right {
	background: url(images/right_top.gif) no-repeat;
	color: White;
	float: left;
	width: 196px;
}
#right a {
	color: #FFF1A3;
}
.rightbox {
	background: url(images/right.gif) no-repeat bottom;
	padding-bottom: 3px;
}
/* FOOTER */
#footer {
	background: #D8DCE3 url(images/footer.gif) no-repeat;
	border-bottom: 1px solid #394B62;
	font-size: 88%;
	margin: 0 1px;
	padding: 2px;
	width: 980px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
	text-decoration: underline;
}
#footer img {
	float: left;
	margin: 0 10px;
	border: 0;
}
#footer_left, #footer_right {
	background: #5F6E89;
	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;
	overflow: hidden;
}

/* napovede k fulltextu */
div.napoveda {
	background: #eee;
	border: 1px solid #D2CDAF;
	padding: 25px;
	margin: 0 auto;
	text-align:center;
	text-align:center;
	font-family: Verdana;
	font-size: 75%;
	text-align: left;
}
div.napoveda table{
	border: 1px solid #878F99;
	border-collapse: collapse;
	margin-top: 15px;
}
div.napoveda th{
	border: 1px solid #878F99;
	border-collapse: collapse;
	padding: 3px;
	text-align: left;
	font-weight: bold;
}
div.napoveda td{
	border: 1px solid #878F99;
	border-collapse: collapse;
	padding: 3px;
	text-align: left;
	background: #fff;
}
div.napoveda a{
	text-align: right;
	display: block;
	margin-top: 10px;
}
div.napoveda .center{
	text-align: center;
}
.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;
}