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

a {
	color: #753319;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4f5b6e;
	}
#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: Arial,  sans-serif;
	color: #405869;
}
img {
	border: 0 solid #ff8b35;
}

/* BOX */
#box {
	background: url(images/box.gif) repeat-y left top;
	font: 80%   Arial, Verdana, sans-serif;
	margin:0 auto;
	text-align: left;
	width: 980px;
	
}

/* HEADER */
#header {
	background: #fff;
	height: 237px;
	position: relative;
	width: 980px;
	overflow: hidden;
}
#header h1 {
	background: url(images/header_h1.gif) no-repeat;
	width: 193px;
	height: 237px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background:  url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
		top: 63px;
		left: 33px;
	width: 171px;
	height: 133px;
}

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 193px;
	position: relative;
	top: -29px;	

}

/* MENU */
#menu{
	width:193px;
	margin-bottom:10px;
}
#menu ul {
	width: 193px;
}
#menu ul ul {
	width: auto;
}
#menu li{
	background-color:#c6c6ac;
}
#menu li li {
	background: #efeee7;
	list-style-type: none;
	padding: 0;
}
#menu li a {
	color: #fff;
	text-decoration: none;
	padding: 6px 20px 6px 15px;
	/*display: none;*/
	display: block;
}
#menu li li a {
	padding-left: 25px;
	color: #000;	
	background: url(images/menu_a_2.gif) no-repeat 15px 11px;
	display: block;
	border-bottom: 1px solid #aea079;
}

#menu li#menu1 li a {
	background: url(images/menu_a_1.gif) no-repeat 15px 11px;
}
#menu li#menu2 li a {
	background: url(images/menu_a_2.gif) no-repeat 15px 11px;
}
#menu li#menu3 li a {
	background: url(images/menu_a_3.gif) no-repeat 15px 11px;
}
#menu li#menu4 li a {
	background: url(images/menu_a_1.gif) no-repeat 15px 11px;
}
#menu li#menu5 li a {
	background: url(images/menu_a_2.gif) no-repeat 15px 11px;
}
#menu li.last a {
	border-bottom: none;

}
#menu li li li a {
	padding-left: 35px;
	background: none;
}
#menu li li li li a {
	padding-left: 45px;
}


#menu span {
	color: #fff;
	background: url(images/menu_a_1.gif) no-repeat 2px 2px;
	padding: 6px 20px 6px 15px;
	display: none;
	display: block;
}
#menu li li span {
	padding-left: 25px;
	color: #3e3e3e;	
	background: url(images/menu_a_2.gif) no-repeat 15px 11px;
	border-bottom: 1px solid #aea079;
	text-decoration: underline;
	display: block;
}
#menu li#menu1 li span {
	background: url(images/menu_a_1.gif) no-repeat 15px 11px;
}
#menu li#menu2 li span {
	background: url(images/menu_a_2.gif) no-repeat 15px 11px;
}
#menu li#menu3 li span {
	background: url(images/menu_a_3.gif) no-repeat 15px 11px;
}
#menu li#menu4 li span {
	background: url(images/menu_a_1.gif) no-repeat 15px 11px;
}
#menu li#menu5 li span {
	background: url(images/menu_a_2.gif) no-repeat 15px 11px;
}
#menu li.last span {
	border-bottom: none;

}

#menu li li li span {
	padding-left: 35px;
	background: none;
}
#menu li li li li span {
	padding-left: 45px;
}



#menu li a:hover {
	text-decoration: underline;
	color: #fff;
}
#menu li li a:hover {
	text-decoration: underline;
	color: #3e3e3e;
}

#menu h6.access{
	background: url(images/lb2_bgr.jpg) no-repeat;
	height: 33px;
	padding-left: 15px;
}
#menu h6.access span{
	color: #fff;
	text-decoration: none;
}



/* CONTENT */
#content {
	float: left;
	width: 594px;
	/*_width: 590px;*/
/*	padding-bottom: 35px;	*/
	min-height: 260px;

	background:  url(images/content.jpg) no-repeat 0 0;
}


#info {
	position: relative;
	width: 980px;
	background: #efeee7;

}

/* pro odkaz na zpetne uzamknuti obsahu */
#info #lock_content{
	position:absolute;
	top: 7px;
	right: 100px;
}

#navi {
	color: #999770;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 8px 130px 7px 220px;
	text-align: left;

}
#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: #999770;
}
#language {
	height: 16px;
	position: absolute;
	top: 10px;
	right: 3px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}





/* RIGHT */
#right{
	float:left;
	width:193px;	
	background:#fff;
	padding-bottom:3px;
	margin-bottom:15px;
}

/* BOXES */
#right h3.access, #left h3.access {
	color: #fff !important;
	height: auto;
	padding: 0;
	position: relative;
	left: 0;
	display: block;
	width: 193px;
	/*border: 1px solid #afaeae;
	border-bottom: none;*/
	overflow: visible;
	font-size: 1em !important;
}


#right h3.access span, #left h3.access span  {
	padding: 3px 10px 3px 15px;
	display: block;
	background: #c6c6ac;
	font-weight: normal;
}

.leftbox, .rightbox{
	background: #efeee7;
	width: 193px;
}


#fulltext_mini{
	position: absolute;
	top: -55px;
	left: -10px;
	width: 170px;
}

#fulltext_mini h3 span, 
#fulltext_mini a, 
#menu h3.access {
	position:absolute;
   left:-2000px;
   width:1px;
   height:1px;
   overflow:hidden;
}



/* FOOTER */
#footer {
	background: #fff;
	border-top: 1px solid #8e8e8e;
	font-size: 88%;
	width: 980px;

	margin: 0 auto;
	
}
#footer p {
	color: #753319;
	padding: 0 10px;
}
#footer a {
	color: #753319;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 8px 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;
}
.required {
	background: White url(images/required.gif) top right no-repeat;
}
.invalid {
	background: White url(images/invalid.gif) top right no-repeat;
}

/*header advanced*/
#vari_head{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width: 790px;
	height: 237px;
	overflow: hidden;	
	margin-right: -3px;
	background: #fff;	
}
#vari_head ul li{
	float:left;
	width:155px;
	margin-right:3px;
	height:237px;
	background-repeat:no-repeat;
	position:relative;
}
#vari_head p{
	margin-top:209px;
	background:#465c1c;
	color:#fff;
	font-weight:bold;
	font-size:95%;
	padding:5px;
	min-height:26px;
}
#vari_head ul li a{
	text-decoration:none;
	display:block;
	position:absolute;
	width:155px;
	height:237px;
	text-indent:-5000px;
	top:0;
	left:0;
}
