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

a {
	color: #6e9502;
}
a:hover {
	text-decoration: none;
}
body{
	background:#e4eff8 url(images/body.png) repeat-x top;
	color:#3E3E3E;
	padding-bottom:15px;
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
	color: #1a5688;
	}
#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: url(images/box.gif) repeat-y left top;
	font: 80%   Arial, Verdana, sans-serif;
	margin: 3px auto 0 auto;
	text-align: left;
	width: 980px;
	
}

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 174px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 493px;
	height: 174px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 30px;
		left: 42px;
	width: 348px;
	height: 124px;
}

/* CONTAINER */
#container {
	
	/*padding-top: 6px;*/
	width: 980px;
	background: url(images/container.gif) no-repeat bottom left;
	/*padding-bottom: 35px;*/
	
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
	background: url(images/left.jpg) no-repeat top left;
	/*padding-bottom: 50px;*/
}
#left2{
	background: url(images/l_box_bottom.gif) no-repeat bottom left;	
	padding-bottom: 3px;
}
#left a{
		color: #002342;
}

/* MENU */
#menu{
	background:url(images/menu_stred.jpg) repeat-y;
	width:196px;
	margin-bottom:2px;
}
#menux {
	background: url(images/menu2.jpg) no-repeat bottom;
	padding: 0 0 11px 0;
	width: 196px;
}
#menux2 {
	background: url(images/menu1.jpg) no-repeat top;
	padding: 0 0 11px 0;
	width: 196px;
}
#menu ul {
	padding: 0 10px;
}
#menu ul ul {
	padding-left: 10px;
}
#menu li {
	padding: 0 0 0 10px;
	background:  url(images/menu_li.jpg) repeat-y;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
	
}
#menu a {
	color: #3d3823;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.jpg) no-repeat right bottom;
	
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 12px;
}
#menu li li a {
	/*background: none;*/
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #3d3823;
	display: block;
		background: url(images/menu_a.jpg) no-repeat right bottom;
	
	padding-left: 15px;
	padding-bottom: 10px;
}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
}
#menu h6.access{
	background: url(images/lb2_bgr.jpg) no-repeat;
	height: 33px;
	padding-left: 15px;
}
#menu h6.access span{
	color: #fff;
	text-decoration: none;
}



/* CONTENT */
#content {
	float: left;
	width: 587px;
	
	/*_width: 590px;*/
/*	padding-bottom: 35px;	*/
	min-height: 260px;
	_height: 260px;
	background:  url(images/content.jpg) no-repeat top left;
}


#info {
	position: relative;
	height: 31px;
	/*margin-top: 45px;*/
	width: 370px;
	margin-left: 10px;
	padding-bottom: 4px;
	/*background: #ECECEC url(images/info.gif) no-repeat right;*/
			
}
#navi {
	color: #002342;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 8px;	
	/*margin-left: 17px;
	margin-right: 17px;*/
	text-align: left;
	/*margin-right: 250px;*/
}
#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: #002342;
}
#language {
	height: 16px;
	position: absolute;
	top: -165px;
	right: -380px;

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





/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	background: #E4EFF8 url(images/right.gif) no-repeat bottom;
	
	padding-top: 2px;
	position: relative;
}
#right a{
		color: #002342;
}

#top_bgr{
	background:url(images/right_top_bgr.gif) no-repeat;
	position:absolute;
	left:-1px;
	top:0;
	width:54px;
	height:38px;	
}

/* BOXES */
.rb_1{
	background: #f9eb87 url(images/rb_1.gif) repeat-x bottom;
	border: 1px solid #cebe49;
	margin-bottom: 2px;
}
.rb_2, .lb_2{
	background: #88adce url(images/rb_2.gif) repeat-x bottom;
	border: 1px solid #2768a7;
	margin-bottom: 2px;
}
.rb_2 a, .rb_2 #ank_mini h3
{
	color: #002342;
}



.rb_3, .lb_1{
	background: #bfd8ee url(images/rb_3.gif) repeat-x bottom;
	border: 1px solid #71a5d0;
	margin-bottom: 2px;
}


/* FOOTER */
#footer {
	background: #487ca9 url(images/footer.gif) no-repeat top right;
	font-size: 88%;
	width: 977px;
	border: 1px solid #204f78;
	border-top: none;
	margin: 0 auto;
	margin-right: 1px;

}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 20px 0 8px 0;
	width: 488px;
}
#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;
}

/* LOGIN */
#login {
	background: #FDFAF4;
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 200px 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;
}
#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
