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

a {
	color: #b0690d;
}
a:hover {
	text-decoration: none;
}
html {
	background: #454545 url(images/html.gif) repeat-x;
}
body {
	background: url(images/body.gif) repeat-x bottom;
	color: #3E3E3E;
	padding: 15px 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #602106;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: "Times New Roman", Times, serif;
}
img {
	border: 0 solid #3a3a3a;
}

/* BOX */
#box {
	font: 80% "Times New Roman", Times, serif;
	font-family: ;
	background-color: White;
	margin: 0 auto;
	text-align: left;
	width: 986px;
	position: relative;
}

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 218px;
	width: 986px;
	z-index: 0;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 551px;
	height: 218px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 74px;
		left: 293px;
	width: 257px;
	height: 76px;
}

/* CONTAINER */
#container {
	width: 986px;
}

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

/* MENU */
#menu {
	background: url(images/menu_btm.jpg) no-repeat bottom right;
	width: 199px;
	padding-bottom: 24px;
}	
#menu ul {
	margin-top: 45px;
	background: url(images/menu_ul.jpg) repeat-y right;
}
#menu ul ul {
	margin: 0;
	padding: 0;
	background: url(images/menu_ul2.gif) repeat-y right;
}
#menu li {
	background: url(images/menu_li.gif) no-repeat 13px 9px;	
	list-style-type: none;
	line-height: 1.8em;
}
#menu li li {
	background: none;
	line-height: 1.5em;
}
#menu li a, #menu li span {
	background: url(images/menu_linka.gif) no-repeat bottom right;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-left: 24px;
	padding-right: 5px;
}
#menu li li a, #menu li li span {
	padding-left: 30px;
	font-weight: normal;
	font-size: 88%;
}
#menu li li li a, #menu li li li span {
	padding-left: 36px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 42px;
}
#menu a:hover {
	text-decoration: underline;
}
#menu li span {
	text-decoration: underline;
}
#menu li li span {
	color: #fff0a6;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	min-height: 260px;
	_height: 260px;
}


#info {
	position: relative;
	height: 2em;
	width: 100%;
	background: #e5dcb2;
}
#navi {
	color: #601A0E;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 5px;	
	margin-left: 17px;
	text-align: left;
	/*margin-right: 250px;*/
}
#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: #601A0E;
}
#language {
	height: 16px;
	position: absolute;
	top: -210px;
	left: 6px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}





/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 199px;
	margin-bottom: 5px;
}

/* BOXES */
.rightbox, .leftbox {
	margin-top: 6px;
}
.leftbox {
	margin-left: 6px;
	background-color: #ece6cb;
}
.rightbox {
	margin-right: 6px;
}

.leftbox h3.access, .rightbox h3.access {
	display: block;
	height: 14px;
	width: 193px;
	position: relative;
	top: 0;
	left: 0;
	background-color: #cfb274;
	overflow: hidden;
}
.leftbox h3.access span, .rightbox h3.access span {
	display: block;
	/*line-height: 1.5em;*/
	font-size: 1em;
	color: White;
	padding-left: 10px;
}
.rightbox #fulltext_mini {
	background: transparent;
}
.rightbox #svatek,
.rightbox #datumcas_mini,
.rightbox .editor_mini,
.rightbox #ank_mini,
.rightbox #poc_mini,
.rightbox #kalendar,
.rightbox #galerie_mini {
	background-color: #ece6cb;
}
#fulltext_mini {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 190px;
	z-index: 2;
}
#fulltext_mini h3.access {
	position:absolute;
   left:-2000px;
   width:1px;
   height:1px;
   overflow:hidden;
}
/* FOOTER */
#footer {
	font-size: 88%;
	width: 986px;
	background-color: #5f5f5f;
	margin: 0 auto;
	height: 50px;
/*	font: 70%   Arial, Verdana, sans-serif;*/
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 7px 0;
	width: 488px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.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: 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;
}






