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

a{
	color:#6aac01;
}
a:focus, a:active{
	outline:none;
}
a:hover {
	text-decoration: none;
}
body{
	background:#fff url(images/body.png) repeat-x top;
	color:#3e3e3e;
	font:80% Arial, Helvetica, sans-serif;
	text-align: center;
	position:relative;
}
h1, h2, h3, h4, h5, h6{
	color:#375572;
}
#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;
}
img {
	border:0 solid #838383;
}

/* BOX */
#box{
	margin:0 auto;
	text-align:left;
	width:979px;
}
#box_right{
	width:50%;
	height:325px;
	position:absolute;
	right:0;
	top:0;
	background:url(images/box_right.png) repeat-x;
}
/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:325px;
	position:relative;
	width:979px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat top right;
	width:489px;
	height:325px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	display:block;
	background:url(images/logo.jpg);
	position:absolute;
	top:16px;
	left:606px;
	width:323px;
	height:39px;
}

/* CONTAINER */
#container{
	width:979px;
	border-bottom:1px solid #bdbdbd;
}

/* LEFT */
#left{
	float:left;
	width:197px;
	padding-top:15px;
}

/* MENU */
#menu{
	width:170px;
	margin-left:12px;
	padding-bottom:15px
}
#menu ul{
	width:170px;
}
#menu li{
	list-style-type: none;
}
#menu li a, #menu li span{
	color:#405915;
	display: block;
	text-decoration: none;
	padding:6px 10px 6px 15px;
	background:url(images/menu_li.gif) no-repeat top left;
	border:1px solid #d5d5d5;
	border-left:none;
	margin-bottom: 2px;
}
#menu li a:hover{
	text-decoration:underline;
	color:#6aac01;
}
#menu > ul > li.sel > a, #menu > ul > li.sel > span{
	background:#80bf36 url(images/menu_li_sel.gif) repeat-x top;
	color:#fff;
	font-weight:bold;
	border-color:#80bf36;
}
#menu li li a, #menu li li span{
	padding-left:24px;
	background:url(images/menu_lili.gif) no-repeat 15px center;
	border:none;
}
#menu li li span{
	text-decoration:underline;
}
#menu li li li a, #menu li li li span{
	padding-left:34px;
	background:none;
}
#menu li li li li a, #menu li li li li span{
	padding-left:44px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:54px;
}
/* horni */
#menu_top{
	width:952px;
	height:55px;
	overflow:hidden;
	position:absolute;
	top:64px;
	left:15px;
}
#menu_top ul{
	height:55px;
}
#menu_top ul ul{
	display:none;
}
#menu_top li{
	list-style-type:none;
	height:36px;
	background:url(images/menu_top_li.gif) no-repeat left;
	padding-left:7px;
	margin:19px 3px 0 0;
	float:left;
}
#menu_top li.last{
	margin-right: 0;
}
#menu_top li a, #menu_top li span{
	color:#2f2f2f;
	text-decoration:none;
	height:24px;
	display:block;
	padding:12px 22px 0 15px;
	background:url(images/menu_top_li_a.gif) no-repeat right;
	float:left;
}
#menu_top li.sel{
	margin-top: 0;
	background-image:url(images/menu_top_sel.gif);
	height:55px;
}
#menu_top li.sel a, #menu_top li.sel span{
	color:#fff;
	font-weight: bold;
	background-image:url(images/menu_top_sel_a.gif);
	height:43px;
}
#menu_top li a:hover{
	text-decoration:underline;
}

/* CONTENT */
#content{
	float:left;
	width:586px;
	min-height: 260px;
}
#info{
	position:relative;
	width:964px;
	border-bottom:1px solid #bdbdbd;
	padding-left:15px;
}
#navi{
	font-size:78%;
	padding:7px 135px 5px 10px;
	text-align: left;
	letter-spacing:1px;
}
#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:#3e3e3e;
}
#language{
	height:16px;
	position:absolute;
	top:6px;
	right:10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right{
	float:left;
	width:196px;
	margin-top: 15px;
}

/* BOXES */
.leftbox{
	width:197px;
	margin-bottom:10px;
}
.rightbox{
	width:196px;
	margin-bottom:1px;
	background:#eaeaea;
}
.leftbox a, .rightbox a{
	color:#659513;
}
#left .leftbox h3.access, #right .rightbox h3.access{
	position:relative;
	left:0;
	width:196px;
	height:auto;
	font-size:1.3em;
	color:#7f7f7f;
	font-weight: normal;
	padding-top:10px;
}
.leftbox h3.access{
	background:url(images/lb_h3.gif) no-repeat 15px 12px;
}
.rightbox h3.access{
	background:url(images/rb_h3.gif) no-repeat 15px 12px;
}
.leftbox h3.access span, .rightbox h3.access span{
	padding:0 10px 0 35px;
}

/* FOOTER */
#footer{
	width:979px;
	font-size:88%;
}
#footer p{
	padding:0 10px;
}
#footer a{
	color:#3e3e3e;
}
#footer img {
	float: left;
	margin:0 5px;
}
#footer_left, #footer_right {
	float: left;
	padding:7px 0 8px 0;
	width:489px;
}
#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;
}
