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

a {
	color: #8e5426;
}
a:hover {
	text-decoration: none;
}
body {
	background: #451805 url(images/body.gif) repeat-x top;
	color: #3d3a33;
	font: 90% "Times New Roman", Times, serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #573120;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6,
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color: #3d3a33;
}
img {
	border: 0 solid #f7edd7;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 200px;
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 200px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 49px;
	left: 70px;
	width: 237px;
	height: 93px;
}

/* BOX */
#box {
	width: 100%;
	position: relative;
	text-align: center;
}
#box_half {
	width: 50%;
	height: 100%;
	position: absolute;
	background:#674928 url(images/box_half.gif) repeat-x top;
	z-index:-1;
}

/* CONTAINER */
#container_out {
	width: 980px;
	background: #eedeba url(images/box.jpg) repeat-y left;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#container {
	width: 980px;
	background: url(images/container.jpg) no-repeat bottom left;
}
#left_side {
	width: 24px;
	height: 100%;
	position: absolute;
	left: -24px;
	background: url(images/left_side.gif) repeat-y right;
}
#left_side_top {
	position: absolute;
	width: 24px;
	height: 43px;
	top: 0;
	left: 0;
	background: url(images/left_side_top.gif);
}
#left_side_btm {
	position: absolute;
	width: 24px;
	height: 360px;
	bottom: 0;
	left: 0;
	background: url(images/left_side_btm.jpg);
}

/* LEFT */
#left {
	float: left;
	width: 208px;
}

/* MENU */
#menu_top {
	width: 208px;
	height: 78px;
	background: url(images/menu_top.jpg);
}
#menu {
	width: 141px;
	overflow: hidden;
	padding: 15px 0;
	margin-left: 31px;
	text-align: right;
}
#menu ul {
	padding: 0;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 1px 18px;
}
#menu li li {
	background: none;
}
#menu li a, #menu span {
	color: #31200e;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 10px;
	overflow: hidden;
	background: url(images/menu_line.gif) no-repeat bottom left;
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: underline;
	color: #753400;
}

/* CONTENT */
#content {
	float: left;
	width: 573px;
	min-height: 350px;
	background: url(images/content.jpg) no-repeat top;
	padding-top: 110px;
	position: relative;
}
#language {
	height: 16px;
	position: absolute;
	top: 70px;
	left: 25px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* navigace */
#info_out {
	width: 100%;
	text-align: center;
	position: relative;
}
#info_out_left {
	position: absolute;
	width: 50%;
	height: 15px;
	left: 0;
	top: 0;
	background: url(images/info_out.gif) repeat-x top;
}
#info {
	position: relative;
	min-height: 37px;
	width: 980px;
	margin: 0 auto;
	background: #451805 url(images/navi_bkg.jpg) no-repeat left;
	text-align: left;
}
#navi {
	color: #c09a65;
	letter-spacing: 1px;
	margin-left: 220px;
	padding: 7px 10px 8px 12px;
	font-size: 80%;
	background: url(images/navi_ul.gif) no-repeat 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: #c09a65;
}

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

/* BOXES */
.leftbox {
	margin-left: 8px;
	color: #31200e;
}
.leftbox, .rightbox {
	width: 199px;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	width: 199px;
	height: auto;
	font-size: 1.1em;
	text-align: right;
}
.rightbox h3.access {
	background: url(images/rb_h3.jpg) no-repeat bottom;
}
#right .first h3.access {
	background: none;
}
.leftbox h3.access span {
	padding: 0 10px;
	color: #31200e;
}
.rightbox h3.access span {
	padding: 0 10px 8px 10px;
	color: #b19451;
	display: block;
}
#right .first h3.access span {
	padding-top: 4px;
}
#right #fulltext_mini h3.access {
	margin-bottom: 10px;
}

/* FOOTER */
#footer {
	font-size: 80%;
	width: 980px;
	height: 57px;
	overflow: hidden;
	margin: 0 auto;
}
#footer p {
	color: #c09a65;
	padding: 0 10px;
}
#footer a {
	color: #eedeba;
}
#footer img {
	float: left;
	margin: 2px 10px 0 15px;
}
#footer_left, #footer_right {
	float: left;
	padding: 13px 0 8px 0;
	width: 485px;
	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;
}
.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;
}



