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

a {
	color: #DD1C26;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff url(images/body_bgr.jpg) repeat-x 0 26px;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #83C005;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial,  sans-serif;
}
img {
	border: 0 solid #ff8b35;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 185px;
	position: relative;
	width: 1000px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 430px;
	height: 185px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 91px;
		left: 165px;
	width: 253px;
	height: 51px;
}
#language {
	height: 16px;
	position: absolute;
	top: 5px;
	left: 0;

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

#info {
	position: relative;
	height: 23px;
		
}
#navi {
	color: #73B000;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.5em 0 0 0;
	margin-left: 17px;
	text-align: right;
	margin-right: 250px;
}
#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: #73B000;
}



/* CONTAINER */
#container {
	
	/*padding-top: 6px;*/
	width: 1000px;
	
}

/* LEFT */
#left {
	float: left;
	margin-right: 1px;
	overflow: hidden;
	width: 196px;
	background: url(images/left_bgr.jpg) no-repeat;
	_margin-right: -3px;
}
/* MENU */
#menu {
	background:  url(images/menu_bgr.gif) no-repeat;
	padding: 40px 0 30px 0;
	width: 196px;
	
}

#menu ul {
	padding: 0 17px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	padding: 4px 0 4px 10px;
	background: url(images/li_bgr.gif) no-repeat 0px 9px;

}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu a {
	color: #000;
	display: block;
	text-decoration: none;
	padding-left: 
}
#menu span {
	text-decoration: underline;
	color: #83C005;
}
#menu a:hover {
	text-decoration: underline;
	color: #DD1C26;
}

/* CONTENT */
#content {
	float: left;
	width: 597px;
	_width: 600px;
	padding-top: 15px;	
	background: url(images/content_bgr.jpg) no-repeat right top;
}


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

/* BOXES */
.leftbox h3.access {
	background: url(images/lb_bgr.gif) no-repeat bottom;
	padding-bottom: 9px !important;
	padding-left: 30px !important;
	color: #518500;
	position: relative;
	left: 0;
	width: 166px;
	height: auto;
	font-size: 1em;
}
.rightbox h3.access {
	background: url(images/rb_bgr.gif) no-repeat bottom;
	padding-bottom: 10px !important;
	color: #518500;
	position: relative;
	left: 0;
	width: 196px;
	height: auto;
	font-size: 1em;
}

/* FOOTER */
#footer {
	background: #fff url(images/footer_bgr.gif) repeat-x;
	font-size: 88%;
	width: 980px;
}
#footer p {
	color: #3e3e3e;
	padding: 0 10px;
}
#footer a {
	color: #3e3e3e;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}

/* 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;
}
