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

body {
	background: #fff;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}

a {
	color: #216b01;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #4f5b6e;
}

/* BOX */

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

/* HEADER */

#header {
	background: #BAC6D1 url(images/header.jpg) no-repeat right;
	height: 154px;
	position: relative;
	width: 986px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 453px;
	height: 154px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 28px;
	left: 400px;
	width: 338px;
	height: 115px;
}
/* CONTAINER */

#container {
	width: 980px;
	background: url(images/container.jpg) no-repeat bottom right;
	min-height: 300px;
	margin: 0 auto;
	
}

/* LEFT */
#left {
	float: left;
	width: 196px;
	background: url(images/left.jpg) no-repeat bottom left;
	padding-bottom: 27px;

	margin-bottom: 10px;
}
/* MENU */
#menu {
	background: #ddebb7 url(images/menu.gif) repeat-y left;
	width: 194px;
	border: 1px solid #878f99;
	border-top: none;
	/*min-height: 150px;*/
	padding: 20px 0 0 0;
	
}	
#menu ul {

	padding-bottom: 30px;
}
#menu ul ul {
	background: transparent;
	padding-bottom: 0;
}


#menu li a {
	color: #3e3e3e;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.gif) no-repeat bottom left;
	padding: 4px 0 4px 25px;

	/*width: 145px;	*/
	
	
	
}
#menu li a:hover {
	color: #1f2931;
	text-decoration: underline;

}
#menu li li a {

	padding-left: 35px;
}
#menu li li li a {
	padding-left: 45px;
}
#menu li li li li a {
	padding-left: 55px;
}
#menu li li li li li a {
	padding-left: 65px;
}


#menu span {
	text-decoration: underline;
	color: #3e3e3e;
	display: block;
	padding: 4px 0 4px 25px;
	background: url(images/menu_a.gif) no-repeat bottom left;
		
}
#menu li li span {
	padding-left: 35px;
}
#menu li li li span {
	padding-left: 45px;
}
#menu li li li li span {
	padding-left: 55px;
}
#menu li li li li li span {
	padding-left: 65px;
}




/* CONTENT */
#content {
	float: left;
	width: 588px;
	background: url(images/content.jpg) no-repeat top left;
	/*overflow: hidden;*/
	min-height: 94px;

}

#info {
	position: relative;
	/*height: 30px;*/
	margin-top: 40px;
	margin-bottom: 15px;
		
}#navi {
	color: #4c5a6b;
	font-size: 88%;
	letter-spacing: 1px;
	margin: 0;
	text-align: left;
	padding: 0 20px;
	/*position: absolute;
	left: 365px;
	top: 6px;
	width: 600px;
	height: 1.3em;
	overflow: hidden;*/


}
#navi a {
	color: #4c5a6b;
}
#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;
}


#language {
	height: 16px;
	position: absolute;
	top: -175px;
	right: -185px;

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





/* RIGHT */


#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	background: #b2b98e url(images/right.gif) no-repeat bottom left;
	margin-bottom: 30px;
	padding-bottom: 1px;


}


/* BOXES */


.leftbox{
	background: #ddebb7 url(images/rightbox.gif) no-repeat bottom left;	
	border: 1px solid #878f99;
	width: 194px;
	margin-bottom: 1px;
}

.rightbox{
	background: #ddebb7 url(images/rightbox.gif) no-repeat bottom left;	
	border: 1px solid #878f99;	
	width: 194px;
	margin-bottom: 1px;
}




/* FOOTER */

#footer {
	background: #62755c;
	border: 3px solid #b2b98e;
	border-top: 0;
	font-size: 88%;
	width: 980px;

}


#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: 8px 0 8px 0;
	width: 488px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner, .clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.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;
}
