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

@import url(modules.css);

a {
	color: #7f4200;
}
a:hover {
	text-decoration: none;
}

body {
	background: #fff url(images/body.gif) repeat-x  bottom;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #679020;
}
#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% Arial, Verdana, sans-serif;
	width: 760px;
	text-align: left;
	/*width: 760px;*/
	margin: 0 auto;
	background: url(images/box.gif) repeat-y left;
	
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 190px;
	position: relative;
	width: 760px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 402px;
	height: 190px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
		top: 74px;
		left: 306px;
	width: 209px;
	height: 109px;
}

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

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;
	background: url(images/left.jpg) no-repeat top left;
	padding-bottom: 3px;
	}
/* MENU */
#menu {
	
	width: 196px;
	overflow: hidden;
	border-top: none;
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#menu ul {
	padding-left: 10px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	margin-bottom: 2px;
	/*background: url(images/menu_li.gif) no-repeat 20px 6px;*/
	padding-left: 5px;
}

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


#menu a {
	color: #a16f18;
	display: block;
	text-decoration: none;
	padding: 0.2em 0 0.3em 20px;
	background: url(images/menu_li.gif) no-repeat 5px 6px;
	/*margin-bottom: 2px;*/
	/*border-bottom: 1px solid #bead93;*/
}

#menu li li a{
	background: none;
}

#menu span {
	text-decoration: underline;
	color: #a16f18;
	display: block;
	background:  url(images/menu_li.gif) no-repeat 5px 6px;
	padding: 0.2em 0 0.3em 20px;
}
#menu li li span {
	background: none;
}

#menu a:hover {
	text-decoration: underline;
	/*background:  url(images/menu_span.gif) no-repeat 5px 6px;	
	color: #0d3102;*/
}
#menu li li a:hover {
	background: none;
}

/*
#menu li.last a{
	border-bottom: none;
}*/



/* CONTENT */
#content {
	float: left;
	width: 520px;
	position: relative;

	padding: 25px 0 60px 20px;
	background:  url(images/content.gif) no-repeat left top;

}

#info {
	position: absolute;
	top: -193px;
	left: -10px;
	height: 30px;
}
#navi {
	color: #303c25;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.7em 0 0 0;
	margin-left: 150px;
	width: 405px;
	text-align: left;
	overflow: hidden;
	height: 16px;
}
#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: #303c25;
}
#language {
	height: 16px;
	position: absolute;
	top: 200px;
	right: -15px;
	_right: -20px;

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



/* BOXES */
.leftbox {
	background: #d7e8b9;
	border: 1px solid #b9d092;
	margin-top: 2px;
	width: 194px;

}


/* FOOTER */
#footer {
	background: #8bae4e;
	font-size: 88%;
	width: 760px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #375209;
}
#footer img {
	float: left;
	margin: 3px 10px 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 12px 0 7px 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;
}

/* LOGIN */
#login {
	/*background: #B3BB98;*/
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}

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