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

body {
	background: White url(images/body.gif) center top;
	color: #723705;
	text-align: center;
	padding-bottom: 25px;
}
a {
	color: #4A2402;
}
a:hover {
	color: #97550F;
}


/* BOX */
#box {
	background: url(images/box.jpg) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 20px auto;
	position: relative;
	text-align: left;
	width: 759px;
}
#header {
	background: url(images/header.jpg) no-repeat right top;
	height: 136px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.gif) no-repeat;
	position: absolute;
	left: 0;
	top: -16px;
	height: 152px;
	width: 202px;
}
#header h1 span {
	display: none;
}
#header a.logo {
	display: block;
	position: absolute;
	left: 142px;
	top: 4px;
}

/* LEFT */
#left {
	float: left;
	font-size: 100%;
	overflow: hidden;
	width: 202px;
}
.leftbox {
	border-top: 1px solid #643D1E;
	margin: 0 15px 0 20px;
	padding: 10px 0;
}

/* MENU */
#menu {
	background: url(images/menu.jpg) no-repeat;
	padding: 40px 0 20px 0;
}
#menu ul {
	padding: 0 9px 0 30px;
}
#menu ul ul {
	padding-left: 12px;
}
#menu li {
	padding-top: 7px;
}
#menu li li a, #menu li li span {
	background: url(images/bullet.gif) no-repeat 0em 0.3em;
	padding-left: 12px;
	display: block;
}

/* CONTENT */
#content {
	float: left;
	width: 555px;
}
#info {
}
#navi {
	color: #D9B36A;
	font-weight: bold;
	font-size: 90%;
	height: 1.4em;
	margin-left: 14px;
	padding-top: 10px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	padding-right: 16px;
}
#navi li.last {
	background: transparent;
	padding-right: 0;
}
#navi a {
	color: #D9B36A;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat bottom;
	color: White;
	font-size: 88%;
	padding: 20px 0 0 0;
	position: relative;
	width: 759px;
}
#footer p {
	padding: 0 10px;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: #97550F;
	float: left;
	padding: 10px 0;
	position: relative;
		left: 3px;
	width: 376px;
}
#footer_right {
	text-align: right;
	width: 377px;
}
#footer a {
	color: White;
}
#footer .cleaner {
	height: 3px;
	margin: 0;
}
/* --- cleaner - pro vyclearovani 3 sloupcu a navigace --- */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
}


.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;
}
