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

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

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

/* BOXES */
.rb_1 {
	background: #DDC793;
	border: 1px solid #6A5223;
}
.rb_2 {
	background: #F6F2CD;
	border: 1px solid #6A5223;
}
.leftbox {
	width: 193px;
	margin-left:6px;
	border-bottom:2px solid #fff;
}
.leftbox #ank_mini,
.leftbox #counter_mini,
.leftbox #datumcas_mini,
.leftbox .editor_mini,
.leftbox #fulltext_mini,
.leftbox #galerie_mini,
.leftbox #mininews,
.leftbox #newsletter_mini,
.leftbox #kalendar,
.leftbox #poc_mini,
.leftbox #svatek,
.leftbox .tutilka_mini{
	border: 1px solid #6A5223;
}
.rb_1, .rb_2 {
	width: 191px;
	margin-bottom:2px;
}
#right div.first{
	background: #5F642C;
	border: 1px solid #3A3E15;
	border-top: 0;
}
/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height:159px;
	width:986px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	height:159px;
	padding: 0;
	width:493px;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	height:37px;
	position: absolute;
	top:44px;
	left:444px;
	width:336px;
}
#language {
	position: absolute;
		top: 12px;
		left: 863px;
}
#language li {
	float: left;
	margin-right: 9px;
}

/* LEFT */
#left {
	background: url(images/menu.jpg) no-repeat right top;
	float: left;
	width: 199px;
	padding-top:95px;
}
#left_btm {
	border-top: 1px solid #6A5223;
	margin-left: 6px;
	height:119px;
}

/* MENU */
#menu {
	margin-left: 6px;
	border-bottom: 2px solid White;
	min-height:30px;
}
#menu ul {
	border-bottom: 1px solid #6A5223;
	padding:0 10px 30px 40px;
}
#menu ul ul {
	border: 0;
	padding: 0 0 0 9px;
}
#menu li {
	list-style-type: circle;
	color:#7f3510;
}
#menu li li {
	list-style-type: none;
}
#menu ul a, #menu ul span {
	display: block;
	padding: 0.5em 0;
	color:#4d2e16;
}
#menu a:hover {
	color: #A46F47;
}
#menu ul span {
	color: #6D0E00;
	text-decoration: underline;
}

/* CONTENT */
#content {
	background:url(images/content.jpg) no-repeat top;
	float: left;
	position: relative;
	width: 588px;
}
#info {
	width: 588px;
}
#navi {
	padding:15px 28px 0 28px;
	position: relative;
	font-size:80%;
	color:#7f3510;
}
#navi a{
	color:#7f3510;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 10px;
	padding-right: 23px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}

/* RIGHT */
#right {
	float: left;
	width: 199px;
}

/* FOOTER */
#footer {
	background: #DDC793 url(images/footer.gif) no-repeat top;
	font-size: 88%;
	margin: 0 3px;
	padding: 4px 0 2px 0;
	position: relative;
	width: 980px;
}
#list {
	background: url(images/list.jpg) no-repeat left bottom;
	height:119px;
	position: absolute;
	top:-118px;
	left: 0;
	width: 199px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: #5F642C;
	border-bottom: 1px solid #6A5223;
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}

/* --- cleaner - pro vyclearovani 3 sloupcu a navigace --- */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	position: relative;
}

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