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

@import url(modules.css);

a {
	color: #60660E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
body {
	background: White;
	padding-bottom: 50px;
	text-align: center;/* IE bug - horizontalni centerovani IE 5.5- */
}
h1, h2, h3, h4, h5, h6 {
	color: #6F5E1A;
}
img {
	border: 0 solid #60660E;
}

/* HIDE */
/*
.hide,
.hidden,
#header h1 span,
#menu h6 span,
#ank_mini h6,
#galerie_mini h6,
#kalendar h6,
#poc_mini h6,
#svatek h6,
.rightbox h6,
.leftbox h6 {
	display: none;
}*/

/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	border-bottom: 1px solid #6F5E1A;
	color: Black;
	font: 80% Arial, Verdana, sans-serif;
	margin: 6px auto;
	position: relative;
	text-align: left;/* IE bug - fix */
	width: 982px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat;
	height: 152px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	height: 152px;
	margin-left: 495px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	left: 227px;
	position: absolute;
	top: 23px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 198px;
}
/* MENU */
#menu {
	color: #60660E;
	background: url(images/menu_h6.jpg) no-repeat;
	padding-top: 29px;
}
#menu ul {
	background-color: #F5EDCC;
	margin-left: 1px;
	margin-right: 1px;
}
#menu li span, #menu li a {
	background: url(images/odrazka.gif) no-repeat 0 0.8em;
	color: #36460A;
	display: block;
	margin: 0 0 0 25px;
	padding: 5px 0;
	padding-left: 10px;
}
#menu span {
	color: #B96B04;
	text-decoration: underline;
}
#menu li a{
	text-decoration: none;
}
#menu li a:hover {
	color: #B96B04;
	text-decoration: underline;
}
#menu li {
	background: url(images/menu_li_li.gif) no-repeat bottom;
	width: 100%;
}
#menu li li {
	background: #ECE0AE url(images/menu_ul_ul.gif) no-repeat;
}
#menu li li span, #menu li li a {
	background-image: none;
	margin: 0 0 0 35px;
}
#menu li li li span, #menu li li li a {
	margin: 0 0 0 45px;
}
#menu li li li li span, #menu li li li li a {
	margin: 0 0 0 55px;
}
.leftbox {
	background: #CEB052;
	border: 1px solid white;
	margin: 1px;
}

/* CONTENT */
#content {
	float: left;
	width: 587px;
}
#info {
	background: #B96B04;
	color: #EEE0CB;
	line-height: 2em;
	width: 587px;
}
#navi {
	padding-left: 16px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	float: left;
	margin-right: 9px;
	padding-right: 13px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: White;
}
#language {
	position: absolute;
	right: 6px;
	top: 7px;
}
#language li {
	float: left;
	margin-right: 7px;
}

/* RIGHT */
#right {
	color: #60660E;
	float: left;
	overflow: hidden;
	width: 197px;
}
#right a {
	color: #975805;
}
.rightbox {
	background: url(images/right_box.gif) no-repeat bottom;
	padding-right: 1px;
}

/* FOOTER */
#footer {
	background: #B96B04 url(images/footer.gif) no-repeat;
	color: #EEE0CB;
	font-size: 88%;
	margin: 0 1px;
	padding-top: 7px;
	position: relative;
	width: 980px;
}
#footer a {
	color: White;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer p {
	padding: 0 15px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}
/* --- cleaner --- */
.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: 35px 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: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
