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

@import url(modules.css);

a {
	color: #3c636d;
}
a:hover {
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
	color: #7b4b16;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #304612;
}
img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #826229;
}



/* BOX */

#box {
	font: 80% "Trebuchet MS",Arial, Verdana, sans-serif;
	width: 760px;
	text-align: left;
	background:  url(images/box.gif) repeat-y left;	
	margin: 0 auto;

	
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 133px;
	position: relative;
	width: 760px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 403px;
	height: 133px;
	padding: 0;
	position: absolute;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
}
#header h1 #header_obec {
	display: block;
	color: #262626;
	margin: 50px 0 0 23px;
}
#header h1 #header_span {
	display: block;
	color: #fff;
	margin: 10px 0 0 43px;	
	font-size: 130%;
}
#header h1 a {
	text-decoration: none;
}




/* CONTAINER */
#container {
	width: 760px;
	background: url(images/container.gif) no-repeat bottom left;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 195px;
	margin-bottom: 40px;

	}
/* MENU */
#menu {

	width: 195px;
	overflow: hidden;
	margin-bottom: 2px;	
}

#menu ul {
	padding: 20px 0 40px 0;
	width: 195px;
}
#menu ul ul {
	padding: 0;
	background: none;
	width: auto;

}
#menu li {
	background:  url(images/menu_li.gif) no-repeat 12px 12px;

}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 30px;
	
}
#menu li a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 6px 25px 8px 35px;
}
#menu li li a {
	padding-left: 15px;
}
#menu li li li a {
	padding-left: 5px;
}

#menu span {
	text-decoration: underline;
	color: #000;
	display: block;
	padding: 6px 25px 8px 35px;

}
#menu li li span {
	padding-left: 15px;
}
#menu li li li span {
	padding-left: 5px;
}


#menu a:hover {
	text-decoration: underline;
	color: #46727e;
}




/* CONTENT */
#content {
	float: left;
	width: 535px;
	position: relative;
	background:  url(images/content.gif) no-repeat left top;
	min-height: 350px;
}
#info {
	position: relative;
	/*width: 554px;*/
	background: #fff url(images/info.gif) no-repeat top right;
}
#navi {
	color: #252525;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 6px 10px 6px 10px;
	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: #252525;
}
#language {
	height: 16px;
	position: absolute;
	top: -25px;
	left: 10px;

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



/* BOXES */
.leftbox {
	margin-bottom: 10px;
	width: 195px;
	background: url(images/leftbox.gif) no-repeat top left;
	color: #625434;
}


/* FOOTER */
#footer {
	background: #a4997e url(images/footer.gif) repeat-x bottom;
	font-size: 88%;
	width: 100%;

}

#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #824400;
}
#footer img {
	float: left;
	margin: 4px 10px 0 0;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 8px 0 16px 0;
	width: 370px;
}
#footer_left {
	padding-left: 15px;
}
#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: 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;
}