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

@import url(modules.css);

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

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	position: relative;
	width: 980px;
	height: 213px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 505px;
	height: 213px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 223px;
	height: 58px;
	top: 7px;
	left: 461px;
}

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
	padding-top: 28px;
	padding-bottom: 15px;
	background: #e2d7c6 url(images/left.gif) no-repeat top right;
}

/* MENU */

#menu {
	background: #cdd6de;
	width:196px;	
	position: relative;	
	border-bottom: 1px solid #fff;
	padding: 10px 0 24px 0;
}

#menu ul {
	width: 196px;
}
#menu ul ul {
	position: relative;
	top: 0;
	margin: 0;
}
#menu li {
	padding-bottom: 1px;
	background:  url(images/menu_a.gif) no-repeat  10px 9px;
}
#menu li li {
	background: none;
	padding: 1px 0 0 0;
}
#menu li li li {
	background: none;
}
#menu li a, #menu li span {
	color: #2a2a2a;
	display: block;
	text-decoration: none;
	padding: 4px 10px 2px 24px;
}

#menu li span {
	text-decoration: underline;
	color: #2a2a2a;
}

#menu li li a {
	background: none;
	padding-left: 0;
}

#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
	color: #215e85;
}

#menu li li a, #menu li li span {
	background: none;
	padding-left: 35px;
}
#menu li li a:hover {
	background-image: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 44px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 53px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 62px;
}


/* CONTENT */
#content {
	float: left;
	width: 588px;
	min-height: 325px;
	_height: 325px;
}

#info {
	position: relative;
	height: 28px;
	/*_margin-left: 3px;*/
	background: #e2d7c6 url(images/info.gif) no-repeat top left;
	margin-bottom: 20px			
}
#navi {
	color: #544338;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin: 0 20px;
	text-align: left;
}
#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: #544338;
}
#language {
	height: 16px;
	position: absolute;
	bottom: -22px;
	right: 5px;

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





/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	background: #cdd6de;
	margin-bottom: 30px;
	
}

#right2 {
}
/* BOXES */

.leftbox{
	width: 196px;
	background: url(images/leftbox.gif) no-repeat bottom;
}
.rightbox{
	width: 196px;
	background: url(images/rightbox.gif) no-repeat bottom;
}

/* FOOTER */
#footer {
	width: 980px;
	font-size: 88%;
	background: #fff;
}
#footer p {

	padding: 0 10px;
}
#footer a {
	
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 9px 0 13px 0;
	=padding: 9px 0 11px 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;
}
#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
