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

@import url(modules.css);

a {
	color: #826229;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: White;
	padding-bottom: 30px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #826229;
}
img {
	border: 0 solid #826229;
}


/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	border-bottom: 1px solid #3F3926;
	color: #565656;
	font: 80% Arial, Verdana, sans-serif;
	margin: 4px auto;
	position: relative;
	text-align: left;
	width: 986px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat;
	height: 155px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	width: 420px;
	height: 155px;
	margin-left: 566px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	left: 451px;
	width: 369px;
	height: 92px;
	top: 24px;
}

/* LEFT */
#left {
	background: url(images/menu_bg.gif) repeat-y top;
	float: left;
	margin-bottom: -1px;
	width: 201px;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color: #565656;
	padding: 0;
}
/* MENU */
#menu {
	margin: 0 2px 0 3px;
}
#menu h6 {
	background: #959FAA;
	color: White;
	font-weight: normal;
	margin: 0px 1px;
	padding: 8px 10px 9px 10px;
	text-transform: uppercase;
}
#menu ul {
	background: url(images/boxbtm.gif) no-repeat bottom;
	padding-bottom: 23px;
}
#menu ul ul {
	background: transparent;
	padding: 0;
}
#menu ul a, #menu ul span {
	background: url(images/menu_li.gif) no-repeat left bottom;
	color: #222222;
	display: block;
	padding: 0.5em 0;
	padding-left: 18px;
}
#menu a:hover {
	color: White;
}
#menu ul span {
	color: #8B5800;
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	padding-left: 28px;
}
#menu li li li a, #menu li li li span {
	padding-left: 38px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 48px;
}
.leftbox {
	background: url(images/boxbtm.gif) no-repeat left bottom;
	border-top: 1px solid #374A5C;
	margin: 0 2px 0 3px;
	padding: 15px 16px;
}

/* CONTENT */
#content {
	float: left;
	position: relative;
	width: 584px;
}
#info {
	background: #E2DAB7;
	padding: 8px 0 8px 0;
	width: 584px;
}
#navi {
	padding: 0 15px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
/*	float: left;*/
	display: inline;
	margin-right: 10px;
	padding-right: 23px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#language {
	position: absolute;
	top: 10px;
	right: 7px;
}
#language li {
	float: left;
	padding-left: 2px;
	margin-right: 8px;
}

/* RIGHT */
#right {
	float: left;
	width: 201px;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #565656;
	padding: 0;
}
.rightbox {
	background: url(images/right_btm.gif) no-repeat bottom;
	padding: 15px 16px;
}

/* FOOTER */
#footer {
	background: #E7DFBA url(images/footer.gif) no-repeat top;
	font-size: 88%;
	margin: 0 3px;
	padding: 2px 0;
	width: 980px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FCFEBA;
}
#footer img {
	float: left;
	margin: 0 10px;
	border: 0;
}
#footer_left, #footer_right {
	background: #A99967;
	float: left;
	padding: 10px 0;
}
#footer_left {
	width: 490px;
}
#footer_right {
	text-align: right;
	width: 490px;
}

/* --- cleaner - pro vyclearovani 3 sloupcu a navigace --- */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.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;
}