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

a{
	color:#57750f;
}
a:hover {
	text-decoration: none;
}

body{
	background:#fff;
	color: #3E3E3E;
	font: 80% Arial, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#859e0e;
}
#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:#293018;
}
img {
	border:0 solid #74675f;
}

/* BOX */
#box{
	width:983px;
	text-align: left;
	background:url(images/box.gif) repeat-y 783px 0;
	margin-left:22px;
}

/* HEADER */
#header{
	background: url(images/header.jpg) no-repeat right;
	height:294px;
	position: relative;
	width:983px;
}
#header h1{
	background: url(images/header_h1.jpg) no-repeat;
	width:491px;
	height:294px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo{
	background:url(images/logo.gif);
	display: block;
	position: absolute;
	top:162px;
	left:362px;
	width:222px;
	height:47px;
}
#flash{
	position:absolute;
	width:249px;
	height:251px;
	top:1px;
	left:30px;
}
/* CONTAINER */
#container{
	width:983px;
}

/* LEFT */
#left{
	float: left;
	width:195px;
	position:relative;
}

/* MENU */
#menu{
	width:194px;
	overflow: hidden;
	margin-left:1px;
	padding-bottom:20px;
}
#menu ul{
	width:194px;
}
#menu li{
	background: url(images/menu_li.gif) no-repeat 7px 10px;
}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu li a, #menu li span{
	color:#3e3e3e;
	display: block;
	text-decoration: none;
	padding: 6px 15px 5px 25px;
	border-bottom:1px solid #e1ddbb;
}
#menu li span{
	text-decoration: underline;
	color:#5f7f0a;
}
#menu li li a, #menu li li span{
	padding-left:35px;
}
#menu li li li a, #menu li li li span{
	padding-left:45px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:55px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:65px;
}
#menu a:hover{
	font-weight: bold;
	color:#fff;
	background:#82aa21;
}

/* CONTENT */
#content{
	float: left;
	width:588px;
	position: relative;
	min-height: 350px;
}
#info{
	position: relative;
	padding-bottom:1em;
}
#navi{
	font-size: 88%;
	letter-spacing: 1px;
	padding:3px 130px 0 30px;
}
#navi li{
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right:8px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a{
	color:#f47600;
}
#language {
	height: 16px;
	position: absolute;
	top:00;
	right:12px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right{
	float: left;
	width:198px;
	background:url(images/right_top.jpg) no-repeat top;
	min-height:270px;
	position:relative;
}

/* BOXES */
.leftbox{
	width:195px;
	margin-bottom: 20px;
}
.rightbox{
	width:198px;
	margin-bottom: 20px;
	color:#293018;
}
#left #fulltext_mini{
	position:absolute;
	top:-85px;
	left:770px;
	width:198px;
}
#right #fulltext_mini{
	position:absolute;
	top:-85px;
	left:-15px;
	width:198px;
}

/* FOOTER */
#footer{
	background:#def090 url(images/footer.gif) no-repeat top left;
	font-size: 88%;
	width:1003px;
	overflow: hidden;
}
#footer p{
	padding: 0 10px;
	color:#5e6d2b;
}
#footer a{
	color:#5e6d2b;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 15px 0 11px 0;
	width:490px;
}
#footer_left {
	padding-left: 15px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}
.status_info {
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 35px 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: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}



