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

a {
	color: #5D7E1F;

}
a:hover {
	text-decoration: none;

}
body {
	background: #A5A480;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #34790E;
	}
#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: #E9E9E9 url(images/box_bgr.gif) repeat-y;
	font: 80%   Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 984px;
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 172px;
	position: relative;
	width: 984px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 551px;
	height: 172px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 52px;
		left: 298px;
	width: 220px;
	height: 85px;
}

/* CONTAINER */
#container {
	
	/*padding-top: 6px;*/
	width: 984px;
	background: url(images/container2.gif) no-repeat bottom right;
	padding-bottom: 14px;
	
}

/* LEFT */
#left {
	float: left;
	/*margin-right: 1px;*/
	overflow: hidden;
	width: 200px;
	background: url(images/left_box.jpg) no-repeat top left;
	/*_margin-right: -3px;
	padding-bottom: 3px;*/
	
}
/* MENU */
#menu{
	background:url(images/menu_bottom.gif) no-repeat bottom left;
	padding: 0 0 9px 0;
	margin-top: 110px;
	width: 196px;
}
#menu ul {
	padding: 0 10px;
	background: url(images/menu.gif) repeat-y;
	width: 176px;
}
#menu ul ul {
	padding: 0;
	background: none;
}
#menu li {
	padding: 4px 0 6px 5px;
	background:  url(images/menu_li.gif) no-repeat bottom;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
}

#menu a {
	color: #2F2F2F;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.gif) no-repeat 0 3px;
	padding-left: 15px;
	padding-right: 8px;
}
#menu li li a{
	background: none;
}

#menu li span {
	text-decoration: underline;
	color: #2F2F2F;
	padding-left: 15px;
	background: url(images/menu_a.gif) no-repeat 0 3px;
}

#menu li li span {
	background: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #AE5600;
}



/* CONTENT */
#content {
	float: left;
	width: 585px;
	background:  url(images/content.jpg) no-repeat ;
}


#info {
	position: relative;
	height: 31px;	
}
#navi {
	color: #175785;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 17px;
	text-align: right;
	margin-right: 25px;
	margin-top: 15px;
}
#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: #175785;
}

#language {
	height: 16px;
	position: absolute;
	bottom: 192px;
	_bottom: 142px;
	left: -190px;

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


/* RIGHT */
#right{
	float: left;
	overflow: hidden;
	width: 198px;
	padding-top: 4px;
}

/* BOXES */
.leftbox{
	background: #E7EDE3 ;
	border: 1px solid #7B7E82;
	width: 191px;
	margin-left: 2px;
	margin-bottom: 3px;
}
.rightbox{
	background: #E7EDE3 ;
	border: 1px solid #7B7E82;
	width: 191px;
	margin-left: 4px;
	margin-bottom: 3px;
}

/* FOOTER */
#footer {
	background: #597CA6 url(images/footer.jpg) repeat-x;
	font-size: 88%;
	width: 984px;
	height: 48px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 488px;
}
#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;
}
