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

@import url(modules.css);

a {
	color: #5A6733;
}
a:hover {
	text-decoration: none;
}

body{
	background: #77663F;
	color: #3E3E3E;
	text-align: center;
	padding: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #456d30;
}
#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: #3e3e3e;
}
img {
	border: 0 solid #699454;
}
#left img {
	border-color: #5e90c0;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 167px;
	position: relative;
	width: 1001px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 500px;
	height: 167px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 27px;
		left: 760px;
	width: 168px;
	height: 123px;
}

/* CONTAINER */
#container {
	width: 1001px;
	margin: 0 auto;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 228px;
	display: inline;
	overflow: hidden;
}

/* MENU */
#menu {
	width: 228px;
	overflow: hidden;
	background: url(images/menu.gif) no-repeat;
	float: left;
	padding-bottom: 20px;
}

#menu ul {
	padding-top: 2px;
}

#menu li {
	background:  url(images/li_f.gif) no-repeat;
	list-style-type: none;
}
#menu li li {
	background: transparent;
}
#menu li a, #menu li span {
	background: url(images/li.gif) no-repeat bottom;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-left: 37px;
	line-height: 24px;
}
#menu li li a, #menu li li span {
	padding-left: 47px;
}
#menu li li li a, #menu li li li span {
	padding-left: 57px;
}
#menu a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 773px;
	position: relative;
	padding: 10px 0;
	overflow: hidden;
}
#info {
	background: #8B7C59;
	line-height: 1.6em;
	margin-left: 1px;
	width: 981px;
	position: relative;
	clear: both;
}
#navi {
	margin-left: 247px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 6px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: White;
}
#language {
	height: 16px;
	position: absolute;
	top: 2px;
	right: 10px;

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



/* BOXES */
.leftbox {
	width: 218px;
	float: right;
	padding: 5px;
}

/* FOOTER */

#footer {
	background: url(images/footer.gif) no-repeat bottom left;
	font-size: 80%;
	width: 1001px;
	height: 49px;
}

#footer p {
	color: White;
	padding: 5px 0 3px 10px;
}
#footer a {
	color: White;
}
#footer_left, #footer_right {
	float: left;
}
#footer_left {
	text-align: left;
	width: 500px;
}
#footer_right {
	text-align: right;
	width: 475px;
}


/* 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;
}
.tit_content {
	margin-bottom: 1em;
}

