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

a {
	color: #4f5886;
}
a:hover {
	text-decoration: none;
}
body {
	background: #c6c6c6;
	color: #3E3E3E;
	padding: 15px 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #6fae22;
}
#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;
	color: #3e3e3e;
}
img {
	border: 0 solid #c4c4c4;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 222px;
	position: relative;
	width: 991px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 494px;
	height: 222px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 146px;
	left: 505px;
	width: 253px;
	height: 58px;
}

/* CONTAINER */
#container {
	background: url(images/container.gif) no-repeat bottom left;
	width: 991px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 201px;
}
/* MENU */
#menu {
	background: url(images/menu.gif) repeat-y left;
	padding: 20px 0 30px 0;
	margin-left: 4px;
	width: 197px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	margin-bottom: 2px;
	background: url(images/menu_li.gif) no-repeat 15px 6px;
}
#menu li li {
	background: none;
}
#menu a {
	color: #3e3e3e;
	display: block;
	text-decoration: none;
	padding: 0.2em 0 0.3em 30px;
}
#menu li a, #menu li span {
	background: url(images/menu_line.gif) no-repeat bottom;
}
#menu li li a {
	padding-left: 40px;
}
#menu li li li a {
	padding-left: 50px;
}
#menu li li li li a {
	padding-left: 60px;
}


#menu span {
	text-decoration: underline;
	display: block;
	padding: 0.2em 0 0.3em 30px;
}
#menu li li span {
	padding-left: 40px;
}
#menu li li li span {
	padding-left: 50px;
}
#menu li li li li span {
	padding-left: 60px;
}
#menu a:hover {
	text-decoration: underline;
	color: #548a10;
}

/* CONTENT */
#content {
	float: left;
	width: 586px;
	background: url(images/content.jpg) no-repeat left top;
	position: relative;
	min-height: 267px;
}

#info {
	position: relative;			
}
#navi {
	color: #4f5886;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 15px;	
	margin: 0 150px 5px 20px;
}
#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: #4f5886;
}
#language {
	height: 16px;
	position: absolute;
	top: 15px;
	right: 15px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}






/* RIGHT */
#right {
	float: left;
	width: 204px;
	position: relative;
}

/* BOXES */
.leftbox {
	width: 197px;
	margin-bottom: 20px;
}
.rightbox {
	width: 200px;
	margin-bottom: 20px;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat top;
	font-size: 88%;
	width: 991px;
	height: 55px;
}
#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: 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;
}


#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
