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

a{
	color:#592c00;
}
a:hover{
	text-decoration:none;
}
body{
	background:#ffebba url(images/body.png) repeat-x top;
	color:#3E3E3E;
	text-align:center;
	font:80% Arial, Verdana, sans-serif;
}
#obsah_big{
	width:100%;
	min-height:100%;
	background:url(images/body_btm.png) repeat-x bottom;
	position:relative;
}
h1, h2, h3, h4, h5, h6{
	color:#592c00;
}
img{
	border:0 solid #f6c964;
}

/* BOX */
#box{
	width:770px;
	text-align:left;
	margin:0 auto;
	padding-bottom:101px;
	position:relative;
}
#box_kus{
	position:absolute;
	width:45%;
	height:240px;
	background:url(images/box_kus.png) repeat-x left;
	bottom:0;
	right:0;
	z-index:0;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:176px;
	position:relative;
	width:770px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:385px;
	height:176px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:62px;
	left:8px;
	width:162px;
	height:75px;
}

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

/* LEFT */
#left{
	float:left;
	width:196px;
	overflow:hidden;
}

/* MENU */
#menu{
	width:194px;
	overflow:hidden;
	background:url(images/menu.png) no-repeat 194px 132px;
	padding:15px 2px 20px 0;
	min-height:250px;
}
#menu li a{
	color:#2c2c2c;
	text-decoration:none;
	display:block;
}
#menu a:hover{
	text-decoration:underline;
	color:#f6c964;
}
#menu li span{
	text-decoration:underline;
	display:block;
	color:#2c2c2c;
}
#menu ul{
	padding:0;
	width:194px;
}
#menu ul ul{
	padding:0;
	width:auto;
}
#menu li{
	padding:0;
	background:url(images/menu_li.gif) no-repeat 10px 11px;
}
#menu li li{
	list-style-type:none;
	background:none;
}
#menu li a, #menu li span{
	padding:5px 15px 5px 25px;
	border-bottom:1px solid #f6c964;
}
#menu li.last a, #menu li.last span, #menu li.last li.last a, #menu li.last li.last span{
	border:none;
}
#menu li li a, #menu li li span{
	padding-left:30px;
}
#menu li .last a, #menu li .last span, #menu li.last li a, #menu li.last li span{
	border-bottom:1px solid #f6c964;
}
#menu li.last ul{
	border-top:1px solid #f6c964;
}
#menu li li li a, #menu li li li span {
	padding-left: 39px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 48px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 57px;
}

/* CONTENT */
#content{
	float:left;
	width:574px;
	position:relative;
	min-height:350px;
	padding-top:10px;
	overflow:hidden;
	background:url(images/content.png) no-repeat top left;
}
#info{
	position:relative;
}
#navi{
	color:#2c2c2c;
	font-size:88%;
	letter-spacing:1px;
	padding:2px 100px 0 35px;
	text-align: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:#2c2c2c;
}
#language{
	height:16px;
	position:absolute;
	top:0;
	right:15px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.leftbox{
	background:#fff3d0;
	border:1px solid #f6c964;
	margin-bottom:2px;
	width:194px;
}

/* FOOTER */
#footer{
	background:url(images/footer.jpg) no-repeat 428px 0;
	font-size:88%;
	width:770px;
	height:101px;
	z-index:10;
	position:absolute;
}
#footer p{
	color:#292929;
	padding:0 10px;
}
#footer a{
	color:#292929;
}
#footer img{
	float:left;
	margin:0 10px 0 0;
}
#footer_left, #footer_right{
	float:left;
	padding:45px 0 0 0;
	width:375px;
}
#footer_left{
	padding-left:15px;
	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;
}
.hidden {
	display: none;
}
.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;
}
.tit_content{
	margin-bottom:1em;
}

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