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

a {
	color: #4b5302;
}
a:hover {
	text-decoration: none;
}
body {
	background: #633c24 url(images/body.gif) repeat-x top;
	color: #1e1e1e;
	font:80% Arial, Helvetica, sans-serif;
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4c2f0f;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6{
	color: #36230e;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color:#eae9e6;
}
img {
	border: 0 solid #1d1d1d;
}

/* BOX */
#box_kus {
	position: absolute;
	left:-4px;
	top:21px;
	width: 4px;
	height:4px;
	background: url(images/box_kus.gif);
}
#box {
	margin: 0 auto;
	width: 986px;
	text-align: left;
	background:url(images/box.gif) repeat-y;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 243px;
	position: relative;
	width: 986px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 493px;
	height: 243px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:102px;
	left: 285px;
	width: 217px;
	height:34px;
}
#header_href{
	display:block;
	width:196px;
	height:171px;
	position:absolute;
	top:72px;
	right:3px;
}

/* CONTAINER */
#container {
	width: 986px;
	background: url(images/container.gif) no-repeat bottom;
}

/* LEFT */
#left {
	float: left;
	width: 196px;
	margin-left: 3px;
}

/* MENU */
#menu {
	width: 194px;
	margin-left: 1px;
	overflow: hidden;
	padding:45px 0 15px 0;
	background:url(images/menu.jpg) no-repeat top;
	min-height:60px;
}
#menu ul {
	padding: 0;
}
#menu li {
	list-style-type: none;
}
#menu li a, #menu span {
	color: #eae9e6;
	display: block;
	text-decoration: none;
	padding:5px 10px 5px 30px;
	overflow: hidden;
	background: url(images/menu_line.gif) repeat-x bottom;
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: underline;
	color: #aaba55;
}
#menu li li a, #menu li li span {
	padding-left:40px;
}
#menu li li li a, #menu li li li span {
	padding-left:50px;
}
#menu li li li li a, #menu li li li li span {
	padding-left:60px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left:70px;
}
#menu_top {
	width:986px;
	height:42px;
	overflow: hidden;
	background: url(images/menu_top.jpg);
	position:relative;
}
#menu_top ul {
	height:42px;
}
#menu_top ul ul {
	display: none;
}
#menu_top li {
	list-style-type: none;
	float: left;
	height:42px;
	margin:0 15px;
}
#menu_top li a, #menu_top li span {
	display: block;
	padding:12px 0 0 12px;
	background: url(images/menu_top_li.gif) no-repeat 0 15px;
	color: #cab99b;
	text-decoration: none;
	font-size:1.2em;
	height:30px;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	min-height: 150px;
	background:url(images/content.gif) repeat-x top;
}
#info {
	position: relative;
	padding-bottom:.5em;
}
#navi {
	color: #3d3021;
	letter-spacing: 1px;
	padding: 7px 12px;
	font-size:80%;
	text-align:right;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #3d3021;
}
#language {
	height: 16px;
	position: absolute;
	top:37px;
	right:15px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;
	background:url(images/content.gif) repeat-x top;
	padding-top:1px;
}

/* BOXES */
.leftbox{
	width: 196px;
	color:#eae9e6;
	margin-bottom: 10px;
}
.leftbox a{
	color:#aaba55;
}
.rightbox{
	width:196px;
	color:#36230e;
	background:url(images/rb.gif) repeat-y;
	margin-bottom: 1px;
}
.rightbox .btm{
	width:196px;
	height:4px;
	background:url(images/rb_btm.gif);
}
.rightbox a {
	color: #4c291c;
}
.rightbox #ank_mini,
.rightbox #counter_mini,
.rightbox .editor_mini,
.rightbox #galerie_mini,
.rightbox #datumcas_mini,
.rightbox .tutilka_mini,
.rightbox #kalendar,
.rightbox #newsletter_mini,
.rightbox #poc_mini,
.rightbox #svatek {
	background: url(images/rb_top.gif) no-repeat top;
}
#right .fulltextsearch{
	background:url(images/ft_mini.gif) repeat-y;
}
#right .fulltextsearch .btm{
	background:url(images/ft_mini_btm.gif);
}
#right .fulltextsearch #fulltext_mini{
	background:url(images/ft_mini_top.gif) no-repeat top;
}

/* FOOTER */
#footer {
	font-size:80%;
	width: 986px;
	height: 54px;
	overflow: hidden;
	background: url(images/footer.jpg);
	margin-bottom: 15px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer_left a {
	color: #fff;
}
#footer_right a {
	color: #e9d9c0;
}
#footer img {
	float: left;
	margin: 2px 10px 0 15px;
}
#footer_left, #footer_right {
	float: left;
	padding:10px 0 8px 0;
	width: 493px;
	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;
}


#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
