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

a{
	color:#569334;
}
a:hover{
	text-decoration:none;
}
body{
	background:#fff9b6;
	color:#3e3e3e;
	text-align:center;
	font:80% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#154c22;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6{
	color:#ebf2bc;
}
img{
	border:0 solid #c8f047;
}

/* BOX */
#box{
	width:100%;
	background:url(images/box.gif) repeat-x top;
}

/* HEADER */
#header_out{
	width:100%;
	height:295px;
	background:url(images/header_out.png) repeat-x;
	position:relative;
}
#header_left{
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	height:42px;
	background:url(images/header_left.gif) repeat-x;
}
#header{
	background:url(images/header.jpg) no-repeat right;
	height:295px;
	position:relative;
	width:997px;
	margin:0 auto;
	text-align:left;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat top right;
	width:499px;
	height:295px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	display:block;
	position:absolute;
	top:8px;
	left:232px;
	width:323px;
	height:83px;
}

/* CONTAINER */
#container{
	width:997px;
	background:url(images/container.png) repeat-y right;
	margin:0 auto;
	text-align:left;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:210px;
	padding:90px 0 0 11px;
	background:url(images/left.jpg) no-repeat top right;
}

/* MENU */
#menu{
	width:187px;
	margin-left:17px;
	padding-bottom:20px;
}
#menu ul{
	width:187px;
}
#menu li{
	list-style-type:none;
}
#menu li a, #menu li span{
	color:#ebf2bc;
	display:block;
	text-decoration:none;
	padding:5px 0 5px 7px;
	background:url(images/menu_li.png) no-repeat 0 bottom;
}
#menu li li a, #menu li li span{
	padding-left:17px;
}
#menu li li li a, #menu li li li span{
	padding-left:27px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:37px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:47px;
}
#menu li a:hover, #menu li span{
	color:#e1e670;
	text-decoration:underline;
}
#menu_top{
	width:768px;
	height:39px;
	position:absolute;
	left:229px;
	bottom:1px;
}
#menu_top li{
	list-style-type:none;
	height:39px;
	display:block;
	float:left;
	border-right:2px solid #c8f047;
	padding:0 20px;
}
#menu_top li.last{
	border:none;
}
#menu_top li a, #menu_top li span{
	color:#154c22;
	display:inline-block;
	font-size:1.2em;
	line-height:39px;
	text-decoration:none;
	font-weight:bold;
}

/* CONTENT */
#content{
	float:left;
	width:550px;
	margin:0 8px;
	min-height:260px;
	background:url(images/box.gif) repeat-x top;
}
#info{
	position:relative;
}
#navi{
	color:#154c22;
	font-size:88%;
	padding:12px 35px 12px 15px;
}
#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:#154c22;
}
#language{
	height:14px;
	position:absolute;
	top:15px;
	right:-5px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}
#doporucit_stranku_show{
	position:absolute;
	right:10px;
	top:5px;
}
#print_show{
	position:absolute;
	top:3px;
	right:30px;
}
/* RIGHT */
#right{
	float:left;
	width:210px;
	background:url(images/right.png) no-repeat top;
	min-height:10px;
}

/* BOXES */
.leftbox, .rightbox{
	width:210px;
	margin-bottom:10px;
	color:#ebf2bc;
}
.leftbox a, .rightbox a{
	color:#ebf2bc;
}

/* FOOTER */
#footer{
	font-size:88%;
	width:997px;
	margin:0 auto;
	background:url(images/footer.png) no-repeat top right;
	height:52px;
	text-align:left;
}
#footer p{
	color:#fff;
	padding:0 10px;
}
#footer_left a{
	color:#fff;
}
#footer_right a{
	color:#fff1a3;
}
#footer img{
	float:left;
	margin:3px 5px 0 10px;
}
#footer_left, #footer_right{
	float:left;
	padding-top:10px;
	width:493px;
}
#footer_right{
	text-align:right;
}
#footer_left{
	margin-left:11px;
}

/* 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;
}










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