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

a {
	color: #1e9642;
}
a:hover {
	text-decoration: none;
}

body{
	background: #fcf7e0;
	color: #3E3E3E;
	text-align: center;
	padding: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #1e9642;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color: #fff;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #000;
}
img {
	border: 0 solid #E8AE13;
}
#left img{
	border-color: #826229;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 162px;
	position: relative;
	width: 971px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 504px;
	height: 162px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 28px;
	left: 184px;
	width: 212px;
	height: 111px;
}

/* CONTAINER */
#container {
	width: 971px;
	background: url(images/container.gif) no-repeat bottom right;
	margin: 0 auto;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;
	padding-top: 42px;
	background: url(images/left.gif) no-repeat top left;
	overflow: hidden;
	}
/* MENU */
#menu {
	background: #c2b98f url(images/menu.gif) repeat-y left;
	width: 196px;
	overflow: hidden;
	margin-bottom: 10px;
}

#menu ul {
	padding: 0 0 30px 0;
	width: 196px;
	background: url(images/menu_ul.gif) no-repeat bottom left;
}

#menu ul ul {
	padding: 0 3px 0 0;
	background: none;
	width: auto;

}
#menu li {
	padding: 0;
	background:  url(images/menu_top.gif) no-repeat top left;
	width: 174px;
	overflow: hidden;
	margin-bottom: 3px;
	padding-top: 7px;
}
#menu li li {
	background: none;
	list-style-type: none;
	width: auto;	
	padding-top: 3px;
}
#menu li a {
	color: #958952;
	display: block;
	text-decoration: none;
	background: url(images/menu_bottom.gif) no-repeat bottom left;	
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#menu li li a {
	padding-left: 35px;
	background: none;
	color: #72683a;
		padding-bottom: 0;
}
#menu li li li a {
	padding-left: 45px;
}
#menu li li li li a {
	padding-left: 55px;
}
#menu li li li li li a {
	padding-left: 65px;
}

#menu li span {
	text-decoration: underline;
	color: #000;
	display: block;
	background: url(images/menu_bottom.gif) no-repeat bottom left;	
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#menu li li span {
	padding-left: 35px;
	background: none;
	padding-bottom: 0;
	color: #000;
}
#menu li li li span {
	padding-left: 45px;
}
#menu li li li li span {
	padding-left: 55px;
}
#menu li li li li li span {
	padding-left: 65px;
}
#menu a:hover {
	text-decoration: underline;
	color: #000;

}



/* CONTENT */
#content {
	float: left;
	width: 580px;
	position: relative;
	background:  url(images/content.gif) no-repeat left top;
	min-height: 350px;
}
#info {
	position: relative;
	background: url(images/info.gif) no-repeat bottom left;	

}
#navi {
	color: #c2b98f;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 8px 120px 8px 20px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;

}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #c2b98f;
}
#language {
	height: 16px;
	position: absolute;
	top: 3px;
	right: 10px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}


/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 195px;	
	background: #FCF7E0 url(images/right.jpg) no-repeat top left;
	padding-top: 123px;
}

/* BOXES */
.leftbox, .rightbox{
	width: 196px;
	margin-bottom: 10px;
	background: #1E9642 url(images/leftbox_bottom.gif) no-repeat bottom;	
	padding-bottom: 20px;
}
.rightbox{
	width: 194px;
	background: #ECE1B0 url(images/rightbox_bottom.gif) no-repeat bottom;
}
.leftbox #ank_mini,
.leftbox .editor_mini,
.leftbox #galerie_mini,
.leftbox #kalendar, 
.leftbox #datumcas_mini,
.leftbox #fulltext_mini,
.leftbox .tutilka_mini,
.leftbox #poc_mini, 
.leftbox #svatek{
	background: url(images/leftbox_top.gif) no-repeat top left;	
	color: #fff;
}

.rightbox #ank_mini,
.rightbox .editor_mini,
.rightbox #galerie_mini,
.rightbox #kalendar, 
.rightbox #datumcas_mini,
.rightbox #fulltext_mini,
.rightbox .tutilka_mini,
.rightbox #poc_mini, 
.rightbox #svatek
{
	background: url(images/rightbox_top.gif) no-repeat top left;
}
.leftbox a{
	color: #fff;
}

/* FOOTER */
#footer{
	background: url(images/footer.gif) no-repeat bottom;
	font-size:78%;
	width: 971px;
	overflow: hidden;
}

#footer p {
	color: #899160;
	padding: 0 10px;
}
#footer a {
	color: #899160;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 15px 0;
	width: 320px;
}
#footer_left {
	padding-left: 203px;
	width: 255px;
}
#footer_right {
	text-align: right;
}


/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}


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


