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

a {
	color: #779b20;
}
a:hover {
	text-decoration: none;
}
body {
	background: #ecf7cf;
	color: #3E3E3E;
	text-align: center;
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #505f2d;
}
img {
	border: 0 solid #678c11;
}

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

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat top right;
	height: 158px;
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 158px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 32px;
	left: 65px;
	width: 283px;
	height: 111px;
}

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 197px;
	margin-bottom: 2px;
}

/* MENU */
#menu {
	background: #badb5f url(images/menu_btm.gif) no-repeat bottom;
	width: 197px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#menu ul {
	padding-top: 20px;
	width: 197px;
	background: url(images/menu_top.jpg) no-repeat top;
}
#menu ul ul {
	padding: 0;
	background: none;
}
#menu li {
	list-style-type: none;
}
#menu a {
	text-decoration: none;
}
#menu span, #menu a:hover {
	text-decoration: underline;
}
#menu li a, #menu li span {
	color: #3f4928;
	display: block;
	background: url(images/menu_li.gif) no-repeat bottom;
	padding: 6px 25px 6px 25px;
}
#menu li li a, #menu li li span {
	padding-left: 35px;
}
#menu li li li a, #menu li li li span {
	padding-left: 45px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 55px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 65px;
}

/* CONTENT */
#content {
	float: left;
	width: 586px;
	min-height: 260px;
}

#info {
	position: relative;
	margin-bottom: 15px;
}
#navi {
	color: #678c11;
	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: 12px;
	
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #678c11;
}
#language {
	height: 16px;
	position: absolute;
	top: 8px;
	right: 12px;

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





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

/* BOXES */
.leftbox, .rightbox{
	width: 197px;
	margin-bottom: 10px;
	float: left;
	color: #505f2d;
}
.leftbox{
	background: #cae288 url(images/lb_top.gif) no-repeat top;
}
.leftbox .btm {
	background: url(images/lb_btm.gif) no-repeat top;
	width: 197px;
	height: 7px;
	font-size: 1px;
}
.rightbox {
	background: #d9e9ae url(images/rb_top.gif) no-repeat top;
}
.rightbox .btm {
	background: url(images/rb_btm.gif) no-repeat top;
	width: 197px;
	height: 7px;
	font-size: 1px;
}

/* FOOTER */
#footer {
	background: url(images/footer.jpg);
	font-size: 80%;
	width: 980px;
	height: 56px;
}
#footer p {
	color: #3f4928;
	padding: 0 10px;
}
#footer a {
	color: #3f4928;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	width: 488px;
	padding-top: 22px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

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


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