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

@import url(modules.css);

html {
	background-color: White;
	background: url(images/html.gif) repeat center top;
	height: 100%;
}


body {
	background:  url(images/body.gif) repeat-x center top;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}

a {
	color: #863118;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #416418;
}

/* BOX */

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

/* HEADER */

#header {
	background: #30390e url(images/header.jpg) no-repeat right;
	height: 224px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 224px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 75px;
	left: 199px;
	width: 233px;
	height: 86px;
}

/* CONTAINER */

#container {
	width: 980px;
	background: url(images/container.gif) no-repeat bottom left;
	min-height: 300px;
	
}

/* LEFT */
#left {
	float: left;
	width: 196px;
	background: url(images/left.jpg) no-repeat bottom left;
	padding-bottom: 27px;
	margin-bottom: 10px;
}
/* MENU */
#menu {
	
	background: url(images/menu_bottom.gif) no-repeat bottom;
	width: 180px;
	/*min-height: 150px;
	padding: 50px 0 0 0;*/
	margin-left: 8px;
	padding-bottom: 30px;
}	
#menu ul {
	background: #c7b68d  url(images/menu_top.gif) no-repeat top;
	
}
#menu ul ul {
	background: transparent;
	padding-bottom: 0;
}

#menu li {
	padding-left: 20px;	
}
/*
#menu li li {
	padding-left: 20px;	
}
*/
#menu li a {
	color: #56290f;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.gif) no-repeat left center;
	
	padding: 4px 10px 4px 20px;
	position: relative;
	right: 4px;
}
#menu li a:hover {
	color: #a6804a;
	text-decoration: underline;

}
#menu li li a {
	background: none;
	padding-left: 10px;
	
}

#menu li span {
	text-decoration: underline;
	color: #863118;
	display: block;
	padding: 4px 10px 4px 20px;
	background: url(images/menu_a.gif) no-repeat left center;
		position: relative;
	right: 4px;
}
#menu li li span {
	background: none;
	padding-left: 10px;
}



/* CONTENT */
#content {
	float: left;
	width: 588px;
	background: url(images/content.gif) repeat-x top;
	overflow: hidden;
	min-height: 200px;
	padding-top: 15px;
	padding-bottom: 30px;

}
/*
#info {
	position: relative;
	height: 31px;
	margin-top: 10px;
	
}*/
#navi {
	color: #364703;
	font-size: 88%;
	letter-spacing: 1px;
	margin: 0;
	/*padding: 0 5px 7px 10px;*/
	text-align: left;
	position: absolute;
	left: 180px;
	top: 43px;
	width: 500px;
	height: 1.3em;
	overflow: hidden;


}
#navi a {
	color: #364703;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}



#language {
	height: 16px;
	position: absolute;
	top: 40px;
	right: 150px;

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





/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	
	margin-bottom: 30px;
	padding-bottom: 5px; 
}


/* BOXES */


.leftbox{
	background: #e4d3b7 url(images/leftbox.gif) repeat-y;
	margin: 0 0 0 8px;
	width: 180px; 
}
.rightbox{
	/*background: #ede0c9 url(images/rightbox.gif) repeat-y;*/
	margin: 0 0 0 8px;
	width: 180px; 
}







.leftbox #fulltext_mini,
.leftbox #ank_mini,
.leftbox .editor_mini,
.leftbox #galerie_mini,
.leftbox #kalendar,
.leftbox #poc_mini,
.leftbox #datumcas_mini,
.leftbox .tutilka_mini,
.leftbox #svatek
{
	background: url(images/leftbox_bottom.gif) no-repeat bottom;
}

.rightbox #fulltext_mini,
.rightbox #ank_mini,
.rightbox .editor_mini,
.rightbox #galerie_mini,
.rightbox #kalendar,
.rightbox #poc_mini,
.rightbox #datumcas_mini,
.rightbox .tutilka_mini,
.rightbox #svatek
{
	background: url(images/rightbox_bottom.gif) no-repeat bottom;
	

}


/* FOOTER */

#footer {
	background: #4c5633 url(images/footer.gif) no-repeat left bottom;
	font-size: 88%;
	width: 980px;

}


#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px 0 18px;
}
#footer_left, #footer_right {
	float: left;
	padding: 3px 0 10px 0;
	width: 488px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner, .clear {
	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: 0 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: 0 auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
