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

a {
	color: #cd7711;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff;
	color: #3e3e3e;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4e7d94;
	font-weight: normal;
}
#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: #3e3e3e;
}
img {
	border: 0 solid #b72918;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	position: relative;
	width: 986px;
	height: 235px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 493px;
	height: 235px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 330px;
	height: 96px;
	top: 72px;
	left: 46px;
}

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

/* LEFT */
#left {
	float: left;
	width: 200px;
	background: url(images/left_top.jpg) no-repeat top;
	padding: 30px 0 230px 0;
}

/* MENU */
#menu {
	width: 200px;
	padding-bottom: 20px;
}
#menu ul {
	width: 200px;
}
#menu li {
	list-style-type: none;
}
#menu a {
	text-decoration: none;
}
#menu li a, #menu li span {
	color: #fff;
	display: block;
	padding: 6px 10px 6px 25px;
	background: url(images/menu_li.gif) no-repeat 10px center;
}
#menu li span, #menu li a:hover {
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	padding-left: 30px;
	background: none;
}
#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;
}
#menu2 {
	width: 966px;
	height: 30px;
	position: absolute;
	top: 14px;
	left: 0;
}
#menu2 ul {
	height: 30px;
	overflow: hidden;
}
#menu2 ul ul {
	display: none;
}
#menu2 li {
	float: left;
	height: 30px;
	list-style-type: none;
	background: url(images/menu2_li.gif) no-repeat right;
}
#menu2 li.last {
	background: none;
}
#menu2 li a, #menu2 li span {
	display: block;
	padding: 8px 15px 0 15px;
	height: 29px;
	color: #fdedd2;
	text-decoration: none;
}

/* CONTENT */
#content {
	float: left;
	width: 586px;
	background: url(images/content.jpg) no-repeat top;
	min-height: 350px;
	padding-top: 40px;
}
#info {
	position: relative;
}
#navi {
	color: #849ba6;
	font-size: 88%;
	padding-top: 12px;	
	margin: 0 20px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right 10px;
	display: inline;
	margin-right: 6px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #849ba6;
}
#language {
	height: 18px;
	width: 120px;
	position: absolute;
	top: -20px;
	left: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
#language li a, #language li span{
	padding-right:5px;
}
#print_show{
	position:absolute;
	right:7px;
	top:19px;
}
#doporucit_stranku_show{
	position:absolute;
	top:-20px;
	left:115px;
}

/* RIGHT */
#right {
	float: left;
	width: 200px;
	background: url(images/right_top.jpg) no-repeat top;
}

/* BOXES */
.leftbox {
	width: 196px;
	margin-left: 3px;
	color: #2b3539;
}
.leftbox a {
	color: #fff;
}
.rightbox {
	width: 197px;
	margin-right: 3px;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	width: 196px;
	height: auto;
	font-size: 1.1em;
	font-weight: bold;
}
.rightbox h3.access {
	width: 197px;
	text-align: right;
	background: url(images/rb_h3.gif) repeat-y right;
}
.leftbox h3.access span {
	color: #dbe9ee;
	padding: 0 10px;
	display: block;
}
.rightbox h3.access span {
	color: #fff;
	padding: 0 10px;
}
#right .first h3.access {
	background: url(images/rb_first_h3.jpg) no-repeat top left;
}

/* FOOTER */
#footer {
	background: #e2e4e6 url(images/footer.gif) repeat-x top;
	font-size: 85%;
	width: 986px;
	height: 71px;
}
#footer p {
	padding: 0 10px;
}
#footer a {
	color: #37617c;
}
#footer img {
	margin: 0 10px;
	float: left;
}
#footer_left, #footer_right {
	float: left;
	padding-top: 17px;
	width: 490px;
}
#footer_left {
	background: url(images/footer_l.jpg) no-repeat top left;
}
#footer_right {
	text-align: right;
}

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