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

a{
	color:#89a800;
}
a:hover {
	text-decoration: none;
}
body{
	background:#588220;
	color: #3e3e3e;
	text-align: center;
	font:80% Arial, Helvetica, sans-serif;
}
img{
	border:0 solid #c8c8c8;
}
h1, h2, h3, h4, h5, h6{
	color:#3b6109;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6{
	color:#3e3e3e;
}

/* BOX */
#box{
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:986px;
}

/* HEADER */
#header{
	background: url(images/header.jpg) no-repeat right;
	height:308px;
	width: 986px;
	position: relative;
}
#header h1{
	background: url(images/header_h1.jpg) no-repeat;
	width: 493px;
	height:308px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:62px;
	left:54px;
	width:285px;
	height:69px;
}

/* CONTAINER */
#container{
	width:986px;
	background:url(images/container.jpg) no-repeat 792px bottom;
}

/* LEFT */
#left{
	float: left;
	width:200px;
	padding-top:20px;
}

/* MENU */
#menu_top{
	width:908px;
	height:39px;
	position: absolute;
	top:0;
	left:45px;
	overflow: hidden;
	background:url(images/menu_top.gif);
}
#menu_top ul{
	list-style-type: none;
	margin-left: 15px;
}
#menu_top li{
	height:39px;
	float:left;
	padding:0 22px 0 13px;
}
#menu_top li a, #menu_top li span{
	margin-top:12px;
	padding-left:20px;
	color:#fff;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size:1.1em;
}
#menu_top li a:hover, #menu_top li.sel a, #menu_top li.sel span{
	background:url(images/menu_top_li.gif) no-repeat left;
}
#menu_top ul ul {
	display: none;
}
#menu{
	width:182px;
	margin-left: 18px;
	padding-bottom: 15px;
}
#menu li {
	list-style-type: none;
}
#menu li a {
	text-decoration: none;
}
#menu li span {
	text-decoration: underline;
}
#menu li a, #menu li span{
	display: block;
	padding:7px 10px 7px 20px;
	color:#3e3e3e;
	background:url(images/menu_li.gif) no-repeat left;
}
#menu li a:hover{
	color:#3a5f0a;
	background:url(images/menu_li_h.gif) no-repeat left;
	text-decoration: underline;
}
#menu li li a, #menu li li span{
	padding-left:30px;
	background:none;
}
#menu li li a:hover{
	background:none;
}
#menu li li li a, #menu li li li span{
	padding-left:40px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:50px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:60px;
}

/* CONTENT */
#content{
	float: left;
	width:589px;
}

#info{
	width:569px;
	margin:0 10px;
	position:relative;
}
#navi{
	color:#000;
	font-size:88%;
	letter-spacing:1px;
	padding-right:40px;
}
#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:#000;
}
#language{
	height:16px;
	position: absolute;
	top:290px;
	right:12px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right:5px;
	width:26px;
	height:16px;
}

/* RIGHT */
#right{
	float: left;
	overflow: hidden;
	width:193px;
}

/* BOXES */
.lb_1, .lb_2{
	width:194px;
	margin:10px 0 0 5px;
}
.lb_1{
	border:1px solid #e6e6e6;
	border-left:none;
}
.lb_1 a, .lb_2 a{
	color:#171717;
}
.rb_1, .rb_2{
	width:192px;
	margin-bottom:10px;
}
.rb_1{
	border:1px solid #e6e6e6;
	border-right:none;
}
.rb_1 a, .rb_2 a{
	color:#0d0d0d;
}
#left .lb_1 h3.access, #left .lb_2 h3.access,
#right .rb_1 h3.access, #right .rb_2 h3.access{
	position:relative;
	left:0;
	width:194px;
	height:auto;
	color:#7c7c7c;
	font-weight: normal;
}
#right .rb_1 h3.access, #right .rb_2 h3.access{
	width:192px;
}
#left .lb_1 h3.access span, #left .lb_2 h3.access span,
#right .rb_1 h3.access span, #right .rb_2 h3.access span{
	display:block;
	padding:0 15px;
}

/* FOOTER */
#footer{
	width:986px;
	height:94px;
	background:#324d0e url(images/footer.png) no-repeat top left;
	font-size:88%;
}
#footer p{
	color:#f4ffe6;
	padding:0 10px;
}
#footer a{
	color:#f4ffe6;
}
#footer img{
	float: left;
	margin:3px 10px;
}
#footer_left, #footer_right {
	float: left;
	padding-top: 28px;
	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;
}
.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;
}

