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

a {
	color: #65641a;
}
a:hover {
	text-decoration: none;
}
body{
	background: #cfd5d8;
	color: #3E3E3E;
	text-align: center;
	padding-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #3d97b1;
	font-weight: normal;
}
#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 #9cbb51;
}

/* BOX */
#box {
	font: 80% Arial, Verdana, sans-serif;
	width: 986px;
	text-align: left;
	background: #fff;
	margin: 0 auto;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 191px;
	position: relative;
	width: 986px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 493px;
	height: 191px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
	top: 99px;
	left: 325px;
	width: 187px;
	height: 51px;
}

/* CONTAINER */
#container {
	width: 986px;
}

/* LEFT */
#left {
	float: left;
	width: 198px;
}

/* MENU */
#menu {
	background: #fff url(images/menu.gif) repeat-y left;
	width: 198px;
	overflow: hidden;
	margin-bottom: 2px;
}
#menu ul {
	padding: 60px 0 20px 0;
	width: 198px;
	background: url(images/menu_top.jpg) no-repeat top;
}
#menu ul ul {
	padding: 0;
	background: none;
	width: auto;
}
#menu li {
	background: url(images/menu_li.gif) no-repeat 23px 10px;
}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu li a, #menu li span {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 6px 15px 8px 35px;
}
#menu li span {
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	padding-left: 44px;
}
#menu li li li a, #menu li li li span {
	padding-left: 53px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 62px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 71px;
}
#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* CONTENT */
#content {
	float: left;
	width: 589px;
	position: relative;
	min-height: 350px;
	padding-top: 15px;
}
#info {
	position: relative;
}
#navi {
	color: #333;
	font-size: 88%;
	letter-spacing: 1px;
	text-align: right;
	position: absolute;
	top: -190px;
	right: -180px;
}
#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: #333;
}
#language {
	height: 16px;
	position: absolute;
	top: -35px;
	right: -175px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 199px;	
}

/* BOXES */
.leftbox, .rb_1, .rb_2{
	width: 196px;
	margin-bottom: 2px;
}
.leftbox {
	margin-left: 2px;
	background: #f3f3f3;
}
.rb_1 {
	background: #e6e6e6;
}
.rb_2 {
	background: #d7e1e8;
}

/* FOOTER */
#footer {
	background: #e6e6e6 url(images/footer.gif) no-repeat top left;
	font-size: 88%;
	width: 981px;
	overflow: hidden;
	border: 3px solid #fff;
	border-top: none;
	border-left-width: 2px;
}
#footer p {
	padding: 0 10px;
}
#footer a {
	color: #3e3e3e;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 15px 0 11px 0;
	width: 480px;
}
#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: 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;
}



#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
